.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:225,227,233;--color-primary-1:164,172,190;--color-primary-2:104,117,146;--color-primary-3:62,70,88;--color-primary-4:3,25,74;--color-secondary-0:255,255,255;--color-secondary-1:249,249,249;--color-secondary-2:242,242,242;--color-secondary-3:227,227,227;--color-secondary-4:48,48,48;--color-tertiary-0:255,255,255;--color-tertiary-1:164,178,199;--color-tertiary-2:103,126,161;--color-tertiary-3:62,76,97;--color-tertiary-4:1,40,99;--headlines-font-family:"Georgia";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#kuwzDsNP1U2TrJx1zZAzNHybhWC1BpXn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kuwzDsNP1U2TrJx1zZAzNHybhWC1BpXn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kuwzDsNP1U2TrJx1zZAzNHybhWC1BpXn > .row > .video-iframe-container { display: none; }#kuwzDsNP1U2TrJx1zZAzNHybhWC1BpXn > .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); }#boes9vdiAsHTtGmrIENKXUEpAKq6tFfd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#boes9vdiAsHTtGmrIENKXUEpAKq6tFfd > .row .container { background-color: transparent; background-image: none; }#boes9vdiAsHTtGmrIENKXUEpAKq6tFfd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#boes9vdiAsHTtGmrIENKXUEpAKq6tFfd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#boes9vdiAsHTtGmrIENKXUEpAKq6tFfd > .row .container > .video-iframe-container { display: none; }#boes9vdiAsHTtGmrIENKXUEpAKq6tFfd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#boes9vdiAsHTtGmrIENKXUEpAKq6tFfd > .row > .video-iframe-container { display: none; }#boes9vdiAsHTtGmrIENKXUEpAKq6tFfd > .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); }#boes9vdiAsHTtGmrIENKXUEpAKq6tFfd > .row .container { border-width: 0; border-radius: 0; }#boes9vdiAsHTtGmrIENKXUEpAKq6tFfd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#boes9vdiAsHTtGmrIENKXUEpAKq6tFfd > .row .container { font-size:0.875rem;font-family:arial;height:6.3125rem;width:60rem;position:relative;display:block; }#oI8Z0M58Rv7qIlTPpw92xeAfOJXmZz8x { color:rgba(var(--color-tertiary-4),1);display:block;width:12.875rem;position:absolute;font-family:oswald;font-size:2.0625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:1.81640625rem;left:46.3125rem;height:2.6806625rem;display:block; }
#cE9UKtdxBnJT3LJf1IxvwtDfrldONuup { 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:6rem;width:24.25rem;top:0rem;left:0.75rem;overflow:hidden;display:block; }
#V4WVrG2eStg3x0hSXSV7S8MaBUF3duVw { background-color:rgba(0,0,0,0.3);background-image:url("https://images.assets-landingi.com/uc/4b7f5041-627e-485f-a5b6-a4602c97ad9a/PXL_20240612_1301162862.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#V4WVrG2eStg3x0hSXSV7S8MaBUF3duVw.adaptive-delivery-prevent-bg, #V4WVrG2eStg3x0hSXSV7S8MaBUF3duVw.lazyload, #V4WVrG2eStg3x0hSXSV7S8MaBUF3duVw.lazyloading { background-image: none; }#V4WVrG2eStg3x0hSXSV7S8MaBUF3duVw > .row .container { background-color: transparent; background-image: none; }#V4WVrG2eStg3x0hSXSV7S8MaBUF3duVw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V4WVrG2eStg3x0hSXSV7S8MaBUF3duVw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V4WVrG2eStg3x0hSXSV7S8MaBUF3duVw > .row .container > .video-iframe-container { display: none; }#V4WVrG2eStg3x0hSXSV7S8MaBUF3duVw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V4WVrG2eStg3x0hSXSV7S8MaBUF3duVw > .row > .video-iframe-container { display: none; }#V4WVrG2eStg3x0hSXSV7S8MaBUF3duVw > .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); }#V4WVrG2eStg3x0hSXSV7S8MaBUF3duVw > .row .container { border-width: 0; border-radius: 0; }#V4WVrG2eStg3x0hSXSV7S8MaBUF3duVw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V4WVrG2eStg3x0hSXSV7S8MaBUF3duVw > .row .container { font-size:0.875rem;font-family:arial;height:31.375rem;width:60rem;overflow:visible;position:relative;display:block; }#QptgUXl59at7iTvgBcRTF4KpxkB9solR { color:rgba(var(--color-tertiary-0),1);display:block;width:29.0625rem;position:absolute;font-family:oswald;font-size:2.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:7.0625rem;left:15.5rem;height:7.474625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XX4B0aKU5w6bZ6yclbtgCDTMhsBOpqPt { color:rgba(var(--color-tertiary-0),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:15.0625rem;left:18.125rem;height:4rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BLShQKiSFIhTLNtwsTmaNuIr4fvNpeIk { box-sizing:content-box;height:19.1875rem;width:34.875rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-4),0.91);background-image:none;top:6.125rem;left:12.5625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#MZkrdxMTlhW33xceRTuTEBxHxmUJS99f { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:20rem;left:21.25rem;display:block; }
#cgBWJ8SCGAwQXv27zy2QKU4f3kKDsN47 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ytOP3dcrxkOdJ3daCZh8FirOXX9wdmI4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ytOP3dcrxkOdJ3daCZh8FirOXX9wdmI4 > .row .container { background-color: transparent; background-image: none; }#ytOP3dcrxkOdJ3daCZh8FirOXX9wdmI4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ytOP3dcrxkOdJ3daCZh8FirOXX9wdmI4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ytOP3dcrxkOdJ3daCZh8FirOXX9wdmI4 > .row .container > .video-iframe-container { display: none; }#ytOP3dcrxkOdJ3daCZh8FirOXX9wdmI4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ytOP3dcrxkOdJ3daCZh8FirOXX9wdmI4 > .row > .video-iframe-container { display: none; }#ytOP3dcrxkOdJ3daCZh8FirOXX9wdmI4 > .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); }#ytOP3dcrxkOdJ3daCZh8FirOXX9wdmI4 > .row .container { border-width: 0; border-radius: 0; }#ytOP3dcrxkOdJ3daCZh8FirOXX9wdmI4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ytOP3dcrxkOdJ3daCZh8FirOXX9wdmI4 > .row .container { font-size:0.875rem;font-family:arial;height:15.1875rem;width:60rem;position:relative;display:block; }#tJ7cWD772zWuP13snFe9NzUPmDkf3b6z { color:#585858;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:11.0869140625rem;left:16.25rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KaDI3eJR8urAv7IVcM2fXmopVpkfW4Ce { color:#585858;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:11.0869140625rem;left:1.25rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Datdm7DMSstXWm5QvAtdJPdwuHNcPIam { color:#585858;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:11.125rem;left:31.25rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Kc30Cy9wrAmehBftopILVruMfBAaF09T { color:#585858;display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:11.0869140625rem;left:47.625rem;height:2.76171875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cOgghUVTXbXv9pAw2lkAMcOL5crUlJeV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:5.4375rem;left:35.46875rem; }
#ReSf16a9HuUDvbCnR68TtXokcFufZ3BS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:5.8125rem;left:1.25rem; }
#TsAZK2tBLhFsJT3ZT6muduEBwXP6zuLO { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:9.0625rem;top:5.4375rem;left:17.96875rem;overflow:hidden;display:block; }
#tN0k3EGRMuVVrUabzQTsbdGa2RT6Z3dd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:5.5625rem;left:50.625rem; }
#mXfLrbmO3kfzTSMgBXD1g64DeBkV67tF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:5.8125rem;left:3.5625rem; }
#ay6DgXv8oeQsVdUP1gWnGTUbkq7mdPLB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:5.8125rem;left:5.6875rem; }
#Ha67rJbldQwr7904dQ1QufuXkOn2cUT1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:5.8125rem;left:7.875rem; }
#zuwmLvRhOCMruZZNzegPLHnQ4LNShE6p { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:5.8125rem;left:10.25rem; }
#kygJktmbBHOf8qtqmP6f7WVCfsk1p66Q { color:rgba(var(--color-tertiary-4),1);display:block;width:27.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:1.05078125rem;left:16.5625rem;height:2.35546875rem;display:block; }
#ILXQAITJ84dhDgNPVr72SymzN5k0HtPK { box-sizing:content-box;height:9.8125rem;width:13rem;position:absolute;display:block;z-index:15000;background-color:#e8e8e8;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.625rem;left:16.125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#mA8s9TUG81J2MatcmTFoMlVbgQiVSUHf { box-sizing:content-box;height:9.8125rem;width:13rem;position:absolute;display:block;z-index:15002;background-color:#e8e8e8;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.625rem;left:46.125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#xu1HIRpvTEfrauWyUZmNZ8E55Fk9S23o { box-sizing:content-box;height:9.8125rem;width:13rem;position:absolute;display:block;z-index:15001;background-color:#e8e8e8;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.625rem;left:31.125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#uB2HAEv9EiWU8BtgeH5FOfhzcoPrTX02 { box-sizing:content-box;height:0.1875rem;width:10.1875rem;position:absolute;display:block;z-index:15015;background-color:#666666;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10rem;left:17.40625rem;display:block; }
#dy9hDxcboCpTX1JHv9SKIODy74fwhDeq { box-sizing:content-box;height:0.1875rem;width:10.1875rem;position:absolute;display:block;z-index:15016;background-color:#666666;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10rem;left:32.40625rem;display:block; }
#HaAzChHCgaNueBbmEuteOML6IBWOJFEc { box-sizing:content-box;height:0.1875rem;width:10.1875rem;position:absolute;display:block;z-index:15016;background-color:#666666;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10rem;left:47.40625rem;display:block; }
#ZKCdTpQavV08Pyvs14f6q8lCBNXe9g1A { box-sizing:content-box;height:0.1875rem;width:10.1875rem;position:absolute;display:block;z-index:15016;background-color:#666666;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.875rem;left:2.40625rem;display:block; }
#iBHBHfRdl9yI7DJMcz1vM6Gs5Sfg6FZX { box-sizing:content-box;height:9.8125rem;width:13rem;position:absolute;display:block;z-index:14999;background-color:#e8e8e8;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.625rem;left:1rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#dxwd5Ck9xniFbAuSKoNdKBZMTNixK6st { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dxwd5Ck9xniFbAuSKoNdKBZMTNixK6st > .row .container { background-color: transparent; background-image: none; }#dxwd5Ck9xniFbAuSKoNdKBZMTNixK6st::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dxwd5Ck9xniFbAuSKoNdKBZMTNixK6st > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dxwd5Ck9xniFbAuSKoNdKBZMTNixK6st > .row .container > .video-iframe-container { display: none; }#dxwd5Ck9xniFbAuSKoNdKBZMTNixK6st > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dxwd5Ck9xniFbAuSKoNdKBZMTNixK6st > .row > .video-iframe-container { display: none; }#dxwd5Ck9xniFbAuSKoNdKBZMTNixK6st > .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); }#dxwd5Ck9xniFbAuSKoNdKBZMTNixK6st > .row .container { border-width: 0; border-radius: 0; }#dxwd5Ck9xniFbAuSKoNdKBZMTNixK6st > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dxwd5Ck9xniFbAuSKoNdKBZMTNixK6st > .row .container { font-size:0.875rem;font-family:arial;height:34.625rem;width:60rem;position:relative;display:block; }#WCWveo6qblbUIgN0nQOUR23k7Jcq1UxW { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:10.4375rem;left:1.3125rem;display:block; }
#ZTbSRnEoLTeJyUtmwBtWR13NbeQFfF5q { position:absolute;display:block;z-index:15004;border-top:0.1875rem solid rgba(var(--color-tertiary-4),1);border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0.1875rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-4),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:21.3125rem;width:28.375rem;top:6.46875rem;left:30.283203125rem;overflow:hidden;display:block; }
#fTn9WbQH50yN6eTVvew4yGUBcQ0Ir62h { color:rgba(var(--color-tertiary-4),1);display:block;width:22.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:5.2490234375rem;left:1.96875rem;height:3.0058625rem;display:block; }
#XgdnhLFOhFCahse2nWf6aagZsc88vRso { color:rgba(var(--color-tertiary-4),1);display:block;width:26.4375rem;position:absolute;font-family:"times new roman";font-size:1.375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:13.46875rem;left:1.96875rem;height:8.9355625rem;display:block; }
#InboS46SUVVbIuDOg2NH7OqqckHmsVA7 { color:#000000;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:26.80078125rem;left:1.96875rem;height:2.76171875rem;font-style:normal;display:block; }
#aUA8wMvhT8IGTSJNWsnefLdhL0u1wtPx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#aUA8wMvhT8IGTSJNWsnefLdhL0u1wtPx > .row .container { background-color: transparent; background-image: none; }#aUA8wMvhT8IGTSJNWsnefLdhL0u1wtPx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aUA8wMvhT8IGTSJNWsnefLdhL0u1wtPx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aUA8wMvhT8IGTSJNWsnefLdhL0u1wtPx > .row .container > .video-iframe-container { display: none; }#aUA8wMvhT8IGTSJNWsnefLdhL0u1wtPx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aUA8wMvhT8IGTSJNWsnefLdhL0u1wtPx > .row > .video-iframe-container { display: none; }#aUA8wMvhT8IGTSJNWsnefLdhL0u1wtPx > .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); }#aUA8wMvhT8IGTSJNWsnefLdhL0u1wtPx > .row .container { border-width: 0; border-radius: 0; }#aUA8wMvhT8IGTSJNWsnefLdhL0u1wtPx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aUA8wMvhT8IGTSJNWsnefLdhL0u1wtPx > .row .container { font-size:0.875rem;font-family:arial;height:35.6875rem;width:60rem;position:relative;display:block; }#EWMGUoBcFq49fsDCdLUepJEeoAca0vu9 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:2.5rem;left:1.875rem;height:2.92480625rem;display:block; }
#ai5uDFcOfk1dR3GTifmP0x8VbSwV0fkA { color:rgba(var(--color-tertiary-4),1);display:block;width:22.625rem;position:absolute;font-family:"times new roman";font-size:1.4375rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:7.3056640625rem;left:1.875rem;height:9.19924375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dTuSi8ehQ7WTTGMdSWH6bchDGoCKiDVX { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:15.25rem;width:20.3125rem;top:2.103515625rem;left:30.166015625rem;overflow:hidden;display:block; }
#ZEA3vAh8MsqB3UIMnQCUiKukWIk8t1TJ { position:absolute;display:block;z-index:15003;border-top:0.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:14.5625rem;width:19.375rem;top:17.90625rem;left:19.8125rem;overflow:hidden;display:block; }
#OR3pcTa4v1zT28BUwsCUCiKqlH5IuVod { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5rem;position:absolute;font-family:"times new roman";font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:17.353515625rem;left:0.75rem;height:13.25rem;display:block; }#OR3pcTa4v1zT28BUwsCUCiKqlH5IuVod li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OR3pcTa4v1zT28BUwsCUCiKqlH5IuVod li:before{  }
#VhHcToxKii1Jvy4GKT8XgeQGTgLdV2z7 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:14.5625rem;width:19.3125rem;top:17.90625rem;left:40.125rem;overflow:hidden;display:block; }
#wnNW7uQUwFnVhzfQI0bhCA73mPPWnsRS { box-sizing:content-box;height:0.125rem;width:18.75rem;position:absolute;display:block;z-index:15010;background-color:#b3b3b3;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.4248046875rem;left:1.875rem;display:block; }
#a7HnTTIe1ZI8p4x0lyBGfx5y50hvVUUW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#a7HnTTIe1ZI8p4x0lyBGfx5y50hvVUUW > .row .container { background-color: transparent; background-image: none; }#a7HnTTIe1ZI8p4x0lyBGfx5y50hvVUUW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a7HnTTIe1ZI8p4x0lyBGfx5y50hvVUUW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a7HnTTIe1ZI8p4x0lyBGfx5y50hvVUUW > .row .container > .video-iframe-container { display: none; }#a7HnTTIe1ZI8p4x0lyBGfx5y50hvVUUW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a7HnTTIe1ZI8p4x0lyBGfx5y50hvVUUW > .row > .video-iframe-container { display: none; }#a7HnTTIe1ZI8p4x0lyBGfx5y50hvVUUW > .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); }#a7HnTTIe1ZI8p4x0lyBGfx5y50hvVUUW > .row .container { border-width: 0; border-radius: 0; }#a7HnTTIe1ZI8p4x0lyBGfx5y50hvVUUW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a7HnTTIe1ZI8p4x0lyBGfx5y50hvVUUW > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:60rem;position:relative;display:block; }#ZcTzS2lTwOfsNaqLX0Myhwl85cyPkun4 { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:1.375rem;left:0rem;height:2.92480625rem;font-style:normal;display:block; }
#gVGcJLe8hzQO1MnXLKM0B6oJkaksVNDw { position:relative;display:block; }#gVGcJLe8hzQO1MnXLKM0B6oJkaksVNDw { background-color: transparent; background-image: none; }#gVGcJLe8hzQO1MnXLKM0B6oJkaksVNDw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gVGcJLe8hzQO1MnXLKM0B6oJkaksVNDw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gVGcJLe8hzQO1MnXLKM0B6oJkaksVNDw > .row .container > .video-iframe-container { display: none; }#gVGcJLe8hzQO1MnXLKM0B6oJkaksVNDw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gVGcJLe8hzQO1MnXLKM0B6oJkaksVNDw > .row > .video-iframe-container { display: none; }#gVGcJLe8hzQO1MnXLKM0B6oJkaksVNDw > .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); }#gVGcJLe8hzQO1MnXLKM0B6oJkaksVNDw { border-width: 0; border-radius: 0; }#gVGcJLe8hzQO1MnXLKM0B6oJkaksVNDw > .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; }#gVGcJLe8hzQO1MnXLKM0B6oJkaksVNDw > .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; }#ZHDr1Txvx7byOtOP5qlEH4zn0MNkDThy { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.0625rem;width:43.6875rem;top:0rem;left:8.875rem;overflow:hidden;display:block; }
#eKM8haJ3UWwnNpVUytffoJcOZcp6JoKT { position:relative;display:block; }#eKM8haJ3UWwnNpVUytffoJcOZcp6JoKT { background-color: transparent; background-image: none; }#eKM8haJ3UWwnNpVUytffoJcOZcp6JoKT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eKM8haJ3UWwnNpVUytffoJcOZcp6JoKT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eKM8haJ3UWwnNpVUytffoJcOZcp6JoKT > .row .container > .video-iframe-container { display: none; }#eKM8haJ3UWwnNpVUytffoJcOZcp6JoKT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eKM8haJ3UWwnNpVUytffoJcOZcp6JoKT > .row > .video-iframe-container { display: none; }#eKM8haJ3UWwnNpVUytffoJcOZcp6JoKT > .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); }#eKM8haJ3UWwnNpVUytffoJcOZcp6JoKT { border-width: 0; border-radius: 0; }#eKM8haJ3UWwnNpVUytffoJcOZcp6JoKT > .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; }#eKM8haJ3UWwnNpVUytffoJcOZcp6JoKT > .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:10.4375rem;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; }#uH74cTw3p75N33txbLhvpWovTdV1ZA9O { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.0625rem;width:42.5625rem;top:0rem;left:9.34375rem;overflow:hidden;display:block; }
#S0JfzER8vPp4VJw95fA1RTOLWL42srD1 { position:relative;display:block; }#S0JfzER8vPp4VJw95fA1RTOLWL42srD1 { background-color: transparent; background-image: none; }#S0JfzER8vPp4VJw95fA1RTOLWL42srD1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S0JfzER8vPp4VJw95fA1RTOLWL42srD1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S0JfzER8vPp4VJw95fA1RTOLWL42srD1 > .row .container > .video-iframe-container { display: none; }#S0JfzER8vPp4VJw95fA1RTOLWL42srD1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S0JfzER8vPp4VJw95fA1RTOLWL42srD1 > .row > .video-iframe-container { display: none; }#S0JfzER8vPp4VJw95fA1RTOLWL42srD1 > .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); }#S0JfzER8vPp4VJw95fA1RTOLWL42srD1 { border-width: 0; border-radius: 0; }#S0JfzER8vPp4VJw95fA1RTOLWL42srD1 > .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; }#S0JfzER8vPp4VJw95fA1RTOLWL42srD1 > .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:14.6875rem;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; }#EHzFMwTqymRzcysuqxQb8QFqAd1RzPfn { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14rem;width:42.75rem;top:0rem;left:9.15625rem;overflow:hidden;display:block; }
#Kwtdhdnxp90sUqNi1tQOFRiPB0gU01gm { 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; }#Kwtdhdnxp90sUqNi1tQOFRiPB0gU01gm > .row .container { background-color: transparent; background-image: none; }#Kwtdhdnxp90sUqNi1tQOFRiPB0gU01gm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kwtdhdnxp90sUqNi1tQOFRiPB0gU01gm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kwtdhdnxp90sUqNi1tQOFRiPB0gU01gm > .row .container > .video-iframe-container { display: none; }#Kwtdhdnxp90sUqNi1tQOFRiPB0gU01gm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kwtdhdnxp90sUqNi1tQOFRiPB0gU01gm > .row > .video-iframe-container { display: none; }#Kwtdhdnxp90sUqNi1tQOFRiPB0gU01gm > .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); }#Kwtdhdnxp90sUqNi1tQOFRiPB0gU01gm > .row .container { border-width: 0; border-radius: 0; }#Kwtdhdnxp90sUqNi1tQOFRiPB0gU01gm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kwtdhdnxp90sUqNi1tQOFRiPB0gU01gm > .row .container { font-size:0.875rem;font-family:arial;height:11.6875rem;width:60rem;position:relative;display:block; }#tv7LBQ32ADD5GmvihBZBWhBXCPgolbnp { background-color:rgba(var(--color-tertiary-4),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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0.125rem 0.3125rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:rgba(var(--color-secondary-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:16.625rem;height:3.3125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:7.53125rem;left:21.6875rem;display:block; }
#acFhQAHhQe8mFomtWdp6Gb4cTyXCoS43 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cWf10c3XSu6ODv4uI37RuZZ4HHF7ana3 { color:rgba(var(--color-tertiary-4),1);display:block;width:27.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:0.8125rem;left:17.1875rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cJ5HxWfRQEvPaUcrtqRmHuNXkw3PyBhX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cJ5HxWfRQEvPaUcrtqRmHuNXkw3PyBhX > .row .container { background-color: transparent; background-image: none; }#cJ5HxWfRQEvPaUcrtqRmHuNXkw3PyBhX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cJ5HxWfRQEvPaUcrtqRmHuNXkw3PyBhX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cJ5HxWfRQEvPaUcrtqRmHuNXkw3PyBhX > .row .container > .video-iframe-container { display: none; }#cJ5HxWfRQEvPaUcrtqRmHuNXkw3PyBhX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cJ5HxWfRQEvPaUcrtqRmHuNXkw3PyBhX > .row > .video-iframe-container { display: none; }#cJ5HxWfRQEvPaUcrtqRmHuNXkw3PyBhX > .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); }#cJ5HxWfRQEvPaUcrtqRmHuNXkw3PyBhX > .row .container { border-width: 0; border-radius: 0; }#cJ5HxWfRQEvPaUcrtqRmHuNXkw3PyBhX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cJ5HxWfRQEvPaUcrtqRmHuNXkw3PyBhX > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:60rem;position:relative;display:block; }#CWBp9MJnAkBkZqHs5ug0WiJAZPRboBhF { color:rgba(var(--color-tertiary-4),1);display:block;width:58rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1.349609375rem;left:2rem;height:2.92480625rem;font-style:normal;display:block; }
#qLf82Tvkm7eEEpOJ7FfdxIUcFEV6uF27 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qLf82Tvkm7eEEpOJ7FfdxIUcFEV6uF27 > .row .container { background-color: transparent; background-image: none; }#qLf82Tvkm7eEEpOJ7FfdxIUcFEV6uF27::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qLf82Tvkm7eEEpOJ7FfdxIUcFEV6uF27 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qLf82Tvkm7eEEpOJ7FfdxIUcFEV6uF27 > .row .container > .video-iframe-container { display: none; }#qLf82Tvkm7eEEpOJ7FfdxIUcFEV6uF27 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qLf82Tvkm7eEEpOJ7FfdxIUcFEV6uF27 > .row > .video-iframe-container { display: none; }#qLf82Tvkm7eEEpOJ7FfdxIUcFEV6uF27 > .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); }#qLf82Tvkm7eEEpOJ7FfdxIUcFEV6uF27 > .row .container { border-width: 0; border-radius: 0; }#qLf82Tvkm7eEEpOJ7FfdxIUcFEV6uF27 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qLf82Tvkm7eEEpOJ7FfdxIUcFEV6uF27 > .row .container { font-size:0.875rem;font-family:arial;height:22rem;width:60rem;position:relative;display:block; }#mWJPuQv8tsQUCbxQVnIHkwPewTiXQ4Av { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.0625rem;width:25.5625rem;top:1.46875rem;left:3.0625rem;overflow:hidden;display:block; }
#Gl6AyNh7OmF1ZywoCNGXG2qqp3DTfpXA { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.375rem;width:25.9375rem;top:1.25rem;left:31.40625rem;overflow:hidden;display:block; }
#PZg2bACeuEUsMOZ82UKIv0SBIGfcG1sE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PZg2bACeuEUsMOZ82UKIv0SBIGfcG1sE > .row .container { background-color: transparent; background-image: none; }#PZg2bACeuEUsMOZ82UKIv0SBIGfcG1sE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PZg2bACeuEUsMOZ82UKIv0SBIGfcG1sE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PZg2bACeuEUsMOZ82UKIv0SBIGfcG1sE > .row .container > .video-iframe-container { display: none; }#PZg2bACeuEUsMOZ82UKIv0SBIGfcG1sE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PZg2bACeuEUsMOZ82UKIv0SBIGfcG1sE > .row > .video-iframe-container { display: none; }#PZg2bACeuEUsMOZ82UKIv0SBIGfcG1sE > .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); }#PZg2bACeuEUsMOZ82UKIv0SBIGfcG1sE > .row .container { border-width: 0; border-radius: 0; }#PZg2bACeuEUsMOZ82UKIv0SBIGfcG1sE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PZg2bACeuEUsMOZ82UKIv0SBIGfcG1sE > .row .container { font-size:0.875rem;font-family:arial;height:20.4375rem;width:60rem;position:relative;display:block; }#KeCokf2ZXlTHrIn64FGRyPNvkCDo9r6t { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.25rem;width:25.75rem;top:0rem;left:3rem;overflow:hidden;display:block; }
#Bp0dRTP4ZPEDERsHBlx9p5m7oRh4FuQn { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.375rem;width:26rem;top:0rem;left:31.494140625rem;overflow:hidden;display:block; }
#ioHLFE4msk8Irw4HT8Uwe9UsPBpurUXX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ioHLFE4msk8Irw4HT8Uwe9UsPBpurUXX > .row .container { background-color: transparent; background-image: none; }#ioHLFE4msk8Irw4HT8Uwe9UsPBpurUXX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ioHLFE4msk8Irw4HT8Uwe9UsPBpurUXX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ioHLFE4msk8Irw4HT8Uwe9UsPBpurUXX > .row .container > .video-iframe-container { display: none; }#ioHLFE4msk8Irw4HT8Uwe9UsPBpurUXX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ioHLFE4msk8Irw4HT8Uwe9UsPBpurUXX > .row > .video-iframe-container { display: none; }#ioHLFE4msk8Irw4HT8Uwe9UsPBpurUXX > .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); }#ioHLFE4msk8Irw4HT8Uwe9UsPBpurUXX > .row .container { border-width: 0; border-radius: 0; }#ioHLFE4msk8Irw4HT8Uwe9UsPBpurUXX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ioHLFE4msk8Irw4HT8Uwe9UsPBpurUXX > .row .container { font-size:0.875rem;font-family:arial;height:20.5rem;width:60rem;position:relative;display:block; }#TLy4GupiH71LONn5c0xtvsRnIHqOXkoO { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.375rem;width:25.875rem;top:0rem;left:2.75rem;overflow:hidden;display:block; }
#bJd7A806iSa13cABf4QvLbcmDSao8mx8 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.125rem;width:25.8125rem;top:0rem;left:31.424600240309rem;overflow:hidden;display:block; }
#uxlJkgrMcUr5INJESllbUWpA0iw3nOei { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uxlJkgrMcUr5INJESllbUWpA0iw3nOei > .row .container { background-color: transparent; background-image: none; }#uxlJkgrMcUr5INJESllbUWpA0iw3nOei::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uxlJkgrMcUr5INJESllbUWpA0iw3nOei > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uxlJkgrMcUr5INJESllbUWpA0iw3nOei > .row .container > .video-iframe-container { display: none; }#uxlJkgrMcUr5INJESllbUWpA0iw3nOei > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uxlJkgrMcUr5INJESllbUWpA0iw3nOei > .row > .video-iframe-container { display: none; }#uxlJkgrMcUr5INJESllbUWpA0iw3nOei > .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); }#uxlJkgrMcUr5INJESllbUWpA0iw3nOei > .row .container { border-width: 0; border-radius: 0; }#uxlJkgrMcUr5INJESllbUWpA0iw3nOei > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uxlJkgrMcUr5INJESllbUWpA0iw3nOei > .row .container { font-size:0.875rem;font-family:arial;height:20.4375rem;width:60rem;position:relative;display:block; }#Buf0zaQnV2NDryDt0qhBNPnrqOHUSs0l { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.1875rem;width:25.5rem;top:0rem;left:2.9517634854772rem;overflow:hidden;display:block; }
#mvAp2TPZv9oPeaKIz1F67OT27eqwmCxw { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.25rem;width:25rem;top:0rem;left:31.5361328125rem;overflow:hidden;display:block; }
#DQBXs8vTuN3DbALesG0scp9H6oDTs7Ek { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DQBXs8vTuN3DbALesG0scp9H6oDTs7Ek > .row .container { background-color: transparent; background-image: none; }#DQBXs8vTuN3DbALesG0scp9H6oDTs7Ek::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DQBXs8vTuN3DbALesG0scp9H6oDTs7Ek > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DQBXs8vTuN3DbALesG0scp9H6oDTs7Ek > .row .container > .video-iframe-container { display: none; }#DQBXs8vTuN3DbALesG0scp9H6oDTs7Ek > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DQBXs8vTuN3DbALesG0scp9H6oDTs7Ek > .row > .video-iframe-container { display: none; }#DQBXs8vTuN3DbALesG0scp9H6oDTs7Ek > .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); }#DQBXs8vTuN3DbALesG0scp9H6oDTs7Ek > .row .container { border-width: 0; border-radius: 0; }#DQBXs8vTuN3DbALesG0scp9H6oDTs7Ek > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DQBXs8vTuN3DbALesG0scp9H6oDTs7Ek > .row .container { font-size:0.875rem;font-family:arial;height:20.3125rem;width:60rem;position:relative;display:block; }#EiTbvd4FRsGhlUtrF1LEKR9LmTpslBt3 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.25rem;width:25.75rem;top:0rem;left:3rem;overflow:hidden;display:block; }
#y19JzTIBfAQL0zMv0VPRBwPSqlZD6yPt { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.125rem;width:25.5625rem;top:0rem;left:31.625rem;overflow:hidden;display:block; }
#m5hRhXlcV3E3fFfZ03ernMQ7qlxFTgK1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#m5hRhXlcV3E3fFfZ03ernMQ7qlxFTgK1 > .row .container { background-color: transparent; background-image: none; }#m5hRhXlcV3E3fFfZ03ernMQ7qlxFTgK1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m5hRhXlcV3E3fFfZ03ernMQ7qlxFTgK1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m5hRhXlcV3E3fFfZ03ernMQ7qlxFTgK1 > .row .container > .video-iframe-container { display: none; }#m5hRhXlcV3E3fFfZ03ernMQ7qlxFTgK1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m5hRhXlcV3E3fFfZ03ernMQ7qlxFTgK1 > .row > .video-iframe-container { display: none; }#m5hRhXlcV3E3fFfZ03ernMQ7qlxFTgK1 > .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); }#m5hRhXlcV3E3fFfZ03ernMQ7qlxFTgK1 > .row .container { border-width: 0; border-radius: 0; }#m5hRhXlcV3E3fFfZ03ernMQ7qlxFTgK1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m5hRhXlcV3E3fFfZ03ernMQ7qlxFTgK1 > .row .container { font-size:0.875rem;font-family:arial;height:20.125rem;width:60rem;position:relative;display:block; }#JHp6a3Pvi7gcNsTbSn4iVHnLGwBx1F5h { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.125rem;width:25.5625rem;top:0rem;left:3.09375rem;overflow:hidden;display:block; }
#AOPvTwo6KmfToOWrRfTsOLJcJvXSV0ZZ { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.1875rem;width:25.625rem;top:0rem;left:31.66015625rem;overflow:hidden;display:block; }
#SknPilc1C0RBkB1uOIbgL3BZZDPJXtqn { position:relative;display:block; }#SknPilc1C0RBkB1uOIbgL3BZZDPJXtqn { background-color: transparent; background-image: none; }#SknPilc1C0RBkB1uOIbgL3BZZDPJXtqn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SknPilc1C0RBkB1uOIbgL3BZZDPJXtqn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SknPilc1C0RBkB1uOIbgL3BZZDPJXtqn > .row .container > .video-iframe-container { display: none; }#SknPilc1C0RBkB1uOIbgL3BZZDPJXtqn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SknPilc1C0RBkB1uOIbgL3BZZDPJXtqn > .row > .video-iframe-container { display: none; }#SknPilc1C0RBkB1uOIbgL3BZZDPJXtqn > .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); }#SknPilc1C0RBkB1uOIbgL3BZZDPJXtqn { border-width: 0; border-radius: 0; }#SknPilc1C0RBkB1uOIbgL3BZZDPJXtqn > .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; }#SknPilc1C0RBkB1uOIbgL3BZZDPJXtqn > .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:7.1875rem;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; }#wfaZtyEx8LztIy0QiWoH8m6tsCVfwCF9 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7rem;width:25.9375rem;top:0.1875rem;left:17.03125rem;overflow:hidden;display:block; }
#ycmC0pN5IvyEffJ0M5Ka7hxTQWZwdTLL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ycmC0pN5IvyEffJ0M5Ka7hxTQWZwdTLL > .row .container { background-color: transparent; background-image: none; }#ycmC0pN5IvyEffJ0M5Ka7hxTQWZwdTLL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ycmC0pN5IvyEffJ0M5Ka7hxTQWZwdTLL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ycmC0pN5IvyEffJ0M5Ka7hxTQWZwdTLL > .row .container > .video-iframe-container { display: none; }#ycmC0pN5IvyEffJ0M5Ka7hxTQWZwdTLL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ycmC0pN5IvyEffJ0M5Ka7hxTQWZwdTLL > .row > .video-iframe-container { display: none; }#ycmC0pN5IvyEffJ0M5Ka7hxTQWZwdTLL > .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); }#ycmC0pN5IvyEffJ0M5Ka7hxTQWZwdTLL > .row .container { border-width: 0; border-radius: 0; }#ycmC0pN5IvyEffJ0M5Ka7hxTQWZwdTLL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ycmC0pN5IvyEffJ0M5Ka7hxTQWZwdTLL > .row .container { font-size:0.875rem;font-family:arial;height:11.6875rem;width:60rem;position:relative;display:block; }#obMk07s87nzmRChkw8HTFaTVmTNVkgwR { background-color:rgba(var(--color-tertiary-4),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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0.125rem 0.3125rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:rgba(var(--color-secondary-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:16.625rem;height:3.3125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:7.53125rem;left:21.6875rem;display:block; }
#SDiZINEBdlgZAbl242EREaUPoCNfO4w5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K3RbG5hCqaksQr39waFecHhTTswSF1Hd { color:rgba(var(--color-tertiary-4),1);display:block;width:27.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:0.8125rem;left:17.1875rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #boes9vdiAsHTtGmrIENKXUEpAKq6tFfd { display:block; }#boes9vdiAsHTtGmrIENKXUEpAKq6tFfd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oI8Z0M58Rv7qIlTPpw92xeAfOJXmZz8x { top:1.8125rem;left:34.875rem;width:12.875rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cE9UKtdxBnJT3LJf1IxvwtDfrldONuup { top:0rem;left:0rem;width:24.25rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4WVrG2eStg3x0hSXSV7S8MaBUF3duVw { display:block; }#V4WVrG2eStg3x0hSXSV7S8MaBUF3duVw > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QptgUXl59at7iTvgBcRTF4KpxkB9solR { width:29.0625rem;height:8rem;top:7.0625rem;left:9.375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XX4B0aKU5w6bZ6yclbtgCDTMhsBOpqPt { width:23.75rem;height:4rem;top:15.0625rem;left:12rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLShQKiSFIhTLNtwsTmaNuIr4fvNpeIk { top:6.125rem;left:6.4375rem;width:34.875rem;height:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZkrdxMTlhW33xceRTuTEBxHxmUJS99f { width:17.5rem;height:3.4375rem;top:20rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgBWJ8SCGAwQXv27zy2QKU4f3kKDsN47 { display:block; }
 }@media only screen and (max-width: 763px) { #ytOP3dcrxkOdJ3daCZh8FirOXX9wdmI4 { display:block; }#ytOP3dcrxkOdJ3daCZh8FirOXX9wdmI4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tJ7cWD772zWuP13snFe9NzUPmDkf3b6z { width:12.5rem;height:1.25rem;top:11.0625rem;left:11.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaDI3eJR8urAv7IVcM2fXmopVpkfW4Ce { width:12.5rem;height:2.5625rem;top:11.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Datdm7DMSstXWm5QvAtdJPdwuHNcPIam { width:12.5rem;height:2.5625rem;top:11.125rem;left:23.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kc30Cy9wrAmehBftopILVruMfBAaF09T { width:9.75rem;height:2.75rem;top:11.0625rem;left:36.90625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOgghUVTXbXv9pAw2lkAMcOL5crUlJeV { top:5.4375rem;left:27.8125rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReSf16a9HuUDvbCnR68TtXokcFufZ3BS { top:5.8125rem;left:0rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsAZK2tBLhFsJT3ZT6muduEBwXP6zuLO { top:5.4375rem;left:13.375rem;width:9.0625rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tN0k3EGRMuVVrUabzQTsbdGa2RT6Z3dd { top:5.5625rem;left:39.90625rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXfLrbmO3kfzTSMgBXD1g64DeBkV67tF { top:5.8125rem;left:2.03125rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ay6DgXv8oeQsVdUP1gWnGTUbkq7mdPLB { top:5.8125rem;left:4.15625rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ha67rJbldQwr7904dQ1QufuXkOn2cUT1 { top:5.8125rem;left:6.34375rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuwmLvRhOCMruZZNzegPLHnQ4LNShE6p { top:5.8125rem;left:8.375rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kygJktmbBHOf8qtqmP6f7WVCfsk1p66Q { top:1rem;left:0rem;width:27.0625rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILXQAITJ84dhDgNPVr72SymzN5k0HtPK { top:4.625rem;left:10.875rem;width:13rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mA8s9TUG81J2MatcmTFoMlVbgQiVSUHf { top:4.625rem;left:34.75rem;width:13rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xu1HIRpvTEfrauWyUZmNZ8E55Fk9S23o { top:4.625rem;left:22.8125rem;width:13rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uB2HAEv9EiWU8BtgeH5FOfhzcoPrTX02 { top:10rem;left:12.8125rem;width:10.1875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dy9hDxcboCpTX1JHv9SKIODy74fwhDeq { top:10rem;left:24.75rem;width:10.1875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaAzChHCgaNueBbmEuteOML6IBWOJFEc { top:10rem;left:36.6875rem;width:10.1875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKCdTpQavV08Pyvs14f6q8lCBNXe9g1A { top:9.875rem;left:0.875rem;width:10.1875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBHBHfRdl9yI7DJMcz1vM6Gs5Sfg6FZX { top:4.625rem;left:0rem;width:13rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxwd5Ck9xniFbAuSKoNdKBZMTNixK6st { display:block; }#dxwd5Ck9xniFbAuSKoNdKBZMTNixK6st > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WCWveo6qblbUIgN0nQOUR23k7Jcq1UxW { top:10.4375rem;left:0rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTbSRnEoLTeJyUtmwBtWR13NbeQFfF5q { width:28.375rem;height:21.3125rem;top:6.4375rem;left:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTn9WbQH50yN6eTVvew4yGUBcQ0Ir62h { top:5.1875rem;left:0rem;width:22.75rem;height:3rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgdnhLFOhFCahse2nWf6aagZsc88vRso { top:13.4375rem;left:0rem;width:26.4375rem;height:10.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #InboS46SUVVbIuDOg2NH7OqqckHmsVA7 { top:26.75rem;left:0rem;width:16.875rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUA8wMvhT8IGTSJNWsnefLdhL0u1wtPx { display:block; }#aUA8wMvhT8IGTSJNWsnefLdhL0u1wtPx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EWMGUoBcFq49fsDCdLUepJEeoAca0vu9 { top:2.5rem;left:0rem;width:14.125rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ai5uDFcOfk1dR3GTifmP0x8VbSwV0fkA { width:22.625rem;height:9.1875rem;top:7.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTuSi8ehQ7WTTGMdSWH6bchDGoCKiDVX { width:20.3125rem;height:15.25rem;top:2.0625rem;left:24.041015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEA3vAh8MsqB3UIMnQCUiKukWIk8t1TJ { width:19.375rem;height:14.5625rem;top:17.875rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OR3pcTa4v1zT28BUwsCUCiKqlH5IuVod { top:17.3125rem;left:0rem;width:18.5rem;height:13.25rem;font-size:1.25rem;display:block; }#OR3pcTa4v1zT28BUwsCUCiKqlH5IuVod li:before{  }
 }@media only screen and (max-width: 763px) { #VhHcToxKii1Jvy4GKT8XgeQGTgLdV2z7 { width:19.3125rem;height:14.5625rem;top:17.875rem;left:28.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnNW7uQUwFnVhzfQI0bhCA73mPPWnsRS { top:5.375rem;left:0rem;width:18.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7HnTTIe1ZI8p4x0lyBGfx5y50hvVUUW { display:block; }#a7HnTTIe1ZI8p4x0lyBGfx5y50hvVUUW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZcTzS2lTwOfsNaqLX0Myhwl85cyPkun4 { width:47.75rem;height:2.875rem;top:1.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVGcJLe8hzQO1MnXLKM0B6oJkaksVNDw { display:block; }#gVGcJLe8hzQO1MnXLKM0B6oJkaksVNDw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZHDr1Txvx7byOtOP5qlEH4zn0MNkDThy { top:0rem;left:0rem;width:43.6875rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKM8haJ3UWwnNpVUytffoJcOZcp6JoKT { display:block; }#eKM8haJ3UWwnNpVUytffoJcOZcp6JoKT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uH74cTw3p75N33txbLhvpWovTdV1ZA9O { top:0rem;left:0rem;width:42.5625rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0JfzER8vPp4VJw95fA1RTOLWL42srD1 { display:block; }#S0JfzER8vPp4VJw95fA1RTOLWL42srD1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EHzFMwTqymRzcysuqxQb8QFqAd1RzPfn { top:0rem;left:0rem;width:42.75rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kwtdhdnxp90sUqNi1tQOFRiPB0gU01gm { display:block; }#Kwtdhdnxp90sUqNi1tQOFRiPB0gU01gm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tv7LBQ32ADD5GmvihBZBWhBXCPgolbnp { width:16.625rem;height:3.3125rem;top:7.5rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #acFhQAHhQe8mFomtWdp6Gb4cTyXCoS43 { display:block; }
 }@media only screen and (max-width: 763px) { #cWf10c3XSu6ODv4uI37RuZZ4HHF7ana3 { width:27.125rem;height:;top:0.8125rem;left:11.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJ5HxWfRQEvPaUcrtqRmHuNXkw3PyBhX { display:block; }#cJ5HxWfRQEvPaUcrtqRmHuNXkw3PyBhX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CWBp9MJnAkBkZqHs5ug0WiJAZPRboBhF { width:47.75rem;height:0.125rem;top:1.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLf82Tvkm7eEEpOJ7FfdxIUcFEV6uF27 { display:block; }#qLf82Tvkm7eEEpOJ7FfdxIUcFEV6uF27 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mWJPuQv8tsQUCbxQVnIHkwPewTiXQ4Av { top:1.4375rem;left:0rem;width:25.5625rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gl6AyNh7OmF1ZywoCNGXG2qqp3DTfpXA { top:1.25rem;left:21.6875rem;width:25.9375rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZg2bACeuEUsMOZ82UKIv0SBIGfcG1sE { display:block; }#PZg2bACeuEUsMOZ82UKIv0SBIGfcG1sE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KeCokf2ZXlTHrIn64FGRyPNvkCDo9r6t { top:0rem;left:0rem;width:25.75rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bp0dRTP4ZPEDERsHBlx9p5m7oRh4FuQn { top:0rem;left:21.75rem;width:26rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioHLFE4msk8Irw4HT8Uwe9UsPBpurUXX { display:block; }#ioHLFE4msk8Irw4HT8Uwe9UsPBpurUXX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TLy4GupiH71LONn5c0xtvsRnIHqOXkoO { top:0rem;left:0rem;width:25.875rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJd7A806iSa13cABf4QvLbcmDSao8mx8 { top:0rem;left:21.9375rem;width:25.8125rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxlJkgrMcUr5INJESllbUWpA0iw3nOei { display:block; }#uxlJkgrMcUr5INJESllbUWpA0iw3nOei > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Buf0zaQnV2NDryDt0qhBNPnrqOHUSs0l { top:0rem;left:0rem;width:25.5rem;height:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvAp2TPZv9oPeaKIz1F67OT27eqwmCxw { top:0rem;left:22rem;width:25rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQBXs8vTuN3DbALesG0scp9H6oDTs7Ek { display:block; }#DQBXs8vTuN3DbALesG0scp9H6oDTs7Ek > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EiTbvd4FRsGhlUtrF1LEKR9LmTpslBt3 { top:0rem;left:0rem;width:25.75rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y19JzTIBfAQL0zMv0VPRBwPSqlZD6yPt { top:0rem;left:22.1875rem;width:25.5625rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5hRhXlcV3E3fFfZ03ernMQ7qlxFTgK1 { display:block; }#m5hRhXlcV3E3fFfZ03ernMQ7qlxFTgK1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JHp6a3Pvi7gcNsTbSn4iVHnLGwBx1F5h { top:0rem;left:0rem;width:25.5625rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOPvTwo6KmfToOWrRfTsOLJcJvXSV0ZZ { top:0rem;left:22.125rem;width:25.625rem;height:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SknPilc1C0RBkB1uOIbgL3BZZDPJXtqn { display:block; }#SknPilc1C0RBkB1uOIbgL3BZZDPJXtqn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wfaZtyEx8LztIy0QiWoH8m6tsCVfwCF9 { top:0.1875rem;left:10.90625rem;width:25.9375rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycmC0pN5IvyEffJ0M5Ka7hxTQWZwdTLL { display:block; }#ycmC0pN5IvyEffJ0M5Ka7hxTQWZwdTLL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #obMk07s87nzmRChkw8HTFaTVmTNVkgwR { width:16.625rem;height:3.3125rem;top:7.5rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDiZINEBdlgZAbl242EREaUPoCNfO4w5 { display:block; }
 }@media only screen and (max-width: 763px) { #K3RbG5hCqaksQr39waFecHhTTswSF1Hd { width:27.125rem;height:;top:0.8125rem;left:11.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #boes9vdiAsHTtGmrIENKXUEpAKq6tFfd { position:relative;z-index:auto;display:block; }#boes9vdiAsHTtGmrIENKXUEpAKq6tFfd > .row .container { width:20rem;height:10.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oI8Z0M58Rv7qIlTPpw92xeAfOJXmZz8x { width:10.75rem;height:2.5996125rem;top:6.1787109375rem;left:4.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cE9UKtdxBnJT3LJf1IxvwtDfrldONuup { width:18.8125rem;height:4.375rem;top:1.0625rem;left:0.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4WVrG2eStg3x0hSXSV7S8MaBUF3duVw { background-color:rgba(0,0,0,0.3);background-image:url("https://images.assets-landingi.com/uc/4b7f5041-627e-485f-a5b6-a4602c97ad9a/PXL_20240612_1301162862.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#V4WVrG2eStg3x0hSXSV7S8MaBUF3duVw.adaptive-delivery-prevent-bg, #V4WVrG2eStg3x0hSXSV7S8MaBUF3duVw.lazyload, #V4WVrG2eStg3x0hSXSV7S8MaBUF3duVw.lazyloading { background-image: none; }#V4WVrG2eStg3x0hSXSV7S8MaBUF3duVw > .row .container { background-color: transparent; background-image: none; }#V4WVrG2eStg3x0hSXSV7S8MaBUF3duVw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V4WVrG2eStg3x0hSXSV7S8MaBUF3duVw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V4WVrG2eStg3x0hSXSV7S8MaBUF3duVw > .row .container > .video-iframe-container { display: none; }#V4WVrG2eStg3x0hSXSV7S8MaBUF3duVw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V4WVrG2eStg3x0hSXSV7S8MaBUF3duVw > .row > .video-iframe-container { display: none; }#V4WVrG2eStg3x0hSXSV7S8MaBUF3duVw > .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); }#V4WVrG2eStg3x0hSXSV7S8MaBUF3duVw > .row .container { border-width: 0; border-radius: 0; }#V4WVrG2eStg3x0hSXSV7S8MaBUF3duVw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V4WVrG2eStg3x0hSXSV7S8MaBUF3duVw > .row .container { width:20rem;height:33.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QptgUXl59at7iTvgBcRTF4KpxkB9solR { width:20rem;height:5.0371125rem;top:2.9521484375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XX4B0aKU5w6bZ6yclbtgCDTMhsBOpqPt { width:18.5rem;height:3.19921875rem;top:8.6142578125rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLShQKiSFIhTLNtwsTmaNuIr4fvNpeIk { width:20rem;height:15.25rem;top:1.828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZkrdxMTlhW33xceRTuTEBxHxmUJS99f { width:17.5rem;height:3.4375rem;top:12.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgBWJ8SCGAwQXv27zy2QKU4f3kKDsN47 { display:block; }
 }@media only screen and (max-width: 763px) { #ytOP3dcrxkOdJ3daCZh8FirOXX9wdmI4 { display:block; }#ytOP3dcrxkOdJ3daCZh8FirOXX9wdmI4 > .row .container { width:20rem;height:43.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tJ7cWD772zWuP13snFe9NzUPmDkf3b6z { width:12.5rem;height:1.29980625rem;top:13.6875rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #KaDI3eJR8urAv7IVcM2fXmopVpkfW4Ce { width:12.5rem;height:2.5996125rem;top:19.1875rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Datdm7DMSstXWm5QvAtdJPdwuHNcPIam { width:12.5rem;height:2.5996125rem;top:28.8125rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kc30Cy9wrAmehBftopILVruMfBAaF09T { width:12.5rem;height:2.5996125rem;top:37.875rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOgghUVTXbXv9pAw2lkAMcOL5crUlJeV { display:flex;width:5.25rem;height:5.25rem;top:23rem;left:7.375rem; }
 }@media only screen and (max-width: 763px) { #ReSf16a9HuUDvbCnR68TtXokcFufZ3BS { display:flex;width:3.5625rem;height:3.5625rem;top:15.625rem;left:3.8125rem; }
 }@media only screen and (max-width: 763px) { #TsAZK2tBLhFsJT3ZT6muduEBwXP6zuLO { width:11.1875rem;height:4.625rem;top:7.6875rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tN0k3EGRMuVVrUabzQTsbdGa2RT6Z3dd { display:flex;width:5.0625rem;height:5.0625rem;top:32rem;left:7.5rem; }
 }@media only screen and (max-width: 763px) { #mXfLrbmO3kfzTSMgBXD1g64DeBkV67tF { display:flex;width:3.5625rem;height:3.5625rem;top:15.625rem;left:6rem; }
 }@media only screen and (max-width: 763px) { #ay6DgXv8oeQsVdUP1gWnGTUbkq7mdPLB { display:flex;width:3.5625rem;height:3.5625rem;top:15.6875rem;left:8.1875rem; }
 }@media only screen and (max-width: 763px) { #Ha67rJbldQwr7904dQ1QufuXkOn2cUT1 { display:flex;width:3.5625rem;height:3.5625rem;top:15.625rem;left:10.4375rem; }
 }@media only screen and (max-width: 763px) { #zuwmLvRhOCMruZZNzegPLHnQ4LNShE6p { display:flex;width:3.5625rem;height:3.5625rem;top:15.625rem;left:12.6875rem; }
 }@media only screen and (max-width: 763px) { #kygJktmbBHOf8qtqmP6f7WVCfsk1p66Q { width:20rem;height:4.7109375rem;top:0.724609375rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILXQAITJ84dhDgNPVr72SymzN5k0HtPK { width:13rem;height:9.8125rem;top:22.25rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mA8s9TUG81J2MatcmTFoMlVbgQiVSUHf { width:13rem;height:9.8125rem;top:14.9375rem;left:3.5rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #xu1HIRpvTEfrauWyUZmNZ8E55Fk9S23o { width:13rem;height:9.8125rem;top:6.25rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uB2HAEv9EiWU8BtgeH5FOfhzcoPrTX02 { width:10.1875rem;height:0.1875rem;top:37.75rem;left:4.9375rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #dy9hDxcboCpTX1JHv9SKIODy74fwhDeq { width:10.1875rem;height:0.1875rem;top:36.25rem;left:4.9375rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #HaAzChHCgaNueBbmEuteOML6IBWOJFEc { width:10.1875rem;height:0.1875rem;top:35.5rem;left:6.125rem;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #ZKCdTpQavV08Pyvs14f6q8lCBNXe9g1A { width:10.1875rem;height:0.1875rem;top:34.0625rem;left:4.3125rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #iBHBHfRdl9yI7DJMcz1vM6Gs5Sfg6FZX { width:13rem;height:9.8125rem;top:31.4375rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxwd5Ck9xniFbAuSKoNdKBZMTNixK6st { display:block; }#dxwd5Ck9xniFbAuSKoNdKBZMTNixK6st > .row .container { width:20rem;height:43.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WCWveo6qblbUIgN0nQOUR23k7Jcq1UxW { width:12.5rem;height:0.125rem;top:5.5rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTbSRnEoLTeJyUtmwBtWR13NbeQFfF5q { width:19.5rem;height:14.625rem;top:22.62109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTn9WbQH50yN6eTVvew4yGUBcQ0Ir62h { width:16.75rem;height:2.5996125rem;top:1.7119140625rem;left:1.625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XgdnhLFOhFCahse2nWf6aagZsc88vRso { width:20rem;height:12.50975rem;top:6.875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #InboS46SUVVbIuDOg2NH7OqqckHmsVA7 { width:16.875rem;height:2.76171875rem;top:39.24609375rem;left:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUA8wMvhT8IGTSJNWsnefLdhL0u1wtPx { display:block; }#aUA8wMvhT8IGTSJNWsnefLdhL0u1wtPx > .row .container { width:20rem;height:78.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EWMGUoBcFq49fsDCdLUepJEeoAca0vu9 { width:14.125rem;height:2.5996125rem;top:0.6484375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ai5uDFcOfk1dR3GTifmP0x8VbSwV0fkA { width:20rem;height:11.49905625rem;top:4.9365234375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTuSi8ehQ7WTTGMdSWH6bchDGoCKiDVX { width:20rem;height:15.015384615385rem;top:15.374rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEA3vAh8MsqB3UIMnQCUiKukWIk8t1TJ { width:19.375rem;height:14.5625rem;top:46.138625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OR3pcTa4v1zT28BUwsCUCiKqlH5IuVod { width:18.5rem;height:13.25rem;top:31.638625rem;left:0.75rem;font-size:1.25rem;display:block; }#OR3pcTa4v1zT28BUwsCUCiKqlH5IuVod li:before{  }
 }@media only screen and (max-width: 763px) { #VhHcToxKii1Jvy4GKT8XgeQGTgLdV2z7 { width:19.3125rem;height:14.5625rem;top:62.076125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnNW7uQUwFnVhzfQI0bhCA73mPPWnsRS { width:18.75rem;height:0.125rem;top:3.8740234375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7HnTTIe1ZI8p4x0lyBGfx5y50hvVUUW { display:block; }#a7HnTTIe1ZI8p4x0lyBGfx5y50hvVUUW > .row .container { width:20rem;height:4.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZcTzS2lTwOfsNaqLX0Myhwl85cyPkun4 { width:20rem;height:2.4375rem;top:1.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVGcJLe8hzQO1MnXLKM0B6oJkaksVNDw { display:block; }#gVGcJLe8hzQO1MnXLKM0B6oJkaksVNDw > .row .container { width:20rem;height:9.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZHDr1Txvx7byOtOP5qlEH4zn0MNkDThy { width:20rem;height:7.3533619456369rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKM8haJ3UWwnNpVUytffoJcOZcp6JoKT { display:block; }#eKM8haJ3UWwnNpVUytffoJcOZcp6JoKT > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uH74cTw3p75N33txbLhvpWovTdV1ZA9O { width:20rem;height:4.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0JfzER8vPp4VJw95fA1RTOLWL42srD1 { display:block; }#S0JfzER8vPp4VJw95fA1RTOLWL42srD1 > .row .container { width:20rem;height:8.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EHzFMwTqymRzcysuqxQb8QFqAd1RzPfn { width:18.25rem;height:6rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kwtdhdnxp90sUqNi1tQOFRiPB0gU01gm { display:block; }#Kwtdhdnxp90sUqNi1tQOFRiPB0gU01gm > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tv7LBQ32ADD5GmvihBZBWhBXCPgolbnp { width:14.375rem;height:3.75rem;top:6.1242179870606rem;left:2.8125001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #acFhQAHhQe8mFomtWdp6Gb4cTyXCoS43 { display:block; }
 }@media only screen and (max-width: 763px) { #cWf10c3XSu6ODv4uI37RuZZ4HHF7ana3 { width:20rem;height:4.19824375rem;top:0.8271484375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJ5HxWfRQEvPaUcrtqRmHuNXkw3PyBhX { display:block; }#cJ5HxWfRQEvPaUcrtqRmHuNXkw3PyBhX > .row .container { width:20rem;height:7.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CWBp9MJnAkBkZqHs5ug0WiJAZPRboBhF { width:20rem;height:4.875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLf82Tvkm7eEEpOJ7FfdxIUcFEV6uF27 { display:block; }#qLf82Tvkm7eEEpOJ7FfdxIUcFEV6uF27 > .row .container { width:20rem;height:33.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mWJPuQv8tsQUCbxQVnIHkwPewTiXQ4Av { width:20rem;height:14.914425427873rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gl6AyNh7OmF1ZywoCNGXG2qqp3DTfpXA { width:20rem;height:14.939759036144rem;top:17.4140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZg2bACeuEUsMOZ82UKIv0SBIGfcG1sE { display:block; }#PZg2bACeuEUsMOZ82UKIv0SBIGfcG1sE > .row .container { width:20rem;height:33.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KeCokf2ZXlTHrIn64FGRyPNvkCDo9r6t { width:20rem;height:14.951456310679rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bp0dRTP4ZPEDERsHBlx9p5m7oRh4FuQn { width:20rem;height:14.903846153846rem;top:17.4511875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioHLFE4msk8Irw4HT8Uwe9UsPBpurUXX { display:block; }#ioHLFE4msk8Irw4HT8Uwe9UsPBpurUXX > .row .container { width:20rem;height:32.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TLy4GupiH71LONn5c0xtvsRnIHqOXkoO { width:20rem;height:14.975845410628rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJd7A806iSa13cABf4QvLbcmDSao8mx8 { width:20rem;height:14.818401937046rem;top:17.4755625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxlJkgrMcUr5INJESllbUWpA0iw3nOei { display:block; }#uxlJkgrMcUr5INJESllbUWpA0iw3nOei > .row .container { width:20rem;height:32.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Buf0zaQnV2NDryDt0qhBNPnrqOHUSs0l { width:19.8125rem;height:14.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvAp2TPZv9oPeaKIz1F67OT27eqwmCxw { width:19.375rem;height:14.9375rem;top:17.402375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQBXs8vTuN3DbALesG0scp9H6oDTs7Ek { display:block; }#DQBXs8vTuN3DbALesG0scp9H6oDTs7Ek > .row .container { width:20rem;height:32.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EiTbvd4FRsGhlUtrF1LEKR9LmTpslBt3 { width:20rem;height:14.9511875rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y19JzTIBfAQL0zMv0VPRBwPSqlZD6yPt { width:20rem;height:14.963325183374rem;top:17.4511875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5hRhXlcV3E3fFfZ03ernMQ7qlxFTgK1 { display:block; }#m5hRhXlcV3E3fFfZ03ernMQ7qlxFTgK1 > .row .container { width:20rem;height:31.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JHp6a3Pvi7gcNsTbSn4iVHnLGwBx1F5h { width:20rem;height:14.962875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOPvTwo6KmfToOWrRfTsOLJcJvXSV0ZZ { width:20rem;height:14.9755625rem;top:16.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SknPilc1C0RBkB1uOIbgL3BZZDPJXtqn { display:block; }#SknPilc1C0RBkB1uOIbgL3BZZDPJXtqn > .row .container { width:20rem;height:6.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wfaZtyEx8LztIy0QiWoH8m6tsCVfwCF9 { width:16.25rem;height:4.3125rem;top:1.25rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycmC0pN5IvyEffJ0M5Ka7hxTQWZwdTLL { display:block; }#ycmC0pN5IvyEffJ0M5Ka7hxTQWZwdTLL > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #obMk07s87nzmRChkw8HTFaTVmTNVkgwR { width:14.375rem;height:3.75rem;top:6.1242179870606rem;left:2.8125001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDiZINEBdlgZAbl242EREaUPoCNfO4w5 { display:block; }
 }@media only screen and (max-width: 763px) { #K3RbG5hCqaksQr39waFecHhTTswSF1Hd { width:20rem;height:4.19824375rem;top:0.8271484375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }