.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:243,246,217;--color-primary-1:214,224,128;--color-primary-2:172,193,0;--color-primary-3:86,97,0;--color-primary-4:26,29,0;--color-secondary-0:255,255,255;--color-secondary-1:246,246,246;--color-secondary-2:230,230,230;--color-secondary-3:35,35,35;--color-secondary-4:34,34,34;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Open Sans";--paragraphs-font-family:"Open Sans"; }body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#Gx2grwEwsRehHn1RRAAUbK5kUZJgFtC8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gx2grwEwsRehHn1RRAAUbK5kUZJgFtC8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gx2grwEwsRehHn1RRAAUbK5kUZJgFtC8 > .row > .video-iframe-container { display: none; }#Gx2grwEwsRehHn1RRAAUbK5kUZJgFtC8 > .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); }#KrhZzQEgi2mant23XkA7terpLe9t8TVe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KrhZzQEgi2mant23XkA7terpLe9t8TVe > .row .container { background-color: transparent; background-image: none; }#KrhZzQEgi2mant23XkA7terpLe9t8TVe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KrhZzQEgi2mant23XkA7terpLe9t8TVe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KrhZzQEgi2mant23XkA7terpLe9t8TVe > .row .container > .video-iframe-container { display: none; }#KrhZzQEgi2mant23XkA7terpLe9t8TVe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KrhZzQEgi2mant23XkA7terpLe9t8TVe > .row > .video-iframe-container { display: none; }#KrhZzQEgi2mant23XkA7terpLe9t8TVe > .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); }#KrhZzQEgi2mant23XkA7terpLe9t8TVe > .row .container { border-width: 0; border-radius: 0; }#KrhZzQEgi2mant23XkA7terpLe9t8TVe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KrhZzQEgi2mant23XkA7terpLe9t8TVe > .row .container { font-size:0.875rem;font-family:arial;height:10.5rem;width:75rem;position:relative;display:block; }#BvCfKHvFp6bVdloDrX7MToi5gLf3UJbh { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.125rem;width:13.375rem;top:1.9346789121627rem;left:0rem;overflow:hidden;display:block; }
#xc5502w7ecpG1SlfEzw9CddQCSTruhvF { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/zdUetnDa/Homepage_Banner_Power_Consulting.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;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;z-index:auto;display:block; }#xc5502w7ecpG1SlfEzw9CddQCSTruhvF.adaptive-delivery-prevent-bg, #xc5502w7ecpG1SlfEzw9CddQCSTruhvF.lazyload, #xc5502w7ecpG1SlfEzw9CddQCSTruhvF.lazyloading { background-image: none; }#xc5502w7ecpG1SlfEzw9CddQCSTruhvF > .row .container { background-color: transparent; background-image: none; }#xc5502w7ecpG1SlfEzw9CddQCSTruhvF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(51,51,51,0.28); }#xc5502w7ecpG1SlfEzw9CddQCSTruhvF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xc5502w7ecpG1SlfEzw9CddQCSTruhvF > .row .container > .video-iframe-container { display: none; }#xc5502w7ecpG1SlfEzw9CddQCSTruhvF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(51,51,51,0.28); }#xc5502w7ecpG1SlfEzw9CddQCSTruhvF > .row > .video-iframe-container { display: none; }#xc5502w7ecpG1SlfEzw9CddQCSTruhvF > .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); }#xc5502w7ecpG1SlfEzw9CddQCSTruhvF > .row .container { border-width: 0; border-radius: 0; }#xc5502w7ecpG1SlfEzw9CddQCSTruhvF::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xc5502w7ecpG1SlfEzw9CddQCSTruhvF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xc5502w7ecpG1SlfEzw9CddQCSTruhvF > .row .container { font-size:0.875rem;font-family:roboto;height:43.3125rem;width:75rem;position:relative;display:block; }#Kipg01kBt5H3yHeqOZ5tnoSCrNKDv8Py { color:rgba(var(--color-tertiary-0),1);display:block;width:53.3745625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:7.7473962306975rem;left:10.812717437744rem;height:6.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#hqs2mHZpniD65oBaqWTzKFx8gq5IRHOm { color:rgba(var(--color-tertiary-0),1);display:block;width:32.3123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:16.515842437744rem;left:21.310764312744rem;height:10.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rTdFdpLoh2E2Z0kXi02eTLHm8GQOkTgW { z-index:15027;top:30.622831344604rem;left:28.093536376953rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: 0rem 0.3125rem 0rem #889900 ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.811875rem;height:3.93555rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#G6FGnv751v2JKXJ8UsUiRBCJmkGy1rNh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#brRbIZiIr72V9eUwtN4mzBF1BuWvm9TL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),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; }#brRbIZiIr72V9eUwtN4mzBF1BuWvm9TL > .row .container { background-color: transparent; background-image: none; }#brRbIZiIr72V9eUwtN4mzBF1BuWvm9TL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#brRbIZiIr72V9eUwtN4mzBF1BuWvm9TL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#brRbIZiIr72V9eUwtN4mzBF1BuWvm9TL > .row .container > .video-iframe-container { display: none; }#brRbIZiIr72V9eUwtN4mzBF1BuWvm9TL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#brRbIZiIr72V9eUwtN4mzBF1BuWvm9TL > .row > .video-iframe-container { display: none; }#brRbIZiIr72V9eUwtN4mzBF1BuWvm9TL > .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); }#brRbIZiIr72V9eUwtN4mzBF1BuWvm9TL > .row .container { border-width: 0; border-radius: 0; }#brRbIZiIr72V9eUwtN4mzBF1BuWvm9TL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#brRbIZiIr72V9eUwtN4mzBF1BuWvm9TL > .row .container { font-size:0.875rem;font-family:roboto;height:62.9375rem;width:75rem;position:relative;display:block; }#dZvNMFEBX78wVGbqaGxxTWryavPutT1P { color:#384f6b;display:block;width:44.874125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:5.875rem;left:15.0625rem;height:2.35625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XLVd90sRwsa60cwvmXS92Cn9WuRtaVTI { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.186631875rem;width:3.18685rem;top:9.375rem;left:35.875rem;display:block; }
#eRnghh5KEgAsLOFEUeTl3gc1ZMqqeukh { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.375rem rgba(var(--color-tertiary-4),0.06) ;height:19.4375rem;width:20.6875rem;top:14rem;left:3.25rem;display:block; }
#vFfHBZgMAcW9MH8lGTpvPLiaAluJ5Diu { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5623125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:21.062284469604rem;left:6.8109817504881rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#alQuk7WhLBgGnEiTQA7KomNImCs5DoFD { color:#2f2f2f;display:block;width:15.8745625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:25.0625rem;left:5.625rem;height:4.78125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ATEBpqDgwadvZhxHrF2uH8mof4NneTUO { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.436525rem;top:15.717230796814rem;left:59.186199188233rem;overflow:hidden;display:block; }
#OPRn7K0t7vAwAfPhzvE8bvWmmdNTA4m8 { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.375rem rgba(var(--color-tertiary-4),0.06) ;height:19.4375rem;width:20.6875rem;top:14rem;left:27.1875rem;display:block; }
#BoI1908TFLT5e8UUias52XWMKp6KglZh { color:rgba(var(--color-tertiary-4),1);display:block;width:13.499rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:21.062284469604rem;left:30.717231750488rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eWtdnfqfv6i0yTUabTGmQFTn0INIB67c { color:#2f2f2f;display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:25.0625rem;left:29.375rem;height:4.78125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HIThO8m08B86egANNB0a45ZFlvZHnXzJ { position:absolute;display:block;z-index:15024;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.12435rem;width:3.81185rem;top:15.717233657837rem;left:11.687286376953rem;overflow:hidden;display:block; }
#BZLI9enLbzq5mATG75VzqQRfIqIeyT2D { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.375rem rgba(var(--color-tertiary-4),0.06) ;height:19.4375rem;width:20.6875rem;top:14rem;left:51.0625rem;display:block; }
#Tt01WAzNI2w7p59a64L2c2pVBDrzsPgu { color:#2f2f2f;display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:25.061849594116rem;left:54.027782440186rem;height:4.78125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z5QnBGWah8MAwyBWF0ZNh4wWLmKOFnkP { color:rgba(var(--color-tertiary-4),1);display:block;width:12.061625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:21.062284469604rem;left:55.373264312744rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l3UQyvdmVQtK36iqHpzIrJhoSqfKGzLn { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.24913125rem;width:4.12435rem;top:38.527563095093rem;left:47.686855316162rem;overflow:hidden;display:block; }
#f0EQ4CTaw3HkorORIx4UCSQyI0HT2sMC { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.375rem rgba(var(--color-tertiary-4),0.06) ;height:19.4375rem;width:20.6875rem;top:36.1875rem;left:15.5rem;display:block; }
#aW4NmWT9JIglAL0v1Z8V9iw2H0iGQuqO { color:#2f2f2f;display:block;width:15.4980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:47.560766220093rem;left:18.093536376953rem;height:4.78125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IVusxdnUW7qiI0wTTlffCsrypS6Mie8g { color:rgba(var(--color-tertiary-4),1);display:block;width:13.49825rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:45.106340408325rem;left:19.093967437744rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gJf6iiFnk9u2IlrttZO09WN51L9UEIwc { position:absolute;display:block;z-index:15021;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.125rem;width:3.8125rem;top:15.686847686767rem;left:35.593532562256rem;overflow:hidden;display:block; }
#hAF4e1Lkvmd6LiDzkinOl5bfKO2s6MD7 { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.375rem rgba(var(--color-tertiary-4),0.06) ;height:19.4375rem;width:20.6875rem;top:36.1875rem;left:39.0625rem;display:block; }
#ist0bLwcyPr6dc4UT6hqbW0Kyrol8fXM { color:#2f2f2f;display:block;width:15.4980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:48.739152908325rem;left:41.624355316162rem;height:3.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O15HdsabFlxC91ITX45GNFhz5S2cWJgL { color:rgba(var(--color-tertiary-4),1);display:block;width:13.4971875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:44.308813095093rem;left:42.624782562256rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BR1QivKoWTnpkaxIu6HHsiU1ZG62AAss { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.31206875rem;width:4.375rem;top:39.092233657837rem;left:23.936634063721rem;overflow:hidden;display:block; }
#tKKPJkCnGAnCIzS5CTENbSlB2DFTahUQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tKKPJkCnGAnCIzS5CTENbSlB2DFTahUQ > .row .container { background-color: transparent; background-image: none; }#tKKPJkCnGAnCIzS5CTENbSlB2DFTahUQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tKKPJkCnGAnCIzS5CTENbSlB2DFTahUQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tKKPJkCnGAnCIzS5CTENbSlB2DFTahUQ > .row .container > .video-iframe-container { display: none; }#tKKPJkCnGAnCIzS5CTENbSlB2DFTahUQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tKKPJkCnGAnCIzS5CTENbSlB2DFTahUQ > .row > .video-iframe-container { display: none; }#tKKPJkCnGAnCIzS5CTENbSlB2DFTahUQ > .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); }#tKKPJkCnGAnCIzS5CTENbSlB2DFTahUQ > .row .container { border-width: 0; border-radius: 0; }#tKKPJkCnGAnCIzS5CTENbSlB2DFTahUQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tKKPJkCnGAnCIzS5CTENbSlB2DFTahUQ > .row .container { font-size:0.875rem;font-family:arial;height:41.125rem;width:75rem;position:relative;display:block; }#eGlyh5I0xmA0skiMuMooClOJbEyHTVbd { color:rgba(var(--color-tertiary-4),0.9);display:block;width:24.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15023;line-height:1.7;letter-spacing:0;top:15.186632156372rem;left:10.999351501465rem;height:6.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NdQ4Nr59TxyrAtUJJ9nDIJpg9KIJHZ3T { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #dcdadb;border-left:0.0625rem solid #dcdadb;border-right:0.0625rem solid #dcdadb;border-bottom:0.0625rem solid #dcdadb;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:3.75rem;width:3.875rem;top:15.1875rem;left:3.375rem;display:block; }
#kVqpBfP9Zo8f1xgHWkwQArbyoazrMuhG { color:#384f6b;display:block;width:30.99825rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:6.2901401519775rem;left:21.999786376953rem;height:2.35625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aRJfRu3ZPk1i13vb2aE7UcE6WP0icqzU { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.185546875rem;width:3.186525rem;top:9.560544371605rem;left:35.906032562256rem;display:block; }
#LyrdPHA9H7035e15GaErSKIEilF5cXzA { box-sizing:content-box;color:#384f6b;font-size:1.625rem;font-weight:400;line-height:1;height:2.37413125rem;width:2.37413125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15024;top:15.9375rem;left:4.1875rem;display:block; }
#bfO8fWhGQV4hA2klmTPvxCM4Rqpc7uWH { position:absolute;display:block;z-index:15002;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25rem;width:0.124783125rem;top:15.937505722046rem;left:5.3114166259766rem;display:block; }
#nxJcHRAlpiTZ1tTB5ICfv3lkTsJU49BV { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #dcdadb;border-left:0.0625rem solid #dcdadb;border-right:0.0625rem solid #dcdadb;border-bottom:0.0625rem solid #dcdadb;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:3.75rem;width:3.875rem;top:28.1875rem;left:3.4375rem;display:block; }
#Tu5GqZa1HXXlEWVky1N88qKwk7p2wtsi { box-sizing:content-box;color:#384f6b;font-size:1.625rem;font-weight:400;line-height:1;height:2.37413125rem;width:2.37413125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15026;top:28.9375rem;left:4.25rem;display:block; }
#hXwD8atiwD0pK69e6JyOyCoTfSwnkQhV { color:rgba(var(--color-tertiary-4),0.9);display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15024;line-height:1.7;letter-spacing:0;top:27.5rem;left:10.999351501465rem;height:6.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dkuToQ5XSnzeUVqDUckZFLe0nDhCJ2cg { color:rgba(var(--color-tertiary-4),0.9);display:block;width:23.9355625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15031;line-height:1.7;letter-spacing:0;top:27.6875rem;left:48.1875rem;height:6.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#scA15vO8tRwJaixf1dfegiiRckk8bSTd { position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #dcdadb;border-left:0.0625rem solid #dcdadb;border-right:0.0625rem solid #dcdadb;border-bottom:0.0625rem solid #dcdadb;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:3.75rem;width:3.875rem;top:28.375rem;left:40.625rem;display:block; }
#lMW2H1lTvbLOhuoFNGrzQCvr1RrePI0g { box-sizing:content-box;color:#384f6b;font-size:1.625rem;font-weight:400;line-height:1;height:2.37413125rem;width:2.37413125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15033;top:29.125rem;left:41.4375rem;display:block; }
#D5y8obeo7xTc2JZfRUW7u6oTGk416qyX { color:rgba(var(--color-tertiary-4),0.9);display:block;width:23.9355625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15030;line-height:1.7;letter-spacing:0;top:15.375rem;left:48.1875rem;height:4.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NV08vEoCOgrDDWrOI7yeWpTWFmCmGvd0 { position:absolute;display:block;z-index:15009;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25rem;width:0.124783125rem;top:16.125rem;left:42.5rem;display:block; }
#JCiNWzAA3LCTuC561adcpKk2hRvQqwDt { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #dcdadb;border-left:0.0625rem solid #dcdadb;border-right:0.0625rem solid #dcdadb;border-bottom:0.0625rem solid #dcdadb;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:3.75rem;width:3.875rem;top:15.375rem;left:40.5625rem;display:block; }
#FqIpBeHhf71PL8NmaFTR0hqmE0ACwmtz { box-sizing:content-box;color:#384f6b;font-size:1.625rem;font-weight:400;line-height:1;height:2.37413125rem;width:2.37413125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15031;top:16.125rem;left:41.375rem;display:block; }
#rsr8cZ7xF5gUNBu7n9bQur1WKKBOhxgt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),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; }#rsr8cZ7xF5gUNBu7n9bQur1WKKBOhxgt > .row .container { background-color: transparent; background-image: none; }#rsr8cZ7xF5gUNBu7n9bQur1WKKBOhxgt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rsr8cZ7xF5gUNBu7n9bQur1WKKBOhxgt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rsr8cZ7xF5gUNBu7n9bQur1WKKBOhxgt > .row .container > .video-iframe-container { display: none; }#rsr8cZ7xF5gUNBu7n9bQur1WKKBOhxgt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rsr8cZ7xF5gUNBu7n9bQur1WKKBOhxgt > .row > .video-iframe-container { display: none; }#rsr8cZ7xF5gUNBu7n9bQur1WKKBOhxgt > .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); }#rsr8cZ7xF5gUNBu7n9bQur1WKKBOhxgt > .row .container { border-width: 0; border-radius: 0; }#rsr8cZ7xF5gUNBu7n9bQur1WKKBOhxgt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rsr8cZ7xF5gUNBu7n9bQur1WKKBOhxgt > .row .container { font-size:0.875rem;font-family:arial;height:71rem;width:75rem;position:relative;display:block; }#Ze0q04rLJ1ffqahArZGCR5UTifH6O3Vx { color:#384f6b;display:block;width:35.186625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:5.625rem;left:19.9375rem;height:2.35625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kaxNlBq7DFn1efWXS1Xox5dI2MV4sRJm { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.185546875rem;width:3.186525rem;top:9.125rem;left:35.875rem;display:block; }
#eVesy2CGqlR2KDW03UsJn9hNLRAWhPQ4 { color:rgba(var(--color-tertiary-4),0.9);display:block;width:26.936875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15032;line-height:1.7;letter-spacing:0;top:11.0625rem;left:24.0625rem;height:4.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zT5Ig6w8wZbp86TgW51SFJHCGyKu9D1q { position:absolute;display:block;z-index:15033;height:48.75rem;width:41.0623125rem;top:18.625rem;left:17rem;display:block; }
#KbNUBph45AxxC0VbtnoI2IAZZS5r9QcG { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.375rem rgba(var(--color-tertiary-4),0.06) ;height:48.75rem;width:43.125rem;top:19.25rem;left:15.9375rem;display:block; }
#sPn0a7dne39B6IywUU1XmqgVvECcDzFr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),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; }#sPn0a7dne39B6IywUU1XmqgVvECcDzFr > .row .container { background-color: transparent; background-image: none; }#sPn0a7dne39B6IywUU1XmqgVvECcDzFr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sPn0a7dne39B6IywUU1XmqgVvECcDzFr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sPn0a7dne39B6IywUU1XmqgVvECcDzFr > .row .container > .video-iframe-container { display: none; }#sPn0a7dne39B6IywUU1XmqgVvECcDzFr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sPn0a7dne39B6IywUU1XmqgVvECcDzFr > .row > .video-iframe-container { display: none; }#sPn0a7dne39B6IywUU1XmqgVvECcDzFr > .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); }#sPn0a7dne39B6IywUU1XmqgVvECcDzFr > .row .container { border-width: 0; border-radius: 0; }#sPn0a7dne39B6IywUU1XmqgVvECcDzFr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sPn0a7dne39B6IywUU1XmqgVvECcDzFr > .row .container { font-size:0.875rem;font-family:roboto;height:3.5625rem;width:75rem;position:relative;display:block; }#EZ61ghcNvNGxvlVvnxTiPEp2R3UdRRss { color:rgba(var(--color-tertiary-0),1);display:block;width:57.5625rem;position:absolute;font-family:roboto;font-size:0.8125rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:1.15625rem;left:8.71875rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gPR6xoOfvILPBkEqtwVFg9P6ZZHqBJz6 { position:absolute;display:block;z-index:15092;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124783125rem;width:2.8125rem;top:1.375rem;left:16.0625rem;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #KrhZzQEgi2mant23XkA7terpLe9t8TVe { display:block; }#KrhZzQEgi2mant23XkA7terpLe9t8TVe > .row .container { width:47.75rem;height:11.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #BvCfKHvFp6bVdloDrX7MToi5gLf3UJbh { width:13.9375rem;height:6.5rem;top:1.687283039093rem;left:16.749133586884rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xc5502w7ecpG1SlfEzw9CddQCSTruhvF { display:block; }#xc5502w7ecpG1SlfEzw9CddQCSTruhvF > .row .container { width:47.75rem;height:37.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Kipg01kBt5H3yHeqOZ5tnoSCrNKDv8Py { width:34.1873125rem;height:8.125rem;top:6.5rem;left:6.8125rem;font-size:2.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #hqs2mHZpniD65oBaqWTzKFx8gq5IRHOm { width:37.4370625rem;height:8.888875rem;top:15.9375rem;left:5.1875rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #rTdFdpLoh2E2Z0kXi02eTLHm8GQOkTgW { top:27.3125rem;left:14.9375rem;width:17.874375rem;height:3.31163125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G6FGnv751v2JKXJ8UsUiRBCJmkGy1rNh { display:block; }
 }@media only screen and (max-width: 1199px) { #brRbIZiIr72V9eUwtN4mzBF1BuWvm9TL { display:block; }#brRbIZiIr72V9eUwtN4mzBF1BuWvm9TL > .row .container { width:47.75rem;height:84.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #dZvNMFEBX78wVGbqaGxxTWryavPutT1P { width:36.1870625rem;height:1.94444375rem;top:3.3723964691162rem;left:5.7801651954651rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XLVd90sRwsa60cwvmXS92Cn9WuRtaVTI { width:3.18685rem;height:0.186631875rem;top:6.6221790313719rem;left:22.280816555023rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eRnghh5KEgAsLOFEUeTl3gc1ZMqqeukh { width:20.0625rem;height:21.625rem;top:11.1875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vFfHBZgMAcW9MH8lGTpvPLiaAluJ5Diu { width:17.1875rem;height:3.19444375rem;top:17.7490234375rem;left:2.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #alQuk7WhLBgGnEiTQA7KomNImCs5DoFD { width:15.375rem;height:6.6666875rem;top:21.7490234375rem;left:3.71875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ATEBpqDgwadvZhxHrF2uH8mof4NneTUO { width:4.375rem;height:4.0058625rem;top:12.9375rem;left:9.21875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OPRn7K0t7vAwAfPhzvE8bvWmmdNTA4m8 { width:20.061875rem;height:20.4373125rem;top:35.621743202209rem;left:1.374783039093rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BoI1908TFLT5e8UUias52XWMKp6KglZh { width:17.1875rem;height:3.19444375rem;top:17.7490234375rem;left:25.46875rem;font-size:1.25rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 1199px) { #eWtdnfqfv6i0yTUabTGmQFTn0INIB67c { width:16.25rem;height:5rem;top:21.7490234375rem;left:25.9375rem;font-size:1.125rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 1199px) { #HIThO8m08B86egANNB0a45ZFlvZHnXzJ { width:3.8125rem;height:4.125rem;top:12.8779296875rem;left:32.15625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BZLI9enLbzq5mATG75VzqQRfIqIeyT2D { width:20.061875rem;height:20.686875rem;top:35.499131202697rem;left:24.031033992768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tt01WAzNI2w7p59a64L2c2pVBDrzsPgu { width:15.125rem;height:5rem;top:46.37109375rem;left:3.84375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z5QnBGWah8MAwyBWF0ZNh4wWLmKOFnkP { width:12.75rem;height:3.19444375rem;top:42.4375rem;left:5.03125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l3UQyvdmVQtK36iqHpzIrJhoSqfKGzLn { width:3.81185rem;height:3.87478125rem;top:61.625rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f0EQ4CTaw3HkorORIx4UCSQyI0HT2sMC { width:20.0625rem;height:21.6875rem;top:11.09375rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aW4NmWT9JIglAL0v1Z8V9iw2H0iGQuqO { width:16.25rem;height:5rem;top:46.37109375rem;left:25.46875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IVusxdnUW7qiI0wTTlffCsrypS6Mie8g { width:13.5rem;height:1.597225rem;top:42.4375rem;left:27.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gJf6iiFnk9u2IlrttZO09WN51L9UEIwc { width:3.8125rem;height:4.125rem;top:37.3125rem;left:32.15625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hAF4e1Lkvmd6LiDzkinOl5bfKO2s6MD7 { width:20.061875rem;height:21.6873125rem;top:58.5625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ist0bLwcyPr6dc4UT6hqbW0Kyrol8fXM { width:16.25rem;height:5rem;top:71.6875rem;left:3.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O15HdsabFlxC91ITX45GNFhz5S2cWJgL { width:13.499375rem;height:3.19444375rem;top:66.875rem;left:4.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BR1QivKoWTnpkaxIu6HHsiU1ZG62AAss { width:4.375rem;height:4.31206875rem;top:37.248258590698rem;left:9.217665195465rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tKKPJkCnGAnCIzS5CTENbSlB2DFTahUQ { display:block; }#tKKPJkCnGAnCIzS5CTENbSlB2DFTahUQ > .row .container { width:47.75rem;height:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #eGlyh5I0xmA0skiMuMooClOJbEyHTVbd { width:16.6875rem;height:9.375rem;top:11.875rem;left:4.5625rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#2f2f2f;display:block; }
 }@media only screen and (max-width: 1199px) { #NdQ4Nr59TxyrAtUJJ9nDIJpg9KIJHZ3T { width:2.8125rem;height:2.74956875rem;top:24.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kVqpBfP9Zo8f1xgHWkwQArbyoazrMuhG { width:31rem;height:1.94444375rem;top:3.9365234375rem;left:8.375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #aRJfRu3ZPk1i13vb2aE7UcE6WP0icqzU { width:3.1875rem;height:0.1875rem;top:6.6875rem;left:22.28125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LyrdPHA9H7035e15GaErSKIEilF5cXzA { width:2.3125rem;height:2.3125rem;top:12.1875rem;left:0.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bfO8fWhGQV4hA2klmTPvxCM4Rqpc7uWH { width:0.0625rem;height:25rem;top:15.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #nxJcHRAlpiTZ1tTB5ICfv3lkTsJU49BV { width:2.8125rem;height:2.74956875rem;top:11.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tu5GqZa1HXXlEWVky1N88qKwk7p2wtsi { width:2.3125rem;height:2.3125rem;top:25.0625rem;left:0.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hXwD8atiwD0pK69e6JyOyCoTfSwnkQhV { width:18.9375rem;height:7.5rem;top:24.6875rem;left:3.6875rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#2f2f2f;display:block; }
 }@media only screen and (max-width: 1199px) { #dkuToQ5XSnzeUVqDUckZFLe0nDhCJ2cg { width:17.4375rem;height:5.625rem;top:24.6875rem;left:30.375rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#2f2f2f;display:block; }
 }@media only screen and (max-width: 1199px) { #scA15vO8tRwJaixf1dfegiiRckk8bSTd { width:2.8125rem;height:2.74956875rem;top:11.875rem;left:25.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lMW2H1lTvbLOhuoFNGrzQCvr1RrePI0g { width:2.3125rem;height:2.3125rem;top:25.0625rem;left:25.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D5y8obeo7xTc2JZfRUW7u6oTGk416qyX { width:16.9375rem;height:5.625rem;top:11.875rem;left:30.375rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#2f2f2f;display:block; }
 }@media only screen and (max-width: 1199px) { #NV08vEoCOgrDDWrOI7yeWpTWFmCmGvd0 { width:0.0625rem;height:25rem;top:16.125rem;left:28.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #JCiNWzAA3LCTuC561adcpKk2hRvQqwDt { width:2.8125rem;height:2.74956875rem;top:24.5625rem;left:25.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FqIpBeHhf71PL8NmaFTR0hqmE0ACwmtz { width:2.3125rem;height:2.3125rem;top:12.0625rem;left:25.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rsr8cZ7xF5gUNBu7n9bQur1WKKBOhxgt { display:block; }#rsr8cZ7xF5gUNBu7n9bQur1WKKBOhxgt > .row .container { width:47.75rem;height:58.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Ze0q04rLJ1ffqahArZGCR5UTifH6O3Vx { width:31rem;height:1.94444375rem;top:3.9365234375rem;left:8.375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #kaxNlBq7DFn1efWXS1Xox5dI2MV4sRJm { width:3.1875rem;height:0.1875rem;top:6.6875rem;left:22.28125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eVesy2CGqlR2KDW03UsJn9hNLRAWhPQ4 { width:18.499375rem;height:3.75rem;top:8.4364156723025rem;left:14.624566555023rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#2f2f2f;display:block; }
 }@media only screen and (max-width: 1199px) { #zT5Ig6w8wZbp86TgW51SFJHCGyKu9D1q { width:40.999375rem;height:11.25rem;top:14.249139785767rem;left:3.3745660781861rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KbNUBph45AxxC0VbtnoI2IAZZS5r9QcG { width:43.1875rem;height:37.5625rem;top:15.468750953674rem;left:2.3433165550232rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sPn0a7dne39B6IywUU1XmqgVvECcDzFr { display:block; }#sPn0a7dne39B6IywUU1XmqgVvECcDzFr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #EZ61ghcNvNGxvlVvnxTiPEp2R3UdRRss { width:47.75rem;height:1.25rem;top:1.0625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gPR6xoOfvILPBkEqtwVFg9P6ZZHqBJz6 { width:2.8125rem;height:0.125rem;top:17.5625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #KrhZzQEgi2mant23XkA7terpLe9t8TVe { display:block; }#KrhZzQEgi2mant23XkA7terpLe9t8TVe > .row .container { width:20rem;height:9.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BvCfKHvFp6bVdloDrX7MToi5gLf3UJbh { width:11.125rem;height:5.1875rem;top:1.4366320371627rem;left:4.2185330986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #xc5502w7ecpG1SlfEzw9CddQCSTruhvF { position:relative;z-index:auto;display:block; }#xc5502w7ecpG1SlfEzw9CddQCSTruhvF > .row .container { width:20rem;height:31.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kipg01kBt5H3yHeqOZ5tnoSCrNKDv8Py { width:18.499375rem;height:8.3333125rem;top:3.6599397659302rem;left:0.74978297948838rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqs2mHZpniD65oBaqWTzKFx8gq5IRHOm { width:18.311625rem;height:8.6805625rem;top:13.369140625rem;left:0.84309893846512rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rTdFdpLoh2E2Z0kXi02eTLHm8GQOkTgW { top:24.867624282837rem;left:1.9997830986977rem;width:15.999375rem;height:3.49935rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6FGnv751v2JKXJ8UsUiRBCJmkGy1rNh { display:block; }
 }@media only screen and (max-width: 763px) { #brRbIZiIr72V9eUwtN4mzBF1BuWvm9TL { display:block; }#brRbIZiIr72V9eUwtN4mzBF1BuWvm9TL > .row .container { width:20rem;height:127rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dZvNMFEBX78wVGbqaGxxTWryavPutT1P { width:19.0625rem;height:3.6111125rem;top:3.9333772659302rem;left:0.43619793653488rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLVd90sRwsa60cwvmXS92Cn9WuRtaVTI { width:3.18685rem;height:0.37434875rem;top:8.6870660781863rem;left:8.406033575535rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRnghh5KEgAsLOFEUeTl3gc1ZMqqeukh { width:18.5625rem;height:21.3125rem;top:12.875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFfHBZgMAcW9MH8lGTpvPLiaAluJ5Diu { width:13.4375rem;height:3.19444375rem;top:20.25rem;left:3.25rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #alQuk7WhLBgGnEiTQA7KomNImCs5DoFD { width:16.125rem;height:5rem;top:24.6875rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATEBpqDgwadvZhxHrF2uH8mof4NneTUO { width:4.375rem;height:4.0058625rem;top:14.6875rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPRn7K0t7vAwAfPhzvE8bvWmmdNTA4m8 { width:18.5625rem;height:21.8125rem;top:59rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoI1908TFLT5e8UUias52XWMKp6KglZh { width:13.4375rem;height:3.19444375rem;top:41.6875rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWtdnfqfv6i0yTUabTGmQFTn0INIB67c { width:14.25rem;height:5rem;top:46.1875rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIThO8m08B86egANNB0a45ZFlvZHnXzJ { width:3.8125rem;height:4.125rem;top:36.875rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZLI9enLbzq5mATG75VzqQRfIqIeyT2D { width:18.5625rem;height:19.8125rem;top:82.0625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tt01WAzNI2w7p59a64L2c2pVBDrzsPgu { width:14.3125rem;height:6.6666875rem;top:71.1875rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5QnBGWah8MAwyBWF0ZNh4wWLmKOFnkP { width:13.4375rem;height:3.19444375rem;top:66.375rem;left:3.25rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3UQyvdmVQtK36iqHpzIrJhoSqfKGzLn { width:3.81185rem;height:3.87478125rem;top:105.375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0EQ4CTaw3HkorORIx4UCSQyI0HT2sMC { width:18.5625rem;height:22.8125rem;top:35.125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aW4NmWT9JIglAL0v1Z8V9iw2H0iGQuqO { width:13.125rem;height:6.6666875rem;top:93.0625rem;left:3.375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVusxdnUW7qiI0wTTlffCsrypS6Mie8g { width:13.4375rem;height:1.597225rem;top:90.375rem;left:3.25rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJf6iiFnk9u2IlrttZO09WN51L9UEIwc { width:3.81185rem;height:4.12435rem;top:60.8125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAF4e1Lkvmd6LiDzkinOl5bfKO2s6MD7 { width:18.5625rem;height:19.375rem;top:103.125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ist0bLwcyPr6dc4UT6hqbW0Kyrol8fXM { width:15.4373125rem;height:5rem;top:115.6875rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O15HdsabFlxC91ITX45GNFhz5S2cWJgL { width:13.4375rem;height:3.19444375rem;top:111.1875rem;left:3.25rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BR1QivKoWTnpkaxIu6HHsiU1ZG62AAss { width:4.375rem;height:4.31206875rem;top:84.25rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKKPJkCnGAnCIzS5CTENbSlB2DFTahUQ { display:block; }#tKKPJkCnGAnCIzS5CTENbSlB2DFTahUQ > .row .container { width:20rem;height:72rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eGlyh5I0xmA0skiMuMooClOJbEyHTVbd { width:19.9375rem;height:7.22225rem;top:15.625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NdQ4Nr59TxyrAtUJJ9nDIJpg9KIJHZ3T { width:3.1875rem;height:3.1875rem;top:11.625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVqpBfP9Zo8f1xgHWkwQArbyoazrMuhG { width:14.8125rem;height:3.6111125rem;top:2.6845703125rem;left:2.59375rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRJfRu3ZPk1i13vb2aE7UcE6WP0icqzU { width:3.125rem;height:0.125rem;top:7.4345703125rem;left:8.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyrdPHA9H7035e15GaErSKIEilF5cXzA { width:2.3125rem;height:2.3125rem;top:12.125rem;left:8.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfO8fWhGQV4hA2klmTPvxCM4Rqpc7uWH { width:0.0625rem;height:25rem;top:15.9375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nxJcHRAlpiTZ1tTB5ICfv3lkTsJU49BV { width:3.8125rem;height:3.75rem;top:40.228950977326rem;left:8.0316839814187rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tu5GqZa1HXXlEWVky1N88qKwk7p2wtsi { width:2.3125rem;height:2.3125rem;top:41.011315334465rem;left:8.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXwD8atiwD0pK69e6JyOyCoTfSwnkQhV { width:20rem;height:7.22225rem;top:44.573815334465rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dkuToQ5XSnzeUVqDUckZFLe0nDhCJ2cg { width:20rem;height:5.41666875rem;top:60.625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #scA15vO8tRwJaixf1dfegiiRckk8bSTd { width:3.8125rem;height:3.75rem;top:26.5625rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMW2H1lTvbLOhuoFNGrzQCvr1RrePI0g { width:2.3125rem;height:2.3125rem;top:57.0625rem;left:8.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5y8obeo7xTc2JZfRUW7u6oTGk416qyX { width:20rem;height:5.41666875rem;top:31.0625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NV08vEoCOgrDDWrOI7yeWpTWFmCmGvd0 { width:0.0625rem;height:25rem;top:16.125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JCiNWzAA3LCTuC561adcpKk2hRvQqwDt { width:3.8125rem;height:3.75rem;top:56.3125rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqIpBeHhf71PL8NmaFTR0hqmE0ACwmtz { width:2.3125rem;height:2.3125rem;top:27.3125rem;left:8.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsr8cZ7xF5gUNBu7n9bQur1WKKBOhxgt { display:block; }#rsr8cZ7xF5gUNBu7n9bQur1WKKBOhxgt > .row .container { width:20rem;height:62rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ze0q04rLJ1ffqahArZGCR5UTifH6O3Vx { width:20rem;height:3.6111125rem;top:3.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaxNlBq7DFn1efWXS1Xox5dI2MV4sRJm { width:3.125rem;height:0.125rem;top:8rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVesy2CGqlR2KDW03UsJn9hNLRAWhPQ4 { width:20rem;height:3.6111125rem;top:9.375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zT5Ig6w8wZbp86TgW51SFJHCGyKu9D1q { width:20rem;height:11.25rem;top:15.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbNUBph45AxxC0VbtnoI2IAZZS5r9QcG { width:20rem;height:36rem;top:16.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPn0a7dne39B6IywUU1XmqgVvECcDzFr { display:block; }#sPn0a7dne39B6IywUU1XmqgVvECcDzFr > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EZ61ghcNvNGxvlVvnxTiPEp2R3UdRRss { width:20rem;height:1.18055625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPR6xoOfvILPBkEqtwVFg9P6ZZHqBJz6 { width:2.8125rem;height:0.0625rem;top:1.375rem;left:8.5625rem;display:none; }
 }