.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:231,241,218;--color-primary-1:227,239,212;--color-primary-2:137,185,72;--color-primary-3:108,168,26;--color-primary-4:27,37,14;--color-secondary-0:251,228,222;--color-secondary-1:242,166,147;--color-secondary-2:229,76,38;--color-secondary-3:115,38,19;--color-secondary-4:34,11,6;--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:"Lato";--paragraphs-font-family:"Open Sans"; }body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .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); }#Sid0kqAEgJigpTZLxEt0GrDVMdLMtTRt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfbfb;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; }#Sid0kqAEgJigpTZLxEt0GrDVMdLMtTRt > .row .container { background-color: transparent; background-image: none; }#Sid0kqAEgJigpTZLxEt0GrDVMdLMtTRt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sid0kqAEgJigpTZLxEt0GrDVMdLMtTRt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sid0kqAEgJigpTZLxEt0GrDVMdLMtTRt > .row .container > .video-iframe-container { display: none; }#Sid0kqAEgJigpTZLxEt0GrDVMdLMtTRt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sid0kqAEgJigpTZLxEt0GrDVMdLMtTRt > .row > .video-iframe-container { display: none; }#Sid0kqAEgJigpTZLxEt0GrDVMdLMtTRt > .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); }#Sid0kqAEgJigpTZLxEt0GrDVMdLMtTRt > .row .container { border-width: 0; border-radius: 0; }#Sid0kqAEgJigpTZLxEt0GrDVMdLMtTRt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Sid0kqAEgJigpTZLxEt0GrDVMdLMtTRt > .row .container { font-size:0.875rem;font-family:arial;height:39.375rem;width:75rem;position:relative;display:block; }#ZdXukpxiZfZwZwKTvb2O37phX1PG22zC { background-color:#fbfbfb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#202020;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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:2.5rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:1.875rem;left:41.875rem;display:block; }
#TWF6VWQJTOtDfnqu9LvuvXKTSDO4mN87 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V3cnVPpuuiXwwGcObygkUQwCOIk9VTGS { background-color:#fbfbfb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#202020;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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:2.5rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:1.875rem;left:52.123046875rem;display:block; }
#lwnwspyUuzJHPU20VV8rJEDryWa5kNqT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rGteA9RMZt8HTLHUVl1uHHCpPUX9Kvvy { background-color:rgba(var(--color-secondary-2),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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.6875rem;height:2.5rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:1.875rem;left:65.3125rem;display:block; }
#f6ptBTpZA1dJth1n2nGBmswW3AbLKWV9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FNfOI8tf7BU8lW2pKPGTp1gx0zd3WNPG { color:rgba(var(--color-tertiary-4),1);display:block;width:35.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:7.5rem;left:1.375rem;height:3.16894375rem;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; }
#lhI4VrVTh67Qt4qqnNxl4hxlaq1vrCCS { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.125rem;width:18.4375rem;top:11.1875rem;left:1.375rem;overflow:hidden;display:block; }
#hffr6caLfVsfi4ssXTnKTDxqLJPQC0sa { color:rgba(var(--color-tertiary-4),1);display:block;width:33.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:21.1875rem;left:1.5rem;height:6.175rem;display:block; }
#ZtpxuE8n90e6V2GcqZHk1IAAnwOof8Zn { position:absolute;display:block;z-index:14999;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:22.375rem;width:37.5625rem;top:10.125rem;left:34.5625rem;overflow:hidden;display:block; }
#wQv8h5JHEUDgqQw2szQZKOFP9OWeky1c { background-color:rgba(var(--color-secondary-2),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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.625rem;font-weight:300;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:22.9375rem;height:4.75rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:30.3125rem;left:6.5625rem;display:block; }
#TF3SIKfmtyIZVD2UI7ROrST2UcBNEsfm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kA6GFGQhlTschrRtd2PUmtVrKNlOeRWI { color:rgba(var(--color-tertiary-0),1);display:block;width:22.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:39.5625rem;left:47.21875rem;height:5.84765625rem;display:none; }
#xd5TmHNl0kdlnuXTWK2WpRoPeb4fOVJJ { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:31.4375rem;left:25.5625rem; }
#BcMm8PuswUxQAx2MDH5mNw6RLxaXATAC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#303030;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; }#BcMm8PuswUxQAx2MDH5mNw6RLxaXATAC > .row .container { background-color: transparent; background-image: none; }#BcMm8PuswUxQAx2MDH5mNw6RLxaXATAC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BcMm8PuswUxQAx2MDH5mNw6RLxaXATAC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BcMm8PuswUxQAx2MDH5mNw6RLxaXATAC > .row .container > .video-iframe-container { display: none; }#BcMm8PuswUxQAx2MDH5mNw6RLxaXATAC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BcMm8PuswUxQAx2MDH5mNw6RLxaXATAC > .row > .video-iframe-container { display: none; }#BcMm8PuswUxQAx2MDH5mNw6RLxaXATAC > .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); }#BcMm8PuswUxQAx2MDH5mNw6RLxaXATAC > .row .container { border-width: 0; border-radius: 0; }#BcMm8PuswUxQAx2MDH5mNw6RLxaXATAC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BcMm8PuswUxQAx2MDH5mNw6RLxaXATAC > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#R9dZaviZKWRsV71Q9tCKOsyN2RFpbo4d { color:rgba(var(--color-tertiary-0),1);display:block;width:46.3125rem;position:absolute;font-family:poppins;font-size:2.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.962890625rem;left:14.34375rem;height:3.575rem;text-align:center;text-align-last:center;display:block; }
#NQra3Kp7XR58r4ouTWtuIN14I1Tfptso { position:relative;display:block; }#NQra3Kp7XR58r4ouTWtuIN14I1Tfptso { background-color: transparent; background-image: none; }#NQra3Kp7XR58r4ouTWtuIN14I1Tfptso::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NQra3Kp7XR58r4ouTWtuIN14I1Tfptso > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NQra3Kp7XR58r4ouTWtuIN14I1Tfptso > .row .container > .video-iframe-container { display: none; }#NQra3Kp7XR58r4ouTWtuIN14I1Tfptso > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NQra3Kp7XR58r4ouTWtuIN14I1Tfptso > .row > .video-iframe-container { display: none; }#NQra3Kp7XR58r4ouTWtuIN14I1Tfptso > .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); }#NQra3Kp7XR58r4ouTWtuIN14I1Tfptso { border-width: 0; border-radius: 0; }#NQra3Kp7XR58r4ouTWtuIN14I1Tfptso > .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; }#NQra3Kp7XR58r4ouTWtuIN14I1Tfptso > .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:66.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mdxN5P70xlGgHm8GE5OV7HnuO9vB6InA { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-3),1);border-left:0.125rem solid rgba(var(--color-primary-3),1);border-right:0.125rem solid rgba(var(--color-primary-3),1);border-bottom:0.125rem solid rgba(var(--color-primary-3),1);border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:15.25rem;width:30.3125rem;top:6.1875rem;left:1.875rem;display:block; }
#VpZX7Q0gk4a1tNq8UPLeGozPlbZyMMKi { color:rgba(var(--color-tertiary-4),1);display:block;width:23.125rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:8.375rem;left:3.875rem;height:3.9rem;font-style:normal;display:block; }
#OR23SrrWiR4x3MPBfNkCif5VaPIlXnXc { color:rgba(var(--color-tertiary-4),1);display:block;width:26.5625rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:13.4375rem;left:3.875rem;height:6.175rem;font-style:normal;display:block; }
#GShDHFrkVHxoT7tK7oXhTgdurkSPXO0W { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.625rem;width:8.625rem;top:2.75rem;left:27.9375rem;overflow:hidden;display:block; }
#ioUFffJgBgTwLK4apPJbTze9eckcreux { position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-3),1);border-left:0.125rem solid rgba(var(--color-primary-3),1);border-right:0.125rem solid rgba(var(--color-primary-3),1);border-bottom:0.125rem solid rgba(var(--color-primary-3),1);border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:15.25rem;width:30.3125rem;top:6.5rem;left:38.4375rem;display:block; }
#ITpJSclEPtE5loTNIzmia5Lg34SHdqFG { color:rgba(var(--color-tertiary-4),1);display:block;width:25.25rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:13.75rem;left:40.4375rem;height:6.175rem;font-style:normal;display:block; }
#wSFf5OaUh67D8fHkM0XtkqlveExHMPAN { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.625rem;width:8.625rem;top:3.0625rem;left:64.5rem;overflow:hidden;display:block; }
#zlSi7pD8wiCT5Effhv8IRhekzsnZggdq { color:rgba(var(--color-tertiary-4),1);display:block;width:23.125rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:8.6875rem;left:40.4375rem;height:3.9rem;font-style:normal;display:block; }
#DsVG0xASDHQmTs72TUHwIF7P1Q73ipbh { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:43.0625rem;width:30rem;top:23.0625rem;left:0rem;overflow:hidden;display:block; }
#bXReRc0kXWIUlPE8dwcNtGTwTXDZMGdh { color:rgba(var(--color-tertiary-4),1);display:block;width:34.3125rem;position:absolute;font-family:poppins;font-size:2.0625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:30.25rem;left:34.375rem;height:5.3625rem;font-style:normal;display:block; }
#DgZH6cpVFuvVAc6PbxJwXe26U7UnN7r5 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.375rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:38rem;left:34.375rem;height:15.4375rem;font-style:normal;display:block; }
#FWLNL0loihOxbQG7O7mgZ5IBO8T2DfmH { 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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.625rem;font-weight:300;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:22.9375rem;height:4.75rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:56.4375rem;left:34.375rem;display:block; }
#guIwCUvuoPXFTGLTWZOXVtPzkkThyDkK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#I3CcbK7TtCS2R4ELrTBWlwaW3217lAHO { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:57.5625rem;left:53.375rem; }
#v1pnAkaSxWMfBuGOXVcv8vXwuUCTdBNh { 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; }#v1pnAkaSxWMfBuGOXVcv8vXwuUCTdBNh > .row .container { background-color: transparent; background-image: none; }#v1pnAkaSxWMfBuGOXVcv8vXwuUCTdBNh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v1pnAkaSxWMfBuGOXVcv8vXwuUCTdBNh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v1pnAkaSxWMfBuGOXVcv8vXwuUCTdBNh > .row .container > .video-iframe-container { display: none; }#v1pnAkaSxWMfBuGOXVcv8vXwuUCTdBNh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v1pnAkaSxWMfBuGOXVcv8vXwuUCTdBNh > .row > .video-iframe-container { display: none; }#v1pnAkaSxWMfBuGOXVcv8vXwuUCTdBNh > .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); }#v1pnAkaSxWMfBuGOXVcv8vXwuUCTdBNh > .row .container { border-width: 0; border-radius: 0; }#v1pnAkaSxWMfBuGOXVcv8vXwuUCTdBNh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v1pnAkaSxWMfBuGOXVcv8vXwuUCTdBNh > .row .container { font-size:0.875rem;font-family:arial;height:7.125rem;width:75rem;position:relative;display:block; }#ZPunb6g0a5IJhaQHZ8Fsl7HNDsWOCAPr { color:rgba(var(--color-tertiary-0),1);display:block;width:63.625rem;position:absolute;font-family:poppins;font-size:2.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.22265625rem;left:5.6875rem;height:2.68125rem;text-align:center;text-align-last:center;display:block; }
#VIwvmONddTJTv71itO31rxcw09KW3FXg { position:relative;display:block; }#VIwvmONddTJTv71itO31rxcw09KW3FXg { background-color: transparent; background-image: none; }#VIwvmONddTJTv71itO31rxcw09KW3FXg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VIwvmONddTJTv71itO31rxcw09KW3FXg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VIwvmONddTJTv71itO31rxcw09KW3FXg > .row .container > .video-iframe-container { display: none; }#VIwvmONddTJTv71itO31rxcw09KW3FXg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VIwvmONddTJTv71itO31rxcw09KW3FXg > .row > .video-iframe-container { display: none; }#VIwvmONddTJTv71itO31rxcw09KW3FXg > .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); }#VIwvmONddTJTv71itO31rxcw09KW3FXg { border-width: 0; border-radius: 0; }#VIwvmONddTJTv71itO31rxcw09KW3FXg > .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; }#VIwvmONddTJTv71itO31rxcw09KW3FXg > .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:79.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Lzu0FkApsvu9C5xS8NtCDTyGTpw66ImK { position:absolute;display:block;z-index:15000;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:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;height:23.875rem;width:23.875rem;top:3.6875rem;left:0rem;display:block; }
#qaOdlckZqxboGR7U7Dh4OPk8vb7idtEz { 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:5.375rem;width:6.0625rem;top:5.0625rem;left:8.9375rem;overflow:hidden;display:block; }
#x0D29kZ2LuNEhrZ4VlXOyxOAXdck5vd6 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.75rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:11.4375rem;left:3.5625rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#pmX5tTwxpkimkyJEZVGoCJfecDRyRK5M { color:rgba(var(--color-tertiary-0),1);display:block;width:18.1875rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:16rem;left:2.875rem;height:9.2625rem;text-align:center;text-align-last:center;display:block; }
#pIw69dtSpJdkozAAwqXT9fZslEVa7FIy { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-1),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:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;height:23.875rem;width:23.875rem;top:3.6875rem;left:25.5625rem;display:block; }
#hAEN7iib43n3sKmRi5IlWPXVoIXNISmr { color:#303030;display:block;width:18.1875rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:15.9375rem;left:28.375rem;height:7.71875rem;text-align:center;text-align-last:center;display:block; }
#DTCRCQVauOz3EQ5kTbpVRX2PWfkmvcPl { color:#303030;display:block;width:18.49975rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:11.436767578125rem;left:28.248291015625rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#Qmhf9t0iTbGI6QCya0LB6p2vuCi6iHug { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:;width:4.6875rem;top:4.806640625rem;left:35.15625rem;overflow:hidden;display:block; }
#vX01aAC5pbvo8v13kbDnUMIlzFZJkCTU { position:absolute;display:block;z-index:15008;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:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;height:23.875rem;width:23.875rem;top:3.6875rem;left:51.125rem;display:block; }
#wEeczBgCKhXDKwcKynzhHfdT4BXMKIpZ { color:rgba(var(--color-tertiary-0),1);display:block;width:18.18725rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:15.228271484375rem;left:53.966064453125rem;height:7.71875rem;text-align:center;text-align-last:center;display:block; }
#gEc7wy8o1rVulMohH2fBnaeCVTGm4Xx8 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.75rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:11.875rem;left:54.6875rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#ptVqSJXLGWTZHbFuAWLFTRXUPHoCvAGD { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:7.8125rem;top:5.9375rem;left:59.15625rem;overflow:hidden;display:block; }
#vI6rr00zlzLEks7vmdxXXeXOIXef1kdQ { position:absolute;display:block;z-index:15016;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:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;height:23.875rem;width:23.875rem;top:29.3125rem;left:38.375rem;display:block; }
#dArzidv0aaLJ8XddGVL1rNOuUdGOuAML { color:rgba(var(--color-tertiary-0),1);display:block;width:18.1875rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:44.001953125rem;left:41.21875rem;height:3.0875rem;text-align:center;text-align-last:center;display:block; }
#eDAN7a212e5zXl5iC67aGsJSFDKnwV29 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.75rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:38.4375rem;left:41.9375rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#tdtzCKsLXveLUUcH6HPV23XEv5mVMLaW { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:5.3125rem;top:31.15625rem;left:47.65625rem;overflow:hidden;display:block; }
#lXFwws975JPrqncC4UsJU3aCkAeIvrC8 { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-1),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:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;height:23.875rem;width:23.875rem;top:29.3125rem;left:12.8125rem;display:block; }
#TtMzfOUMBRZWlTPe30b9sVEJF1ygbi7U { color:#303030;display:block;width:18.1875rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:44.564453125rem;left:15.65625rem;height:4.63125rem;text-align:center;text-align-last:center;display:block; }
#GGnKoaSotClgO2uCJLom9bFqhhgKAThz { color:#303030;display:block;width:16.75rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:37.6875rem;left:16.375rem;height:5.85rem;text-align:center;text-align-last:center;display:block; }
#HZFUrp3WUKRpSiTZiP3dogwUQVdueC2y { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.0625rem;width:6.375rem;top:31rem;left:22.0625rem;overflow:hidden;display:block; }
#Ki4G4Q9Xa4Gn5SVOWTwQKqok6Cbhq2UH { color:rgba(var(--color-tertiary-0),1);display:block;width:10.3730625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:69.552734375rem;left:39.84375rem;height:2.6rem;text-align:right;text-align-last:right;display:block; }
#ALZ7k5zQfH1LCxd4t36amsscoqxkJtLM { color:rgba(var(--color-tertiary-0),1);display:block;width:33.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:58.6875rem;left:16.904296875rem;height:9.2625rem;display:block; }
#PQWwQRqqSsQyXnEvHKaDLrVLF2LSSXae { position:absolute;display:block;z-index:15023;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:20.0625rem;width:48.5rem;top:56.984375rem;left:13.25rem;overflow:hidden;display:block; }
#wzVNgARPbchXw8Zb6gbCki66L40PgcbZ { color:rgba(var(--color-tertiary-0),1);display:block;width:33.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:68.552734375rem;left:16.904296875rem;height:1.54375rem;display:block; }
#cyt9amH4MHrR20EdFN5pPRD9W6RnqtLk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#303030;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; }#cyt9amH4MHrR20EdFN5pPRD9W6RnqtLk > .row .container { background-color: transparent; background-image: none; }#cyt9amH4MHrR20EdFN5pPRD9W6RnqtLk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cyt9amH4MHrR20EdFN5pPRD9W6RnqtLk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cyt9amH4MHrR20EdFN5pPRD9W6RnqtLk > .row .container > .video-iframe-container { display: none; }#cyt9amH4MHrR20EdFN5pPRD9W6RnqtLk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cyt9amH4MHrR20EdFN5pPRD9W6RnqtLk > .row > .video-iframe-container { display: none; }#cyt9amH4MHrR20EdFN5pPRD9W6RnqtLk > .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); }#cyt9amH4MHrR20EdFN5pPRD9W6RnqtLk > .row .container { border-width: 0; border-radius: 0; }#cyt9amH4MHrR20EdFN5pPRD9W6RnqtLk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cyt9amH4MHrR20EdFN5pPRD9W6RnqtLk > .row .container { font-size:0.875rem;font-family:arial;height:7.125rem;width:75rem;position:relative;display:block; }#B7MhPqTi33FcfLQx03KRvaSDHLTs6hWl { color:rgba(var(--color-tertiary-0),1);display:block;width:46.3125rem;position:absolute;font-family:poppins;font-size:2.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.22265625rem;left:14.34375rem;height:2.68125rem;text-align:center;text-align-last:center;display:block; }
#BxGUSByFeuF1TccsPTBzrzWubEPviGKB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfbfb;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; }#BxGUSByFeuF1TccsPTBzrzWubEPviGKB > .row .container { background-color: transparent; background-image: none; }#BxGUSByFeuF1TccsPTBzrzWubEPviGKB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BxGUSByFeuF1TccsPTBzrzWubEPviGKB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BxGUSByFeuF1TccsPTBzrzWubEPviGKB > .row .container > .video-iframe-container { display: none; }#BxGUSByFeuF1TccsPTBzrzWubEPviGKB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BxGUSByFeuF1TccsPTBzrzWubEPviGKB > .row > .video-iframe-container { display: none; }#BxGUSByFeuF1TccsPTBzrzWubEPviGKB > .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); }#BxGUSByFeuF1TccsPTBzrzWubEPviGKB > .row .container { border-width: 0; border-radius: 0; }#BxGUSByFeuF1TccsPTBzrzWubEPviGKB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BxGUSByFeuF1TccsPTBzrzWubEPviGKB > .row .container { font-size:0.875rem;font-family:arial;height:62.875rem;width:75rem;position:relative;display:block; }#b8LreoOQsfGomrDLC8G45x9XPFq5t1BJ { color:rgba(var(--color-tertiary-4),1);display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:16.5625rem;left:1.3125rem;height:4.63125rem;text-align:left;text-align-last:left;display:block; }
#gsisTbQS75ZmCQc7TuiCOoreOSyegVBm { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:12.9375rem;left:0.6875rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WZhFyyzFEdfwk8M1llzWVlpGrPzEqlif { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.4375rem;width:11.4375rem;top:1.5rem;left:5.9375rem;overflow:hidden;display:block; }
#Bzi9SEiwqVIZhbda7xPA6A5A9CkTDwC6 { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-3),1);border-left:0.125rem solid rgba(var(--color-primary-3),1);border-right:0.125rem solid rgba(var(--color-primary-3),1);border-bottom:0.125rem solid rgba(var(--color-primary-3),1);border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:18.5625rem;width:22.875rem;top:7rem;left:0rem;display:block; }
#rgiv94nCgRwcrwv4sT7Jp5E5tBS0bewB { color:rgba(var(--color-tertiary-4),1);display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:16.5625rem;left:53.4375rem;height:6.175rem;text-align:left;text-align-last:left;display:block; }
#AEIgcNnzlO3A9G0NNdKvTC5UEPodUAK9 { position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-3),1);border-left:0.125rem solid rgba(var(--color-primary-3),1);border-right:0.125rem solid rgba(var(--color-primary-3),1);border-bottom:0.125rem solid rgba(var(--color-primary-3),1);border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:18.5625rem;width:22.875rem;top:7rem;left:52.125rem;display:block; }
#uLs4uxMNpUReRvlPuTeMBTzn1TssB311 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:12.9375rem;left:52.8125rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zaUzQpkeEoRuPaapaclTsL4RFMTZy80b { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.4375rem;width:11.4375rem;top:1.5rem;left:58.0625rem;overflow:hidden;display:block; }
#PgDPOWH54FIWqWbi0mbI3QI1ZOwEzvx9 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:16.5625rem;left:27.375rem;height:7.71875rem;text-align:left;text-align-last:left;display:block; }
#h97vhIsiFPJzmACKvWBVW2QALFg8VRAx { position:absolute;display:block;z-index:15009;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-3),1);border-left:0.125rem solid rgba(var(--color-primary-3),1);border-right:0.125rem solid rgba(var(--color-primary-3),1);border-bottom:0.125rem solid rgba(var(--color-primary-3),1);border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:18.5625rem;width:22.875rem;top:7rem;left:26.0625rem;display:block; }
#SwdDRyAgtTOEnBpN9Id0g4p1Syy91NTs { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:12.9375rem;left:26.75rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g9EiswifaTODNHEV6S9gK5U69GUmzRmh { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.4375rem;width:11.4375rem;top:1.5rem;left:32rem;overflow:hidden;display:block; }
#WoVXM6Zusp2gLt2PAJMWNsv39h61pptv { color:rgba(var(--color-tertiary-4),1);display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:42.75rem;left:53.4375rem;height:7.71875rem;text-align:left;text-align-last:left;display:block; }
#rax4r0Hr0CxiTXSKUBBroAwhHgtfceka { position:absolute;display:block;z-index:15017;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-3),1);border-left:0.125rem solid rgba(var(--color-primary-3),1);border-right:0.125rem solid rgba(var(--color-primary-3),1);border-bottom:0.125rem solid rgba(var(--color-primary-3),1);border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:18.5625rem;width:22.875rem;top:33.1875rem;left:52.125rem;display:block; }
#biCPGnwReV3NnvdFc8MprcJZmTaAU09L { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:39.125rem;left:52.8125rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WTi9sXpqE1921Jk31ELd9swkXN3ewbv0 { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.4375rem;width:11.4375rem;top:27.6875rem;left:58.0625rem;overflow:hidden;display:block; }
#KHPbsGGqmFG2LU5IMPbqZU8SEwbEP28G { position:absolute;display:block;z-index:15021;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-3),1);border-left:0.125rem solid rgba(var(--color-primary-3),1);border-right:0.125rem solid rgba(var(--color-primary-3),1);border-bottom:0.125rem solid rgba(var(--color-primary-3),1);border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:18.5625rem;width:22.875rem;top:33.1875rem;left:26.0625rem;display:block; }
#NGFM1tzJhmRZBnDQ4it1DvQCk3kThh5v { color:rgba(var(--color-tertiary-4),1);display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:42.75rem;left:27.375rem;height:6.175rem;text-align:left;text-align-last:left;display:block; }
#VAyv8SAvKzH4u2Gl7tSTVc49zwa0ZL1f { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:39.125rem;left:26.75rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i4GEVRAC4WO8WLxudPBgOeR4GHy1Cf0F { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.4375rem;width:11.4375rem;top:27.6875rem;left:32rem;overflow:hidden;display:block; }
#TyAStDVuKJC41T6wUaLmka3TDECTUihg { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:39.125rem;left:0.6875rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lZKytWzx6n3IFCninPhDpDR7WaqP18xh { position:absolute;display:block;z-index:15013;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-3),1);border-left:0.125rem solid rgba(var(--color-primary-3),1);border-right:0.125rem solid rgba(var(--color-primary-3),1);border-bottom:0.125rem solid rgba(var(--color-primary-3),1);border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:18.5625rem;width:22.875rem;top:33.1875rem;left:0rem;display:block; }
#UXVErkQ08qO684GOEygd0ull36KAF2JV { color:rgba(var(--color-tertiary-4),1);display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:42.75rem;left:1.3125rem;height:6.175rem;text-align:left;text-align-last:left;display:block; }
#R18N3JfqQ9l5TP4ZlO5woyFsdkkfO78q { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.4375rem;width:11.4375rem;top:27.6875rem;left:5.9375rem;overflow:hidden;display:block; }
#Q5oXKbCJO8DyRWRT23ZUkFKruOIgEWdz { 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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.625rem;font-weight:300;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:22.9375rem;height:4.75rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:56.5rem;left:26.03125rem;display:block; }
#fQsQNW39PqAA4SQ9vhipkFbFFHlLR2B2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ABC1ELb8vXBAHOnfNsBC3GUXLzPzpDNF { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:57.625rem;left:44.75rem; }
#wWwAwxkGUXkfT4RdqLJmnc8MXtPsohMG { position:relative;display:block; }#wWwAwxkGUXkfT4RdqLJmnc8MXtPsohMG { background-color: transparent; background-image: none; }#wWwAwxkGUXkfT4RdqLJmnc8MXtPsohMG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wWwAwxkGUXkfT4RdqLJmnc8MXtPsohMG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wWwAwxkGUXkfT4RdqLJmnc8MXtPsohMG > .row .container > .video-iframe-container { display: none; }#wWwAwxkGUXkfT4RdqLJmnc8MXtPsohMG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wWwAwxkGUXkfT4RdqLJmnc8MXtPsohMG > .row > .video-iframe-container { display: none; }#wWwAwxkGUXkfT4RdqLJmnc8MXtPsohMG > .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); }#wWwAwxkGUXkfT4RdqLJmnc8MXtPsohMG { border-width: 0; border-radius: 0; }#wWwAwxkGUXkfT4RdqLJmnc8MXtPsohMG > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wWwAwxkGUXkfT4RdqLJmnc8MXtPsohMG > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:21.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#JGCoKTOuGscSTJdMKQaJtPrHPN8VTm08 { color:rgba(var(--color-secondary-2),1);display:block;width:28.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:3.875rem;left:1.3125rem;height:3.4125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yG7Clrf4ud4R7Px0VC0PW4lWLgSTNyFD { color:rgba(var(--color-tertiary-4),1);display:block;width:28.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:9.25rem;left:1.375rem;height:3.0875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FRVwMEZI4nhU0CJ56GBwhEiJDpuzHvz1 { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:4.375rem;left:36.25rem;overflow:hidden;display:block; }
#goDV88XMeSTEpu3zIGE5dAfyFm25PoET { color:rgba(var(--color-tertiary-4),1);display:block;width:24.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:8.3125rem;left:50.75rem;height:4.63125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Q4FwCeN6uEpL4HsBoD2qhPGR0bvTZmb1 { color:rgba(var(--color-tertiary-4),1);display:block;width:28.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:13.875rem;left:1.375rem;height:3.0875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vExi2TpWuII8xKH6JBO2AlnkpIn808wy { 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; }#vExi2TpWuII8xKH6JBO2AlnkpIn808wy > .row .container { background-color: transparent; background-image: none; }#vExi2TpWuII8xKH6JBO2AlnkpIn808wy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vExi2TpWuII8xKH6JBO2AlnkpIn808wy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vExi2TpWuII8xKH6JBO2AlnkpIn808wy > .row .container > .video-iframe-container { display: none; }#vExi2TpWuII8xKH6JBO2AlnkpIn808wy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vExi2TpWuII8xKH6JBO2AlnkpIn808wy > .row > .video-iframe-container { display: none; }#vExi2TpWuII8xKH6JBO2AlnkpIn808wy > .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); }#vExi2TpWuII8xKH6JBO2AlnkpIn808wy > .row .container { border-width: 0; border-radius: 0; }#vExi2TpWuII8xKH6JBO2AlnkpIn808wy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vExi2TpWuII8xKH6JBO2AlnkpIn808wy > .row .container { font-size:0.875rem;font-family:arial;height:47.4375rem;width:75rem;position:relative;display:block; }#EeVEh7TfAm7ir2QG5ZrRDEu8b4S3mT1X { color:#3c3c3c;display:block;width:55.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.0625rem;font-weight:700;z-index:15021;line-height:1.6;letter-spacing:0;top:2.9375rem;left:9.65625rem;height:3.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZzFCEVqHw2n9LveuqEx7RAuhL5Hh52Hg { color:rgba(var(--color-tertiary-4),1);display:block;width:43.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:6.9248046875rem;left:15.28125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EciuuRX6dNQD7Pf9cvBOqzMp7RRWfEoT { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.125rem;width:6.25rem;top:11.0625rem;left:14.1875rem;overflow:hidden;display:block; }
#TV90g7NVU4dCcdCEx7OWFX8vhWx1bq5I { color:rgba(var(--color-tertiary-4),1);display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:17.6875rem;left:8.9375rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fyPeUPuZpXOdQb86SNN1GBugvn8BEQXK { color:rgba(var(--color-tertiary-4),1);display:block;width:42rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:26.5625rem;left:16.65625rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fxx7mJX5pniV90ZpTbpWMmtliR53W0yX { position:absolute;display:block;z-index:15017;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;height:42.375rem;width:75rem;top:0rem;left:0rem;display:block; }
#y6uxJPtTHdV0edb57Ss2wR7Mb1CapDHk { position:absolute;display:block;z-index:15028;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.9375rem;width:16rem;top:12.8125rem;left:19.375rem;overflow:hidden;display:block; }
#KVaS56TBL3690WCzBK5eKT0o65KseIcN { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.0625rem;width:6.25rem;top:11.0625rem;left:35.375rem;overflow:hidden;display:block; }
#d9T4KDdeiamB3ELtUEJT2EelgZ2Crdhh { position:absolute;display:block;z-index:15030;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.9375rem;width:16rem;top:12.8125rem;left:40.5625rem;overflow:hidden;display:block; }
#ZAezrxXsHZoDxLkfqtl5bJxV4FJc96rO { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.0625rem;width:6.25rem;top:11.0625rem;left:56.5625rem;overflow:hidden;display:block; }
#fvOi9CmHu6JIbMP20eTu27l6AdvBpqmo { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:17.625rem;left:30rem;height:5.85rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WyPylX1ZtypweJvX26LvvzTminNgMU1V { color:rgba(var(--color-tertiary-4),1);display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:17.4375rem;left:52.6875rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rwplhyLlxVPSIiTbKErTZ8xtqp92gnMv { 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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.625rem;font-weight:300;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:22.9375rem;height:4.75rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:34.4375rem;left:26.0625rem;display:block; }
#iearQoPkgstdbPmgpE3WqCc92HPl5env { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IppVZChzOhC5mFC4DVKEMJyfhu7wxlTC { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:35.5625rem;left:45.0625rem; }
#BuuwaQfPMAvW8Kb0536qgI3C5JIf7oun { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#BuuwaQfPMAvW8Kb0536qgI3C5JIf7oun > .row .container { background-color: transparent; background-image: none; }#BuuwaQfPMAvW8Kb0536qgI3C5JIf7oun::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BuuwaQfPMAvW8Kb0536qgI3C5JIf7oun > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BuuwaQfPMAvW8Kb0536qgI3C5JIf7oun > .row .container > .video-iframe-container { display: none; }#BuuwaQfPMAvW8Kb0536qgI3C5JIf7oun > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BuuwaQfPMAvW8Kb0536qgI3C5JIf7oun > .row > .video-iframe-container { display: none; }#BuuwaQfPMAvW8Kb0536qgI3C5JIf7oun > .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); }#BuuwaQfPMAvW8Kb0536qgI3C5JIf7oun > .row .container { border-width: 0; border-radius: 0; }#BuuwaQfPMAvW8Kb0536qgI3C5JIf7oun > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BuuwaQfPMAvW8Kb0536qgI3C5JIf7oun > .row .container { font-size:0.875rem;font-family:arial;height:29.875rem;width:75rem;position:relative;display:block; }#HShyVKKA0dVLtkWc5wQdAxx5mltzZzxr { color:rgba(var(--color-tertiary-0),1);display:block;width:71.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4.5625rem;left:1.6875rem;height:11.7rem;display:block; }
#cP23medKeNB3zbsz1bHPw6uyXDzwmoTu { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:21.5625rem;left:45.0625rem; }
#Wm2TqUWggotxlkGOpz3Rcm60oVvSy044 { background-color:rgba(var(--color-secondary-2),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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.625rem;font-weight:300;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:22.9375rem;height:4.75rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:20.4375rem;left:26.03125rem;display:block; }
#grNS920oTEvXq9JTZA7hOo9T5Dxf3WwE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dpPN9pbDe9alHy9eZf2WPgeTCKgGWXQu { position:relative;display:block; }#dpPN9pbDe9alHy9eZf2WPgeTCKgGWXQu { background-color: transparent; background-image: none; }#dpPN9pbDe9alHy9eZf2WPgeTCKgGWXQu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dpPN9pbDe9alHy9eZf2WPgeTCKgGWXQu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dpPN9pbDe9alHy9eZf2WPgeTCKgGWXQu > .row .container > .video-iframe-container { display: none; }#dpPN9pbDe9alHy9eZf2WPgeTCKgGWXQu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dpPN9pbDe9alHy9eZf2WPgeTCKgGWXQu > .row > .video-iframe-container { display: none; }#dpPN9pbDe9alHy9eZf2WPgeTCKgGWXQu > .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); }#dpPN9pbDe9alHy9eZf2WPgeTCKgGWXQu { border-width: 0; border-radius: 0; }#dpPN9pbDe9alHy9eZf2WPgeTCKgGWXQu > .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; }#dpPN9pbDe9alHy9eZf2WPgeTCKgGWXQu > .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:0.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #Sid0kqAEgJigpTZLxEt0GrDVMdLMtTRt { display:block; }#Sid0kqAEgJigpTZLxEt0GrDVMdLMtTRt > .row .container { width:47.75rem;height:32.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ZdXukpxiZfZwZwKTvb2O37phX1PG22zC { width:9.375rem;height:2.5rem;top:1.875rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TWF6VWQJTOtDfnqu9LvuvXKTSDO4mN87 { display:block; }
 }@media only screen and (max-width: 1199px) { #V3cnVPpuuiXwwGcObygkUQwCOIk9VTGS { width:10.625rem;height:2.5rem;top:1.875rem;left:25.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lwnwspyUuzJHPU20VV8rJEDryWa5kNqT { display:block; }
 }@media only screen and (max-width: 1199px) { #rGteA9RMZt8HTLHUVl1uHHCpPUX9Kvvy { width:10.625rem;height:2.5rem;top:1.875rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f6ptBTpZA1dJth1n2nGBmswW3AbLKWV9 { display:block; }
 }@media only screen and (max-width: 1199px) { #FNfOI8tf7BU8lW2pKPGTp1gx0zd3WNPG { width:38.125rem;height:3.4121125rem;top:6.375rem;left:4.8125rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #lhI4VrVTh67Qt4qqnNxl4hxlaq1vrCCS { width:6.5625rem;height:3.3125rem;top:12.3125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hffr6caLfVsfi4ssXTnKTDxqLJPQC0sa { width:18.9375rem;height:6.5rem;top:17.9375rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZtpxuE8n90e6V2GcqZHk1IAAnwOof8Zn { width:23.8125rem;height:14.1875rem;top:11.25rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wQv8h5JHEUDgqQw2szQZKOFP9OWeky1c { width:21.875rem;height:3.75rem;top:26.75rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TF3SIKfmtyIZVD2UI7ROrST2UcBNEsfm { display:block; }
 }@media only screen and (max-width: 1199px) { #kA6GFGQhlTschrRtd2PUmtVrKNlOeRWI { width:22.6875rem;height:5.84765625rem;top:52.625rem;left:20.3125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #xd5TmHNl0kdlnuXTWK2WpRoPeb4fOVJJ { width:2.5rem;height:2.5rem;top:27.375rem;left:30.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BcMm8PuswUxQAx2MDH5mNw6RLxaXATAC { display:block; }#BcMm8PuswUxQAx2MDH5mNw6RLxaXATAC > .row .container { width:47.75rem;height:6.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #R9dZaviZKWRsV71Q9tCKOsyN2RFpbo4d { width:46.3125rem;height:2.84375rem;top:1.984375rem;left:0.71875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NQra3Kp7XR58r4ouTWtuIN14I1Tfptso { display:block; }#NQra3Kp7XR58r4ouTWtuIN14I1Tfptso > .row .container { width:47.75rem;height:55.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #mdxN5P70xlGgHm8GE5OV7HnuO9vB6InA { width:21.875rem;height:17.125rem;top:6.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VpZX7Q0gk4a1tNq8UPLeGozPlbZyMMKi { width:19.25rem;height:3.25rem;top:10.5625rem;left:1.21875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OR23SrrWiR4x3MPBfNkCif5VaPIlXnXc { width:19.4375rem;height:6.5rem;top:15.3125rem;left:1.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GShDHFrkVHxoT7tK7oXhTgdurkSPXO0W { width:8.125rem;height:8.125rem;top:1.9375rem;left:7rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ioUFffJgBgTwLK4apPJbTze9eckcreux { width:21.875rem;height:17.1875rem;top:6.1875rem;left:25.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ITpJSclEPtE5loTNIzmia5Lg34SHdqFG { width:19.3125rem;height:5.2rem;top:15.3125rem;left:27.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wSFf5OaUh67D8fHkM0XtkqlveExHMPAN { width:8.125rem;height:8.125rem;top:1.9375rem;left:32.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zlSi7pD8wiCT5Effhv8IRhekzsnZggdq { width:19.875rem;height:3.25rem;top:10.5625rem;left:27.03125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DsVG0xASDHQmTs72TUHwIF7P1Q73ipbh { width:21.875rem;height:31.375rem;top:23.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bXReRc0kXWIUlPE8dwcNtGTwTXDZMGdh { width:24.5rem;height:4.2246125rem;top:27.5625rem;left:23rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DgZH6cpVFuvVAc6PbxJwXe26U7UnN7r5 { width:23.5625rem;height:14.3rem;top:33.4375rem;left:23.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FWLNL0loihOxbQG7O7mgZ5IBO8T2DfmH { width:21.875rem;height:3.75rem;top:49.5rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #guIwCUvuoPXFTGLTWZOXVtPzkkThyDkK { display:block; }
 }@media only screen and (max-width: 1199px) { #I3CcbK7TtCS2R4ELrTBWlwaW3217lAHO { width:2.5rem;height:2.5rem;top:50.125rem;left:41.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v1pnAkaSxWMfBuGOXVcv8vXwuUCTdBNh { display:block; }#v1pnAkaSxWMfBuGOXVcv8vXwuUCTdBNh > .row .container { width:47.75rem;height:6.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ZPunb6g0a5IJhaQHZ8Fsl7HNDsWOCAPr { width:47.75rem;height:2.275rem;top:1.92578125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VIwvmONddTJTv71itO31rxcw09KW3FXg { display:block; }#VIwvmONddTJTv71itO31rxcw09KW3FXg > .row .container { width:47.75rem;height:93.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Lzu0FkApsvu9C5xS8NtCDTyGTpw66ImK { width:22.25rem;height:22.25rem;top:4.5rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qaOdlckZqxboGR7U7Dh4OPk8vb7idtEz { width:5rem;height:4.375rem;top:7.03125rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x0D29kZ2LuNEhrZ4VlXOyxOAXdck5vd6 { width:16.75rem;height:1.625rem;top:12.787109375rem;left:3.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pmX5tTwxpkimkyJEZVGoCJfecDRyRK5M { width:17rem;height:6.5rem;top:15.423828125rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pIw69dtSpJdkozAAwqXT9fZslEVa7FIy { width:22.25rem;height:22.25rem;top:53.599609375rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hAEN7iib43n3sKmRi5IlWPXVoIXNISmr { width:18.1875rem;height:5.2rem;top:65.75rem;left:14.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DTCRCQVauOz3EQ5kTbpVRX2PWfkmvcPl { width:16.75rem;height:3.25rem;top:62.75rem;left:15.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Qmhf9t0iTbGI6QCya0LB6p2vuCi6iHug { width:4.375rem;height:5rem;top:56.125rem;left:21.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vX01aAC5pbvo8v13kbDnUMIlzFZJkCTU { width:22.25rem;height:22.25rem;top:4.5rem;left:25.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wEeczBgCKhXDKwcKynzhHfdT4BXMKIpZ { width:18.1875rem;height:5.2rem;top:14.5625rem;left:27.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gEc7wy8o1rVulMohH2fBnaeCVTGm4Xx8 { width:16.75rem;height:1.625rem;top:11.9375rem;left:28.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ptVqSJXLGWTZHbFuAWLFTRXUPHoCvAGD { width:5.625rem;height:3.6875rem;top:6.9375rem;left:33.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vI6rr00zlzLEks7vmdxXXeXOIXef1kdQ { width:22.25rem;height:22.25rem;top:28.9375rem;left:25.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dArzidv0aaLJ8XddGVL1rNOuUdGOuAML { width:18.1875rem;height:2.5996125rem;top:44rem;left:27.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eDAN7a212e5zXl5iC67aGsJSFDKnwV29 { width:16.75rem;height:3.25rem;top:37.625rem;left:28.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tdtzCKsLXveLUUcH6HPV23XEv5mVMLaW { width:4.375rem;height:4.6875rem;top:31.59375rem;left:34.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lXFwws975JPrqncC4UsJU3aCkAeIvrC8 { width:22.25rem;height:22.25rem;top:29.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TtMzfOUMBRZWlTPe30b9sVEJF1ygbi7U { width:18.1875rem;height:2.5996125rem;top:44rem;left:2.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GGnKoaSotClgO2uCJLom9bFqhhgKAThz { width:16.75rem;height:4.875rem;top:37.625rem;left:2.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HZFUrp3WUKRpSiTZiP3dogwUQVdueC2y { width:5rem;height:4.75rem;top:31.5625rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ki4G4Q9Xa4Gn5SVOWTwQKqok6Cbhq2UH { width:8rem;height:1.625rem;top:85.5625rem;left:25.03125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ALZ7k5zQfH1LCxd4t36amsscoqxkJtLM { width:22.6875rem;height:5.85rem;top:79.25rem;left:10.34375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PQWwQRqqSsQyXnEvHKaDLrVLF2LSSXae { width:31.25rem;height:12.875rem;top:77.8125rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wzVNgARPbchXw8Zb6gbCki66L40PgcbZ { width:22.6875rem;height:0.9746125rem;top:52.625rem;left:20.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cyt9amH4MHrR20EdFN5pPRD9W6RnqtLk { display:block; }#cyt9amH4MHrR20EdFN5pPRD9W6RnqtLk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #B7MhPqTi33FcfLQx03KRvaSDHLTs6hWl { width:46.3125rem;height:2.68125rem;top:2.1875rem;left:0.71875rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BxGUSByFeuF1TccsPTBzrzWubEPviGKB { display:block; }#BxGUSByFeuF1TccsPTBzrzWubEPviGKB > .row .container { width:47.75rem;height:81.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #b8LreoOQsfGomrDLC8G45x9XPFq5t1BJ { width:14.0625rem;height:5.2rem;top:12.5rem;left:4.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #gsisTbQS75ZmCQc7TuiCOoreOSyegVBm { width:14.0625rem;height:1.625rem;top:9.0625rem;left:4.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WZhFyyzFEdfwk8M1llzWVlpGrPzEqlif { width:7.5rem;height:7.5rem;top:1.5625rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Bzi9SEiwqVIZhbda7xPA6A5A9CkTDwC6 { width:22.875rem;height:18.5625rem;top:5.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rgiv94nCgRwcrwv4sT7Jp5E5tBS0bewB { width:14.0625rem;height:7.8rem;top:36.25rem;left:4.53125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #AEIgcNnzlO3A9G0NNdKvTC5UEPodUAK9 { width:22.875rem;height:18.5625rem;top:29.25rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uLs4uxMNpUReRvlPuTeMBTzn1TssB311 { width:19.75rem;height:1.625rem;top:32.9287109375rem;left:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zaUzQpkeEoRuPaapaclTsL4RFMTZy80b { width:7.5rem;height:7.5rem;top:25.4287109375rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PgDPOWH54FIWqWbi0mbI3QI1ZOwEzvx9 { width:14.0625rem;height:9.1rem;top:12.5rem;left:29.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #h97vhIsiFPJzmACKvWBVW2QALFg8VRAx { width:22.875rem;height:18.5625rem;top:5.125rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SwdDRyAgtTOEnBpN9Id0g4p1Syy91NTs { width:18.8125rem;height:1.625rem;top:9.0625rem;left:26.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g9EiswifaTODNHEV6S9gK5U69GUmzRmh { width:7.5rem;height:7.5rem;top:1.5625rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WoVXM6Zusp2gLt2PAJMWNsv39h61pptv { width:14.0625rem;height:7.8rem;top:59.96875rem;left:29.15625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #rax4r0Hr0CxiTXSKUBBroAwhHgtfceka { width:22.875rem;height:18.5625rem;top:53.125rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #biCPGnwReV3NnvdFc8MprcJZmTaAU09L { width:14.0625rem;height:1.625rem;top:56.5625rem;left:29.15625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WTi9sXpqE1921Jk31ELd9swkXN3ewbv0 { width:7.5rem;height:7.5rem;top:49.0625rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KHPbsGGqmFG2LU5IMPbqZU8SEwbEP28G { width:22.875rem;height:18.5625rem;top:53.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NGFM1tzJhmRZBnDQ4it1DvQCk3kThh5v { width:14.0625rem;height:6.5rem;top:59.96875rem;left:4.53125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #VAyv8SAvKzH4u2Gl7tSTVc49zwa0ZL1f { width:14.0625rem;height:1.625rem;top:56.5625rem;left:4.53125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i4GEVRAC4WO8WLxudPBgOeR4GHy1Cf0F { width:7.5rem;height:7.5rem;top:49.0625rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TyAStDVuKJC41T6wUaLmka3TDECTUihg { width:21.25rem;height:1.625rem;top:32.9287109375rem;left:25.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lZKytWzx6n3IFCninPhDpDR7WaqP18xh { width:22.875rem;height:18.5625rem;top:28.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UXVErkQ08qO684GOEygd0ull36KAF2JV { width:14.0625rem;height:6.5rem;top:36.25rem;left:29.15625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #R18N3JfqQ9l5TP4ZlO5woyFsdkkfO78q { width:7.5rem;height:7.5rem;top:25.4287109375rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Q5oXKbCJO8DyRWRT23ZUkFKruOIgEWdz { width:22.5rem;height:4.375rem;top:74.875rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fQsQNW39PqAA4SQ9vhipkFbFFHlLR2B2 { display:block; }
 }@media only screen and (max-width: 1199px) { #ABC1ELb8vXBAHOnfNsBC3GUXLzPzpDNF { width:2.5rem;height:2.5rem;top:75.8125rem;left:31rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wWwAwxkGUXkfT4RdqLJmnc8MXtPsohMG { display:block; }#wWwAwxkGUXkfT4RdqLJmnc8MXtPsohMG > .row .container { width:47.75rem;height:21.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #JGCoKTOuGscSTJdMKQaJtPrHPN8VTm08 { width:28.375rem;height:3.4121125rem;top:3.25rem;left:1.6875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yG7Clrf4ud4R7Px0VC0PW4lWLgSTNyFD { width:24.625rem;height:4.63125rem;top:8.625rem;left:1.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FRVwMEZI4nhU0CJ56GBwhEiJDpuzHvz1 { width:7.1875rem;height:7.1875rem;top:4.9375rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #goDV88XMeSTEpu3zIGE5dAfyFm25PoET { width:16.0625rem;height:3.9rem;top:13.25rem;left:30.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Q4FwCeN6uEpL4HsBoD2qhPGR0bvTZmb1 { width:23.1875rem;height:3.0875rem;top:14.875rem;left:1.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vExi2TpWuII8xKH6JBO2AlnkpIn808wy { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#vExi2TpWuII8xKH6JBO2AlnkpIn808wy > .row .container { background-color: transparent; background-image: none; }#vExi2TpWuII8xKH6JBO2AlnkpIn808wy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vExi2TpWuII8xKH6JBO2AlnkpIn808wy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vExi2TpWuII8xKH6JBO2AlnkpIn808wy > .row .container > .video-iframe-container { display: none; }#vExi2TpWuII8xKH6JBO2AlnkpIn808wy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vExi2TpWuII8xKH6JBO2AlnkpIn808wy > .row > .video-iframe-container { display: none; }#vExi2TpWuII8xKH6JBO2AlnkpIn808wy > .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); }#vExi2TpWuII8xKH6JBO2AlnkpIn808wy > .row .container { border-width: 0; border-radius: 0; }#vExi2TpWuII8xKH6JBO2AlnkpIn808wy > .row .container { width:47.75rem;height:42.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #EeVEh7TfAm7ir2QG5ZrRDEu8b4S3mT1X { width:32.25rem;height:4.2rem;top:1.724609375rem;left:7.75rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #ZzFCEVqHw2n9LveuqEx7RAuhL5Hh52Hg { width:36.3125rem;height:1.5rem;top:6.85546875rem;left:5.71875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #EciuuRX6dNQD7Pf9cvBOqzMp7RRWfEoT { width:4.375rem;height:4.25rem;top:11.53125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TV90g7NVU4dCcdCEx7OWFX8vhWx1bq5I { width:12.5rem;height:4.3875rem;top:16.322265625rem;left:0.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fyPeUPuZpXOdQb86SNN1GBugvn8BEQXK { width:40.9375rem;height:4.5rem;top:25.6875rem;left:3.03125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #fxx7mJX5pniV90ZpTbpWMmtliR53W0yX { width:47.5rem;height:40.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y6uxJPtTHdV0edb57Ss2wR7Mb1CapDHk { width:12.5rem;height:0.625rem;top:12.84375rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KVaS56TBL3690WCzBK5eKT0o65KseIcN { width:4.375rem;height:4.1875rem;top:11.5rem;left:21.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d9T4KDdeiamB3ELtUEJT2EelgZ2Crdhh { width:12.5rem;height:0.6875rem;top:12.8125rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZAezrxXsHZoDxLkfqtl5bJxV4FJc96rO { width:4.375rem;height:4.1875rem;top:11.5rem;left:39.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fvOi9CmHu6JIbMP20eTu27l6AdvBpqmo { width:15.75rem;height:7.3125rem;top:16.322265625rem;left:15.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WyPylX1ZtypweJvX26LvvzTminNgMU1V { width:12.5rem;height:2.925rem;top:16.322265625rem;left:35.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rwplhyLlxVPSIiTbKErTZ8xtqp92gnMv { width:22.5rem;height:4.375rem;top:32.8125rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iearQoPkgstdbPmgpE3WqCc92HPl5env { display:block; }
 }@media only screen and (max-width: 1199px) { #IppVZChzOhC5mFC4DVKEMJyfhu7wxlTC { width:2.5rem;height:2.5rem;top:33.75rem;left:31.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BuuwaQfPMAvW8Kb0536qgI3C5JIf7oun { display:block; }#BuuwaQfPMAvW8Kb0536qgI3C5JIf7oun > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #HShyVKKA0dVLtkWc5wQdAxx5mltzZzxr { width:45.3125rem;height:16.9rem;top:3.75rem;left:1.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cP23medKeNB3zbsz1bHPw6uyXDzwmoTu { width:2.5rem;height:2.5rem;top:23.75rem;left:31.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Wm2TqUWggotxlkGOpz3Rcm60oVvSy044 { width:22.5rem;height:4.375rem;top:22.8125rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #grNS920oTEvXq9JTZA7hOo9T5Dxf3WwE { display:block; }
 }@media only screen and (max-width: 1199px) { #dpPN9pbDe9alHy9eZf2WPgeTCKgGWXQu { display:block; }#dpPN9pbDe9alHy9eZf2WPgeTCKgGWXQu > .row .container { width:47.75rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Sid0kqAEgJigpTZLxEt0GrDVMdLMtTRt { background-color:#fbfbfb;background-image:url("https://images.assets-landingi.com/HEncJjpw/Mask_Group_6.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#Sid0kqAEgJigpTZLxEt0GrDVMdLMtTRt.adaptive-delivery-prevent-bg, #Sid0kqAEgJigpTZLxEt0GrDVMdLMtTRt.lazyload, #Sid0kqAEgJigpTZLxEt0GrDVMdLMtTRt.lazyloading { background-image: none; }#Sid0kqAEgJigpTZLxEt0GrDVMdLMtTRt > .row .container { background-color: transparent; background-image: none; }#Sid0kqAEgJigpTZLxEt0GrDVMdLMtTRt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sid0kqAEgJigpTZLxEt0GrDVMdLMtTRt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sid0kqAEgJigpTZLxEt0GrDVMdLMtTRt > .row .container > .video-iframe-container { display: none; }#Sid0kqAEgJigpTZLxEt0GrDVMdLMtTRt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sid0kqAEgJigpTZLxEt0GrDVMdLMtTRt > .row > .video-iframe-container { display: none; }#Sid0kqAEgJigpTZLxEt0GrDVMdLMtTRt > .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); }#Sid0kqAEgJigpTZLxEt0GrDVMdLMtTRt > .row .container { width:20rem;height:40.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZdXukpxiZfZwZwKTvb2O37phX1PG22zC { width:10rem;height:2.5rem;top:6.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TWF6VWQJTOtDfnqu9LvuvXKTSDO4mN87 { display:block; }
 }@media only screen and (max-width: 763px) { #V3cnVPpuuiXwwGcObygkUQwCOIk9VTGS { width:10rem;height:2.5rem;top:6.5625rem;left:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #lwnwspyUuzJHPU20VV8rJEDryWa5kNqT { display:block; }
 }@media only screen and (max-width: 763px) { #rGteA9RMZt8HTLHUVl1uHHCpPUX9Kvvy { width:9.6875rem;height:2.5rem;top:9.75rem;left:5.15625rem;display:none; }
 }@media only screen and (max-width: 763px) { #f6ptBTpZA1dJth1n2nGBmswW3AbLKWV9 { display:block; }
 }@media only screen and (max-width: 763px) { #FNfOI8tf7BU8lW2pKPGTp1gx0zd3WNPG { width:20rem;height:4.3875rem;top:1.125rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lhI4VrVTh67Qt4qqnNxl4hxlaq1vrCCS { width:9.75rem;height:4.8125rem;top:6.625rem;left:5.1249998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #hffr6caLfVsfi4ssXTnKTDxqLJPQC0sa { width:20rem;height:0;top:40.75rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZtpxuE8n90e6V2GcqZHk1IAAnwOof8Zn { width:13.5rem;height:8.0625rem;top:23rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQv8h5JHEUDgqQw2szQZKOFP9OWeky1c { width:18.125rem;height:3.75rem;top:33.1875rem;left:0.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TF3SIKfmtyIZVD2UI7ROrST2UcBNEsfm { display:block; }
 }@media only screen and (max-width: 763px) { #kA6GFGQhlTschrRtd2PUmtVrKNlOeRWI { width:15.3125rem;height:9.1rem;top:12.5625rem;left:2.34375rem;font-size:0.875rem;z-index:15025;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #xd5TmHNl0kdlnuXTWK2WpRoPeb4fOVJJ { display:flex;width:2.5rem;height:2.5rem;top:33.8125rem;left:15.25rem; }
 }@media only screen and (max-width: 763px) { #BcMm8PuswUxQAx2MDH5mNw6RLxaXATAC { display:block; }#BcMm8PuswUxQAx2MDH5mNw6RLxaXATAC > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R9dZaviZKWRsV71Q9tCKOsyN2RFpbo4d { width:20rem;height:5.2rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQra3Kp7XR58r4ouTWtuIN14I1Tfptso { display:block; }#NQra3Kp7XR58r4ouTWtuIN14I1Tfptso > .row .container { width:20rem;height:106.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mdxN5P70xlGgHm8GE5OV7HnuO9vB6InA { width:19.75rem;height:14.5rem;top:6.9375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpZX7Q0gk4a1tNq8UPLeGozPlbZyMMKi { width:17.8125rem;height:3.25rem;top:9rem;left:1.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OR23SrrWiR4x3MPBfNkCif5VaPIlXnXc { width:17.8125rem;height:6.5rem;top:13rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GShDHFrkVHxoT7tK7oXhTgdurkSPXO0W { width:7.5rem;height:7.5rem;top:1.5625rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioUFffJgBgTwLK4apPJbTze9eckcreux { width:19.75rem;height:14.5rem;top:27.9980625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITpJSclEPtE5loTNIzmia5Lg34SHdqFG { width:17.8125rem;height:5.2rem;top:35.125rem;left:1.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wSFf5OaUh67D8fHkM0XtkqlveExHMPAN { width:7.5rem;height:7.5rem;top:23.185546875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlSi7pD8wiCT5Effhv8IRhekzsnZggdq { width:19.0625rem;height:3.25rem;top:31.0625rem;left:0.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DsVG0xASDHQmTs72TUHwIF7P1Q73ipbh { width:20rem;height:28.6855625rem;top:42.748046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXReRc0kXWIUlPE8dwcNtGTwTXDZMGdh { width:20rem;height:6.3375rem;top:73.5625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgZH6cpVFuvVAc6PbxJwXe26U7UnN7r5 { width:20rem;height:16.9rem;top:81.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWLNL0loihOxbQG7O7mgZ5IBO8T2DfmH { width:18.125rem;height:3.75rem;top:100.4375rem;left:0.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #guIwCUvuoPXFTGLTWZOXVtPzkkThyDkK { display:block; }
 }@media only screen and (max-width: 763px) { #I3CcbK7TtCS2R4ELrTBWlwaW3217lAHO { display:flex;width:2.5rem;height:2.5rem;top:101.0625rem;left:15.75rem; }
 }@media only screen and (max-width: 763px) { #v1pnAkaSxWMfBuGOXVcv8vXwuUCTdBNh { display:block; }#v1pnAkaSxWMfBuGOXVcv8vXwuUCTdBNh > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZPunb6g0a5IJhaQHZ8Fsl7HNDsWOCAPr { width:20rem;height:4.55rem;top:1.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIwvmONddTJTv71itO31rxcw09KW3FXg { display:block; }#VIwvmONddTJTv71itO31rxcw09KW3FXg > .row .container { width:20rem;height:113.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lzu0FkApsvu9C5xS8NtCDTyGTpw66ImK { width:20rem;height:20rem;top:3.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaOdlckZqxboGR7U7Dh4OPk8vb7idtEz { width:6.0625rem;height:5.3046875rem;top:5.5rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0D29kZ2LuNEhrZ4VlXOyxOAXdck5vd6 { width:16.75rem;height:1.625rem;top:11.75rem;left:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmX5tTwxpkimkyJEZVGoCJfecDRyRK5M { width:14.5625rem;height:7.8rem;top:13.9375rem;left:2.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIw69dtSpJdkozAAwqXT9fZslEVa7FIy { width:20rem;height:20rem;top:91.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAEN7iib43n3sKmRi5IlWPXVoIXNISmr { width:18.18725rem;height:5.2rem;top:101.99951171875rem;left:0.904541015625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTCRCQVauOz3EQ5kTbpVRX2PWfkmvcPl { width:16.75rem;height:3.25rem;top:98.25rem;left:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qmhf9t0iTbGI6QCya0LB6p2vuCi6iHug { width:4.6875rem;height:5.35644375rem;top:91.8125rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vX01aAC5pbvo8v13kbDnUMIlzFZJkCTU { width:20rem;height:20rem;top:25.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEeczBgCKhXDKwcKynzhHfdT4BXMKIpZ { width:18.1875rem;height:5.2rem;top:36.0625rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEc7wy8o1rVulMohH2fBnaeCVTGm4Xx8 { width:16.75rem;height:1.625rem;top:33.8125rem;left:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptVqSJXLGWTZHbFuAWLFTRXUPHoCvAGD { width:7.8125rem;height:5.12109375rem;top:27.9375rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vI6rr00zlzLEks7vmdxXXeXOIXef1kdQ { width:20rem;height:20rem;top:69.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dArzidv0aaLJ8XddGVL1rNOuUdGOuAML { width:18.1875rem;height:2.6rem;top:82.75rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDAN7a212e5zXl5iC67aGsJSFDKnwV29 { width:16.75rem;height:3.25rem;top:78.3125rem;left:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdtzCKsLXveLUUcH6HPV23XEv5mVMLaW { width:5.3125rem;height:5.69140625rem;top:71.3125rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXFwws975JPrqncC4UsJU3aCkAeIvrC8 { width:20rem;height:20rem;top:47.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtMzfOUMBRZWlTPe30b9sVEJF1ygbi7U { width:15rem;height:3.9rem;top:61.5rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGnKoaSotClgO2uCJLom9bFqhhgKAThz { width:16.75rem;height:4.875rem;top:55.8125rem;left:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZFUrp3WUKRpSiTZiP3dogwUQVdueC2y { width:6.375rem;height:6.0556625rem;top:49.125rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ki4G4Q9Xa4Gn5SVOWTwQKqok6Cbhq2UH { width:6.875rem;height:0;top:118.5625rem;left:8.625rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ALZ7k5zQfH1LCxd4t36amsscoqxkJtLM { width:15.3125rem;height:0;top:114.0859375rem;left:0.9375rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PQWwQRqqSsQyXnEvHKaDLrVLF2LSSXae { width:20rem;height:8.0625rem;top:113.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wzVNgARPbchXw8Zb6gbCki66L40PgcbZ { width:20rem;height:auto;top:68.5rem;left:0rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cyt9amH4MHrR20EdFN5pPRD9W6RnqtLk { display:block; }#cyt9amH4MHrR20EdFN5pPRD9W6RnqtLk > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B7MhPqTi33FcfLQx03KRvaSDHLTs6hWl { width:20rem;height:5.2rem;top:0.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxGUSByFeuF1TccsPTBzrzWubEPviGKB { display:block; }#BxGUSByFeuF1TccsPTBzrzWubEPviGKB > .row .container { width:20rem;height:128.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b8LreoOQsfGomrDLC8G45x9XPFq5t1BJ { width:18.0625rem;height:3.65625rem;top:11.125rem;left:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsisTbQS75ZmCQc7TuiCOoreOSyegVBm { width:20rem;height:1.38125rem;top:8.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZhFyyzFEdfwk8M1llzWVlpGrPzEqlif { width:6.25rem;height:6.25rem;top:2.1875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bzi9SEiwqVIZhbda7xPA6A5A9CkTDwC6 { width:19.75rem;height:12.125rem;top:5.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgiv94nCgRwcrwv4sT7Jp5E5tBS0bewB { width:20rem;height:4.875rem;top:51.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEIgcNnzlO3A9G0NNdKvTC5UEPodUAK9 { width:19.75rem;height:13.75rem;top:63.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLs4uxMNpUReRvlPuTeMBTzn1TssB311 { width:20rem;height:1.38125rem;top:47.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaUzQpkeEoRuPaapaclTsL4RFMTZy80b { width:6.25rem;height:6.25rem;top:40.4375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgDPOWH54FIWqWbi0mbI3QI1ZOwEzvx9 { width:17.3125rem;height:6.09375rem;top:30.0625rem;left:1.34375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h97vhIsiFPJzmACKvWBVW2QALFg8VRAx { width:19.75rem;height:15.25rem;top:22.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwdDRyAgtTOEnBpN9Id0g4p1Syy91NTs { width:20rem;height:1.38125rem;top:27.2431640625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9EiswifaTODNHEV6S9gK5U69GUmzRmh { width:6.25rem;height:6.25rem;top:19.8125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoVXM6Zusp2gLt2PAJMWNsv39h61pptv { width:20rem;height:4.875rem;top:109.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rax4r0Hr0CxiTXSKUBBroAwhHgtfceka { width:19.75rem;height:14.375rem;top:102.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #biCPGnwReV3NnvdFc8MprcJZmTaAU09L { width:20rem;height:1.38125rem;top:106.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTi9sXpqE1921Jk31ELd9swkXN3ewbv0 { width:6.25rem;height:6.25rem;top:98.9375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHPbsGGqmFG2LU5IMPbqZU8SEwbEP28G { width:19.75rem;height:13.5rem;top:83.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGFM1tzJhmRZBnDQ4it1DvQCk3kThh5v { width:18.9375rem;height:4.875rem;top:89.9375rem;left:0.53125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAyv8SAvKzH4u2Gl7tSTVc49zwa0ZL1f { width:20rem;height:1.38125rem;top:86.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4GEVRAC4WO8WLxudPBgOeR4GHy1Cf0F { width:6.25rem;height:6.25rem;top:79.9375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyAStDVuKJC41T6wUaLmka3TDECTUihg { width:20rem;height:1.38125rem;top:67.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZKytWzx6n3IFCninPhDpDR7WaqP18xh { width:19.75rem;height:14.75rem;top:43.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXVErkQ08qO684GOEygd0ull36KAF2JV { width:20rem;height:3.65625rem;top:70.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R18N3JfqQ9l5TP4ZlO5woyFsdkkfO78q { width:6.25rem;height:6.25rem;top:60.6875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5oXKbCJO8DyRWRT23ZUkFKruOIgEWdz { width:19rem;height:4.75rem;top:120.15625rem;left:0.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQsQNW39PqAA4SQ9vhipkFbFFHlLR2B2 { display:block; }
 }@media only screen and (max-width: 763px) { #ABC1ELb8vXBAHOnfNsBC3GUXLzPzpDNF { display:flex;width:2.5rem;height:2.5rem;top:121.28125rem;left:15.65625rem; }
 }@media only screen and (max-width: 763px) { #wWwAwxkGUXkfT4RdqLJmnc8MXtPsohMG { display:block; }#wWwAwxkGUXkfT4RdqLJmnc8MXtPsohMG > .row .container { width:20rem;height:36.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JGCoKTOuGscSTJdMKQaJtPrHPN8VTm08 { width:20rem;height:2.6rem;top:1.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yG7Clrf4ud4R7Px0VC0PW4lWLgSTNyFD { width:20rem;height:3.9rem;top:5.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRVwMEZI4nhU0CJ56GBwhEiJDpuzHvz1 { width:12.5rem;height:12.5rem;top:15.1875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #goDV88XMeSTEpu3zIGE5dAfyFm25PoET { width:16.0625rem;height:3.9rem;top:29.75rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4FwCeN6uEpL4HsBoD2qhPGR0bvTZmb1 { width:20rem;height:2.6rem;top:10.712890625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vExi2TpWuII8xKH6JBO2AlnkpIn808wy { display:block; }#vExi2TpWuII8xKH6JBO2AlnkpIn808wy { background-color: transparent; background-image: none; }#vExi2TpWuII8xKH6JBO2AlnkpIn808wy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vExi2TpWuII8xKH6JBO2AlnkpIn808wy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vExi2TpWuII8xKH6JBO2AlnkpIn808wy > .row .container > .video-iframe-container { display: none; }#vExi2TpWuII8xKH6JBO2AlnkpIn808wy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vExi2TpWuII8xKH6JBO2AlnkpIn808wy > .row > .video-iframe-container { display: none; }#vExi2TpWuII8xKH6JBO2AlnkpIn808wy > .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); }#vExi2TpWuII8xKH6JBO2AlnkpIn808wy > .row .container { width:20rem;height:66.3125rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EeVEh7TfAm7ir2QG5ZrRDEu8b4S3mT1X { width:20rem;height:2.4rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzFCEVqHw2n9LveuqEx7RAuhL5Hh52Hg { width:20rem;height:3rem;top:3.9624996185302rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EciuuRX6dNQD7Pf9cvBOqzMp7RRWfEoT { width:5rem;height:4.8125rem;top:9.3369140625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TV90g7NVU4dCcdCEx7OWFX8vhWx1bq5I { width:17.8125rem;height:2.925rem;top:14.8369140625rem;left:1.09375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyPeUPuZpXOdQb86SNN1GBugvn8BEQXK { width:20rem;height:10.5rem;top:44.421875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxx7mJX5pniV90ZpTbpWMmtliR53W0yX { width:19.75rem;height:54.6875rem;top:0rem;left:0rem;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #y6uxJPtTHdV0edb57Ss2wR7Mb1CapDHk { width:16rem;height:0.9375rem;top:71.1494140625rem;left:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #KVaS56TBL3690WCzBK5eKT0o65KseIcN { width:5rem;height:4.8125rem;top:34.5rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9T4KDdeiamB3ELtUEJT2EelgZ2Crdhh { width:16rem;height:0.9375rem;top:71.1494140625rem;left:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZAezrxXsHZoDxLkfqtl5bJxV4FJc96rO { width:5rem;height:4.75rem;top:20.6494140625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvOi9CmHu6JIbMP20eTu27l6AdvBpqmo { width:16.5625rem;height:5.85rem;top:25.9365234375rem;left:1.71875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyPylX1ZtypweJvX26LvvzTminNgMU1V { width:17.3125rem;height:1.4625rem;top:40.3125rem;left:1.34375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwplhyLlxVPSIiTbKErTZ8xtqp92gnMv { width:19rem;height:4.75rem;top:58.2744140625rem;left:0.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iearQoPkgstdbPmgpE3WqCc92HPl5env { display:block; }
 }@media only screen and (max-width: 763px) { #IppVZChzOhC5mFC4DVKEMJyfhu7wxlTC { display:flex;width:2.5rem;height:2.5rem;top:59.3994140625rem;left:15.84375rem; }
 }@media only screen and (max-width: 763px) { #BuuwaQfPMAvW8Kb0536qgI3C5JIf7oun { display:block; }#BuuwaQfPMAvW8Kb0536qgI3C5JIf7oun > .row .container { width:20rem;height:41.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HShyVKKA0dVLtkWc5wQdAxx5mltzZzxr { width:20rem;height:29.9rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cP23medKeNB3zbsz1bHPw6uyXDzwmoTu { display:flex;width:2.5rem;height:2.5rem;top:34.875rem;left:15.9375rem; }
 }@media only screen and (max-width: 763px) { #Wm2TqUWggotxlkGOpz3Rcm60oVvSy044 { width:19rem;height:4.75rem;top:33.75rem;left:0.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #grNS920oTEvXq9JTZA7hOo9T5Dxf3WwE { display:block; }
 }@media only screen and (max-width: 763px) { #dpPN9pbDe9alHy9eZf2WPgeTCKgGWXQu { display:block; }#dpPN9pbDe9alHy9eZf2WPgeTCKgGWXQu > .row .container { width:20rem;height:0.3125rem;position:relative;display:block; } }