.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:253,226,226;--color-primary-1:250,159,160;--color-primary-2:244,62,64;--color-primary-3:122,31,32;--color-primary-4:37,9,10;--color-secondary-0:255,239,235;--color-secondary-1:255,239,232;--color-secondary-2:243,98,34;--color-secondary-3:146,59,20;--color-secondary-4:19,1,1;--color-tertiary-0:220,217,217;--color-tertiary-1:137,128,128;--color-tertiary-2:19,1,1;--color-tertiary-3:10,1,1;--color-tertiary-4:3,0,0;--headlines-font-family:"Lato";--paragraphs-font-family:"Lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#p8OZTXUnVEIAfaTmuHCzc1isWmgNAMDs { position:relative;display:none; }#p8OZTXUnVEIAfaTmuHCzc1isWmgNAMDs { border-width: 0; border-radius: 0; }#p8OZTXUnVEIAfaTmuHCzc1isWmgNAMDs > .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; }#p8OZTXUnVEIAfaTmuHCzc1isWmgNAMDs > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:8.5rem;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:none; }#rb22921331941874fee41b99d42bd521 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1; }
#Wec81a89d7da886e2c0097742766e42d { 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:2.1875rem;width:6.125rem;top:3.5rem;left:5.2802734375rem;overflow:hidden;display:block; }
#heddcffa42c5accb3cfd6c4528ef614f { color:#000000;display:block;width:12.5rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.1953rem;top:2.375rem;left:1.1875rem;display:block; }
#UyNVMPpVgtdTMkppJFecuqluyAnUisUa { position:relative;display:none; }#UyNVMPpVgtdTMkppJFecuqluyAnUisUa { border-width: 0; border-radius: 0; }#UyNVMPpVgtdTMkppJFecuqluyAnUisUa > .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; }#UyNVMPpVgtdTMkppJFecuqluyAnUisUa > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;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:none; }#rxNcqSDpBTTbTxqDGLyfMd0mnvHucBBW { color:rgba(var(--color-tertiary-2),1);display:block;width:29.75rem;position:absolute;font-family:satoshi;font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.025390625rem;left:5.405029296875rem;height:9.75rem;font-style:normal;display:none; }
#TPe1xLJtkGcsiEmdT0gRPk505ktT5nzD { color:#0b1c48;display:block;width:39.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:24.875rem;left:5.2802734375rem;height:2.5996125rem;font-style:normal;display:none; }
#lxedQtxBHk4OTWRD9kHHbeLRA5cdGBps { box-sizing:content-box;height:3.0625rem;width:13.875rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;top:30.1875rem;left:5.2802734375rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:none; }
#h2k3h5vC1CusBey7OfdZqKcbRNyznV4q { color:#ffffff;display:block;width:11rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:31.06884765625rem;left:6.6240234375rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#Hs5eubfx65WOsUfWbn2MI6B9w16fMEk0 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:31rem;left:16.4365234375rem;overflow:hidden;display:none; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image: -webkit-linear-gradient(80deg, #ffffff, rgba(var(--color-secondary-1),1));background-image: -moz-linear-gradient(80deg, #ffffff, rgba(var(--color-secondary-1),1));background-image: -ms-linear-gradient(80deg, #ffffff, rgba(var(--color-secondary-1),1));background-image: -o-linear-gradient(80deg, #ffffff, rgba(var(--color-secondary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='rgba(var(--color-secondary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='rgba(var(--color-secondary-1),1)' );";background-image: linear-gradient(80deg, #ffffff, rgba(var(--color-secondary-1),1));background-size:auto !important;z-index:;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);box-shadow: none;position:relative;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;overflow:visible;position:relative;display:none; }#wK1fxPNrELshxQ3MoTrVhcACJFJEDJAL { box-sizing:content-box;height:3.75rem;width:70.625rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:2.6875rem;left:2.1875rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#kdAceU3S6bRLB7AfHoR2JMMqGaOPW89F { 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:2.1875rem;width:6.3125rem;top:3.4375rem;left:5.625rem;overflow:hidden;display:block; }
#dWzKHEfmSduR8hrdzgvmHNbnNEvWxoiA { color:#000000;display:block;width:10.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.99365234375rem;left:15rem;height:1.13715rem;font-style:normal;display:block; }
#LSgbdTfz5U8QwZWmQdIyGrRR8w1t79Gg { color:#000000;display:block;width:7.1869375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.9935989379883rem;left:34.0625rem;height:1.13715rem;font-style:normal;display:block; }
#WIW2NEXUCNA4Pexp5JINcZMaREbnJJvn { color:#000000;display:block;width:6.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.9935989379883rem;left:27.8125rem;height:1.13715rem;font-style:normal;display:block; }
#UCuARbRgDHBcrqsDUBzvava4ElhlTRG3 { color:#000000;display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.994140625rem;left:43.6875rem;height:1.13715rem;font-style:normal;display:block; }
#vukC0AHyQN67S94uvWdbrNnXZ9uJ9Q2e { color:rgba(var(--color-primary-2),1);display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:10.52783203125rem;left:5.625rem;height:1.2999125rem;font-style:normal;display:block; }
#xW7s0JhTa7zQQa3ETWxvuOJOAZiUkH0F { color:rgba(var(--color-tertiary-2),1);display:block;width:29.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.025390625rem;left:5.625rem;height:9.749375rem;font-style:normal;display:block; }
#zbS9e0OvOELt1ddnPSQK9dQ21DDQOgV9 { color:rgba(var(--color-tertiary-2),1);display:block;width:39.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:24.875rem;left:5.625rem;height:2.59874375rem;font-style:normal;display:block; }
#u8NMfWTHpoSlUfFJgRhNzz6eIR79dlPV { 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:43.375rem;width:32.125rem;top:0rem;left:39.425246960486rem;overflow:hidden;display:block; }
#lObVWwlkrU877rTlXlTAvFETTQs9fi3s { box-sizing:content-box;height:2.8125rem;width:11.75rem;position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;top:16.71875rem;left:4.903564453125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#C9qPaPtu7wxMCKzlyycsS05fB0Z3BSBg { box-sizing:content-box;height:2.8125rem;width:14.75rem;position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:none;top:16.679443359375rem;left:19.623779296875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#FgD6ERTtfurZ21zNp043uWnScTrK60R5 { box-sizing:content-box;height:2.8125rem;width:17.5rem;position:absolute;display:block;z-index:14996;background-color:#ffffff;background-image:none;top:20.00537109375rem;left:5.280029296875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#BMogH50VFcLCTUPiWtOpvu2HhZytr4TZ { background-color:rgba(var(--color-primary-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:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:figtree;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:2.625rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:3.21826171875rem;left:53.625rem;display:block; }
#XnVSIHNBwipBuyF9s1FPMK8OEKiLl8NJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y4SxVZ8sgtZPdqmDpIyMfl8fDpgy9VXq { background-color:rgba(var(--color-primary-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:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:figtree;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:2.6875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:29.79638671875rem;left:5.280029296875rem;display:block; }
#ADw3i5aAszoSoZcps47bleLm0zonELb8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IkUfmsLMuT60VkNiBgz2FUQCrpAxF376 { background-color:transparent;background-image: -webkit-linear-gradient(80deg, #ffffff, rgba(var(--color-secondary-1),1));background-image: -moz-linear-gradient(80deg, #ffffff, rgba(var(--color-secondary-1),1));background-image: -ms-linear-gradient(80deg, #ffffff, rgba(var(--color-secondary-1),1));background-image: -o-linear-gradient(80deg, #ffffff, rgba(var(--color-secondary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='rgba(var(--color-secondary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='rgba(var(--color-secondary-1),1)' );";background-image: linear-gradient(80deg, #ffffff, rgba(var(--color-secondary-1),1));background-size:auto !important;z-index:;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);box-shadow: none;position:relative;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }#IkUfmsLMuT60VkNiBgz2FUQCrpAxF376 > .row .container { background-color: transparent; background-image: none; }#IkUfmsLMuT60VkNiBgz2FUQCrpAxF376::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IkUfmsLMuT60VkNiBgz2FUQCrpAxF376 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IkUfmsLMuT60VkNiBgz2FUQCrpAxF376 > .row .container > .video-iframe-container { display: none; }#IkUfmsLMuT60VkNiBgz2FUQCrpAxF376 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IkUfmsLMuT60VkNiBgz2FUQCrpAxF376 > .row > .video-iframe-container { display: none; }#IkUfmsLMuT60VkNiBgz2FUQCrpAxF376 > .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); }#IkUfmsLMuT60VkNiBgz2FUQCrpAxF376 > .row .container { border-width: 0; border-radius: 0; }#IkUfmsLMuT60VkNiBgz2FUQCrpAxF376 > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem; }#IkUfmsLMuT60VkNiBgz2FUQCrpAxF376 > .row .container { font-size:0.875rem;font-family:arial;height:33.9305555rem;width:75rem;overflow:visible;position:relative;display:block; }#ggWdOtz7f4kNK6ATxT3eqpn9O9APCDIg { 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:2.1875rem;width:6.3125rem;top:3.4375rem;left:5.625rem;overflow:hidden;display:block; }
#NF89PvrgyHgdzHO9snfiv0Ln5o812Imv { color:rgba(var(--color-primary-2),1);display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:10.52783203125rem;left:5.625rem;height:1.29948125rem;font-style:normal;display:block; }
#t7F1ONPHIDPC8FmAQJAOzNWONJI6J6pB { color:rgba(var(--color-tertiary-2),1);display:block;width:29.749875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.253032684326rem;left:5.6244573593139rem;height:9.75rem;font-style:normal;display:block; }
#xhlz7nC5JN6G7mQPJsEn5SAqtzF3KKfI { color:rgba(var(--color-tertiary-2),1);display:block;width:28.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:24.874671936035rem;left:5.6249990463257rem;height:2.59895625rem;font-style:normal;display:block; }
#W6OkiUeKhgl39cd21ULXuZTQUbxAsRHN { 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:33.875rem;width:32.0625rem;top:0rem;left:39.425246960486rem;overflow:hidden;display:block; }
#yUWN4eGWDTv3hVwOEipH78uvCfxKDZmr { box-sizing:content-box;height:2.8125rem;width:11.6875rem;position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:none;top:20.224067687988rem;left:5.2799482345581rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#gKTfFKieJw9mCoytLg7qgZGSs7pOLpdD { box-sizing:content-box;height:2.8125rem;width:13.4375rem;position:absolute;display:block;z-index:14996;background-color:#ffffff;background-image:none;top:13.561735153198rem;left:18.096028327942rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#KnssBtDCygwOZ55HpAkblWDD0UHANcQV { position:relative;display:block; }#KnssBtDCygwOZ55HpAkblWDD0UHANcQV { background-color: transparent; background-image: none; }#KnssBtDCygwOZ55HpAkblWDD0UHANcQV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KnssBtDCygwOZ55HpAkblWDD0UHANcQV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KnssBtDCygwOZ55HpAkblWDD0UHANcQV > .row .container > .video-iframe-container { display: none; }#KnssBtDCygwOZ55HpAkblWDD0UHANcQV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KnssBtDCygwOZ55HpAkblWDD0UHANcQV > .row > .video-iframe-container { display: none; }#KnssBtDCygwOZ55HpAkblWDD0UHANcQV > .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); }#KnssBtDCygwOZ55HpAkblWDD0UHANcQV { border-width: 0; border-radius: 0; }#KnssBtDCygwOZ55HpAkblWDD0UHANcQV > .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; }#KnssBtDCygwOZ55HpAkblWDD0UHANcQV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:44.4375rem;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; }#UOB8wT6xblK7xEAR6a0mViNUFytS0y5S { color:rgba(var(--color-tertiary-2),1);display:block;width:36.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.58740234375rem;left:19.03125rem;height:2.6001rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ouvnfv0Cf3sJTuXq4f8ez9Og9I5Z99T9 { color:rgba(var(--color-tertiary-2),1);display:block;width:43.5623125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:6.6867427825925rem;left:15.718316078186rem;height:2.2734375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cUoeHR1nGxNC3VdZcf8WUlL8TueRpLEN { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:17rem;width:12rem;top:12.937393188476rem;left:57.099608421326rem;overflow:hidden;display:block; }
#EUP6p4Cl4ePQFCdySmuQsT00iatRrDPn { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:17.0625rem;width:12.0625rem;top:12.905914306641rem;left:8.5367841720581rem;overflow:hidden;display:block; }
#qtOvEAC1bgyqaTzZzoWDsy7NcJIPP4qJ { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:17.1875rem;width:12.125rem;top:12.875rem;left:24.849177360534rem;overflow:hidden;display:block; }
#h9iPtqxalPWFes3D8hCFeIF0IbDOpi0N { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:16.875rem;width:11.875rem;top:12.937393188476rem;left:41.036784172058rem;overflow:hidden;display:block; }
#MziCPBoPUtGnh6AJs5PoJu3gScbqycvQ { box-sizing:content-box;height:30.6875rem;width:15.1875rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image:none;top:11.562057495118rem;left:6.9742841720581rem;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#ciBciBDwfSQfCx1ZzOCb8hgNWI9sV75O { color:rgba(var(--color-tertiary-2),1);display:block;width:12.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:31.187164306641rem;left:8.2861337661744rem;height:2.59895625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Kc7c8MTLVAOfkuitC37EcLHu0uS1WF2s { color:rgba(var(--color-tertiary-2),0.5);display:block;width:12.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:34.624664306641rem;left:8.5367841720581rem;height:4.546875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#STwoLIhCKwR0AzsPvUETb75C79N1f7uD { color:rgba(var(--color-tertiary-2),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:31.187164306641rem;left:24.849177360534rem;height:2.59895625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lfP5nmkOKy8tTNAUaT4muuhcPmuG5Cuv { color:rgba(var(--color-tertiary-2),0.5);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:34.75rem;left:24.880644798279rem;height:4.546875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T7wBPNKzddhVVA0lcNRkZwalVMGztSVw { color:rgba(var(--color-tertiary-2),0.5);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:34.75rem;left:40.999892234803rem;height:4.546875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ab8g8XLRgtCdNIyLbfcFDOHnEUBwW6bc { color:rgba(var(--color-tertiary-2),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:31.187164306641rem;left:40.936957359314rem;height:2.59895625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PsCs6yICdZBaytTRL3AZyhbaBe5SpTeO { color:rgba(var(--color-tertiary-2),0.5);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:34.749889373779rem;left:57.062178611756rem;height:4.546875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KCdTv7ZlZnr1nTy9TVNvQF1MQxgN4lgV { color:rgba(var(--color-tertiary-2),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:31.187164306641rem;left:57.062178611756rem;height:2.59895625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AyVBby6O0p0gUwwUCwnxTOItVsTprv4q { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.0625rem;height:1.625rem;text-decoration:none;z-index:15031;text-align:left;text-align-last:left;top:39.942596435547rem;left:8.5367841720581rem;display:block; }
#rJ4aGD5nwyf8NMVopgBxh26z1LGiIkZd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mbEoqGalUXOu13Kr3iDFoveinpTWAGnX { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.0625rem;height:1.625rem;text-decoration:none;z-index:15032;text-align:left;text-align-last:left;top:39.942047119141rem;left:24.849177360534rem;display:block; }
#TP00sMI2mQJPFoFbQAU3ZWMBy3QZXNJk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SfE9R9OUIy5EuobNxPCzEX96OOwS1dm4 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.0625rem;height:1.625rem;text-decoration:none;z-index:15033;text-align:left;text-align-last:left;top:39.942047119141rem;left:41.036784172058rem;display:block; }
#vZPM4TU6XQkWBiRCCmRWrWUJfOZ9wc23 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TXxbE0ininbUTAdReyo7CTm9eTQMGSQo { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.0625rem;height:1.625rem;text-decoration:none;z-index:15034;text-align:left;text-align-last:left;top:39.942047119141rem;left:57.099608421326rem;display:block; }
#y79w6dqmxhVHC2zdoA5SqJpVgf45icWk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V3fuXpKQOWMGxKsT2FsS4BmbE0wITQOI { position:relative;display:block; }#V3fuXpKQOWMGxKsT2FsS4BmbE0wITQOI { background-color: transparent; background-image: none; }#V3fuXpKQOWMGxKsT2FsS4BmbE0wITQOI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V3fuXpKQOWMGxKsT2FsS4BmbE0wITQOI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V3fuXpKQOWMGxKsT2FsS4BmbE0wITQOI > .row .container > .video-iframe-container { display: none; }#V3fuXpKQOWMGxKsT2FsS4BmbE0wITQOI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V3fuXpKQOWMGxKsT2FsS4BmbE0wITQOI > .row > .video-iframe-container { display: none; }#V3fuXpKQOWMGxKsT2FsS4BmbE0wITQOI > .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); }#V3fuXpKQOWMGxKsT2FsS4BmbE0wITQOI { border-width: 0; border-radius: 0; }#V3fuXpKQOWMGxKsT2FsS4BmbE0wITQOI > .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; }#V3fuXpKQOWMGxKsT2FsS4BmbE0wITQOI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:16.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; }#sFAhpdz89iio2aRDR78TIOUdNcOzbps9 { box-sizing:content-box;height:9.875rem;width:67.4375rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:3.1863098144531rem;left:3.7798395156861rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#ZKrU7ToZUrVEWWsV2gr9zSbkP9IBSNiF { color:#ffffff;display:block;width:42.561875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:5.4687447547912rem;left:13.404948234558rem;height:1.950075rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DA7ABDMncGaNcDOEQ7nPHLWUIXSNP4IJ { 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:4.562175rem;width:4.562175rem;top:5.7812504768372rem;left:6.3411455154419rem;overflow:hidden;display:block; }
#MPkfTHiH8y5K3EeoSKE36Z72vEVIiXMZ { color:#ffffff;display:block;width:56.7496875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:8.1446404457094rem;left:13.404948234558rem;height:2.5989625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AL6NiXTU9L4QTSCOuqnaZw2fw8OTcPTa { 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:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:figtree;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.184875rem;height:2.687175rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:6.7187447547912rem;left:49.654406547546rem;display:block; }
#AttSbEdZET4PDkAdhh0Ryzl7bEDkpMMF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dZCRS7OitxhC1gBrwzmexZVfBEGgy78i { position:relative;display:block; }#dZCRS7OitxhC1gBrwzmexZVfBEGgy78i { background-color: transparent; background-image: none; }#dZCRS7OitxhC1gBrwzmexZVfBEGgy78i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dZCRS7OitxhC1gBrwzmexZVfBEGgy78i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dZCRS7OitxhC1gBrwzmexZVfBEGgy78i > .row .container > .video-iframe-container { display: none; }#dZCRS7OitxhC1gBrwzmexZVfBEGgy78i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dZCRS7OitxhC1gBrwzmexZVfBEGgy78i > .row > .video-iframe-container { display: none; }#dZCRS7OitxhC1gBrwzmexZVfBEGgy78i > .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); }#dZCRS7OitxhC1gBrwzmexZVfBEGgy78i { border-width: 0; border-radius: 0; }#dZCRS7OitxhC1gBrwzmexZVfBEGgy78i > .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; }#dZCRS7OitxhC1gBrwzmexZVfBEGgy78i > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:15.9375rem;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; }#Rd2TpDXzgZSqMpDDKqsVTuDTBXqvqOs1 { color:rgba(var(--color-tertiary-2),1);display:block;width:49rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.6875rem;left:13rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D75OC1ogKfCObi10uaRUrtT6oVv3C5aZ { color:rgba(var(--color-tertiary-2),1);display:block;width:48.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:5.75rem;left:13.1875rem;height:2.59895625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qoT2g6b2p01URsICTaoyP4irE0WBQfS3 { background-color:#ffffff;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-secondary-4),1);border-left:0.0625rem solid rgba(var(--color-secondary-4),1);border-right:0.0625rem solid rgba(var(--color-secondary-4),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-4),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6805555rem;height:2.36762425rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:10.5625rem;left:23.9375rem;display:block; }
#Oev4p144ZNevCbAsUZBgumGG9JxlH4Ay { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#guTxSHRZcGKsoHc8tVgmcrT2W69aIo9L { background-color:#ffffff;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-secondary-4),1);border-left:0.0625rem solid rgba(var(--color-secondary-4),1);border-right:0.0625rem solid rgba(var(--color-secondary-4),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-4),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.470618rem;height:2.158743rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:10.625rem;left:33.375rem;display:block; }
#wAIp6UxvB2W2VgLNhRqT4KNggnrTWQod { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FMqnkBkI9IyKLvCCNQdPzIuFzkpr0gGT { background-color:#ffffff;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-secondary-4),1);border-left:0.0625rem solid rgba(var(--color-secondary-4),1);border-right:0.0625rem solid rgba(var(--color-secondary-4),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-4),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.3923125rem;height:2.080075rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:10.6875rem;left:42.6875rem;display:block; }
#CstcwinxhiFin7E8purwHSoJtfyZ5LoM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K4X4RPALQ5uTP962ITKUs0RQLUb056QM { position:relative;display:block; }#K4X4RPALQ5uTP962ITKUs0RQLUb056QM { background-color: transparent; background-image: none; }#K4X4RPALQ5uTP962ITKUs0RQLUb056QM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K4X4RPALQ5uTP962ITKUs0RQLUb056QM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K4X4RPALQ5uTP962ITKUs0RQLUb056QM > .row .container > .video-iframe-container { display: none; }#K4X4RPALQ5uTP962ITKUs0RQLUb056QM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K4X4RPALQ5uTP962ITKUs0RQLUb056QM > .row > .video-iframe-container { display: none; }#K4X4RPALQ5uTP962ITKUs0RQLUb056QM > .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); }#K4X4RPALQ5uTP962ITKUs0RQLUb056QM { border-width: 0; border-radius: 0; }#K4X4RPALQ5uTP962ITKUs0RQLUb056QM > .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; }#K4X4RPALQ5uTP962ITKUs0RQLUb056QM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.8125rem;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; }#un6qPHpKHMEZZt50x8viEbW4h9F9F9Ne { position:absolute;display:block;z-index:15034;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:2.25rem;width:3.9375rem;top:2.7026824951172rem;left:4.7212457656861rem;overflow:hidden;display:block; }
#VwEHREv3rslED0DNdpiO9eeyxhEOn1UN { color:rgba(var(--color-tertiary-2),1);display:block;width:16.8120625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:2.4967422485351rem;left:8.9366312026975rem;height:2.6001rem;font-style:normal;display:block; }
#BdKlTJUO7PTB9M61Rl8oP4sm6snMUlTF { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:10.75rem;width:15.25rem;top:7.186279296875rem;left:4.970703125rem;overflow:hidden;display:block; }
#M2HJSVUeLAg9Cc3odfgl7yNcbOivnTrP { color:rgba(var(--color-tertiary-2),1);display:block;width:9.8123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:19.25rem;left:4.75rem;height:1.29948125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pfx3RoIq4PTD7f5pRB7KOEcD8auhhZ5i { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.0621875rem;height:1.62489375rem;text-decoration:none;z-index:15040;text-align:left;text-align-last:left;top:20.375rem;left:4.75rem;display:block; }
#mqQg6RxFSmgzvRANpZ6gDAtBK2Rz63O7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lno5dcdduiWny9I4ATwdh3TMq4256tKS { position:relative;display:block; }#lno5dcdduiWny9I4ATwdh3TMq4256tKS { background-color: transparent; background-image: none; }#lno5dcdduiWny9I4ATwdh3TMq4256tKS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lno5dcdduiWny9I4ATwdh3TMq4256tKS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lno5dcdduiWny9I4ATwdh3TMq4256tKS > .row .container > .video-iframe-container { display: none; }#lno5dcdduiWny9I4ATwdh3TMq4256tKS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lno5dcdduiWny9I4ATwdh3TMq4256tKS > .row > .video-iframe-container { display: none; }#lno5dcdduiWny9I4ATwdh3TMq4256tKS > .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); }#lno5dcdduiWny9I4ATwdh3TMq4256tKS { border-width: 0; border-radius: 0; }#lno5dcdduiWny9I4ATwdh3TMq4256tKS > .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; }#lno5dcdduiWny9I4ATwdh3TMq4256tKS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:29rem;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; }#TUUrQBdQ9H9XzHV75VOd0hdcfGNVPwqU { position:absolute;display:block;z-index:15034;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:2.8125rem;width:2.8125rem;top:2.2032356262207rem;left:4.9712457656861rem;overflow:hidden;display:block; }
#np7RzAadDLQTqDvTlxsFh4Lyhh5621TQ { color:rgba(var(--color-tertiary-2),1);display:block;width:16.8120625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:2.4967460632324rem;left:8.9366312026975rem;height:2.6001rem;font-style:normal;display:block; }
#nFNXSAAdmKsyBpueLx9Q7GZ34rPTbE6I { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:14.75rem;width:10.375rem;top:7.1864166259762rem;left:4.9712457656861rem;overflow:hidden;display:block; }
#Tt86VNuKGJuCQXfby0pVvpzWWSAiEDvD { color:rgba(var(--color-tertiary-2),1);display:block;width:9.8123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:23.529735565186rem;left:4.9712457656861rem;height:1.2999125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fRZCSO4FD0lC35se4UQTiysglWibmo9U { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.0621875rem;height:1.62489375rem;text-decoration:none;z-index:15040;text-align:left;text-align-last:left;top:24.640518188476rem;left:4.9712457656861rem;display:block; }
#gLNdfp2dZML4JTp2bgxffTDJbfNKm7Na { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X1FBIkV4k0gDde4CXkCmUD5v6exPNrv1 { color:rgba(var(--color-tertiary-2),1);display:block;width:9.8123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:23.5rem;left:17.0625rem;height:1.2999125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#utSn94h4Fpa4SdDSQwqgdorQ0sbw0G66 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.0621875rem;height:1.62489375rem;text-decoration:none;z-index:15043;text-align:left;text-align-last:left;top:24.625rem;left:17.0625rem;display:block; }
#BiNdHmdZycGtTGko935UPHplrRDlOPGX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M1Gmt9f791WnWTblWnV2O17lGJidhQaJ { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:14.5625rem;width:10.25rem;top:7.1875rem;left:17.0625rem;overflow:hidden;display:block; }
#i2Ak7vmorUfAp1wxyWqwUBP4SDHysE81 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.0621875rem;height:1.62489375rem;text-decoration:none;z-index:15049;text-align:left;text-align-last:left;top:24.625rem;left:41.25rem;display:block; }
#O0vHIb8ul83TlszPM0KKkBI8LLcFTv2m { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IGhh7yA1v7aF3PaC2uSNA1Soidr0oxGV { color:rgba(var(--color-tertiary-2),1);display:block;width:9.8123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:23.5rem;left:41.25rem;height:1.29948125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qNAtqtrnS7rzt9ltoVZP57d8draLXVkc { color:rgba(var(--color-tertiary-2),1);display:block;width:9.8123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:23.5rem;left:29.1875rem;height:1.2999125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hqrFEBCOU4dxkiUPiNsaBS89TzsWtnZ9 { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:14.5625rem;width:10.25rem;top:7.1875rem;left:29.1875rem;overflow:hidden;display:block; }
#dgRRZbRBLCwLqRJKgWAJZXofewx3bmMA { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.0621875rem;height:1.62489375rem;text-decoration:none;z-index:15046;text-align:left;text-align-last:left;top:24.625rem;left:29.1875rem;display:block; }
#J0xKg1O76QqZIkLk3HNDzJT54fMhfNMn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kEIhsCDrSybLivGqveoKGgGUk1i6mxOK { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:14.5rem;width:10.25rem;top:7.1875rem;left:41.25rem;overflow:hidden;display:block; }
#SaAmTPOFIRz5Flhos1KKVZabqb0ZLmIb { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.0621875rem;height:1.62489375rem;text-decoration:none;z-index:15052;text-align:left;text-align-last:left;top:24.625rem;left:53.5rem;display:block; }
#Qx1QXCVU4zbobObyiEVghs4zvfpf0xO0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gPonVssnTVDF1tJVPuXpbTWP2TPZLaNC { color:rgba(var(--color-tertiary-2),1);display:block;width:9.8123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:23.5rem;left:53.5rem;height:1.29948125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TtM5fu3I6FydKwOGKf3kCLGbcCTRrPAO { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:14.4375rem;width:10.1875rem;top:7.1875rem;left:53.5rem;overflow:hidden;display:block; }
#uv8XRnWwnTy3fTKztoBmGRyhDVBpaH9J { position:relative;display:none; }#uv8XRnWwnTy3fTKztoBmGRyhDVBpaH9J { border-width: 0; border-radius: 0; }#uv8XRnWwnTy3fTKztoBmGRyhDVBpaH9J > .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; }#uv8XRnWwnTy3fTKztoBmGRyhDVBpaH9J > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:27.8125rem;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:none; }#Lip69PTLPh3omARzdzEHNgqLJ6OigBQ5 { position:absolute;display:block;z-index:15034;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:2.9375rem;width:3.8125rem;top:2.203239440918rem;left:4.9712457656861rem;overflow:hidden;display:block; }
#Ez8oy90RqRmpPvQU26wvcfyEmSU0mb9U { color:rgba(var(--color-tertiary-2),1);display:block;width:16.8120625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:2.4967460632324rem;left:8.9366312026975rem;height:2.6001rem;font-style:normal;display:block; }
#ZJ4q8G4baPKiC5BCXt4rrtX49gELwmgz { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:14.8125rem;width:10.4375rem;top:7.1864166259762rem;left:4.9712457656861rem;overflow:hidden;display:block; }
#nEGp9uRWIEuaDR1B8Qo98eHusOVwAuao { color:rgba(var(--color-tertiary-2),1);display:block;width:9.8123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:23.529731750488rem;left:4.9712457656861rem;height:1.2999125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OsM64kMdcUTiJ3Z4DJ3tHrF9zJd3qucp { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.0621875rem;height:1.62489375rem;text-decoration:none;z-index:15040;text-align:left;text-align-last:left;top:24.640518188476rem;left:4.9712457656861rem;display:block; }
#eO0iGSfS6erQg1E255msmJu8O3PU45Hd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#I9F35elLhTDtLUt6f9I9gcCxNhxrrMK9 { position:relative;display:block; }#I9F35elLhTDtLUt6f9I9gcCxNhxrrMK9 { background-color: transparent; background-image: none; }#I9F35elLhTDtLUt6f9I9gcCxNhxrrMK9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I9F35elLhTDtLUt6f9I9gcCxNhxrrMK9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I9F35elLhTDtLUt6f9I9gcCxNhxrrMK9 > .row .container > .video-iframe-container { display: none; }#I9F35elLhTDtLUt6f9I9gcCxNhxrrMK9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I9F35elLhTDtLUt6f9I9gcCxNhxrrMK9 > .row > .video-iframe-container { display: none; }#I9F35elLhTDtLUt6f9I9gcCxNhxrrMK9 > .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); }#I9F35elLhTDtLUt6f9I9gcCxNhxrrMK9 { border-width: 0; border-radius: 0; }#I9F35elLhTDtLUt6f9I9gcCxNhxrrMK9 > .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; }#I9F35elLhTDtLUt6f9I9gcCxNhxrrMK9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:29rem;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; }#MsCNABzs8XL0Xop1Rm1RXHObsl7HryT5 { position:absolute;display:block;z-index:15034;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:2.8125rem;width:2.5625rem;top:2.2032356262207rem;left:4.9712457656861rem;overflow:hidden;display:block; }
#qNNqb4FeIiRnHrxEWG97z39pXG5vmOfw { color:rgba(var(--color-tertiary-2),1);display:block;width:16.8120625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:2.4967460632324rem;left:8.9366312026975rem;height:2.6001rem;font-style:normal;display:block; }
#QCl8nXUSvVUrqpoJDLUd9EWK764aoB3R { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:14.5625rem;width:10.3125rem;top:7.3125rem;left:17.625rem;overflow:hidden;display:block; }
#rG7r7OFFUkymywJSLR3UDdI3gwXwlMlA { color:rgba(var(--color-tertiary-2),1);display:block;width:9.8123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:23.6875rem;left:17.625rem;height:1.29948125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KSqLG1WVCVQeee54za2cFiV4bUo0uWLV { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.0621875rem;height:1.62489375rem;text-decoration:none;z-index:15040;text-align:left;text-align-last:left;top:24.75rem;left:17.625rem;display:block; }
#uFdFqbBN97pfOStpcKMf5aeUxdAauTGv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M9RLSdq0LSkE48dJ3TUCTbONhdHXpkTq { color:rgba(var(--color-tertiary-2),1);display:block;width:9.8123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:23.625rem;left:5rem;height:1.29948125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xBhD2p5Of83IDqNcIWfi7OIeFW37OZNo { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.0621875rem;height:1.62489375rem;text-decoration:none;z-index:15043;text-align:left;text-align-last:left;top:24.75rem;left:5rem;display:block; }
#Z0AECZHqiGdllXTUx7WMFAIa994Sv3HR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xm56KmpKAaMe8za3HzDMaBs4yN9T1VVC { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:14.5rem;width:10.25rem;top:7.3125rem;left:5rem;overflow:hidden;display:block; }
#sMRDfo2PezQIzTnF2cyTtDAd3XBXG5gS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(180deg, #ffffff, rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(180deg, #ffffff, rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(180deg, #ffffff, rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(180deg, #ffffff, rgba(var(--color-secondary-0),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#sMRDfo2PezQIzTnF2cyTtDAd3XBXG5gS > .row .container { border-width: 0; border-radius: 0; }#sMRDfo2PezQIzTnF2cyTtDAd3XBXG5gS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sMRDfo2PezQIzTnF2cyTtDAd3XBXG5gS > .row .container { font-size:0.875rem;font-family:arial;height:73.25rem;width:75rem;position:relative;display:none; }#mGqyHz8d2UR4fsXfNs8opBrA2Lc6c1fO { box-sizing:content-box;height:39.5625rem;width:29.6875rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:3.9375rem;left:6.25rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;box-shadow: none;display:block; }
#hNs25dnmZMzGuEKfwT0xqg9xn7i2XwzQ { color:rgba(var(--color-primary-2),1);display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:22.75rem;left:9.375rem;height:1.2999125rem;font-style:normal;display:block; }
#PWCCDOluF6O9Rc4RHMpTeyhsRXLQaIbI { color:rgba(var(--color-tertiary-2),1);display:block;width:23.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:25.4375rem;left:9.375rem;height:5.1985625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#n38ufBXdquP5s6NBlhuFLXzpwsd2pfoE { color:rgba(var(--color-tertiary-2),0.75);display:block;width:25.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:31.3125rem;left:9.15625rem;height:4.5486125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#agVKGauaIlFaJu0MIQBElvZayH26uUNl { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:13.5625rem;width:23.3125rem;top:6.65625rem;left:9.25rem;overflow:hidden;display:block; }
#ZgWiSBL2OeNxThebBG6rwbRTFNWpwEgJ { box-sizing:content-box;height:22.25rem;width:61.5625rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;top:45.9375rem;left:6.75rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;box-shadow: none;display:block; }
#vB3QKrb7gg0XfT2BAyb422P9gJpUkG04 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:17.125rem;width:26.875rem;top:48.5rem;left:9.5rem;overflow:hidden;display:block; }
#G6xMcqALoTckeZR0yo9QwxMsSN5N0AP2 { color:rgba(var(--color-tertiary-2),0.75);display:block;width:26.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:56.125rem;left:40.9375rem;height:4.5486125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#g9tU75Tyu4p3hH6ZRno6fBAMUbUPRWpI { color:rgba(var(--color-tertiary-2),1);display:block;width:25.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:49.9375rem;left:40.75rem;height:5.1985625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xBaJeHKypvw6JT0TiHAPU9JGSWqyeqpV { color:rgba(var(--color-primary-2),1);display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:47.875rem;left:40.6875rem;height:1.2999125rem;font-style:normal;display:block; }
#N05r8xJGK106BKf5IaMidy8XKmBO4aQt { box-sizing:content-box;height:39.5625rem;width:29.625rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;top:3.9375rem;left:38.75rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;box-shadow: none;display:block; }
#Ttuk2vUOzIDMeVcWtHOPZTZRq1MKho6s { color:rgba(var(--color-tertiary-2),0.75);display:block;width:25.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:31.3125rem;left:42.125rem;height:4.5486125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KyP3Ghm6CyaPNpEowwkfql97RNfrH69R { color:rgba(var(--color-tertiary-2),1);display:block;width:23.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:25.4375rem;left:42.3125rem;height:5.19856875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mRsKgPXMeRgphbSuIpoCpdiZavRKlfbU { color:rgba(var(--color-primary-2),1);display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:22.75rem;left:42.3125rem;height:1.2999125rem;font-style:normal;display:block; }
#c9tdqL4XVekHTWc12OsTi7f7FvnvVJLs { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:13.6875rem;width:23.5rem;top:6.59375rem;left:41.5625rem;overflow:hidden;display:block; }
#JDdUKdV38cSBPHalOOuXoqMgfo4eW9qt { background-color:rgba(var(--color-primary-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:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:figtree;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:2.6875rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:38.18701171875rem;left:9.375rem;display:block; }
#r9xnAJCPHv9KNTkZV243JAtJLrVdLERC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Lb1bMtrBfk31IzEm75CXupWfnZ6sDEvH { background-color:rgba(var(--color-primary-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:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:figtree;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5rem;height:2.6875rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:38.18701171875rem;left:42.1552734375rem;display:block; }
#TxDN5wR0a1yokvcZ9ZlTacvMOqVhtlPX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l2L2E3x7UgElOJKfTWAdT7utt7kX9yTX { background-color:rgba(var(--color-primary-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:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:figtree;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:2.68725625rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:62.983154296875rem;left:40.937255859375rem;display:block; }
#kbuKIULV1T9ffTcWgT3mp8UhN05L9TNS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lcOmi5Iz8ORHkxuX4VlNmLefWTB6n3yb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#lcOmi5Iz8ORHkxuX4VlNmLefWTB6n3yb > .row .container { background-color: transparent; background-image: none; }#lcOmi5Iz8ORHkxuX4VlNmLefWTB6n3yb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lcOmi5Iz8ORHkxuX4VlNmLefWTB6n3yb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lcOmi5Iz8ORHkxuX4VlNmLefWTB6n3yb > .row .container > .video-iframe-container { display: none; }#lcOmi5Iz8ORHkxuX4VlNmLefWTB6n3yb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lcOmi5Iz8ORHkxuX4VlNmLefWTB6n3yb > .row > .video-iframe-container { display: none; }#lcOmi5Iz8ORHkxuX4VlNmLefWTB6n3yb > .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); }#lcOmi5Iz8ORHkxuX4VlNmLefWTB6n3yb > .row .container { border-width: 0; border-radius: 0; }#lcOmi5Iz8ORHkxuX4VlNmLefWTB6n3yb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lcOmi5Iz8ORHkxuX4VlNmLefWTB6n3yb > .row .container { font-size:0.875rem;font-family:arial;height:9rem;width:75rem;position:relative;display:block; }#F0d20ef98fb3dbdf2cd2775ac87e63b8 { color:#ffffff;display:block;width:8.9995625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:3.8492851257324rem;left:32.999674797058rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #p8OZTXUnVEIAfaTmuHCzc1isWmgNAMDs { display:none; }#p8OZTXUnVEIAfaTmuHCzc1isWmgNAMDs > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rb22921331941874fee41b99d42bd521 { display:none; }
 }@media only screen and (max-width: 763px) { #Wec81a89d7da886e2c0097742766e42d { top:3.5rem;left:0rem;width:6.125rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #heddcffa42c5accb3cfd6c4528ef614f { top:5.9375rem;left:0rem;width:20rem;height:7.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #UyNVMPpVgtdTMkppJFecuqluyAnUisUa { display:none; }#UyNVMPpVgtdTMkppJFecuqluyAnUisUa > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rxNcqSDpBTTbTxqDGLyfMd0mnvHucBBW { top:1.125rem;left:0rem;width:20rem;height:10.375rem;font-size:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #TPe1xLJtkGcsiEmdT0gRPk505ktT5nzD { top:24.8125rem;left:0rem;width:39.1875rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #lxedQtxBHk4OTWRD9kHHbeLRA5cdGBps { top:30.1875rem;left:0rem;width:13.875rem;height:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #h2k3h5vC1CusBey7OfdZqKcbRNyznV4q { top:31.0625rem;left:0rem;width:11rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hs5eubfx65WOsUfWbn2MI6B9w16fMEk0 { top:31rem;left:2.8115234375rem;width:1.4375rem;height:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wK1fxPNrELshxQ3MoTrVhcACJFJEDJAL { top:2.6875rem;left:0rem;width:47.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdAceU3S6bRLB7AfHoR2JMMqGaOPW89F { top:3.4375rem;left:0rem;width:6.3125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWzKHEfmSduR8hrdzgvmHNbnNEvWxoiA { top:4rem;left:1.375rem;width:10.8125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSgbdTfz5U8QwZWmQdIyGrRR8w1t79Gg { top:4rem;left:20.4375rem;width:7.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIW2NEXUCNA4Pexp5JINcZMaREbnJJvn { top:4rem;left:14.1875rem;width:6.5625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCuARbRgDHBcrqsDUBzvava4ElhlTRG3 { top:4rem;left:30.0625rem;width:7.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vukC0AHyQN67S94uvWdbrNnXZ9uJ9Q2e { top:10.5rem;left:0rem;width:25.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xW7s0JhTa7zQQa3ETWxvuOJOAZiUkH0F { top:13rem;left:0rem;width:29.6875rem;height:9.6875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbS9e0OvOELt1ddnPSQK9dQ21DDQOgV9 { top:24.875rem;left:0rem;width:39.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8NMfWTHpoSlUfFJgRhNzz6eIR79dlPV { top:0rem;left:12.3125rem;width:32.125rem;height:43.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lObVWwlkrU877rTlXlTAvFETTQs9fi3s { top:16.6875rem;left:0rem;width:11.75rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9qPaPtu7wxMCKzlyycsS05fB0Z3BSBg { top:16.625rem;left:5.998779296875rem;width:14.75rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgD6ERTtfurZ21zNp043uWnScTrK60R5 { top:20rem;left:0rem;width:17.5rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMogH50VFcLCTUPiWtOpvu2HhZytr4TZ { width:16.25rem;height:2.625rem;top:3.1875rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnVSIHNBwipBuyF9s1FPMK8OEKiLl8NJ { display:block; }
 }@media only screen and (max-width: 763px) { #y4SxVZ8sgtZPdqmDpIyMfl8fDpgy9VXq { width:11.3125rem;height:2.6875rem;top:29.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADw3i5aAszoSoZcps47bleLm0zonELb8 { display:block; }
 }@media only screen and (max-width: 763px) { #IkUfmsLMuT60VkNiBgz2FUQCrpAxF376 { display:block; }#IkUfmsLMuT60VkNiBgz2FUQCrpAxF376 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ggWdOtz7f4kNK6ATxT3eqpn9O9APCDIg { top:3.4375rem;left:0rem;width:6.3125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NF89PvrgyHgdzHO9snfiv0Ln5o812Imv { top:10.5rem;left:0rem;width:25.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7F1ONPHIDPC8FmAQJAOzNWONJI6J6pB { top:13.25rem;left:0rem;width:29.6875rem;height:9.6875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhlz7nC5JN6G7mQPJsEn5SAqtzF3KKfI { top:24.8125rem;left:0rem;width:28.625rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6OkiUeKhgl39cd21ULXuZTQUbxAsRHN { top:0rem;left:12.3125rem;width:32.0625rem;height:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUWN4eGWDTv3hVwOEipH78uvCfxKDZmr { top:20.1875rem;left:0rem;width:11.6875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKTfFKieJw9mCoytLg7qgZGSs7pOLpdD { top:13.5rem;left:4.4710283279419rem;width:13.4375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnssBtDCygwOZ55HpAkblWDD0UHANcQV { display:block; }#KnssBtDCygwOZ55HpAkblWDD0UHANcQV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UOB8wT6xblK7xEAR6a0mViNUFytS0y5S { top:2.5625rem;left:5.4060335159302rem;width:36.875rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouvnfv0Cf3sJTuXq4f8ez9Og9I5Z99T9 { top:6.625rem;left:2.0933160781861rem;width:43.5rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUoeHR1nGxNC3VdZcf8WUlL8TueRpLEN { top:12.875rem;left:35.6875rem;width:12rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUP6p4Cl4ePQFCdySmuQsT00iatRrDPn { top:12.875rem;left:0rem;width:12.0625rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtOvEAC1bgyqaTzZzoWDsy7NcJIPP4qJ { top:12.875rem;left:11.224177360534rem;width:12.125rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9iPtqxalPWFes3D8hCFeIF0IbDOpi0N { top:12.875rem;left:27.411784172058rem;width:11.875rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MziCPBoPUtGnh6AJs5PoJu3gScbqycvQ { top:11.5rem;left:0rem;width:15.1875rem;height:30.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciBciBDwfSQfCx1ZzOCb8hgNWI9sV75O { top:31.125rem;left:0rem;width:12.625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kc7c8MTLVAOfkuitC37EcLHu0uS1WF2s { top:34.5625rem;left:0rem;width:12.0625rem;height:4.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #STwoLIhCKwR0AzsPvUETb75C79N1f7uD { top:31.125rem;left:11.224177360534rem;width:12.25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfP5nmkOKy8tTNAUaT4muuhcPmuG5Cuv { top:34.6875rem;left:11.255644798279rem;width:12.5rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7wBPNKzddhVVA0lcNRkZwalVMGztSVw { top:34.6875rem;left:27.374892234802rem;width:12.1875rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ab8g8XLRgtCdNIyLbfcFDOHnEUBwW6bc { top:31.125rem;left:27.311957359314rem;width:12.25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsCs6yICdZBaytTRL3AZyhbaBe5SpTeO { top:34.6875rem;left:35.5625rem;width:11.25rem;height:4.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCdTv7ZlZnr1nTy9TVNvQF1MQxgN4lgV { top:31.125rem;left:35.5rem;width:12.25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyVBby6O0p0gUwwUCwnxTOItVsTprv4q { width:7.0625rem;height:1.625rem;top:39.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJ4aGD5nwyf8NMVopgBxh26z1LGiIkZd { display:block; }
 }@media only screen and (max-width: 763px) { #mbEoqGalUXOu13Kr3iDFoveinpTWAGnX { width:7.0625rem;height:1.625rem;top:39.9375rem;left:11.224177360534rem;display:block; }
 }@media only screen and (max-width: 763px) { #TP00sMI2mQJPFoFbQAU3ZWMBy3QZXNJk { display:block; }
 }@media only screen and (max-width: 763px) { #SfE9R9OUIy5EuobNxPCzEX96OOwS1dm4 { width:7.0625rem;height:1.625rem;top:39.9375rem;left:27.411784172058rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZPM4TU6XQkWBiRCCmRWrWUJfOZ9wc23 { display:block; }
 }@media only screen and (max-width: 763px) { #TXxbE0ininbUTAdReyo7CTm9eTQMGSQo { width:7.0625rem;height:1.625rem;top:39.9375rem;left:40.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y79w6dqmxhVHC2zdoA5SqJpVgf45icWk { display:block; }
 }@media only screen and (max-width: 763px) { #V3fuXpKQOWMGxKsT2FsS4BmbE0wITQOI { display:block; }#V3fuXpKQOWMGxKsT2FsS4BmbE0wITQOI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sFAhpdz89iio2aRDR78TIOUdNcOzbps9 { top:3.125rem;left:0rem;width:47.75rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKrU7ToZUrVEWWsV2gr9zSbkP9IBSNiF { top:5.4375rem;left:0rem;width:42.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DA7ABDMncGaNcDOEQ7nPHLWUIXSNP4IJ { top:5.75rem;left:0rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPkfTHiH8y5K3EeoSKE36Z72vEVIiXMZ { top:8.125rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AL6NiXTU9L4QTSCOuqnaZw2fw8OTcPTa { width:16.125rem;height:2.625rem;top:6.6875rem;left:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AttSbEdZET4PDkAdhh0Ryzl7bEDkpMMF { display:block; }
 }@media only screen and (max-width: 763px) { #dZCRS7OitxhC1gBrwzmexZVfBEGgy78i { display:block; }#dZCRS7OitxhC1gBrwzmexZVfBEGgy78i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rd2TpDXzgZSqMpDDKqsVTuDTBXqvqOs1 { top:1.625rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D75OC1ogKfCObi10uaRUrtT6oVv3C5aZ { top:5.6875rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoT2g6b2p01URsICTaoyP4irE0WBQfS3 { width:8.5625rem;height:2.25rem;top:10.5625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oev4p144ZNevCbAsUZBgumGG9JxlH4Ay { display:block; }
 }@media only screen and (max-width: 763px) { #guTxSHRZcGKsoHc8tVgmcrT2W69aIo9L { width:8.375rem;height:2.0625rem;top:10.625rem;left:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAIp6UxvB2W2VgLNhRqT4KNggnrTWQod { display:block; }
 }@media only screen and (max-width: 763px) { #FMqnkBkI9IyKLvCCNQdPzIuFzkpr0gGT { width:8.375rem;height:2.0625rem;top:10.6875rem;left:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CstcwinxhiFin7E8purwHSoJtfyZ5LoM { display:block; }
 }@media only screen and (max-width: 763px) { #K4X4RPALQ5uTP962ITKUs0RQLUb056QM { display:block; }#K4X4RPALQ5uTP962ITKUs0RQLUb056QM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #un6qPHpKHMEZZt50x8viEbW4h9F9F9Ne { top:2.6875rem;left:0rem;width:3.9375rem;height:2.2500794708452rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwEHREv3rslED0DNdpiO9eeyxhEOn1UN { top:2.4375rem;left:0rem;width:16.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdKlTJUO7PTB9M61Rl8oP4sm6snMUlTF { top:7.125rem;left:0rem;width:15.25rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2HJSVUeLAg9Cc3odfgl7yNcbOivnTrP { top:19.1875rem;left:0rem;width:9.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfx3RoIq4PTD7f5pRB7KOEcD8auhhZ5i { width:7rem;height:1.5625rem;top:20.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqQg6RxFSmgzvRANpZ6gDAtBK2Rz63O7 { display:block; }
 }@media only screen and (max-width: 763px) { #lno5dcdduiWny9I4ATwdh3TMq4256tKS { display:block; }#lno5dcdduiWny9I4ATwdh3TMq4256tKS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TUUrQBdQ9H9XzHV75VOd0hdcfGNVPwqU { top:2.1875rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #np7RzAadDLQTqDvTlxsFh4Lyhh5621TQ { top:2.4375rem;left:0rem;width:16.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFNXSAAdmKsyBpueLx9Q7GZ34rPTbE6I { top:7.125rem;left:0rem;width:10.375rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tt86VNuKGJuCQXfby0pVvpzWWSAiEDvD { top:23.5rem;left:0rem;width:9.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRZCSO4FD0lC35se4UQTiysglWibmo9U { width:7rem;height:1.5625rem;top:24.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLNdfp2dZML4JTp2bgxffTDJbfNKm7Na { display:block; }
 }@media only screen and (max-width: 763px) { #X1FBIkV4k0gDde4CXkCmUD5v6exPNrv1 { top:23.5rem;left:3.4375rem;width:9.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #utSn94h4Fpa4SdDSQwqgdorQ0sbw0G66 { width:7rem;height:1.5625rem;top:24.625rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiNdHmdZycGtTGko935UPHplrRDlOPGX { display:block; }
 }@media only screen and (max-width: 763px) { #M1Gmt9f791WnWTblWnV2O17lGJidhQaJ { top:7.1875rem;left:3.4375rem;width:10.25rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2Ak7vmorUfAp1wxyWqwUBP4SDHysE81 { width:7rem;height:1.5625rem;top:24.625rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0vHIb8ul83TlszPM0KKkBI8LLcFTv2m { display:block; }
 }@media only screen and (max-width: 763px) { #IGhh7yA1v7aF3PaC2uSNA1Soidr0oxGV { top:23.5rem;left:27.625rem;width:9.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNAtqtrnS7rzt9ltoVZP57d8draLXVkc { top:23.5rem;left:15.5625rem;width:9.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqrFEBCOU4dxkiUPiNsaBS89TzsWtnZ9 { top:7.1875rem;left:15.5625rem;width:10.25rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgRRZbRBLCwLqRJKgWAJZXofewx3bmMA { width:7rem;height:1.5625rem;top:24.625rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0xKg1O76QqZIkLk3HNDzJT54fMhfNMn { display:block; }
 }@media only screen and (max-width: 763px) { #kEIhsCDrSybLivGqveoKGgGUk1i6mxOK { top:7.1875rem;left:27.625rem;width:10.25rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaAmTPOFIRz5Flhos1KKVZabqb0ZLmIb { width:7rem;height:1.5625rem;top:24.625rem;left:39.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qx1QXCVU4zbobObyiEVghs4zvfpf0xO0 { display:block; }
 }@media only screen and (max-width: 763px) { #gPonVssnTVDF1tJVPuXpbTWP2TPZLaNC { top:23.5rem;left:38rem;width:9.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtM5fu3I6FydKwOGKf3kCLGbcCTRrPAO { top:7.1875rem;left:37.5625rem;width:10.1875rem;height:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uv8XRnWwnTy3fTKztoBmGRyhDVBpaH9J { display:block; }#uv8XRnWwnTy3fTKztoBmGRyhDVBpaH9J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lip69PTLPh3omARzdzEHNgqLJ6OigBQ5 { top:2.1875rem;left:0rem;width:3.8125rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ez8oy90RqRmpPvQU26wvcfyEmSU0mb9U { top:2.4375rem;left:0rem;width:16.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJ4q8G4baPKiC5BCXt4rrtX49gELwmgz { top:7.125rem;left:0rem;width:10.4375rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEGp9uRWIEuaDR1B8Qo98eHusOVwAuao { top:23.5rem;left:0rem;width:9.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsM64kMdcUTiJ3Z4DJ3tHrF9zJd3qucp { width:7rem;height:1.5625rem;top:24.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eO0iGSfS6erQg1E255msmJu8O3PU45Hd { display:block; }
 }@media only screen and (max-width: 763px) { #I9F35elLhTDtLUt6f9I9gcCxNhxrrMK9 { display:block; }#I9F35elLhTDtLUt6f9I9gcCxNhxrrMK9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MsCNABzs8XL0Xop1Rm1RXHObsl7HryT5 { top:2.1875rem;left:0rem;width:2.5625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNNqb4FeIiRnHrxEWG97z39pXG5vmOfw { top:2.4375rem;left:0rem;width:16.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCl8nXUSvVUrqpoJDLUd9EWK764aoB3R { top:7.3125rem;left:4rem;width:10.3125rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rG7r7OFFUkymywJSLR3UDdI3gwXwlMlA { top:23.6875rem;left:4rem;width:9.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSqLG1WVCVQeee54za2cFiV4bUo0uWLV { width:7rem;height:1.5625rem;top:24.75rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFdFqbBN97pfOStpcKMf5aeUxdAauTGv { display:block; }
 }@media only screen and (max-width: 763px) { #M9RLSdq0LSkE48dJ3TUCTbONhdHXpkTq { top:23.625rem;left:0rem;width:9.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBhD2p5Of83IDqNcIWfi7OIeFW37OZNo { width:7rem;height:1.5625rem;top:24.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0AECZHqiGdllXTUx7WMFAIa994Sv3HR { display:block; }
 }@media only screen and (max-width: 763px) { #xm56KmpKAaMe8za3HzDMaBs4yN9T1VVC { top:7.3125rem;left:0rem;width:10.25rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMRDfo2PezQIzTnF2cyTtDAd3XBXG5gS { display:block; }#sMRDfo2PezQIzTnF2cyTtDAd3XBXG5gS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mGqyHz8d2UR4fsXfNs8opBrA2Lc6c1fO { top:3.9375rem;left:0rem;width:29.6875rem;height:39.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNs25dnmZMzGuEKfwT0xqg9xn7i2XwzQ { top:22.75rem;left:0rem;width:25.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWCCDOluF6O9Rc4RHMpTeyhsRXLQaIbI { top:25.4375rem;left:0rem;width:23.6875rem;height:5.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #n38ufBXdquP5s6NBlhuFLXzpwsd2pfoE { top:31.3125rem;left:0rem;width:25.875rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #agVKGauaIlFaJu0MIQBElvZayH26uUNl { top:6.625rem;left:0rem;width:23.3125rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgWiSBL2OeNxThebBG6rwbRTFNWpwEgJ { top:45.9375rem;left:0rem;width:47.75rem;height:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vB3QKrb7gg0XfT2BAyb422P9gJpUkG04 { top:48.5rem;left:0rem;width:26.875rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6xMcqALoTckeZR0yo9QwxMsSN5N0AP2 { top:56.125rem;left:21.4375rem;width:26.3125rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9tU75Tyu4p3hH6ZRno6fBAMUbUPRWpI { top:49.9375rem;left:22.625rem;width:25.125rem;height:5.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBaJeHKypvw6JT0TiHAPU9JGSWqyeqpV { top:47.875rem;left:22.3125rem;width:25.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N05r8xJGK106BKf5IaMidy8XKmBO4aQt { top:3.9375rem;left:18.125rem;width:29.625rem;height:39.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ttuk2vUOzIDMeVcWtHOPZTZRq1MKho6s { top:31.3125rem;left:21.875rem;width:25.875rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyP3Ghm6CyaPNpEowwkfql97RNfrH69R { top:25.4375rem;left:24.0625rem;width:23.6875rem;height:5.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRsKgPXMeRgphbSuIpoCpdiZavRKlfbU { top:22.75rem;left:22.3125rem;width:25.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9tdqL4XVekHTWc12OsTi7f7FvnvVJLs { top:6.5625rem;left:24.25rem;width:23.5rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDdUKdV38cSBPHalOOuXoqMgfo4eW9qt { width:13.875rem;height:2.6875rem;top:38.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9xnAJCPHv9KNTkZV243JAtJLrVdLERC { display:block; }
 }@media only screen and (max-width: 763px) { #Lb1bMtrBfk31IzEm75CXupWfnZ6sDEvH { width:16.5rem;height:2.6875rem;top:38.125rem;left:28.5302734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxDN5wR0a1yokvcZ9ZlTacvMOqVhtlPX { display:block; }
 }@media only screen and (max-width: 763px) { #l2L2E3x7UgElOJKfTWAdT7utt7kX9yTX { width:13.875rem;height:2.625rem;top:62.9375rem;left:27.312255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbuKIULV1T9ffTcWgT3mp8UhN05L9TNS { display:block; }
 }@media only screen and (max-width: 763px) { #lcOmi5Iz8ORHkxuX4VlNmLefWTB6n3yb { display:block; }#lcOmi5Iz8ORHkxuX4VlNmLefWTB6n3yb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F0d20ef98fb3dbdf2cd2775ac87e63b8 { top:3.8125rem;left:19.374674797058rem;width:8.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-size:auto !important;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); } }@media only screen and (max-width: 763px) { #p8OZTXUnVEIAfaTmuHCzc1isWmgNAMDs { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#p8OZTXUnVEIAfaTmuHCzc1isWmgNAMDs > .row .container { border-width: 0; border-radius: 0; }#p8OZTXUnVEIAfaTmuHCzc1isWmgNAMDs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p8OZTXUnVEIAfaTmuHCzc1isWmgNAMDs > .row .container { width:20rem;height:14.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rb22921331941874fee41b99d42bd521 { display:flex;top:2.269287109375rem;left:0rem;width:2.5rem;height:2.5rem;z-index:15011; }
 }@media only screen and (max-width: 763px) { #Wec81a89d7da886e2c0097742766e42d { width:7.68675rem;height:2.6245125rem;top:2.205810546875rem;left:11.650390625rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #heddcffa42c5accb3cfd6c4528ef614f { top:5.986572265625rem;left:0rem;width:20rem;height:7.2370875rem;z-index:15012;font-weight:400;font-style:italic;color:#130101;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #UyNVMPpVgtdTMkppJFecuqluyAnUisUa { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #ffefe8);background-image: -moz-linear-gradient(180deg, #ffffff, #ffefe8);background-image: -ms-linear-gradient(180deg, #ffffff, #ffefe8);background-image: -o-linear-gradient(180deg, #ffffff, #ffefe8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffefe8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffefe8' );";background-image: linear-gradient(180deg, #ffffff, #ffefe8);background-size:auto !important;border-top:0rem solid rgba(244,62,64,0.5);border-left:0.0625rem solid rgba(244,62,64,0.5);border-right:0.0625rem solid rgba(244,62,64,0.5);border-bottom:0.0625rem solid rgba(244,62,64,0.5);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#UyNVMPpVgtdTMkppJFecuqluyAnUisUa > .row .container { border-width: 0; border-radius: 0; }#UyNVMPpVgtdTMkppJFecuqluyAnUisUa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UyNVMPpVgtdTMkppJFecuqluyAnUisUa > .row .container { width:20rem;height:25.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rxNcqSDpBTTbTxqDGLyfMd0mnvHucBBW { width:20rem;height:10.397125rem;top:1.1407470703125rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #TPe1xLJtkGcsiEmdT0gRPk505ktT5nzD { width:20rem;height:5.19748125rem;top:13.56201171875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #lxedQtxBHk4OTWRD9kHHbeLRA5cdGBps { width:13.8745rem;height:3.06213125rem;top:20.125rem;left:0rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #h2k3h5vC1CusBey7OfdZqKcbRNyznV4q { width:10.99975rem;height:1.2994375rem;top:21.005249023438rem;left:1.4361572265625rem;font-size:1rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #Hs5eubfx65WOsUfWbn2MI6B9w16fMEk0 { width:1.437375rem;height:1.437375rem;top:20.9375rem;left:11.1875rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:80rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wK1fxPNrELshxQ3MoTrVhcACJFJEDJAL { width:20rem;height:9.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdAceU3S6bRLB7AfHoR2JMMqGaOPW89F { width:6.125rem;height:2.1875rem;top:2.0625rem;left:1.6865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWzKHEfmSduR8hrdzgvmHNbnNEvWxoiA { width:17.6875rem;height:1.13745rem;top:5.962890625rem;left:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSgbdTfz5U8QwZWmQdIyGrRR8w1t79Gg { width:7.1875rem;height:1.13745rem;top:5.0625rem;left:3.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIW2NEXUCNA4Pexp5JINcZMaREbnJJvn { width:6.5625rem;height:1.13745rem;top:5.962890625rem;left:13.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCuARbRgDHBcrqsDUBzvava4ElhlTRG3 { width:2.375rem;height:2.2753875rem;top:5.0625rem;left:13.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vukC0AHyQN67S94uvWdbrNnXZ9uJ9Q2e { width:20rem;height:1.29980625rem;top:11.28173828125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xW7s0JhTa7zQQa3ETWxvuOJOAZiUkH0F { width:20rem;height:10.400375rem;top:12.51953125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zbS9e0OvOELt1ddnPSQK9dQ21DDQOgV9 { width:20rem;height:5.19775625rem;top:23.5107421875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u8NMfWTHpoSlUfFJgRhNzz6eIR79dlPV { width:18.125rem;height:24.5rem;top:34.272135414183rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lObVWwlkrU877rTlXlTAvFETTQs9fi3s { width:11.75rem;height:2.8125rem;top:60.020984375rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9qPaPtu7wxMCKzlyycsS05fB0Z3BSBg { width:14.75rem;height:2.8125rem;top:64.083484375rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgD6ERTtfurZ21zNp043uWnScTrK60R5 { width:17.5rem;height:2.8125rem;top:68.145984375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMogH50VFcLCTUPiWtOpvu2HhZytr4TZ { width:16.125rem;height:2.625rem;top:72.2080078125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnVSIHNBwipBuyF9s1FPMK8OEKiLl8NJ { display:block; }
 }@media only screen and (max-width: 763px) { #y4SxVZ8sgtZPdqmDpIyMfl8fDpgy9VXq { width:11.3125rem;height:2.6875rem;top:76.0830078125rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADw3i5aAszoSoZcps47bleLm0zonELb8 { display:block; }
 }@media only screen and (max-width: 763px) { #IkUfmsLMuT60VkNiBgz2FUQCrpAxF376 { display:block; }#IkUfmsLMuT60VkNiBgz2FUQCrpAxF376 > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ggWdOtz7f4kNK6ATxT3eqpn9O9APCDIg { width:6.125rem;height:2.1875rem;top:2.0625rem;left:1.6865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NF89PvrgyHgdzHO9snfiv0Ln5o812Imv { width:20rem;height:1.2994375rem;top:8.3436355590819rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #t7F1ONPHIDPC8FmAQJAOzNWONJI6J6pB { width:17.6875rem;height:10.400375rem;top:10.519206523895rem;left:0.4375rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xhlz7nC5JN6G7mQPJsEn5SAqtzF3KKfI { width:20rem;height:3.8983125rem;top:23.5107421875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #W6OkiUeKhgl39cd21ULXuZTQUbxAsRHN { width:13.4375rem;height:14.25rem;top:3.3333353996277rem;left:6.4723779816206rem;display:none; }
 }@media only screen and (max-width: 763px) { #yUWN4eGWDTv3hVwOEipH78uvCfxKDZmr { width:9.9375rem;height:2.8125rem;top:18.519749164581rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKTfFKieJw9mCoytLg7qgZGSs7pOLpdD { width:5.5rem;height:2.8125rem;top:13.144531726837rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnssBtDCygwOZ55HpAkblWDD0UHANcQV { display:block; }#KnssBtDCygwOZ55HpAkblWDD0UHANcQV > .row .container { width:20rem;height:139.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UOB8wT6xblK7xEAR6a0mViNUFytS0y5S { width:18.3121875rem;height:5.20019375rem;top:1.25rem;left:0.8436415195465rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ouvnfv0Cf3sJTuXq4f8ez9Og9I5Z99T9 { width:16.937375rem;height:4.550775rem;top:7.63617682457rem;left:1.4990236759186rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cUoeHR1nGxNC3VdZcf8WUlL8TueRpLEN { width:12.125rem;height:17.1875rem;top:109.0286359787rem;left:3.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUP6p4Cl4ePQFCdySmuQsT00iatRrDPn { width:12rem;height:17rem;top:14.84130625rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtOvEAC1bgyqaTzZzoWDsy7NcJIPP4qJ { width:12.125rem;height:17.1875rem;top:46.997398376465rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9iPtqxalPWFes3D8hCFeIF0IbDOpi0N { width:11.9375rem;height:16.9375rem;top:78.348960876462rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MziCPBoPUtGnh6AJs5PoJu3gScbqycvQ { width:15.1875rem;height:31.6875rem;top:13.49755625rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciBciBDwfSQfCx1ZzOCb8hgNWI9sV75O { width:12.6875rem;height:2.598875rem;top:32.93505625rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kc7c8MTLVAOfkuitC37EcLHu0uS1WF2s { width:12.1875rem;height:4.55078125rem;top:36.56005625rem;left:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #STwoLIhCKwR0AzsPvUETb75C79N1f7uD { width:12.3125rem;height:2.598875rem;top:65.87109375rem;left:3.84375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lfP5nmkOKy8tTNAUaT4muuhcPmuG5Cuv { width:12.5rem;height:4.55078125rem;top:69.475261688231rem;left:3.75rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T7wBPNKzddhVVA0lcNRkZwalVMGztSVw { width:12.1875rem;height:4.55078125rem;top:100.28124237061rem;left:3.90625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ab8g8XLRgtCdNIyLbfcFDOHnEUBwW6bc { width:12.3125rem;height:2.598875rem;top:96.908859252931rem;left:3.84375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PsCs6yICdZBaytTRL3AZyhbaBe5SpTeO { width:12.1875rem;height:3.4130875rem;top:130.95443344116rem;left:3.90625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KCdTv7ZlZnr1nTy9TVNvQF1MQxgN4lgV { width:12.3125rem;height:2.598875rem;top:127.43880844116rem;left:3.84375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AyVBby6O0p0gUwwUCwnxTOItVsTprv4q { width:7.0625rem;height:1.625rem;top:42.18359375rem;left:3.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJ4aGD5nwyf8NMVopgBxh26z1LGiIkZd { display:block; }
 }@media only screen and (max-width: 763px) { #mbEoqGalUXOu13Kr3iDFoveinpTWAGnX { width:7.0621875rem;height:1.62489375rem;top:74.085938930512rem;left:3.7812504768372rem;display:block; }
 }@media only screen and (max-width: 763px) { #TP00sMI2mQJPFoFbQAU3ZWMBy3QZXNJk { display:block; }
 }@media only screen and (max-width: 763px) { #SfE9R9OUIy5EuobNxPCzEX96OOwS1dm4 { width:7.0621875rem;height:1.62489375rem;top:104.82965469361rem;left:3.9062504768372rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZPM4TU6XQkWBiRCCmRWrWUJfOZ9wc23 { display:block; }
 }@media only screen and (max-width: 763px) { #TXxbE0ininbUTAdReyo7CTm9eTQMGSQo { width:7.0621875rem;height:1.62489375rem;top:135.06563568115rem;left:3.9062504768372rem;display:block; }
 }@media only screen and (max-width: 763px) { #y79w6dqmxhVHC2zdoA5SqJpVgf45icWk { display:block; }
 }@media only screen and (max-width: 763px) { #V3fuXpKQOWMGxKsT2FsS4BmbE0wITQOI { display:block; }#V3fuXpKQOWMGxKsT2FsS4BmbE0wITQOI > .row .container { width:20rem;height:23.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sFAhpdz89iio2aRDR78TIOUdNcOzbps9 { width:20rem;height:20.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKrU7ToZUrVEWWsV2gr9zSbkP9IBSNiF { width:17.562rem;height:3.90014375rem;top:5.33642578125rem;left:1.218017578125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DA7ABDMncGaNcDOEQ7nPHLWUIXSNP4IJ { width:2.4375rem;height:2.4375rem;top:2.009765625rem;left:1.21728515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPkfTHiH8y5K3EeoSKE36Z72vEVIiXMZ { width:17.9373125rem;height:3.8983125rem;top:11.23806476593rem;left:1.0308160781861rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AL6NiXTU9L4QTSCOuqnaZw2fw8OTcPTa { width:16.1246875rem;height:2.62424375rem;top:17.25857257843rem;left:1.9373917579651rem;display:block; }
 }@media only screen and (max-width: 763px) { #AttSbEdZET4PDkAdhh0Ryzl7bEDkpMMF { display:block; }
 }@media only screen and (max-width: 763px) { #dZCRS7OitxhC1gBrwzmexZVfBEGgy78i { display:block; }#dZCRS7OitxhC1gBrwzmexZVfBEGgy78i > .row .container { width:20rem;height:25.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rd2TpDXzgZSqMpDDKqsVTuDTBXqvqOs1 { width:20rem;height:5.20019375rem;top:1.25rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #D75OC1ogKfCObi10uaRUrtT6oVv3C5aZ { width:18.3121875rem;height:5.19775625rem;top:7.6985680256038rem;left:1.687283039093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qoT2g6b2p01URsICTaoyP4irE0WBQfS3 { width:8.625rem;height:2.3125rem;top:14.9375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oev4p144ZNevCbAsUZBgumGG9JxlH4Ay { display:block; }
 }@media only screen and (max-width: 763px) { #guTxSHRZcGKsoHc8tVgmcrT2W69aIo9L { width:8.4304305rem;height:2.1180555rem;top:18.595812797546rem;left:5.7845053672791rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAIp6UxvB2W2VgLNhRqT4KNggnrTWQod { display:block; }
 }@media only screen and (max-width: 763px) { #FMqnkBkI9IyKLvCCNQdPzIuFzkpr0gGT { width:8.359375rem;height:2.04650625rem;top:22.1240234375rem;left:5.8203125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CstcwinxhiFin7E8purwHSoJtfyZ5LoM { display:block; }
 }@media only screen and (max-width: 763px) { #K4X4RPALQ5uTP962ITKUs0RQLUb056QM { display:block; }#K4X4RPALQ5uTP962ITKUs0RQLUb056QM > .row .container { width:20rem;height:21.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #un6qPHpKHMEZZt50x8viEbW4h9F9F9Ne { width:2.8125rem;height:1.625rem;top:1.3123917579651rem;left:1.6248915195465rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwEHREv3rslED0DNdpiO9eeyxhEOn1UN { width:11.875rem;height:2.6001rem;top:1.481228351593rem;left:5.1248917579651rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdKlTJUO7PTB9M61Rl8oP4sm6snMUlTF { width:13.687125rem;height:9.562375rem;top:5.8734130859375rem;left:3.1549072265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2HJSVUeLAg9Cc3odfgl7yNcbOivnTrP { width:9.749875rem;height:1.13769375rem;top:16.75rem;left:4.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfx3RoIq4PTD7f5pRB7KOEcD8auhhZ5i { width:7rem;height:1.5625rem;top:17.875rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqQg6RxFSmgzvRANpZ6gDAtBK2Rz63O7 { display:block; }
 }@media only screen and (max-width: 763px) { #lno5dcdduiWny9I4ATwdh3TMq4256tKS { display:block; }#lno5dcdduiWny9I4ATwdh3TMq4256tKS > .row .container { width:20rem;height:108.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TUUrQBdQ9H9XzHV75VOd0hdcfGNVPwqU { width:2.8125rem;height:2.8125rem;top:1.3123917579651rem;left:1.6248915195465rem;display:block; }
 }@media only screen and (max-width: 763px) { #np7RzAadDLQTqDvTlxsFh4Lyhh5621TQ { width:11.875rem;height:2.6001rem;top:1.481228351593rem;left:5.1248917579651rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFNXSAAdmKsyBpueLx9Q7GZ34rPTbE6I { width:10.25rem;height:14.5625rem;top:5.875rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tt86VNuKGJuCQXfby0pVvpzWWSAiEDvD { width:9.749875rem;height:1.13769375rem;top:21.625rem;left:4.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRZCSO4FD0lC35se4UQTiysglWibmo9U { width:7rem;height:1.5625rem;top:22.75rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLNdfp2dZML4JTp2bgxffTDJbfNKm7Na { display:block; }
 }@media only screen and (max-width: 763px) { #X1FBIkV4k0gDde4CXkCmUD5v6exPNrv1 { width:9.749875rem;height:1.13769375rem;top:42.749481201172rem;left:4.812283039093rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #utSn94h4Fpa4SdDSQwqgdorQ0sbw0G66 { width:6.9998125rem;height:1.5625rem;top:43.885623931885rem;left:4.4373917579651rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiNdHmdZycGtTGko935UPHplrRDlOPGX { display:block; }
 }@media only screen and (max-width: 763px) { #M1Gmt9f791WnWTblWnV2O17lGJidhQaJ { width:10.25rem;height:14.5rem;top:26.437072753906rem;left:4.812283039093rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2Ak7vmorUfAp1wxyWqwUBP4SDHysE81 { width:6.9998125rem;height:1.5625rem;top:85.136180877687rem;left:4.9373917579651rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0vHIb8ul83TlszPM0KKkBI8LLcFTv2m { display:block; }
 }@media only screen and (max-width: 763px) { #IGhh7yA1v7aF3PaC2uSNA1Soidr0oxGV { width:9.749875rem;height:1.13769375rem;top:84rem;left:4.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNAtqtrnS7rzt9ltoVZP57d8draLXVkc { width:9.749875rem;height:1.13769375rem;top:62.760986328125rem;left:4.812283039093rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqrFEBCOU4dxkiUPiNsaBS89TzsWtnZ9 { width:10.25rem;height:14.5rem;top:46.448577880859rem;left:4.812283039093rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgRRZbRBLCwLqRJKgWAJZXofewx3bmMA { width:6.9998125rem;height:1.5625rem;top:63.897573947906rem;left:4.8747835159302rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0xKg1O76QqZIkLk3HNDzJT54fMhfNMn { display:block; }
 }@media only screen and (max-width: 763px) { #kEIhsCDrSybLivGqveoKGgGUk1i6mxOK { width:10.1875rem;height:14.4375rem;top:67.6875rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaAmTPOFIRz5Flhos1KKVZabqb0ZLmIb { width:7rem;height:1.5625rem;top:105.27648925781rem;left:5.12451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qx1QXCVU4zbobObyiEVghs4zvfpf0xO0 { display:block; }
 }@media only screen and (max-width: 763px) { #gPonVssnTVDF1tJVPuXpbTWP2TPZLaNC { width:9.74975rem;height:1.13769375rem;top:104.13940429688rem;left:5.06201171875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtM5fu3I6FydKwOGKf3kCLGbcCTRrPAO { width:10.1875rem;height:14.4375rem;top:87.948608398438rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uv8XRnWwnTy3fTKztoBmGRyhDVBpaH9J { display:none; }#uv8XRnWwnTy3fTKztoBmGRyhDVBpaH9J > .row .container { width:20rem;height:26.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Lip69PTLPh3omARzdzEHNgqLJ6OigBQ5 { width:3.25rem;height:2.5rem;top:1.3123931884766rem;left:1.6248915195465rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ez8oy90RqRmpPvQU26wvcfyEmSU0mb9U { width:11.875rem;height:2.598875rem;top:1.481228351593rem;left:5.1248917579651rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJ4q8G4baPKiC5BCXt4rrtX49gELwmgz { width:10.375rem;height:14.75rem;top:5.875rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEGp9uRWIEuaDR1B8Qo98eHusOVwAuao { width:9.749875rem;height:1.13769375rem;top:21.625rem;left:4.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsM64kMdcUTiJ3Z4DJ3tHrF9zJd3qucp { width:7rem;height:1.5625rem;top:22.75rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eO0iGSfS6erQg1E255msmJu8O3PU45Hd { display:block; }
 }@media only screen and (max-width: 763px) { #I9F35elLhTDtLUt6f9I9gcCxNhxrrMK9 { display:block; }#I9F35elLhTDtLUt6f9I9gcCxNhxrrMK9 > .row .container { width:20rem;height:48.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MsCNABzs8XL0Xop1Rm1RXHObsl7HryT5 { width:2.5625rem;height:2.8125rem;top:1.3123917579651rem;left:1.6248915195465rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNNqb4FeIiRnHrxEWG97z39pXG5vmOfw { width:11.875rem;height:2.6001rem;top:1.481228351593rem;left:5.1248917579651rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCl8nXUSvVUrqpoJDLUd9EWK764aoB3R { width:10.3125rem;height:14.5625rem;top:5.875rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rG7r7OFFUkymywJSLR3UDdI3gwXwlMlA { width:9.749875rem;height:1.13769375rem;top:21.625rem;left:4.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSqLG1WVCVQeee54za2cFiV4bUo0uWLV { width:7rem;height:1.5625rem;top:22.75rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFdFqbBN97pfOStpcKMf5aeUxdAauTGv { display:block; }
 }@media only screen and (max-width: 763px) { #M9RLSdq0LSkE48dJ3TUCTbONhdHXpkTq { width:9.749875rem;height:1.13769375rem;top:42.749481201172rem;left:4.812283039093rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBhD2p5Of83IDqNcIWfi7OIeFW37OZNo { width:6.9998125rem;height:1.5625rem;top:43.885623931885rem;left:4.4373917579651rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0AECZHqiGdllXTUx7WMFAIa994Sv3HR { display:block; }
 }@media only screen and (max-width: 763px) { #xm56KmpKAaMe8za3HzDMaBs4yN9T1VVC { width:10.1875rem;height:14.4375rem;top:26.437072753906rem;left:4.812283039093rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMRDfo2PezQIzTnF2cyTtDAd3XBXG5gS { display:none; }#sMRDfo2PezQIzTnF2cyTtDAd3XBXG5gS > .row .container { width:20rem;height:127.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mGqyHz8d2UR4fsXfNs8opBrA2Lc6c1fO { width:20rem;height:39.25rem;top:1.2838540077209rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNs25dnmZMzGuEKfwT0xqg9xn7i2XwzQ { width:17.9375rem;height:1.29980625rem;top:3.4375rem;left:0.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWCCDOluF6O9Rc4RHMpTeyhsRXLQaIbI { width:18.75rem;height:7.79785rem;top:5.6875rem;left:0.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #n38ufBXdquP5s6NBlhuFLXzpwsd2pfoE { width:18.1875rem;height:6.8229375rem;top:14.625rem;left:0.90625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #agVKGauaIlFaJu0MIQBElvZayH26uUNl { width:17.5625rem;height:10.25rem;top:23.650391101837rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgWiSBL2OeNxThebBG6rwbRTFNWpwEgJ { width:20rem;height:39.4375rem;top:42.936767578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vB3QKrb7gg0XfT2BAyb422P9gJpUkG04 { width:16.37475rem;height:10.437rem;top:66.6240234375rem;left:1.749267578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6xMcqALoTckeZR0yo9QwxMsSN5N0AP2 { width:18.687rem;height:6.8229375rem;top:57.12451171875rem;left:0.65478515625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9tU75Tyu4p3hH6ZRno6fBAMUbUPRWpI { width:19.1875rem;height:7.79785rem;top:48.374349117279rem;left:0.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBaJeHKypvw6JT0TiHAPU9JGSWqyeqpV { width:17.875rem;height:1.29980625rem;top:45.999328613281rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N05r8xJGK106BKf5IaMidy8XKmBO4aQt { width:20rem;height:39.0625rem;top:85.06201171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ttuk2vUOzIDMeVcWtHOPZTZRq1MKho6s { width:18.5625rem;height:5.6857625rem;top:100.1875rem;left:0.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyP3Ghm6CyaPNpEowwkfql97RNfrH69R { width:18.375rem;height:7.797875rem;top:90.4375rem;left:0.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRsKgPXMeRgphbSuIpoCpdiZavRKlfbU { width:14.25rem;height:1.2994375rem;top:87.3125rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9tdqL4XVekHTWc12OsTi7f7FvnvVJLs { width:16.93725rem;height:9.812rem;top:107.99987792969rem;left:1.53076171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDdUKdV38cSBPHalOOuXoqMgfo4eW9qt { width:13.875rem;height:2.6875rem;top:35.203857421875rem;left:3.0615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9xnAJCPHv9KNTkZV243JAtJLrVdLERC { display:block; }
 }@media only screen and (max-width: 763px) { #Lb1bMtrBfk31IzEm75CXupWfnZ6sDEvH { width:16.5rem;height:2.6875rem;top:78.2490234375rem;left:1.436279296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxDN5wR0a1yokvcZ9ZlTacvMOqVhtlPX { display:block; }
 }@media only screen and (max-width: 763px) { #l2L2E3x7UgElOJKfTWAdT7utt7kX9yTX { width:13.875rem;height:2.625rem;top:119.62353515625rem;left:3.0615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbuKIULV1T9ffTcWgT3mp8UhN05L9TNS { display:block; }
 }@media only screen and (max-width: 763px) { #lcOmi5Iz8ORHkxuX4VlNmLefWTB6n3yb { display:block; }#lcOmi5Iz8ORHkxuX4VlNmLefWTB6n3yb > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F0d20ef98fb3dbdf2cd2775ac87e63b8 { width:8.9995625rem;height:1.2994375rem;top:5.5712909698486rem;left:5.4996747970581rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }