.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,222,224;--color-primary-1:255,157,163;--color-primary-2:255,91,102;--color-primary-3:179,3,80;--color-primary-4:51,18,20;--color-secondary-0:255,252,234;--color-secondary-1:255,245,184;--color-secondary-2:254,235,113;--color-secondary-3:127,118,57;--color-secondary-4:38,35,17;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Poppins";--paragraphs-font-family:"Montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/dbcf9aad-2a1f-47ab-8ad4-d2e94c5e0194/bg_colors3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1ece6;background-image:url("https://images.assets-landingi.com/uc/ae306fc6-6dde-43dc-8d32-21c97ea13749/PaniEla6.preview.flip.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E.adaptive-delivery-prevent-bg, #zpPilIxcw6PC7DfpHQopIUSveN80TI2E.lazyload, #zpPilIxcw6PC7DfpHQopIUSveN80TI2E.lazyloading { background-image: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { background-color: transparent; background-image: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container > .video-iframe-container { display: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container { display: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .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); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { border-width: 0; border-radius: 0; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { font-size:0.875rem;font-family:arial;height:36.8125rem;width:75rem;position:relative;display:block; }#pDd08TJFhEWfbNKTiN0Pz0THFBsnnzAl { color:rgba(var(--color-primary-3),1);display:block;width:40.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.1875rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:7.6875rem;left:2.8125rem;height:11.474125rem;font-style:normal;display:block; }
#NJPMTiKgkDoqPww37J3eU3LKPPg674Pe { color:rgba(var(--color-primary-4),1);display:block;width:36.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:5.25rem;left:2.8125rem;height:1.6875rem;display:block; }
#C6iJIyCL7yqEKVrF4BUbZq9MVU3NsW7H { color:rgba(var(--color-primary-4),1);display:block;width:39.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:21.0625rem;left:2.8125rem;height:6.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Hb4583dWOTyJyIhBTPJGe0O8pbVkRwzu { color:rgba(var(--color-tertiary-0),1);display:block;width:40.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.1875rem;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:6.6875rem;left:3.4375rem;height:0;font-style:normal;display:none; }
#GBTuTbk42TGuyJZyPJruDE9A7EwuXCCs { position:absolute;display:block;z-index:15020;height:28.3125rem;width:25.625rem;top:4.25rem;left:44.875rem;display:block; }
#mVayJ7ywle0T9BCrIh4kTRBo7UXZZT36 { box-sizing:content-box;height:0.1875rem;width:31.25rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-3),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.874633789062rem;left:2.8125rem;display:block; }
#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 { 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; }#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 > .row .container { background-color: transparent; background-image: none; }#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 > .row .container > .video-iframe-container { display: none; }#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 > .row > .video-iframe-container { display: none; }#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 > .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); }#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 > .row .container { border-width: 0; border-radius: 0; }#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 > .row .container { font-size:0.875rem;font-family:arial;height:9.5rem;width:75rem;position:relative;display:block; }#qqO3OkBzI5rXH6bwv08oNoTCSG8BqQkE { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:4.3123779296875rem;left:0rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PQP2JrA4xHDrSTOpIwChhohNVCgXgEhP { 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; }#PQP2JrA4xHDrSTOpIwChhohNVCgXgEhP > .row .container { background-color: transparent; background-image: none; }#PQP2JrA4xHDrSTOpIwChhohNVCgXgEhP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQP2JrA4xHDrSTOpIwChhohNVCgXgEhP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQP2JrA4xHDrSTOpIwChhohNVCgXgEhP > .row .container > .video-iframe-container { display: none; }#PQP2JrA4xHDrSTOpIwChhohNVCgXgEhP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQP2JrA4xHDrSTOpIwChhohNVCgXgEhP > .row > .video-iframe-container { display: none; }#PQP2JrA4xHDrSTOpIwChhohNVCgXgEhP > .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); }#PQP2JrA4xHDrSTOpIwChhohNVCgXgEhP > .row .container { border-width: 0; border-radius: 0; }#PQP2JrA4xHDrSTOpIwChhohNVCgXgEhP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PQP2JrA4xHDrSTOpIwChhohNVCgXgEhP > .row .container { font-size:0.875rem;font-family:arial;height:48.1875rem;width:75rem;position:relative;display:block; }#eA69K80QDZvP6biTWsZ90XBP76bulNPB { color:rgba(var(--color-tertiary-4),1);display:block;width:46.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:1.625rem;left:16.875rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wFEerGFK5TzNnqHsPHO1CWcUdUFNBXfA { color:rgba(var(--color-tertiary-4),1);display:block;width:46.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:4.0625rem;left:16.875rem;height:3rem;text-align:left;text-align-last:left;display:block; }
#PT0w5gp72LWFOgC7rfWad8iS57ZKdwJO { color:rgba(var(--color-tertiary-4),1);display:block;width:46.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:9.9375rem;left:16.875rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dTEymWZDd3Mc9tXo3C7izF5XWOM7vpmk { color:rgba(var(--color-tertiary-4),1);display:block;width:46.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:12.25rem;left:16.875rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#vSp3r4NIEXiZXqW7IZF5dJtkpnJqtJ0f { color:rgba(var(--color-tertiary-4),1);display:block;width:46.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:17.5rem;left:16.875rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#meNru9O5KkTHxb8JlAdVDHKTJqLi8gia { color:rgba(var(--color-tertiary-4),1);display:block;width:46.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:19.75rem;left:16.875rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#Hvs0M53z4yNUvqovgy7qIyMFryEJvqEB { color:rgba(var(--color-tertiary-4),1);display:block;width:46.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:25.125rem;left:16.875rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vs8FMlTd27RymzStdC1HTDlhaoyhEDm1 { color:rgba(var(--color-tertiary-4),1);display:block;width:46.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:27.4375rem;left:16.875rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#si2JUrdO8QADQPr71BmPh3P8sfXItfb0 { color:rgba(var(--color-tertiary-4),1);display:block;width:46.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:32.4375rem;left:16.875rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XKL0cy4wNDfZ5T9yRXkMtF8WK1KW13Z6 { color:rgba(var(--color-tertiary-4),1);display:block;width:46.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:35.1875rem;left:16.875rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#pK8L6z9gO4W2RJtwkn4HsWhwHoitl4vy { background-color:rgba(var(--color-primary-3),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-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.125rem;height:3.5rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:40.560913085938rem;left:25.9375rem;display:block; }
#SBuqROhhJAV1R0avxB0ggMBOMUhnpb1A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O8NEgQ8b7wd6VPU6xm63D7HBe06VanTW { box-sizing:content-box;height:7.0625rem;width:53.875rem;position:absolute;display:block;z-index:15006;background-color:#f1ece6;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.875rem;left:10.5625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#fPpHelx4oftQqQ94rI2gu3zuQ6KuZCcS { box-sizing:content-box;height:7.062375rem;width:53.8745rem;position:absolute;display:block;z-index:15005;background-color:#f1ece6;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.4375rem;left:10.5625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#yI6TgNqg0mDyby8DX1opgKPSSG6LrTtF { box-sizing:content-box;height:7.06175rem;width:53.873875rem;position:absolute;display:block;z-index:15006;background-color:#f1ece6;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16rem;left:10.5625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#g3mNv9bBpb79KbTaQLFTpCJcru5nt8Gi { box-sizing:content-box;height:7.0611875rem;width:53.8733125rem;position:absolute;display:block;z-index:15005;background-color:#f1ece6;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.5625rem;left:10.5625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#cLEmlXT7Z48f0kvHsV2ksHx0hvfbeQXN { box-sizing:content-box;height:7.0611875rem;width:53.8733125rem;position:absolute;display:block;z-index:15006;background-color:#f1ece6;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.25rem;left:10.5625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#Lg4VNkKLSWghh5y2FKk4RCu0hVtKmeg2 { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;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:15013;opacity:1;top:2.530517578125rem;left:11.897583007812rem; }
#UAxTkVDq40RF9Dhk6Sh30AuiydGNoWsG { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;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:15014;opacity:1;top:17.6875rem;left:11.898071289062rem; }
#WVHUtRSIvnpZ8gCuPfTMKckp9brGJflW { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;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:15015;opacity:1;top:10.037841796875rem;left:11.897583007812rem; }
#EwmTlSN5xb1RHQgQ20owagky07wIIwTV { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;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:15016;opacity:1;top:25.12451171875rem;left:11.897583007812rem; }
#IcMl1mNthemP7laRl1eFk5FWW3HttDiG { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;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:15017;opacity:1;top:32.975463867188rem;left:11.897583007812rem; }
#sPkzyNU29o9guAfL9TlD6TD8mDnR267M { 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; }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row .container { background-color: transparent; background-image: none; }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row .container > .video-iframe-container { display: none; }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row > .video-iframe-container { display: none; }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .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); }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row .container { border-width: 0; border-radius: 0; }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row .container { font-size:0.875rem;font-family:arial;height:12rem;width:75rem;position:relative;display:block; }#VAlO0Vyvo2EQ9Bq40HAms29gpAV4JZ6C { color:#000000;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:4.2496337890625rem;left:0rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SVERteMtZ6Z24pnz0iThAA6fkhJlRCLe { position:absolute;display:block;z-index:14996;background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:0.1875rem;width:6.25rem;top:2.5rem;left:34.375rem;display:block; }
#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF { 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; }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .row .container { background-color: transparent; background-image: none; }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .row .container > .video-iframe-container { display: none; }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .row > .video-iframe-container { display: none; }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .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); }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .row .container { border-width: 0; border-radius: 0; }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .row .container { font-size:0.875rem;font-family:arial;height:23.75rem;width:75rem;position:relative;display:block; }#WBpZzHUUJbb1Z97pVgPLTIrZxs8fNqQ3 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:15.4375rem;left:4.0625rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#ZLq47nl7JbomWqWPqdT9VSaqfzQgDUGJ { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:8.8125rem;left:4.0625rem;height:5.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#t7WpKJxevrEcpfH94hmzDZ8bqTaRHbR5 { color:#000000;display:block;width:2.24975625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4rem;font-weight:700;z-index:15033;line-height:1.5;letter-spacing:0;top:2.109375rem;left:11.375122070312rem;height:6.00036875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Qn5lXWDQtGPsHAXWmcz8f2RP1qOw41Zo { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:8.8125rem;left:29.0625rem;height:5.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JXJzx0Xl2qtt7idvfx5h50w8FtzmBpFb { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:15.4375rem;left:29.0625rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#q5B05lvgRWDz2vu8bTtiItbkpfM9cSod { color:#000000;display:block;width:2.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4rem;font-weight:700;z-index:15039;line-height:1.5;letter-spacing:0;top:2.109375rem;left:35.90625rem;height:6.00036875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yHfqQMVd06W1XWmTABSNK2OxDmTZXfoU { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.5;letter-spacing:0;top:8.8125rem;left:54.0625rem;height:5.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hfGdEFUfKQlxiSnZFPE5lyqa6rTHOxR6 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.5;letter-spacing:0;top:15.4375rem;left:54.0625rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#ZWe6a0eErflIO4sGi4uPQ5o2bcGfExTF { color:#000000;display:block;width:2.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4rem;font-weight:700;z-index:15045;line-height:1.5;letter-spacing:0;top:2.109375rem;left:61.40625rem;height:6.00036875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#K35aD5p4qEa1nC8Ju8o2KQHVLdcmgF44 { box-sizing:content-box;height:22.062375rem;width:23.374625rem;position:absolute;display:block;z-index:15006;background-color:#f1ece6;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.843505859375rem;left:0.8123779296875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#wCLDPkBDLHcG9Pm1mVFrT7RTPQARTCla { box-sizing:content-box;height:0.1875rem;width:18.75rem;position:absolute;display:block;z-index:15046;background-color:rgba(var(--color-primary-3),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.86865234375rem;left:3.125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#mZPh4JIZOg0vvOVhLpCMgaA0XHRm0NXL { box-sizing:content-box;height:22.06175rem;width:23.374rem;position:absolute;display:block;z-index:15007;background-color:#f1ece6;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.843505859375rem;left:25.812377929688rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#hNKMDCZUIzCHFMkpDViVWqaGMIFfEepP { box-sizing:content-box;height:0.187378125rem;width:18.75rem;position:absolute;display:block;z-index:15047;background-color:rgba(var(--color-primary-3),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.96142578125rem;left:28.125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#auRryklppy6bUOetuReS3r2K6RlFK6G1 { box-sizing:content-box;height:22.0611875rem;width:23.3734375rem;position:absolute;display:block;z-index:15008;background-color:#f1ece6;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.8441162109375rem;left:50.81298828125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#PVxzHEF5FR3oMUC5Kp9Ji3hreV493W0W { box-sizing:content-box;height:0.187378125rem;width:18.75rem;position:absolute;display:block;z-index:15048;background-color:rgba(var(--color-primary-3),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.96142578125rem;left:53.125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#de4B3JGD0pDEhORMzGNAJCkXIGu8XLkT { 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; }#de4B3JGD0pDEhORMzGNAJCkXIGu8XLkT > .row .container { background-color: transparent; background-image: none; }#de4B3JGD0pDEhORMzGNAJCkXIGu8XLkT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#de4B3JGD0pDEhORMzGNAJCkXIGu8XLkT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#de4B3JGD0pDEhORMzGNAJCkXIGu8XLkT > .row .container > .video-iframe-container { display: none; }#de4B3JGD0pDEhORMzGNAJCkXIGu8XLkT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#de4B3JGD0pDEhORMzGNAJCkXIGu8XLkT > .row > .video-iframe-container { display: none; }#de4B3JGD0pDEhORMzGNAJCkXIGu8XLkT > .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); }#de4B3JGD0pDEhORMzGNAJCkXIGu8XLkT > .row .container { border-width: 0; border-radius: 0; }#de4B3JGD0pDEhORMzGNAJCkXIGu8XLkT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#de4B3JGD0pDEhORMzGNAJCkXIGu8XLkT > .row .container { font-size:0.875rem;font-family:arial;height:22.5625rem;width:75rem;position:relative;display:block; }#hCxbzQTdmohtBTbLMZ7v7EnXGmsgJLiR { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:15.4375rem;left:4.0625rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#fJ2z2fL2ldyuxhUr8oSyebkfN8xKMv8N { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:8.8125rem;left:4.0625rem;height:5.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wxmbOZkQiMDsHUCZzSyRfpnRlITcwb5U { color:#000000;display:block;width:2.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4rem;font-weight:700;z-index:15033;line-height:1.5;letter-spacing:0;top:2.109375rem;left:11.40625rem;height:6.00036875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OQXc2kl83FWlgcsznl4EexTwdGnIVNQu { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:8.8125rem;left:29.0625rem;height:5.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tOHhaUkqxaRw829SOv9QNWEQURlrbMpf { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:15.4375rem;left:29.0625rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#Irpx0kv5tJtudmay03CxtWvtp5dRqt88 { color:#000000;display:block;width:2.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4rem;font-weight:700;z-index:15039;line-height:1.5;letter-spacing:0;top:2.109375rem;left:36.40625rem;height:6.00036875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vUy9ZTvlcQFfeBmgr3IlfcVqmRJA3Ggr { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.5;letter-spacing:0;top:8.8125rem;left:54.0625rem;height:9.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Eyg92ZKHODRG5r8Uh4TL05UiA80HRKI1 { color:#000000;display:block;width:2.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4rem;font-weight:700;z-index:15045;line-height:1.5;letter-spacing:0;top:2.109375rem;left:61.40625rem;height:6.00036875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mcTbTpMHWBhiQXqwGBABdEZGrH7Zsfgy { box-sizing:content-box;height:22.0611875rem;width:23.3734375rem;position:absolute;display:block;z-index:15011;background-color:#f1ece6;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.25rem;left:50.8125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#WUs3ftJfxsFAa2iCVHdOmtLgbB6Qctod { box-sizing:content-box;height:22.0611875rem;width:23.3734375rem;position:absolute;display:block;z-index:15010;background-color:#f1ece6;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.25rem;left:25.8125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#G8nBmMAqNhiNXwXhrEkpUcz97oCc1glV { box-sizing:content-box;height:22.06175rem;width:23.374rem;position:absolute;display:block;z-index:15006;background-color:#f1ece6;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.25rem;left:0.8125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#zpuXakg8HaTKDZvb0SqSBpqfEnZn8zgN { box-sizing:content-box;height:0.187378125rem;width:18.75rem;position:absolute;display:block;z-index:15049;background-color:rgba(var(--color-primary-3),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.06201171875rem;left:3.125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#CXmJyaWT6615En6z7itOBicvOVQrdZgR { box-sizing:content-box;height:0.187378125rem;width:18.75rem;position:absolute;display:block;z-index:15051;background-color:rgba(var(--color-primary-3),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.999755859375rem;left:28.125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#lrOTGQFfu1Q82zVr1RTPSWwZXDRmvg87 { box-sizing:content-box;height:0.187378125rem;width:18.75rem;position:absolute;display:block;z-index:15050;background-color:rgba(var(--color-primary-3),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.9136962890625rem;left:53.125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#O62f5y6zES09wAiVv2xQL8oQOWVC5vNp { 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; }#O62f5y6zES09wAiVv2xQL8oQOWVC5vNp > .row .container { background-color: transparent; background-image: none; }#O62f5y6zES09wAiVv2xQL8oQOWVC5vNp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O62f5y6zES09wAiVv2xQL8oQOWVC5vNp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O62f5y6zES09wAiVv2xQL8oQOWVC5vNp > .row .container > .video-iframe-container { display: none; }#O62f5y6zES09wAiVv2xQL8oQOWVC5vNp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O62f5y6zES09wAiVv2xQL8oQOWVC5vNp > .row > .video-iframe-container { display: none; }#O62f5y6zES09wAiVv2xQL8oQOWVC5vNp > .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); }#O62f5y6zES09wAiVv2xQL8oQOWVC5vNp > .row .container { border-width: 0; border-radius: 0; }#O62f5y6zES09wAiVv2xQL8oQOWVC5vNp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O62f5y6zES09wAiVv2xQL8oQOWVC5vNp > .row .container { font-size:0.875rem;font-family:arial;height:52.25rem;width:75rem;position:relative;display:block; }#kUKJvb2xvdT1XkmzDJ07diLAfnmATqvz { color:rgba(var(--color-tertiary-4),1);display:block;width:31.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:16.873779296875rem;left:4.81201171875rem;height:31.5rem;text-align:left;text-align-last:left;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; }
#ide319wHpOda1N8xaMSbQ8rnraF5GExT { color:rgba(var(--color-tertiary-4),1);display:block;width:35.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:4.625rem;left:4.8125rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RbugMmkLiC8uBWinXXTzZlf8NuB3mQUu { position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.3125rem;width:6.25rem;top:4.3511962890625rem;left:4.81201171875rem;display:block; }
#ZpD7oxS5cN5TmyOSTOvrMqQ42UETcEgb { color:rgba(var(--color-primary-3),1);display:block;width:30.06225rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:9.6875rem;left:4.8125rem;height:1.875rem;text-align:left;text-align-last:left;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; }
#eiWLANu0MJEK4eOqAvzBqRDHJkdLRHmW { color:rgba(var(--color-tertiary-4),1);display:block;width:30.061625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:11.9375rem;left:4.8125rem;height:3rem;text-align:left;text-align-last:left;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; }
#eQ3oifTBTTM27ReOAzX9Rqmh9BFpMl57 { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:44.187rem;width:44.187rem;top:8.0621337890625rem;left:28.717651367188rem;overflow:hidden;display:block; }
#lEdNomqlAglvTUrbddGINZ8UlonrJFAh { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42.4375rem;width:50.3125rem;display:none; }
#EQNIfcxMbqq6m5bxWGT0Zmk6eAcRTNFP { 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; }#EQNIfcxMbqq6m5bxWGT0Zmk6eAcRTNFP > .row .container { background-color: transparent; background-image: none; }#EQNIfcxMbqq6m5bxWGT0Zmk6eAcRTNFP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EQNIfcxMbqq6m5bxWGT0Zmk6eAcRTNFP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EQNIfcxMbqq6m5bxWGT0Zmk6eAcRTNFP > .row .container > .video-iframe-container { display: none; }#EQNIfcxMbqq6m5bxWGT0Zmk6eAcRTNFP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EQNIfcxMbqq6m5bxWGT0Zmk6eAcRTNFP > .row > .video-iframe-container { display: none; }#EQNIfcxMbqq6m5bxWGT0Zmk6eAcRTNFP > .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); }#EQNIfcxMbqq6m5bxWGT0Zmk6eAcRTNFP > .row .container { border-width: 0; border-radius: 0; }#EQNIfcxMbqq6m5bxWGT0Zmk6eAcRTNFP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EQNIfcxMbqq6m5bxWGT0Zmk6eAcRTNFP > .row .container { font-size:0.875rem;font-family:arial;height:5.125rem;width:75rem;position:relative;display:block; }#QrWRqls3HL3iiyN3uTuL4pZfZBVhCp5i { 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:1.3745125rem;width:1.3745125rem;top:2rem;left:2.875rem;overflow:hidden;display:block; }
#XCTT4BiIAAPaZRCX415TMc2wHNSl7oPQ { color:#101010;display:block;width:25.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:2.0625rem;left:5.125rem;height:1.224975rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ZdU1hclJiemiWTEkqq7N6HPCiy12XWIC { color:#0da3e6;display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:2rem;left:50.5625rem;height:1.3999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ueNbS2MJ4p8RDXpZwSZdbKCwObnymbqv { color:#0da3e6;display:block;width:5.99975625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:2rem;left:66.125rem;height:1.3999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zpPilIxcw6PC7DfpHQopIUSveN80TI2E { display:block; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pDd08TJFhEWfbNKTiN0Pz0THFBsnnzAl { top:7.6875rem;left:0rem;width:40rem;height:11.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJPMTiKgkDoqPww37J3eU3LKPPg674Pe { top:5.25rem;left:0rem;width:36.375rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6iJIyCL7yqEKVrF4BUbZq9MVU3NsW7H { top:21rem;left:0rem;width:39.5rem;height:6.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hb4583dWOTyJyIhBTPJGe0O8pbVkRwzu { top:4.9375rem;left:0rem;width:20rem;height:9.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBTuTbk42TGuyJZyPJruDE9A7EwuXCCs { top:4.25rem;left:22.125rem;width:25.625rem;height:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVayJ7ywle0T9BCrIh4kTRBo7UXZZT36 { top:30.8125rem;left:0rem;width:31.25rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 { display:block; }#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qqO3OkBzI5rXH6bwv08oNoTCSG8BqQkE { top:4.25rem;left:0rem;width:47.75rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQP2JrA4xHDrSTOpIwChhohNVCgXgEhP { display:block; }#PQP2JrA4xHDrSTOpIwChhohNVCgXgEhP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eA69K80QDZvP6biTWsZ90XBP76bulNPB { top:1.625rem;left:0.875rem;width:46.875rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFEerGFK5TzNnqHsPHO1CWcUdUFNBXfA { top:4.0625rem;left:0.875rem;width:46.875rem;height:2.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PT0w5gp72LWFOgC7rfWad8iS57ZKdwJO { top:9.9375rem;left:0.875rem;width:46.875rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTEymWZDd3Mc9tXo3C7izF5XWOM7vpmk { top:12.25rem;left:0.875rem;width:46.875rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSp3r4NIEXiZXqW7IZF5dJtkpnJqtJ0f { top:17.5rem;left:0.875rem;width:46.875rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #meNru9O5KkTHxb8JlAdVDHKTJqLi8gia { top:19.75rem;left:0.875rem;width:46.875rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hvs0M53z4yNUvqovgy7qIyMFryEJvqEB { top:25.125rem;left:0.875rem;width:46.875rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vs8FMlTd27RymzStdC1HTDlhaoyhEDm1 { top:27.4375rem;left:0.875rem;width:46.875rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #si2JUrdO8QADQPr71BmPh3P8sfXItfb0 { top:32.4375rem;left:0.875rem;width:46.875rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKL0cy4wNDfZ5T9yRXkMtF8WK1KW13Z6 { top:35.1875rem;left:0.875rem;width:46.875rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pK8L6z9gO4W2RJtwkn4HsWhwHoitl4vy { width:23.125rem;height:3.5rem;top:40.5rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBuqROhhJAV1R0avxB0ggMBOMUhnpb1A { display:block; }
 }@media only screen and (max-width: 763px) { #O8NEgQ8b7wd6VPU6xm63D7HBe06VanTW { top:0.875rem;left:0rem;width:47.75rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPpHelx4oftQqQ94rI2gu3zuQ6KuZCcS { top:8.4375rem;left:0rem;width:47.75rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #yI6TgNqg0mDyby8DX1opgKPSSG6LrTtF { top:16rem;left:0rem;width:47.75rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3mNv9bBpb79KbTaQLFTpCJcru5nt8Gi { top:23.5625rem;left:0rem;width:47.75rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLEmlXT7Z48f0kvHsV2ksHx0hvfbeQXN { top:31.25rem;left:0rem;width:47.75rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lg4VNkKLSWghh5y2FKk4RCu0hVtKmeg2 { top:2.5rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAxTkVDq40RF9Dhk6Sh30AuiydGNoWsG { top:17.6875rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVHUtRSIvnpZ8gCuPfTMKckp9brGJflW { top:10rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwmTlSN5xb1RHQgQ20owagky07wIIwTV { top:25.0625rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcMl1mNthemP7laRl1eFk5FWW3HttDiG { top:32.9375rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPkzyNU29o9guAfL9TlD6TD8mDnR267M { display:block; }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VAlO0Vyvo2EQ9Bq40HAms29gpAV4JZ6C { top:4.1875rem;left:0rem;width:47.75rem;height:3rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVERteMtZ6Z24pnz0iThAA6fkhJlRCLe { top:2.5rem;left:20.75rem;width:6.25rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF { display:block; }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WBpZzHUUJbb1Z97pVgPLTIrZxs8fNqQ3 { top:15.4375rem;left:0rem;width:16.875rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLq47nl7JbomWqWPqdT9VSaqfzQgDUGJ { top:8.8125rem;left:0rem;width:16.875rem;height:5.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7WpKJxevrEcpfH94hmzDZ8bqTaRHbR5 { top:2.0625rem;left:6.8126220703125rem;width:2.1875rem;height:6rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qn5lXWDQtGPsHAXWmcz8f2RP1qOw41Zo { top:8.8125rem;left:14.875rem;width:16.875rem;height:5.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXJzx0Xl2qtt7idvfx5h50w8FtzmBpFb { top:15.4375rem;left:14.875rem;width:16.875rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5B05lvgRWDz2vu8bTtiItbkpfM9cSod { top:2.0625rem;left:22.21826171875rem;width:2.1875rem;height:6rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHfqQMVd06W1XWmTABSNK2OxDmTZXfoU { top:8.8125rem;left:30.75rem;width:16.875rem;height:5.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfGdEFUfKQlxiSnZFPE5lyqa6rTHOxR6 { top:15.4375rem;left:30.75rem;width:16.875rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWe6a0eErflIO4sGi4uPQ5o2bcGfExTF { top:2.0625rem;left:38.59375rem;width:2.1875rem;height:6rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #K35aD5p4qEa1nC8Ju8o2KQHVLdcmgF44 { top:0.8125rem;left:0rem;width:23.3125rem;height:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCLDPkBDLHcG9Pm1mVFrT7RTPQARTCla { top:7.8125rem;left:0rem;width:18.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZPh4JIZOg0vvOVhLpCMgaA0XHRm0NXL { top:0.8125rem;left:8.4375rem;width:23.3125rem;height:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNKMDCZUIzCHFMkpDViVWqaGMIFfEepP { top:7.9375rem;left:13rem;width:18.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #auRryklppy6bUOetuReS3r2K6RlFK6G1 { top:0.8125rem;left:24.3125rem;width:23.3125rem;height:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVxzHEF5FR3oMUC5Kp9Ji3hreV493W0W { top:7.9375rem;left:28.875rem;width:18.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #de4B3JGD0pDEhORMzGNAJCkXIGu8XLkT { display:block; }#de4B3JGD0pDEhORMzGNAJCkXIGu8XLkT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hCxbzQTdmohtBTbLMZ7v7EnXGmsgJLiR { top:15.4375rem;left:0rem;width:16.875rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJ2z2fL2ldyuxhUr8oSyebkfN8xKMv8N { top:8.8125rem;left:0rem;width:16.875rem;height:5.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxmbOZkQiMDsHUCZzSyRfpnRlITcwb5U { top:2.0625rem;left:6.84375rem;width:2.1875rem;height:6rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQXc2kl83FWlgcsznl4EexTwdGnIVNQu { top:8.8125rem;left:14.875rem;width:16.875rem;height:5.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOHhaUkqxaRw829SOv9QNWEQURlrbMpf { top:15.4375rem;left:14.875rem;width:16.875rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Irpx0kv5tJtudmay03CxtWvtp5dRqt88 { top:2.0625rem;left:22.71875rem;width:2.1875rem;height:6rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUy9ZTvlcQFfeBmgr3IlfcVqmRJA3Ggr { top:8.8125rem;left:30.75rem;width:16.875rem;height:9.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eyg92ZKHODRG5r8Uh4TL05UiA80HRKI1 { top:2.0625rem;left:38.59375rem;width:2.1875rem;height:6rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcTbTpMHWBhiQXqwGBABdEZGrH7Zsfgy { top:0.25rem;left:24.3125rem;width:23.3125rem;height:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUs3ftJfxsFAa2iCVHdOmtLgbB6Qctod { top:0.25rem;left:8.4375rem;width:23.3125rem;height:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8nBmMAqNhiNXwXhrEkpUcz97oCc1glV { top:0.25rem;left:0rem;width:23.3125rem;height:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpuXakg8HaTKDZvb0SqSBpqfEnZn8zgN { top:8rem;left:0rem;width:18.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXmJyaWT6615En6z7itOBicvOVQrdZgR { top:7.9375rem;left:13rem;width:18.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrOTGQFfu1Q82zVr1RTPSWwZXDRmvg87 { top:7.875rem;left:28.875rem;width:18.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O62f5y6zES09wAiVv2xQL8oQOWVC5vNp { display:block; }#O62f5y6zES09wAiVv2xQL8oQOWVC5vNp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kUKJvb2xvdT1XkmzDJ07diLAfnmATqvz { width:31.5625rem;height:31.4375rem;top:16.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ide319wHpOda1N8xaMSbQ8rnraF5GExT { top:4.625rem;left:0rem;width:35.5625rem;height:3rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbugMmkLiC8uBWinXXTzZlf8NuB3mQUu { top:4.3125rem;left:0rem;width:6.25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpD7oxS5cN5TmyOSTOvrMqQ42UETcEgb { width:30rem;height:1.875rem;top:9.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiWLANu0MJEK4eOqAvzBqRDHJkdLRHmW { width:30rem;height:2.9375rem;top:11.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQ3oifTBTTM27ReOAzX9Rqmh9BFpMl57 { top:8rem;left:3.5625rem;width:44.125rem;height:44.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEdNomqlAglvTUrbddGINZ8UlonrJFAh { width:47.75rem;height:40.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #EQNIfcxMbqq6m5bxWGT0Zmk6eAcRTNFP { display:block; }#EQNIfcxMbqq6m5bxWGT0Zmk6eAcRTNFP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QrWRqls3HL3iiyN3uTuL4pZfZBVhCp5i { top:2rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCTT4BiIAAPaZRCX415TMc2wHNSl7oPQ { width:25.9375rem;height:1.1875rem;top:2.0625rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdU1hclJiemiWTEkqq7N6HPCiy12XWIC { width:12.1875rem;height:1.375rem;top:2rem;left:35.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueNbS2MJ4p8RDXpZwSZdbKCwObnymbqv { width:5.9375rem;height:1.375rem;top:2rem;left:41.8125rem;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) { #zpPilIxcw6PC7DfpHQopIUSveN80TI2E { background-color:#f1ece6;background-image:url("https://images.assets-landingi.com/uc/ae306fc6-6dde-43dc-8d32-21c97ea13749/PaniEla6.preview.flip.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E.adaptive-delivery-prevent-bg, #zpPilIxcw6PC7DfpHQopIUSveN80TI2E.lazyload, #zpPilIxcw6PC7DfpHQopIUSveN80TI2E.lazyloading { background-image: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { background-color: transparent; background-image: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container > .video-iframe-container { display: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container { display: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .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); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { width:20rem;height:60.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pDd08TJFhEWfbNKTiN0Pz0THFBsnnzAl { width:18.3735rem;height:9.800375rem;top:5.2490239143372rem;left:0.81271702051162rem;font-size:1.75rem;text-align:left;text-align-last:left;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #NJPMTiKgkDoqPww37J3eU3LKPPg674Pe { width:18.75rem;height:2.62573125rem;top:1.8731689453125rem;left:0.687255859375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #C6iJIyCL7yqEKVrF4BUbZq9MVU3NsW7H { width:18.6246875rem;height:3.9386rem;top:15.999349594116rem;left:0.68739157915113rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Hb4583dWOTyJyIhBTPJGe0O8pbVkRwzu { width:18.374625rem;height:9.79736875rem;top:4.99853515625rem;left:0.6236572265625rem;font-size:1.75rem;text-align:left;text-align-last:left;line-height:1.4;font-family:var(--headlines-font-family);color:rgba(var(--color-primary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #GBTuTbk42TGuyJZyPJruDE9A7EwuXCCs { width:20rem;height:28.312375rem;top:23.09326171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVayJ7ywle0T9BCrIh4kTRBo7UXZZT36 { width:20rem;height:0.187378125rem;top:21.195068359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 { display:block; }#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qqO3OkBzI5rXH6bwv08oNoTCSG8BqQkE { width:17.8125rem;height:3.25rem;top:2.8748912811279rem;left:1.0937500596046rem;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #PQP2JrA4xHDrSTOpIwChhohNVCgXgEhP { display:block; }#PQP2JrA4xHDrSTOpIwChhohNVCgXgEhP > .row .container { width:20rem;height:62.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eA69K80QDZvP6biTWsZ90XBP76bulNPB { width:14.937125rem;height:2.44995rem;top:2.1875rem;left:3.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #wFEerGFK5TzNnqHsPHO1CWcUdUFNBXfA { width:15.562125rem;height:3.9386rem;top:5.5rem;left:3.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PT0w5gp72LWFOgC7rfWad8iS57ZKdwJO { width:14.9375rem;height:3.9386rem;top:12.75rem;left:4.0625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dTEymWZDd3Mc9tXo3C7izF5XWOM7vpmk { width:15rem;height:3.9386rem;top:17.125rem;left:3.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vSp3r4NIEXiZXqW7IZF5dJtkpnJqtJ0f { width:14.4995rem;height:2.44995rem;top:24.0625rem;left:4.125rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #meNru9O5KkTHxb8JlAdVDHKTJqLi8gia { width:14.187rem;height:3.9386rem;top:27.4375rem;left:4rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Hvs0M53z4yNUvqovgy7qIyMFryEJvqEB { width:14.874875rem;height:2.44995rem;top:35.3125rem;left:4.0625rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #vs8FMlTd27RymzStdC1HTDlhaoyhEDm1 { width:13.5rem;height:3.9386rem;top:38.6875rem;left:3.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #si2JUrdO8QADQPr71BmPh3P8sfXItfb0 { width:15.25rem;height:3.674925rem;top:45.875rem;left:3.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #XKL0cy4wNDfZ5T9yRXkMtF8WK1KW13Z6 { width:15.5615rem;height:3.9386rem;top:49.875rem;left:3.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pK8L6z9gO4W2RJtwkn4HsWhwHoitl4vy { width:15.625rem;height:3.2495125rem;top:56.31103515625rem;left:2.1875rem;font-family:var(--headlines-font-family);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBuqROhhJAV1R0avxB0ggMBOMUhnpb1A { display:block; }
 }@media only screen and (max-width: 763px) { #O8NEgQ8b7wd6VPU6xm63D7HBe06VanTW { width:20rem;height:9.625rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPpHelx4oftQqQ94rI2gu3zuQ6KuZCcS { width:20rem;height:10.1875rem;top:11.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yI6TgNqg0mDyby8DX1opgKPSSG6LrTtF { width:20rem;height:9.8125rem;top:23.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3mNv9bBpb79KbTaQLFTpCJcru5nt8Gi { width:20rem;height:9.625rem;top:34.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLEmlXT7Z48f0kvHsV2ksHx0hvfbeQXN { width:20rem;height:9.5625rem;top:45.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lg4VNkKLSWghh5y2FKk4RCu0hVtKmeg2 { display:flex;width:2.5rem;height:2.5rem;top:2.3125rem;left:0.9375rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #UAxTkVDq40RF9Dhk6Sh30AuiydGNoWsG { display:flex;width:2.5rem;height:2.5rem;top:24.0625rem;left:0.9375rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #WVHUtRSIvnpZ8gCuPfTMKckp9brGJflW { display:flex;width:2.5rem;height:2.5rem;top:12.75rem;left:0.9375rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #EwmTlSN5xb1RHQgQ20owagky07wIIwTV { display:flex;width:2.5rem;height:2.5rem;top:35.4375rem;left:0.9375rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #IcMl1mNthemP7laRl1eFk5FWW3HttDiG { display:flex;width:2.5rem;height:2.5rem;top:46.3125rem;left:0.9375rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #sPkzyNU29o9guAfL9TlD6TD8mDnR267M { display:block; }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VAlO0Vyvo2EQ9Bq40HAms29gpAV4JZ6C { width:20rem;height:4.87426875rem;top:3.5625rem;left:0rem;font-size:1.625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #SVERteMtZ6Z24pnz0iThAA6fkhJlRCLe { width:6.25rem;height:0.1875rem;top:2rem;left:6.875rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF { display:block; }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .row .container { width:20rem;height:63.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WBpZzHUUJbb1Z97pVgPLTIrZxs8fNqQ3 { width:14.6245rem;height:3.674925rem;top:14.1875rem;left:2.75rem;font-size:0.875rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZLq47nl7JbomWqWPqdT9VSaqfzQgDUGJ { width:16.687rem;height:4.72411875rem;top:8.25rem;left:1.6875rem;font-size:1.125rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t7WpKJxevrEcpfH94hmzDZ8bqTaRHbR5 { width:2.1875rem;height:4.4995125rem;top:1.25rem;left:8.9375rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qn5lXWDQtGPsHAXWmcz8f2RP1qOw41Zo { width:14.812rem;height:4.72411875rem;top:29.5625rem;left:2.625rem;font-size:1.125rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JXJzx0Xl2qtt7idvfx5h50w8FtzmBpFb { width:15.9995rem;height:3.674925rem;top:35.5625rem;left:2.0625rem;font-size:0.875rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q5B05lvgRWDz2vu8bTtiItbkpfM9cSod { width:2.1875rem;height:4.4995125rem;top:22.9375rem;left:8.9375rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHfqQMVd06W1XWmTABSNK2OxDmTZXfoU { width:16.875rem;height:4.72411875rem;top:50.6875rem;left:1.5625rem;font-size:1.125rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hfGdEFUfKQlxiSnZFPE5lyqa6rTHOxR6 { width:14.6875rem;height:3.674925rem;top:56.6875rem;left:2.625rem;font-size:0.875rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZWe6a0eErflIO4sGi4uPQ5o2bcGfExTF { width:2.1875rem;height:4.4995125rem;top:44.5625rem;left:8.9375rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #K35aD5p4qEa1nC8Ju8o2KQHVLdcmgF44 { width:20rem;height:20rem;top:42.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCLDPkBDLHcG9Pm1mVFrT7RTPQARTCla { width:12.5rem;height:0.1875rem;top:49rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZPh4JIZOg0vvOVhLpCMgaA0XHRm0NXL { width:20rem;height:20rem;top:21.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNKMDCZUIzCHFMkpDViVWqaGMIFfEepP { width:12.5rem;height:0.125rem;top:27.9375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #auRryklppy6bUOetuReS3r2K6RlFK6G1 { width:20rem;height:20rem;top:0.6875rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #PVxzHEF5FR3oMUC5Kp9Ji3hreV493W0W { width:12.5rem;height:0.125rem;top:6.8125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #de4B3JGD0pDEhORMzGNAJCkXIGu8XLkT { display:block; }#de4B3JGD0pDEhORMzGNAJCkXIGu8XLkT > .row .container { width:20rem;height:63.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hCxbzQTdmohtBTbLMZ7v7EnXGmsgJLiR { width:15.2495625rem;height:3.9386rem;top:13.3125rem;left:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJ2z2fL2ldyuxhUr8oSyebkfN8xKMv8N { width:11.4371875rem;height:4.72411875rem;top:7.875rem;left:4.25rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #wxmbOZkQiMDsHUCZzSyRfpnRlITcwb5U { width:2.1875rem;height:4.4995125rem;top:2.4375rem;left:8.9375rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQXc2kl83FWlgcsznl4EexTwdGnIVNQu { width:16.875rem;height:4.72411875rem;top:28.75rem;left:1.5625rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #tOHhaUkqxaRw829SOv9QNWEQURlrbMpf { width:13.2498125rem;height:3.674925rem;top:34.0625rem;left:3.375rem;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Irpx0kv5tJtudmay03CxtWvtp5dRqt88 { width:2.1875rem;height:4.4995125rem;top:22.6875rem;left:8.9375rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUy9ZTvlcQFfeBmgr3IlfcVqmRJA3Ggr { width:16.875rem;height:6.7480625rem;top:50.6875rem;left:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eyg92ZKHODRG5r8Uh4TL05UiA80HRKI1 { width:2.1875rem;height:4.4995125rem;top:44.8125rem;left:8.9375rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcTbTpMHWBhiQXqwGBABdEZGrH7Zsfgy { width:20rem;height:20rem;top:1.0625rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #WUs3ftJfxsFAa2iCVHdOmtLgbB6Qctod { width:20rem;height:20rem;top:22.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8nBmMAqNhiNXwXhrEkpUcz97oCc1glV { width:20rem;height:20rem;top:43.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpuXakg8HaTKDZvb0SqSBpqfEnZn8zgN { width:12.5rem;height:0.125rem;top:49.3125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXmJyaWT6615En6z7itOBicvOVQrdZgR { width:12.5rem;height:0.125rem;top:27.1875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrOTGQFfu1Q82zVr1RTPSWwZXDRmvg87 { width:12.5rem;height:0.125rem;top:6.875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O62f5y6zES09wAiVv2xQL8oQOWVC5vNp { display:block; }#O62f5y6zES09wAiVv2xQL8oQOWVC5vNp > .row .container { width:20rem;height:64.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kUKJvb2xvdT1XkmzDJ07diLAfnmATqvz { width:18.18725rem;height:33.0743125rem;top:13.3740234375rem;left:0.90576171875rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ide319wHpOda1N8xaMSbQ8rnraF5GExT { width:17.874875rem;height:2.1557625rem;top:2.1871337890625rem;left:0.8746337890625rem;font-size:1.4375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #RbugMmkLiC8uBWinXXTzZlf8NuB3mQUu { width:6.25rem;height:0.1875rem;top:1.5386962890625rem;left:0.90576171875rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpD7oxS5cN5TmyOSTOvrMqQ42UETcEgb { width:15.6875rem;height:1.749875rem;top:5.75rem;left:0.875rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #eiWLANu0MJEK4eOqAvzBqRDHJkdLRHmW { width:17.8125rem;height:3.674925rem;top:7.75rem;left:0.875rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #eQ3oifTBTTM27ReOAzX9Rqmh9BFpMl57 { width:20rem;height:20rem;top:75.090323828125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lEdNomqlAglvTUrbddGINZ8UlonrJFAh { top:47.3125rem;left:0rem;width:20rem;height:16.8125rem;z-index:15012;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #EQNIfcxMbqq6m5bxWGT0Zmk6eAcRTNFP { display:block; }#EQNIfcxMbqq6m5bxWGT0Zmk6eAcRTNFP > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QrWRqls3HL3iiyN3uTuL4pZfZBVhCp5i { width:0.99975625rem;height:0.99975625rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCTT4BiIAAPaZRCX415TMc2wHNSl7oPQ { width:18.561375rem;height:0.875rem;top:4.75rem;left:1.4375rem;text-align:left;text-align-last:left;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdU1hclJiemiWTEkqq7N6HPCiy12XWIC { width:15.874625rem;height:1.224975rem;top:2.5625rem;left:2rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueNbS2MJ4p8RDXpZwSZdbKCwObnymbqv { width:15.874625rem;height:1.224975rem;top:1.0625rem;left:2rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }