.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:240,221,222;--color-primary-1:205,141,145;--color-primary-2:155,26,34;--color-primary-3:78,13,17;--color-primary-4:23,4,5;--color-secondary-0:255,255,255;--color-secondary-1:255,255,255;--color-secondary-2:255,255,255;--color-secondary-3:128,128,128;--color-secondary-4:38,38,38;--color-tertiary-0:255,255,255;--color-tertiary-1:196,195,195;--color-tertiary-2:156,155,155;--color-tertiary-3:94,93,93;--color-tertiary-4:0,0,0;--headlines-font-family:"Oswald";--paragraphs-font-family:"Oswald"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),0.9);background-image:none;position:relative;display:block; }
#aHfnp32kriGTL8TDw4lmQ1ivpoc8F5a7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aHfnp32kriGTL8TDw4lmQ1ivpoc8F5a7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aHfnp32kriGTL8TDw4lmQ1ivpoc8F5a7 > .row > .video-iframe-container { display: none; }#aHfnp32kriGTL8TDw4lmQ1ivpoc8F5a7 > .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); }#X7caWorN6AvdOwdpR6pdqxCHyhHqmGcT { 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; }#X7caWorN6AvdOwdpR6pdqxCHyhHqmGcT > .row .container { background-color: transparent; background-image: none; }#X7caWorN6AvdOwdpR6pdqxCHyhHqmGcT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X7caWorN6AvdOwdpR6pdqxCHyhHqmGcT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X7caWorN6AvdOwdpR6pdqxCHyhHqmGcT > .row .container > .video-iframe-container { display: none; }#X7caWorN6AvdOwdpR6pdqxCHyhHqmGcT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X7caWorN6AvdOwdpR6pdqxCHyhHqmGcT > .row > .video-iframe-container { display: none; }#X7caWorN6AvdOwdpR6pdqxCHyhHqmGcT > .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); }#X7caWorN6AvdOwdpR6pdqxCHyhHqmGcT > .row .container { border-width: 0; border-radius: 0; }#X7caWorN6AvdOwdpR6pdqxCHyhHqmGcT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X7caWorN6AvdOwdpR6pdqxCHyhHqmGcT > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:60rem;position:relative;display:block; }#zIa9mtxADqDkxqZtFxMLLsS1NGmof4Mg { background-color:transparent;background-image:none;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:#2c3e50;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:6.5rem;height:2.1875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.25rem;left:29.125rem;display:block; }
#PMW174NTkW79UPGdXk0x5X2uMvuEqtuQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#suI73wkX1IfBZs6PAEKu0NTbg4VdSQKc { background-color:transparent;background-image:none;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:#2c3e50;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:6.5rem;height:2.1875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.25rem;left:36.3125rem;display:block; }
#HFIsZLzMxc8px5IaCW4aNS8m45CIdlzD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l2EL0pkPaRidrIlXSoFZTbu3ygPNindr { background-color:transparent;background-image: -webkit-linear-gradient(115deg, rgba(var(--color-primary-2),0.9), rgba(var(--color-primary-2),0.9));background-image: -moz-linear-gradient(115deg, rgba(var(--color-primary-2),0.9), rgba(var(--color-primary-2),0.9));background-image: -ms-linear-gradient(115deg, rgba(var(--color-primary-2),0.9), rgba(var(--color-primary-2),0.9));background-image: -o-linear-gradient(115deg, rgba(var(--color-primary-2),0.9), rgba(var(--color-primary-2),0.9));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.9)', endColorstr='rgba(var(--color-primary-2),0.9)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.9)', endColorstr='rgba(var(--color-primary-2),0.9)' );";background-image: linear-gradient(115deg, rgba(var(--color-primary-2),0.9), rgba(var(--color-primary-2),0.9));background-size:auto !important;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;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6865rem;height:2.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0.9375rem;left:51.3134765625rem;display:block; }
#odJaKDEV3Lbpg8Su1oxsQghkhNqQqCmT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PT4TsAdhXdPE1zQpTgD32L48G0xUQLCi { background-color:transparent;background-image:none;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:#2c3e50;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:6.5rem;height:2.1875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.25rem;left:43.8125rem;display:block; }
#UJFCTmGHOyX4O0PoLkd82wcsVPbQhCiB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fsmEWTiUL7T2hsMASOKqIyzTqSJ329vw { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:9.4375rem;top:0.21875rem;left:0rem;overflow:hidden;display:block; }
#Sngih8TXuDgIuW64Ss36h8WnxUM4LhK4 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(187,196,195,0.9);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#Sngih8TXuDgIuW64Ss36h8WnxUM4LhK4 > .row .container { background-color: transparent; background-image: none; }#Sngih8TXuDgIuW64Ss36h8WnxUM4LhK4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sngih8TXuDgIuW64Ss36h8WnxUM4LhK4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sngih8TXuDgIuW64Ss36h8WnxUM4LhK4 > .row .container > .video-iframe-container { display: none; }#Sngih8TXuDgIuW64Ss36h8WnxUM4LhK4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sngih8TXuDgIuW64Ss36h8WnxUM4LhK4 > .row > .video-iframe-container { display: none; }#Sngih8TXuDgIuW64Ss36h8WnxUM4LhK4 > .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); }#Sngih8TXuDgIuW64Ss36h8WnxUM4LhK4 > .row .container { border-width: 0; border-radius: 0; }#Sngih8TXuDgIuW64Ss36h8WnxUM4LhK4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Sngih8TXuDgIuW64Ss36h8WnxUM4LhK4 > .row .container { font-size:0.875rem;font-family:arial;height:53.25rem;width:60rem;position:relative;display:block; }#LxwGDKV19qXJ0udrZP7QtBwfUbAxmM49 { display:block;width:30rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.75rem;left:0rem;height:3.16845625rem;color:#190800;font-style:normal;display:block; }
#rwo50XUSqTJLoVI0Ou53TiDzOyh2PWRe { display:block;width:28.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:15.47509765625rem;left:0rem;height:34.207975rem;color:rgba(var(--color-tertiary-4),1);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:justify;text-align-last:initial;display:block; }
#wEDn1WyqD6W4coGrbvF5p4445IokTdvi { border-bottom:0;border-left:0;border-right:0;border-top:0;height:32.1875rem;width:22.75rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:4.71875rem;left:35.24853515625rem;overflow:hidden;display:block; }
#TW8MAxmfLMlX0mIekgG9wLNkqRDWD9RE { display:block;width:30.3115rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:7.875rem;left:0rem;height:5.5244125rem;color:#1e2326;font-style:normal;display:block; }
#cWlXlwabKbPDoavstEC0kd9lrbMiPDHE { border-bottom:0;border-left:0;border-right:0;border-top:0.0625rem solid rgba(var(--color-secondary-0),0.15);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;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#cWlXlwabKbPDoavstEC0kd9lrbMiPDHE > .row .container { background-color: transparent; background-image: none; }#cWlXlwabKbPDoavstEC0kd9lrbMiPDHE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cWlXlwabKbPDoavstEC0kd9lrbMiPDHE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cWlXlwabKbPDoavstEC0kd9lrbMiPDHE > .row .container > .video-iframe-container { display: none; }#cWlXlwabKbPDoavstEC0kd9lrbMiPDHE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cWlXlwabKbPDoavstEC0kd9lrbMiPDHE > .row > .video-iframe-container { display: none; }#cWlXlwabKbPDoavstEC0kd9lrbMiPDHE > .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); }#cWlXlwabKbPDoavstEC0kd9lrbMiPDHE > .row .container { border-width: 0; border-radius: 0; }#cWlXlwabKbPDoavstEC0kd9lrbMiPDHE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#cWlXlwabKbPDoavstEC0kd9lrbMiPDHE > .row .container { font-size:0.875rem;font-family:arial;height:13.28125rem;width:60rem;position:relative;display:block; }#Ddz7T6m1tc8128k9Fbe5uvIOh2rTALe2 { display:block;width:15rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.9375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.9375rem;left:5.75rem;height:6.4184375rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#rSWyty5SPp4KvvoOoJbPU2Pi6KlCvQfG { display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:8.25rem;left:5.75rem;height:2.35595625rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#IE5D2B0tfBamx8SkXD1KOJSBd093sI3u { display:block;width:15rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.9375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.9375rem;left:22.6875rem;height:6.4184375rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#oy1m44EIRHIKc4Tw0ATT3BJBDr75JV58 { display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:7.9375rem;left:22.6875rem;height:2.35595625rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#Ps2un6DXfBhauwe8VwsPXcXClquTq8AH { display:block;width:15rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.9375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.9375rem;left:41.375rem;height:6.4184375rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#NJ12SPF9UXFOXTcXweEmR9hSlw3NfWgn { display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:7.9375rem;left:41.375rem;height:2.35595625rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#l9QqCdFHh8cmi6l0b1fQpqq7VEVLQ9H7 { border-bottom:0;border-left:0;border-right:0;border-top: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; }#l9QqCdFHh8cmi6l0b1fQpqq7VEVLQ9H7 > .row .container { background-color: transparent; background-image: none; }#l9QqCdFHh8cmi6l0b1fQpqq7VEVLQ9H7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l9QqCdFHh8cmi6l0b1fQpqq7VEVLQ9H7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l9QqCdFHh8cmi6l0b1fQpqq7VEVLQ9H7 > .row .container > .video-iframe-container { display: none; }#l9QqCdFHh8cmi6l0b1fQpqq7VEVLQ9H7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l9QqCdFHh8cmi6l0b1fQpqq7VEVLQ9H7 > .row > .video-iframe-container { display: none; }#l9QqCdFHh8cmi6l0b1fQpqq7VEVLQ9H7 > .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); }#l9QqCdFHh8cmi6l0b1fQpqq7VEVLQ9H7 > .row .container { border-width: 0; border-radius: 0; }#l9QqCdFHh8cmi6l0b1fQpqq7VEVLQ9H7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l9QqCdFHh8cmi6l0b1fQpqq7VEVLQ9H7 > .row .container { font-size:0.875rem;font-family:arial;height:11.625rem;width:60rem;position:relative;display:block; }#J74kUdNzFGKMHVNhWwqW7BWsfT9baX5Z { display:block;width:23.7480625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.78076171875rem;left:18.12451171875rem;height:4.0625rem;font-style:normal;color:#1e2326;text-align:center;text-align-last:center;display:block; }
#rdl9qE6O6zx28nJcOW9mCi78Oe240T5x { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#rdl9qE6O6zx28nJcOW9mCi78Oe240T5x > .row .container { background-color: transparent; background-image: none; }#rdl9qE6O6zx28nJcOW9mCi78Oe240T5x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rdl9qE6O6zx28nJcOW9mCi78Oe240T5x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rdl9qE6O6zx28nJcOW9mCi78Oe240T5x > .row .container > .video-iframe-container { display: none; }#rdl9qE6O6zx28nJcOW9mCi78Oe240T5x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rdl9qE6O6zx28nJcOW9mCi78Oe240T5x > .row > .video-iframe-container { display: none; }#rdl9qE6O6zx28nJcOW9mCi78Oe240T5x > .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); }#rdl9qE6O6zx28nJcOW9mCi78Oe240T5x > .row .container { border-width: 0; border-radius: 0; }#rdl9qE6O6zx28nJcOW9mCi78Oe240T5x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#rdl9qE6O6zx28nJcOW9mCi78Oe240T5x > .row .container { font-size:0.875rem;font-family:arial;height:10.375rem;width:60rem;position:relative;display:block; }#mRkkGHx91ZvGrTXzFQGIrMeLRI4Qhe1I { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;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;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15000;top:0rem;left:0rem;display:block; }
#f3KS29uvBctnEebT81E2eT5WFh6Eplhg { display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.900390625rem;left:5.3125rem;height:1.94970625rem;color:#1e2326;display:block; }
#ms5PP5NrRKO4QOIQHJxBnWrApb6IPydk { display:block;width:23.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15002;line-height:1.7;letter-spacing:0;top:4.625rem;left:5.375rem;height:2.761725rem;color:rgba(var(--color-tertiary-2),1);font-style:normal;display:block; }
#xTNEkAeMCAVQtTJ8euOH6enSlCMNII5q { display:block;width:2.6875rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:0.8125rem;left:0.5625rem;height:1.875rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#QP9PfGS8cK3uUyqTayHLVeTp3Q07PAho { display:block;width:20.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:0.900390625rem;left:35.6884765625rem;height:1.94970625rem;color:#1e2326;display:block; }
#ZZzHI4tHinqntAdoJEh46LGe4DRhc54h { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;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;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15004;top:0rem;left:30rem;display:block; }
#lir4oTUToX9qvRZE8ovHFnuaiIVC6QZm { display:block;width:2.686525rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:0.9375rem;left:30.53173828125rem;height:1.875rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#JCBmKtBNSeiGsRzTcfktiTNSuLTKP3JP { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#JCBmKtBNSeiGsRzTcfktiTNSuLTKP3JP > .row .container { background-color: transparent; background-image: none; }#JCBmKtBNSeiGsRzTcfktiTNSuLTKP3JP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JCBmKtBNSeiGsRzTcfktiTNSuLTKP3JP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JCBmKtBNSeiGsRzTcfktiTNSuLTKP3JP > .row .container > .video-iframe-container { display: none; }#JCBmKtBNSeiGsRzTcfktiTNSuLTKP3JP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JCBmKtBNSeiGsRzTcfktiTNSuLTKP3JP > .row > .video-iframe-container { display: none; }#JCBmKtBNSeiGsRzTcfktiTNSuLTKP3JP > .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); }#JCBmKtBNSeiGsRzTcfktiTNSuLTKP3JP > .row .container { border-width: 0; border-radius: 0; }#JCBmKtBNSeiGsRzTcfktiTNSuLTKP3JP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#JCBmKtBNSeiGsRzTcfktiTNSuLTKP3JP > .row .container { font-size:0.875rem;font-family:arial;height:14.125rem;width:60rem;position:relative;display:block; }#FPRSASusTqTlEO2AkZTKItQN6SAnGEWU { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;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;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15000;top:0rem;left:0rem;display:block; }
#UROkXNmX5Fza79dCWefreSF8sCV6diu8 { display:block;width:21.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.900390625rem;left:5.56201171875rem;height:1.94970625rem;color:#1e2326;display:block; }
#R72B6nPvxa4MBumcHSS66DHkt1iZHBIN { display:block;width:24.4995rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15002;line-height:1.7;letter-spacing:0;top:3.75rem;left:5.56201171875rem;height:1.3808625rem;color:rgba(var(--color-tertiary-2),1);font-style:normal;display:block; }
#cXVue0K1H7x5DXkhCAmLXbIzXb0anaQ1 { display:block;width:2.6875rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:0.8125rem;left:0.5625rem;height:1.875rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#BGsqedRJiV86fELBTxb3pa9Dn124emlW { display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:0.900390625rem;left:35.5625rem;height:1.94970625rem;color:#1e2326;display:block; }
#I303VyE2Fdke22F8bQKoZDIwnkW7msZ8 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;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;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15004;top:0rem;left:30rem;display:block; }
#aoFvNtwsyo80CIQqyzrmJwwIWLT2lo5x { display:block;width:2.6875rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:0.8125rem;left:30.5625rem;height:1.875rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#krSvtrbHbJBNsoPMxJWHGfp30cKnV7hX { display:block;width:22.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15004;line-height:1.7;letter-spacing:0;top:4.625rem;left:35.5625rem;height:6.9043125rem;color:rgba(var(--color-tertiary-2),1);font-style:normal;display:block; }
#TIGZPgTqBieXrL5ctfwf4Wu0MggRcGsH { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#TIGZPgTqBieXrL5ctfwf4Wu0MggRcGsH > .row .container { background-color: transparent; background-image: none; }#TIGZPgTqBieXrL5ctfwf4Wu0MggRcGsH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIGZPgTqBieXrL5ctfwf4Wu0MggRcGsH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIGZPgTqBieXrL5ctfwf4Wu0MggRcGsH > .row .container > .video-iframe-container { display: none; }#TIGZPgTqBieXrL5ctfwf4Wu0MggRcGsH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIGZPgTqBieXrL5ctfwf4Wu0MggRcGsH > .row > .video-iframe-container { display: none; }#TIGZPgTqBieXrL5ctfwf4Wu0MggRcGsH > .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); }#TIGZPgTqBieXrL5ctfwf4Wu0MggRcGsH > .row .container { border-width: 0; border-radius: 0; }#TIGZPgTqBieXrL5ctfwf4Wu0MggRcGsH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TIGZPgTqBieXrL5ctfwf4Wu0MggRcGsH > .row .container { font-size:0.875rem;font-family:arial;height:11.625rem;width:60rem;position:relative;display:block; }#tP74znDF0U3r9H0xllzDKNBdGS2A3eGM { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;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;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15000;top:0rem;left:0rem;display:block; }
#LcK6DLn338nlMMJyAESqJM3JsPTXmIqD { display:block;width:20.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.900390625rem;left:5.4990234375rem;height:1.94970625rem;color:#1e2326;display:block; }
#EMRItKetT7qnCSGXdm7eABK4JNNZIt9r { display:block;width:2.6875rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:0.8125rem;left:0.5625rem;height:1.875rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#rzgg66AMg8lp8sHQEfOE3NJIqGhHSOL0 { display:block;width:24.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:0.900390625rem;left:35.625rem;height:1.94970625rem;color:#1e2326;display:block; }
#J4XAten81JvGITTZAIhJ8MLSbVmqf4Bq { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;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;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15004;top:0rem;left:30rem;display:block; }
#iQAbTDsUNvMPRZMJBfTIREpcEs1nwhZz { display:block;width:2.6875rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:0.8125rem;left:30.5625rem;height:1.875rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#rVmPTt4ZOwiMSZrqQ1avA8fFrRkMWRWa { display:block;width:22.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15007;line-height:1.7;letter-spacing:0;top:4.5625rem;left:5.4990234375rem;height:4.1425875rem;color:rgba(var(--color-tertiary-2),1);font-style:normal;display:block; }
#g4EKg6ylG45ukUW3Ne9u3T1z8NsTDKoF { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#g4EKg6ylG45ukUW3Ne9u3T1z8NsTDKoF > .row .container { background-color: transparent; background-image: none; }#g4EKg6ylG45ukUW3Ne9u3T1z8NsTDKoF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g4EKg6ylG45ukUW3Ne9u3T1z8NsTDKoF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g4EKg6ylG45ukUW3Ne9u3T1z8NsTDKoF > .row .container > .video-iframe-container { display: none; }#g4EKg6ylG45ukUW3Ne9u3T1z8NsTDKoF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g4EKg6ylG45ukUW3Ne9u3T1z8NsTDKoF > .row > .video-iframe-container { display: none; }#g4EKg6ylG45ukUW3Ne9u3T1z8NsTDKoF > .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); }#g4EKg6ylG45ukUW3Ne9u3T1z8NsTDKoF > .row .container { border-width: 0; border-radius: 0; }#g4EKg6ylG45ukUW3Ne9u3T1z8NsTDKoF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#g4EKg6ylG45ukUW3Ne9u3T1z8NsTDKoF > .row .container { font-size:0.875rem;font-family:arial;height:11.125rem;width:60rem;position:relative;display:block; }#oeHdkZZ5CvuWcEfxiPHEnW9ia53HPMsk { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;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;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15000;top:0rem;left:0rem;display:block; }
#ro4mTAbgn8fpccPS2LnT1GOkUrk0MReN { display:block;width:19.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:5.74951171875rem;height:3.8994125rem;color:#1e2326;display:block; }
#SX22kCeBi0FsptmuuGNh3VNUVRtAQwFu { display:block;width:2.6875rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:0.8125rem;left:0.5625rem;height:1.875rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#PMOiseMnk32I5cJ589mGwwl0Iv5QxcU6 { display:block;width:21.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15006;line-height:1.7;letter-spacing:0;top:4.36572265625rem;left:35.625rem;height:4.1425875rem;color:rgba(var(--color-tertiary-2),1);font-style:normal;display:block; }
#GRs37nymegVW10sSTgDJKiaoCdTquafZ { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;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;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15004;top:0rem;left:30rem;display:block; }
#TcFmD4TnFU9odsZK89Q6UuR54ftf35fG { display:block;width:2.6875rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:0.8125rem;left:30.5625rem;height:1.875rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#uSwd6dWaTMH9apV94d2luPeuJ9wT0vQe { display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:0.900390625rem;left:35.625rem;height:1.94970625rem;color:#1e2326;display:block; }
#qfJtZHzyaOEd9epQpQOKlKh0AFOPialy { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#qfJtZHzyaOEd9epQpQOKlKh0AFOPialy > .row .container { background-color: transparent; background-image: none; }#qfJtZHzyaOEd9epQpQOKlKh0AFOPialy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qfJtZHzyaOEd9epQpQOKlKh0AFOPialy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qfJtZHzyaOEd9epQpQOKlKh0AFOPialy > .row .container > .video-iframe-container { display: none; }#qfJtZHzyaOEd9epQpQOKlKh0AFOPialy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qfJtZHzyaOEd9epQpQOKlKh0AFOPialy > .row > .video-iframe-container { display: none; }#qfJtZHzyaOEd9epQpQOKlKh0AFOPialy > .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); }#qfJtZHzyaOEd9epQpQOKlKh0AFOPialy > .row .container { border-width: 0; border-radius: 0; }#qfJtZHzyaOEd9epQpQOKlKh0AFOPialy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#qfJtZHzyaOEd9epQpQOKlKh0AFOPialy > .row .container { font-size:0.875rem;font-family:arial;height:11rem;width:60rem;position:relative;display:block; }#QO1fA0eQyBaAXXsbT6SvT7MFS1Liqicp { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;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;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15000;top:0rem;left:0rem;display:block; }
#dXCkBskhIGvDJIaXKB5LNmwt9HdWwPTG { display:block;width:21.9985625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.0625rem;left:5.81201171875rem;height:1.94970625rem;color:#1e2326;display:block; }
#LyV7lgkfOZv1xWUByAzwdqi4qy6x7M8r { display:block;width:2.6875rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:0.8125rem;left:0.5625rem;height:1.875rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#OLgDbuevKvucq1Ab3BoSTExhKm1z1iVb { display:block;width:24.0600625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15006;line-height:1.7;letter-spacing:0;top:4.9794921875rem;left:35.939453125rem;height:4.1425875rem;color:rgba(var(--color-tertiary-2),1);font-style:normal;display:block; }
#mIniDXoLSg9MU9eKxAOVB1QC3tc2bdop { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;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;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15004;top:0rem;left:30rem;display:block; }
#IrByNb79mrZCVJSE1TXoSSQ22yzWFGDF { display:block;width:2.6875rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:0.8125rem;left:30.5625rem;height:1.875rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#kSVwxPthgZqy3ts8RBNsoFRRDyff1A3p { display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:0rem;left:35.78125rem;height:3.8994125rem;color:#1e2326;display:block; }
#xBJOJltSyLOAIT1wzZ3theQEwW5ZCW9T { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#xBJOJltSyLOAIT1wzZ3theQEwW5ZCW9T > .row .container { background-color: transparent; background-image: none; }#xBJOJltSyLOAIT1wzZ3theQEwW5ZCW9T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xBJOJltSyLOAIT1wzZ3theQEwW5ZCW9T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xBJOJltSyLOAIT1wzZ3theQEwW5ZCW9T > .row .container > .video-iframe-container { display: none; }#xBJOJltSyLOAIT1wzZ3theQEwW5ZCW9T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xBJOJltSyLOAIT1wzZ3theQEwW5ZCW9T > .row > .video-iframe-container { display: none; }#xBJOJltSyLOAIT1wzZ3theQEwW5ZCW9T > .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); }#xBJOJltSyLOAIT1wzZ3theQEwW5ZCW9T > .row .container { border-width: 0; border-radius: 0; }#xBJOJltSyLOAIT1wzZ3theQEwW5ZCW9T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#xBJOJltSyLOAIT1wzZ3theQEwW5ZCW9T > .row .container { font-size:0.875rem;font-family:arial;height:7.9375rem;width:60rem;position:relative;display:block; }#w7DhwLMpHZ19xcdHJrndk5oxFZUUo20c { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;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;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15000;top:0rem;left:0rem;display:block; }
#cxvXidT4Wbh90ZeHeAWtIkCP3XCO1v4V { display:block;width:24.2485625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.900390625rem;left:5.8134765625rem;height:1.94970625rem;color:#1e2326;display:block; }
#uuE5WhrOkVrNBFrgu0HC4gTG1PxlXavH { display:block;width:2.6875rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:0.8125rem;left:0.5625rem;height:1.875rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#r9M45CiuUEknLVoqiMlqu5ufEkeT21h0 { display:block;width:21.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:0rem;left:35.8125rem;height:5.84911875rem;color:#1e2326;display:block; }
#Go2fT0tDMxuwd1XgUleggGeFSmPnSuL6 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;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;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15004;top:0rem;left:30rem;display:block; }
#n06xQHuqwVkobKn6u584tJbysb14DqfH { display:block;width:2.686525rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:0.9375rem;left:30.53173828125rem;height:1.875rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#BT5r2ABzZWVUQQTx4KVVGJpfPaBk4RMs { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),0.88);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; }#BT5r2ABzZWVUQQTx4KVVGJpfPaBk4RMs > .row .container { background-color: transparent; background-image: none; }#BT5r2ABzZWVUQQTx4KVVGJpfPaBk4RMs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BT5r2ABzZWVUQQTx4KVVGJpfPaBk4RMs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BT5r2ABzZWVUQQTx4KVVGJpfPaBk4RMs > .row .container > .video-iframe-container { display: none; }#BT5r2ABzZWVUQQTx4KVVGJpfPaBk4RMs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BT5r2ABzZWVUQQTx4KVVGJpfPaBk4RMs > .row > .video-iframe-container { display: none; }#BT5r2ABzZWVUQQTx4KVVGJpfPaBk4RMs > .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); }#BT5r2ABzZWVUQQTx4KVVGJpfPaBk4RMs > .row .container { border-width: 0; border-radius: 0; }#BT5r2ABzZWVUQQTx4KVVGJpfPaBk4RMs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BT5r2ABzZWVUQQTx4KVVGJpfPaBk4RMs > .row .container { font-size:0.875rem;font-family:arial;height:20.8125rem;width:60rem;position:relative;display:block; }#ZxTyoq1M5m6kFOOXU2XE18005ZR5NtP9 { display:block;width:39rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.400390625rem;left:18.125rem;height:2.76220625rem;font-style:normal;color:#2c3e50;text-align:center;text-align-last:center;display:block; }
#K8BGyPETGrGwvxmfhDwd8wqyUKHfyQZc { background-color:transparent;background-image: -webkit-linear-gradient(115deg, rgba(var(--color-primary-2),0.9), rgba(var(--color-primary-2),0.9));background-image: -moz-linear-gradient(115deg, rgba(var(--color-primary-2),0.9), rgba(var(--color-primary-2),0.9));background-image: -ms-linear-gradient(115deg, rgba(var(--color-primary-2),0.9), rgba(var(--color-primary-2),0.9));background-image: -o-linear-gradient(115deg, rgba(var(--color-primary-2),0.9), rgba(var(--color-primary-2),0.9));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.9)', endColorstr='rgba(var(--color-primary-2),0.9)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.9)', endColorstr='rgba(var(--color-primary-2),0.9)' );";background-image: linear-gradient(115deg, rgba(var(--color-primary-2),0.9), rgba(var(--color-primary-2),0.9));background-size:auto !important;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;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:2.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.125rem;height:8.1875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.875rem;left:13.9375rem;display:block; }
#zg13v1wu2dJXmMIJgKiJ1X8kJU3l0UC1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e6LkHJHfUSnT8UrNTB89XogRA3m7Bbr4 { display:block;width:25.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:13.75rem;left:7.25rem;height:2.76220625rem;font-style:normal;color:#2c3e50;text-align:left;text-align-last:left;display:block; }
#LCTb0NT77JTpsQK9vJHklXRK0W9ce30C .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#LCTb0NT77JTpsQK9vJHklXRK0W9ce30C .widget-text.counter-number { border-top:0.1875rem solid #2a2d3d;border-left:0.1875rem solid #2a2d3d;border-right:0.1875rem solid #2a2d3d;border-bottom:0.1875rem solid #2a2d3d;background-color:transparent;background-image:none;color:#2a2d3d;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem; }
#LCTb0NT77JTpsQK9vJHklXRK0W9ce30C .widget-text.counter-label { background-color:;background-image:none;color:#2a2d3d;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal; }
#LCTb0NT77JTpsQK9vJHklXRK0W9ce30C { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:19.5rem;height:5.4375rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:12.3125rem;left:33.125rem;z-index:15009; }
#LCTb0NT77JTpsQK9vJHklXRK0W9ce30C #mzL1JoIPtRuedN0q4l3Gf7iK19o9ukpk { display:flex;position:relative;top:0rem;left:0rem; }
#LCTb0NT77JTpsQK9vJHklXRK0W9ce30C #XI1OL02CdhcrwuTcEcGanA0EX4TCS1CZ { width:auto; }
#LCTb0NT77JTpsQK9vJHklXRK0W9ce30C #wgqx4Ug7x3TfGg3aWTCZHM2Ot6PgPSFU {  }
#LCTb0NT77JTpsQK9vJHklXRK0W9ce30C #Sp1wn9PkxMB8JHCNPl3NUFkoi9TVFXP6 { display:flex;position:relative;top:0rem;left:0rem; }
#LCTb0NT77JTpsQK9vJHklXRK0W9ce30C #QTuZcNhCRhC6it7xbMDWPtZFkKxU1ASp {  }
#LCTb0NT77JTpsQK9vJHklXRK0W9ce30C #KWiP3CiXbCQTK1qksKEe4l4DUuJcgkdA {  }
#LCTb0NT77JTpsQK9vJHklXRK0W9ce30C #zLFgacJewiW6rTQP4cl5bS6TBIcB7ZVe { display:flex;position:relative;top:0rem;left:0rem; }
#LCTb0NT77JTpsQK9vJHklXRK0W9ce30C #THOT1NsTP3TIkN3XVTKg0O3I3BbwP7k0 {  }
#LCTb0NT77JTpsQK9vJHklXRK0W9ce30C #TFINrfGRtLcaul6XBBcaDGQL3BZEwRIm {  }
#LCTb0NT77JTpsQK9vJHklXRK0W9ce30C #bWkuUvO20uyx9rcStC0Iqc2qUrzlgOT1 { display:flex;position:relative;top:0rem;left:0rem; }
#LCTb0NT77JTpsQK9vJHklXRK0W9ce30C #LOn23zn9aJaGnWbHrUCns44Nm2y6miqJ {  }
#LCTb0NT77JTpsQK9vJHklXRK0W9ce30C #avOlFHze27OcoBKScTyxfUDrtG0fQXyv {  }
#mKScCTT5y8pcGP5lkDIWqVT6w9QFO1ZT { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#mKScCTT5y8pcGP5lkDIWqVT6w9QFO1ZT > .row .container { background-color: transparent; background-image: none; }#mKScCTT5y8pcGP5lkDIWqVT6w9QFO1ZT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mKScCTT5y8pcGP5lkDIWqVT6w9QFO1ZT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mKScCTT5y8pcGP5lkDIWqVT6w9QFO1ZT > .row .container > .video-iframe-container { display: none; }#mKScCTT5y8pcGP5lkDIWqVT6w9QFO1ZT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mKScCTT5y8pcGP5lkDIWqVT6w9QFO1ZT > .row > .video-iframe-container { display: none; }#mKScCTT5y8pcGP5lkDIWqVT6w9QFO1ZT > .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); }#mKScCTT5y8pcGP5lkDIWqVT6w9QFO1ZT > .row .container { border-width: 0; border-radius: 0; }#mKScCTT5y8pcGP5lkDIWqVT6w9QFO1ZT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#mKScCTT5y8pcGP5lkDIWqVT6w9QFO1ZT > .row .container { font-size:0.875rem;font-family:arial;height:44.5rem;width:60rem;position:relative;display:block; }#SLpbx1ZeWrPwvyfQrSNzB6hvO4cu74v4 { display:block;width:23.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.0625rem;left:14.25rem;height:2.76220625rem;font-style:normal;color:#2c3e50;display:block; }
#dAc4M9k15g712ouDrSv3Jilaitap6vlz { border-bottom:0;border-left:0;border-right:0;border-top:0;height:9.25rem;width:12.375rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;top:2.13671875rem;left:0rem;overflow:hidden;display:block; }
#VWoW5BFBTpPIMOhWgbT0yVGgeDaACAX8 { display:block;width:45.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:10.3125rem;left:14.25rem;height:32.4951375rem;color:rgba(var(--color-tertiary-2),1);text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#GafCPKs7xPx0ftBRahNtNFdT0USNhwvt { display:block;width:27.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:4.8125rem;left:14.25rem;height:3.8994125rem;color:#2c3e50;font-style:normal;display:block; }
#ZZIHHRlnylHTnQ2RJkDGHT121X37TwrR { border-bottom:0;border-left:0;border-right:0;border-top:0.0625rem solid rgba(var(--color-secondary-0),0.15);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;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#ZZIHHRlnylHTnQ2RJkDGHT121X37TwrR > .row .container { background-color: transparent; background-image: none; }#ZZIHHRlnylHTnQ2RJkDGHT121X37TwrR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZIHHRlnylHTnQ2RJkDGHT121X37TwrR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZIHHRlnylHTnQ2RJkDGHT121X37TwrR > .row .container > .video-iframe-container { display: none; }#ZZIHHRlnylHTnQ2RJkDGHT121X37TwrR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZIHHRlnylHTnQ2RJkDGHT121X37TwrR > .row > .video-iframe-container { display: none; }#ZZIHHRlnylHTnQ2RJkDGHT121X37TwrR > .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); }#ZZIHHRlnylHTnQ2RJkDGHT121X37TwrR > .row .container { border-width: 0; border-radius: 0; }#ZZIHHRlnylHTnQ2RJkDGHT121X37TwrR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ZZIHHRlnylHTnQ2RJkDGHT121X37TwrR > .row .container { font-size:0.875rem;font-family:arial;height:1.53125rem;width:60rem;position:relative;display:block; }#cnnZTTipCmeC9fHAgGoG44B8ezbkWwhr { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),0.88);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; }#cnnZTTipCmeC9fHAgGoG44B8ezbkWwhr > .row .container { background-color: transparent; background-image: none; }#cnnZTTipCmeC9fHAgGoG44B8ezbkWwhr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cnnZTTipCmeC9fHAgGoG44B8ezbkWwhr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cnnZTTipCmeC9fHAgGoG44B8ezbkWwhr > .row .container > .video-iframe-container { display: none; }#cnnZTTipCmeC9fHAgGoG44B8ezbkWwhr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cnnZTTipCmeC9fHAgGoG44B8ezbkWwhr > .row > .video-iframe-container { display: none; }#cnnZTTipCmeC9fHAgGoG44B8ezbkWwhr > .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); }#cnnZTTipCmeC9fHAgGoG44B8ezbkWwhr > .row .container { border-width: 0; border-radius: 0; }#cnnZTTipCmeC9fHAgGoG44B8ezbkWwhr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cnnZTTipCmeC9fHAgGoG44B8ezbkWwhr > .row .container { font-size:0.875rem;font-family:arial;height:28.5625rem;width:60rem;position:relative;display:block; }#nD6snqe8xnDJT6BaETBGN0VEb3mTC5PV { display:block;width:38.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.625rem;left:11rem;height:2.76220625rem;font-style:normal;color:#2c3e50;text-align:center;text-align-last:center;display:block; }
#PkpcbVVX5MaRUPWxSshueV0K0OflRDWO { display:block;width:38.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.9375rem;left:11rem;height:1.54345625rem;font-style:normal;color:#2c3e50;text-align:center;text-align-last:center;display:block; }
#rdQC3FnQtlkfxX4NiCi5peCPTf1LFPrM { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:20.75rem;top:8.3125rem;left:7.5625rem;overflow:hidden;display:block; }
#ZX9b8BUkzmHwV4itOvv4hxP7XIFNFmvv { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:20.75rem;top:8.3125rem;left:31.6875rem;overflow:hidden;display:block; }
#EWhdQIiDgmO8FNGoB48xdxbKN85XShma { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:20.75rem;top:14.5625rem;left:7.5625rem;overflow:hidden;display:block; }
#imJU61GVzaBbGDmI3TDSU1Sx4erfGUvh { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:20.75rem;top:14.5625rem;left:31.6875rem;overflow:hidden;display:block; }
#FLIxrJUPtmDrrMA13rSqLty3U3w4n2ff { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:20.75rem;top:21.375rem;left:19.625rem;overflow:hidden;display:block; }
#fd1uT1ZUVXaWkSNJnwqBF0zgvzslF8e4 { border-bottom:0;border-left:0;border-right:0;border-top:0.0625rem solid rgba(var(--color-secondary-0),0.15);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;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#fd1uT1ZUVXaWkSNJnwqBF0zgvzslF8e4 > .row .container { background-color: transparent; background-image: none; }#fd1uT1ZUVXaWkSNJnwqBF0zgvzslF8e4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fd1uT1ZUVXaWkSNJnwqBF0zgvzslF8e4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fd1uT1ZUVXaWkSNJnwqBF0zgvzslF8e4 > .row .container > .video-iframe-container { display: none; }#fd1uT1ZUVXaWkSNJnwqBF0zgvzslF8e4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fd1uT1ZUVXaWkSNJnwqBF0zgvzslF8e4 > .row > .video-iframe-container { display: none; }#fd1uT1ZUVXaWkSNJnwqBF0zgvzslF8e4 > .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); }#fd1uT1ZUVXaWkSNJnwqBF0zgvzslF8e4 > .row .container { border-width: 0; border-radius: 0; }#fd1uT1ZUVXaWkSNJnwqBF0zgvzslF8e4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#fd1uT1ZUVXaWkSNJnwqBF0zgvzslF8e4 > .row .container { font-size:0.875rem;font-family:arial;height:1.53125rem;width:60rem;position:relative;display:block; }#vVssVrax9VTaWfdKBzky1KRNEww4EpIw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/dsd3a5b8/02.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vVssVrax9VTaWfdKBzky1KRNEww4EpIw.adaptive-delivery-prevent-bg, #vVssVrax9VTaWfdKBzky1KRNEww4EpIw.lazyload, #vVssVrax9VTaWfdKBzky1KRNEww4EpIw.lazyloading { background-image: none; }#vVssVrax9VTaWfdKBzky1KRNEww4EpIw > .row .container { background-color: transparent; background-image: none; }#vVssVrax9VTaWfdKBzky1KRNEww4EpIw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vVssVrax9VTaWfdKBzky1KRNEww4EpIw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vVssVrax9VTaWfdKBzky1KRNEww4EpIw > .row .container > .video-iframe-container { display: none; }#vVssVrax9VTaWfdKBzky1KRNEww4EpIw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vVssVrax9VTaWfdKBzky1KRNEww4EpIw > .row > .video-iframe-container { display: none; }#vVssVrax9VTaWfdKBzky1KRNEww4EpIw > .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); }#vVssVrax9VTaWfdKBzky1KRNEww4EpIw > .row .container { border-width: 0; border-radius: 0; }#vVssVrax9VTaWfdKBzky1KRNEww4EpIw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vVssVrax9VTaWfdKBzky1KRNEww4EpIw > .row .container { font-size:0.875rem;font-family:arial;height:101.25rem;width:60rem;position:relative;display:block; }#meA6nWk2p5Cd8HdG5VI75dslseyLAdhm { position:absolute;display:block;z-index:15000;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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.4375rem rgba(var(--color-tertiary-4),0.2) ;height:36.75rem;width:21.9375rem;top:9.25rem;left:19.0625rem;display:block; }
#Nk2XwXDOt8uC9A6baNfvtQrX9SbcTxTo { color:rgba(var(--color-tertiary-0),1);display:block;width:21.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:22.0625rem;left:19.09375rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xX09vJaq53kHKbN2QDy36eBpN0ZtR6R4 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.4375rem;width:11.625rem;top:2.5rem;left:24.1875rem;overflow:hidden;display:block; }
#OTrvll0aWTCo3NvUQblbxG7LwmrstixI { color:rgba(var(--color-tertiary-0),1);display:block;width:18.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:26.875rem;left:20.625rem;height:3.16845625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HHVpyXEgipDRZwQL6Qctc1BAfgnHuN3B { color:rgba(var(--color-tertiary-0),1);display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.6;letter-spacing:0;top:32.673828125rem;left:20.28125rem;height:5.3994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pBRgo3V7rlC4yh2Tx1TnZDu8MtZWoXWF { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#1d2d51;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.375rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:41.1875rem;left:22.3125rem;display:block; }
#A0xyyJSdwMSCBFC5cuyifTJhvGTM168H { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cCDu5ihbchXEr1DmPsZr1KxZNO6KCrGn { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.4375rem rgba(var(--color-tertiary-4),0.2) ;height:31.3125rem;width:19.125rem;top:11.9375rem;left:0rem;display:block; }
#kF82TWoISTJ1RnFpP5khtsWXwgV94feM { color:#1e2326;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15023;line-height:1.6;letter-spacing:0;top:30rem;left:0.8125rem;height:3.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g6nc9vzu8T8uoM1NPmgHKn9C1N8QSP8n { 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-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.375rem;height:3.436525rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:35.8125rem;left:1.875rem;display:block; }
#Hz51o40mSlAmikRiIddTW0P9l0MDHVne { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JqxgvIscO7FeeTDflruGkHoqTLIB1KsC { color:#1e2326;display:block;width:16.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:26.125rem;left:1.125rem;height:2.76220625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Nd9buzR2spCCOevTTNh29QWkTytFwasJ { color:#1e2326;display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:23.4375rem;left:0.8125rem;height:2.0317375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ceNThKXk2c5xiXTewsUl05BMWrfRDDXJ { 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:13.0625rem;width:9.1875rem;top:6.625rem;left:4.625rem;overflow:hidden;display:block; }
#IG1hK1MaeXXCQAgTw2r79uDqxeTCrFnS { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.4375rem rgba(var(--color-tertiary-4),0.2) ;height:31.3125rem;width:19.125rem;top:12rem;left:40.875rem;display:block; }
#GNtRK38a0duJNOpvtK67zElJ6xOOwciB { 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-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.375rem;height:3.436525rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:35.8125rem;left:42.75rem;display:block; }
#hvaQC4x6QTqpFNmyRNnzPh8nCvHFMCeF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#crpfxpW5kzlF0PsSyoP3KfEGDonFdgsa { color:#1d2d51;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15030;line-height:1.6;letter-spacing:0;top:30.1875rem;left:41.6875rem;height:1.79980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nrVbfkaGx064va2ViWVDxxL3wPiwh6mn { color:#1d2d51;display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:23.4375rem;left:41rem;height:2.0317375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Pm4wPvQEFk2uRo7HviO1oXxQ7Egnisq1 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.0625rem;width:9.1875rem;top:6.6875rem;left:45.8125rem;overflow:hidden;display:block; }
#Lp9zpEg09Q2ck9Mg9c3W6WJ0zGVXTdXV { color:#1d2d51;display:block;width:16.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:26.25rem;left:42rem;height:2.76220625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Gzmoe7HWCOhuf0Xl10HxXokakz74dOEl { color:#1e2326;display:block;width:33.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:97.25rem;left:13.0625rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C4X7itr7pQZkvsmyKoiiePDs9HZAOLo4 { background-color:transparent;background-image:none;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:#1e2326;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:45.25rem;height:3.5625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:93.0625rem;left:7.375rem;display:block; }
#CTmUdMgxtqZuwOzTh7COaqu8l6BwI6xL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#omT7Ra5BG8t7k2FspKoD95MnlewCTlzU { color:#1e2326;display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:28.88671875rem;left:0rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#scvvzITmIaoNy5Nl8bwtiLod4tt4IIGC { color:rgba(var(--color-tertiary-0),1);display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:30.04296875rem;left:20.4375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#h9Sc5R30WS859halrEcn1AI95B7gfoX1 { color:#1e2326;display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:55.125rem;left:34.25rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#nvmKwoTT2SMyqba1vVb8bkLbMyCHLIDE { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.4375rem rgba(var(--color-tertiary-4),0.2) ;height:24.0625rem;width:53rem;top:66.9375rem;left:3.5rem;display:block; }
#oH7CkEioC2RnGP4Lg67Ph577mxR9TPNm { position:absolute;display:block;z-index:15044;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:8rem;width:5.625rem;top:70.8125rem;left:4.875rem;overflow:hidden;display:block; }
#rQtcJ2cDXlv3zWiQBb6IIwRwvpEDrNgh { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.6875rem;width:5.25rem;top:70.9375rem;left:11.0625rem;overflow:hidden;display:block; }
#a4a7boa5s4dJTES4tgC8JxmpOR5i3gk9 { position:absolute;display:block;z-index:15045;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:7.875rem;width:5.5rem;top:70.875rem;left:16.875rem;overflow:hidden;display:block; }
#vB9I37qu9NtNAQh7eeDk5LvQIPDsbqGZ { color:#1e2326;display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15053;line-height:1.6;letter-spacing:0;top:75.25rem;left:29.375rem;height:9.09864375rem;font-style:normal;text-align:center;text-align-last:center;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; }
#fCee1Ooc2KSgO85QoEwlWMqCfnXMdtMK { position:absolute;display:block;z-index:15048;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:7.625rem;width:5.375rem;top:75.25rem;left:23.1875rem;overflow:hidden;display:block; }
#o4bX1lunTZhGhO6advvDPOTHGTTHJkAu { color:#1e2326;display:block;width:18.9975625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:68.5rem;left:31.6875rem;height:2.35595625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w88RrUh6IRsTbpkRfwQHqK8yByrJTVK7 { color:#1e2326;display:block;width:12.9975625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:71.625rem;left:34.6875rem;height:2.76220625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#evqQhmlwC6S7piNldS36FST2NqmAqma5 { position:absolute;display:block;z-index:15046;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:8rem;width:5.375rem;top:79.125rem;left:11rem;overflow:hidden;display:block; }
#i4wcr5QtQX5g4Tlfa5v7q0oLZBszntEb { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:5.4375rem;top:79rem;left:5rem;overflow:hidden;display:block; }
#NOznSWO8x8TR5LJTv2ZniD1MFrK4IOOX { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.625rem;width:5.375rem;top:79.125rem;left:17rem;overflow:hidden;display:block; }
#MWv3UgcTzFTbUHQ39nvf7TwpXbxURN8k { 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-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.375rem;height:3.436525rem;text-decoration:none;z-index:15061;text-align:center;text-align-last:center;top:85.25rem;left:33.5rem;display:block; }
#zSs5APZQvKg0KCfE0W9HT3f9y8tpDCWf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i3EUbhkTeMffOyDMlQbGn4fvd7nUHC5U { color:#1e2326;display:block;width:18.9975625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:88.6875rem;left:31.6875rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IZBWxepKEza0noGePzr5Ren5yrPcRhT9 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.4375rem rgba(var(--color-tertiary-4),0.2) ;height:16.6875rem;width:53rem;top:48.25rem;left:3.5rem;display:block; }
#avUuVSSqTfT2pQMWvRI7XGzINceTsaGw { 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:13.0625rem;width:9.1875rem;top:50.0625rem;left:5rem;overflow:hidden;display:block; }
#kM2NA1w1ymGGWtJIldOZvf3HF5eyd2m7 { position:absolute;display:block;z-index:15018;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:13.0625rem;width:9.1875rem;top:50.0625rem;left:15.0625rem;overflow:hidden;display:block; }
#s6FInoN4PO9iBWT1EDNoxpTcu8UDXdvJ { color:#1e2326;display:block;width:18.9975625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:50.0625rem;left:31.6875rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ot31691PBycQmboylB50ZZqpTED8Suag { color:#1e2326;display:block;width:26.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15048;line-height:1.6;letter-spacing:0;top:55.8125rem;left:27.875rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;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; }
#o25XTukA0qcx5wMqZmJQoq2ffvysxG0N { color:#1e2326;display:block;width:12.9975625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:52.875rem;left:34.6875rem;height:2.76220625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qMuoKSmymyPZS8rOOCyCUdAes3wEQnZG { 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-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.375rem;height:3.436525rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:59.75rem;left:33.5rem;display:block; }
#vEkPizNdw7dNVkh66z9iNbTigSmJnsfM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DpV5r2W8oIul0PGfoxu14sI39aIvsJbO { border-bottom:0;border-left:0;border-right:0;border-top:0.0625rem solid rgba(var(--color-secondary-0),0.15);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;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#DpV5r2W8oIul0PGfoxu14sI39aIvsJbO > .row .container { background-color: transparent; background-image: none; }#DpV5r2W8oIul0PGfoxu14sI39aIvsJbO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DpV5r2W8oIul0PGfoxu14sI39aIvsJbO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DpV5r2W8oIul0PGfoxu14sI39aIvsJbO > .row .container > .video-iframe-container { display: none; }#DpV5r2W8oIul0PGfoxu14sI39aIvsJbO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DpV5r2W8oIul0PGfoxu14sI39aIvsJbO > .row > .video-iframe-container { display: none; }#DpV5r2W8oIul0PGfoxu14sI39aIvsJbO > .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); }#DpV5r2W8oIul0PGfoxu14sI39aIvsJbO > .row .container { border-width: 0; border-radius: 0; }#DpV5r2W8oIul0PGfoxu14sI39aIvsJbO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#DpV5r2W8oIul0PGfoxu14sI39aIvsJbO > .row .container { font-size:0.875rem;font-family:arial;height:1.40625rem;width:60rem;position:relative;display:block; }#OuSaAuNuzMrUKuZhrikP2o5Lt3TPPP14 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#OuSaAuNuzMrUKuZhrikP2o5Lt3TPPP14 > .row .container { background-color: transparent; background-image: none; }#OuSaAuNuzMrUKuZhrikP2o5Lt3TPPP14::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OuSaAuNuzMrUKuZhrikP2o5Lt3TPPP14 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OuSaAuNuzMrUKuZhrikP2o5Lt3TPPP14 > .row .container > .video-iframe-container { display: none; }#OuSaAuNuzMrUKuZhrikP2o5Lt3TPPP14 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OuSaAuNuzMrUKuZhrikP2o5Lt3TPPP14 > .row > .video-iframe-container { display: none; }#OuSaAuNuzMrUKuZhrikP2o5Lt3TPPP14 > .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); }#OuSaAuNuzMrUKuZhrikP2o5Lt3TPPP14 > .row .container { border-width: 0; border-radius: 0; }#OuSaAuNuzMrUKuZhrikP2o5Lt3TPPP14 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#OuSaAuNuzMrUKuZhrikP2o5Lt3TPPP14 > .row .container { font-size:0.875rem;font-family:arial;height:8.8125rem;width:60rem;overflow:visible;position:relative;display:block; }#vPEmCcyDBTzBieuQuJMrg9XXQ0EeNUA2 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:10.375rem;top:0.875rem;left:0rem;overflow:hidden;display:block; }
#t0I11KNRHrlpJI7B7Cf8aIQqdvXu2W6x { box-sizing:content-box;color:#1e2326;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:block;z-index:15005;top:1.5625rem;left:44.375rem;display:block; }
#GJx2yT6i28VeTCxfv2XO0erorB123yoN { box-sizing:content-box;color:#1e2326;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:block;z-index:15006;top:1.5625rem;left:47.5rem;display:block; }
#F50B0b89hyBPSyOuE0aiXG2Z3TL8O56z { box-sizing:content-box;color:#1e2326;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:block;z-index:15007;top:1.5625rem;left:53.75rem;display:block; }
#zMG2Pkw6LbsilRT0goi21ZKKENH78Eo4 { box-sizing:content-box;color:#1e2326;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:block;z-index:15008;top:1.5625rem;left:50.625rem;display:block; }
#fxXdZXFCiGbMJ3FZ9FW3E6EOQqeQ8ZQQ { box-sizing:content-box;color:#1e2326;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:block;z-index:15009;top:1.5625rem;left:56.875rem;display:block; }
#dcdIr2vJtMTUWUWO6q9HSSlRQptwwRQH { background-color:transparent;background-image:none;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:#1e2326;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:31rem;height:2.1875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:2.03125rem;left:13.4375rem;display:block; }
#c1I95rnD6fftvXzFZfWv09UozpyXuRDe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EXeE2kMyJRGACqMVCedvZnkpXeNMf8C2 { background-color:transparent;background-image:none;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:#1e2326;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.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.375rem;height:1.5625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:6.25rem;left:19rem;display:block; }
#bG8LhlxLdazZc1oD5Rl3keCHR6a7V8mz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BgwQAFtytrbSeukZWt65JepNDO78f3WW { background-color:transparent;background-image:none;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:#1e2326;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.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.625rem;height:1.0625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:6.5rem;left:34.375rem;display:block; }
#TsynPxvbTFbMckkPhlyENxEgAs6fMVqp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KdHaNub0BwyfbfoZSwlfM6lTV2vC5Ss1 { background-color:transparent;background-image:none;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:#1e2326;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.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.9375rem;height:1.0625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:6.5rem;left:41rem;display:block; }
#eFFAfyU9soayS7N16wtW4SehNEppxiJk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { background-color:#ffffff;background-image:url("https://old.assets-landingi.com/3bdc07ab6e93c9c38c5a/pictures/53625c4e502a4e7b0620f092d680dd57.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#aHfnp32kriGTL8TDw4lmQ1ivpoc8F5a7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aHfnp32kriGTL8TDw4lmQ1ivpoc8F5a7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aHfnp32kriGTL8TDw4lmQ1ivpoc8F5a7 > .row > .video-iframe-container { display: none; }#aHfnp32kriGTL8TDw4lmQ1ivpoc8F5a7 > .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) { #X7caWorN6AvdOwdpR6pdqxCHyhHqmGcT { display:block; }#X7caWorN6AvdOwdpR6pdqxCHyhHqmGcT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zIa9mtxADqDkxqZtFxMLLsS1NGmof4Mg { width:6.5rem;height:2.1875rem;top:1.25rem;left:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMW174NTkW79UPGdXk0x5X2uMvuEqtuQ { display:block; }
 }@media only screen and (max-width: 763px) { #suI73wkX1IfBZs6PAEKu0NTbg4VdSQKc { width:6.5rem;height:2.1875rem;top:1.25rem;left:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFIsZLzMxc8px5IaCW4aNS8m45CIdlzD { display:block; }
 }@media only screen and (max-width: 763px) { #l2EL0pkPaRidrIlXSoFZTbu3ygPNindr { width:8.625rem;height:2.75rem;top:0.9375rem;left:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #odJaKDEV3Lbpg8Su1oxsQghkhNqQqCmT { display:block; }
 }@media only screen and (max-width: 763px) { #PT4TsAdhXdPE1zQpTgD32L48G0xUQLCi { width:6.5rem;height:2.1875rem;top:1.25rem;left:37.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJFCTmGHOyX4O0PoLkd82wcsVPbQhCiB { display:block; }
 }@media only screen and (max-width: 763px) { #fsmEWTiUL7T2hsMASOKqIyzTqSJ329vw { width:9.4375rem;height:4.1875rem;top:0.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sngih8TXuDgIuW64Ss36h8WnxUM4LhK4 { display:block; }#Sngih8TXuDgIuW64Ss36h8WnxUM4LhK4 > .row .container { width:47.75rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LxwGDKV19qXJ0udrZP7QtBwfUbAxmM49 { width:24.1875rem;height:7.25rem;top:2.625rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwo50XUSqTJLoVI0Ou53TiDzOyh2PWRe { width:20rem;height:5.75rem;top:15.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEDn1WyqD6W4coGrbvF5p4445IokTdvi { width:16.375rem;height:23.1875rem;top:3.8125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW8MAxmfLMlX0mIekgG9wLNkqRDWD9RE { width:24.1875rem;height:7.25rem;top:2.625rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWlXlwabKbPDoavstEC0kd9lrbMiPDHE { display:block; }#cWlXlwabKbPDoavstEC0kd9lrbMiPDHE > .row .container { width:47.75rem;height:9.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ddz7T6m1tc8128k9Fbe5uvIOh2rTALe2 { width:15rem;height:6.375rem;top:1.9375rem;left:0rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSWyty5SPp4KvvoOoJbPU2Pi6KlCvQfG { width:15rem;height:2.3125rem;top:8.25rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IE5D2B0tfBamx8SkXD1KOJSBd093sI3u { width:15rem;height:6.375rem;top:1.9375rem;left:8.875rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oy1m44EIRHIKc4Tw0ATT3BJBDr75JV58 { width:15rem;height:2.3125rem;top:7.9375rem;left:8.875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ps2un6DXfBhauwe8VwsPXcXClquTq8AH { width:15rem;height:6.375rem;top:1.9375rem;left:20.8125rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJ12SPF9UXFOXTcXweEmR9hSlw3NfWgn { width:15rem;height:2.3125rem;top:7.875rem;left:20.8125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9QqCdFHh8cmi6l0b1fQpqq7VEVLQ9H7 { display:block; }#l9QqCdFHh8cmi6l0b1fQpqq7VEVLQ9H7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J74kUdNzFGKMHVNhWwqW7BWsfT9baX5Z { width:20rem;height:2.5625rem;top:3.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdl9qE6O6zx28nJcOW9mCi78Oe240T5x { display:block; }#rdl9qE6O6zx28nJcOW9mCi78Oe240T5x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mRkkGHx91ZvGrTXzFQGIrMeLRI4Qhe1I { width:3.75rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3KS29uvBctnEebT81E2eT5WFh6Eplhg { width:17.5rem;height:1.75rem;top:0rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ms5PP5NrRKO4QOIQHJxBnWrApb6IPydk { width:17.5rem;height:2.875rem;top:1.875rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTNEkAeMCAVQtTJ8euOH6enSlCMNII5q { width:2.6875rem;height:1.875rem;top:0.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QP9PfGS8cK3uUyqTayHLVeTp3Q07PAho { width:17.5rem;height:1.75rem;top:0rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZzHI4tHinqntAdoJEh46LGe4DRhc54h { width:3.75rem;height:3.75rem;top:0rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lir4oTUToX9qvRZE8ovHFnuaiIVC6QZm { width:2.6875rem;height:1.875rem;top:0.8125rem;left:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCBmKtBNSeiGsRzTcfktiTNSuLTKP3JP { display:block; }#JCBmKtBNSeiGsRzTcfktiTNSuLTKP3JP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FPRSASusTqTlEO2AkZTKItQN6SAnGEWU { width:3.75rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UROkXNmX5Fza79dCWefreSF8sCV6diu8 { width:17.5rem;height:1.75rem;top:0rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R72B6nPvxa4MBumcHSS66DHkt1iZHBIN { width:17.5rem;height:2.875rem;top:1.875rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXVue0K1H7x5DXkhCAmLXbIzXb0anaQ1 { width:2.6875rem;height:1.875rem;top:0.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGsqedRJiV86fELBTxb3pa9Dn124emlW { width:17.5rem;height:1.75rem;top:0rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I303VyE2Fdke22F8bQKoZDIwnkW7msZ8 { width:3.75rem;height:3.75rem;top:0rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoFvNtwsyo80CIQqyzrmJwwIWLT2lo5x { width:2.6875rem;height:1.875rem;top:0.8125rem;left:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #krSvtrbHbJBNsoPMxJWHGfp30cKnV7hX { width:17.5rem;height:2.875rem;top:1.875rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIGZPgTqBieXrL5ctfwf4Wu0MggRcGsH { display:block; }#TIGZPgTqBieXrL5ctfwf4Wu0MggRcGsH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tP74znDF0U3r9H0xllzDKNBdGS2A3eGM { width:3.75rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcK6DLn338nlMMJyAESqJM3JsPTXmIqD { width:17.5rem;height:1.75rem;top:0rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMRItKetT7qnCSGXdm7eABK4JNNZIt9r { width:2.6875rem;height:1.875rem;top:0.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzgg66AMg8lp8sHQEfOE3NJIqGhHSOL0 { width:17.5rem;height:1.75rem;top:0rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4XAten81JvGITTZAIhJ8MLSbVmqf4Bq { width:3.75rem;height:3.75rem;top:0rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQAbTDsUNvMPRZMJBfTIREpcEs1nwhZz { width:2.6875rem;height:1.875rem;top:0.8125rem;left:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVmPTt4ZOwiMSZrqQ1avA8fFrRkMWRWa { width:17.5rem;height:2.875rem;top:1.875rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4EKg6ylG45ukUW3Ne9u3T1z8NsTDKoF { display:block; }#g4EKg6ylG45ukUW3Ne9u3T1z8NsTDKoF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oeHdkZZ5CvuWcEfxiPHEnW9ia53HPMsk { width:3.75rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ro4mTAbgn8fpccPS2LnT1GOkUrk0MReN { width:17.5rem;height:1.75rem;top:0rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SX22kCeBi0FsptmuuGNh3VNUVRtAQwFu { width:2.6875rem;height:1.875rem;top:0.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMOiseMnk32I5cJ589mGwwl0Iv5QxcU6 { width:17.5rem;height:2.875rem;top:1.875rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRs37nymegVW10sSTgDJKiaoCdTquafZ { width:3.75rem;height:3.75rem;top:0rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcFmD4TnFU9odsZK89Q6UuR54ftf35fG { width:2.6875rem;height:1.875rem;top:0.8125rem;left:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSwd6dWaTMH9apV94d2luPeuJ9wT0vQe { width:17.5rem;height:1.75rem;top:0rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfJtZHzyaOEd9epQpQOKlKh0AFOPialy { display:block; }#qfJtZHzyaOEd9epQpQOKlKh0AFOPialy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QO1fA0eQyBaAXXsbT6SvT7MFS1Liqicp { width:3.75rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXCkBskhIGvDJIaXKB5LNmwt9HdWwPTG { width:17.5rem;height:1.75rem;top:0rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyV7lgkfOZv1xWUByAzwdqi4qy6x7M8r { width:2.6875rem;height:1.875rem;top:0.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLgDbuevKvucq1Ab3BoSTExhKm1z1iVb { width:17.5rem;height:2.875rem;top:1.875rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIniDXoLSg9MU9eKxAOVB1QC3tc2bdop { width:3.75rem;height:3.75rem;top:0rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrByNb79mrZCVJSE1TXoSSQ22yzWFGDF { width:2.6875rem;height:1.875rem;top:0.8125rem;left:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSVwxPthgZqy3ts8RBNsoFRRDyff1A3p { width:17.5rem;height:1.75rem;top:0rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBJOJltSyLOAIT1wzZ3theQEwW5ZCW9T { display:block; }#xBJOJltSyLOAIT1wzZ3theQEwW5ZCW9T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w7DhwLMpHZ19xcdHJrndk5oxFZUUo20c { width:3.75rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxvXidT4Wbh90ZeHeAWtIkCP3XCO1v4V { width:17.5rem;height:1.75rem;top:0rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuE5WhrOkVrNBFrgu0HC4gTG1PxlXavH { width:2.6875rem;height:1.875rem;top:0.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9M45CiuUEknLVoqiMlqu5ufEkeT21h0 { width:17.5rem;height:1.75rem;top:0rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Go2fT0tDMxuwd1XgUleggGeFSmPnSuL6 { width:3.75rem;height:3.75rem;top:0rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n06xQHuqwVkobKn6u584tJbysb14DqfH { width:2.6875rem;height:1.875rem;top:0.8125rem;left:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BT5r2ABzZWVUQQTx4KVVGJpfPaBk4RMs { display:block; }#BT5r2ABzZWVUQQTx4KVVGJpfPaBk4RMs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZxTyoq1M5m6kFOOXU2XE18005ZR5NtP9 { width:20rem;height:2.5625rem;top:3.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8BGyPETGrGwvxmfhDwd8wqyUKHfyQZc { width:32.125rem;height:8.1875rem;top:1.875rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zg13v1wu2dJXmMIJgKiJ1X8kJU3l0UC1 { display:block; }
 }@media only screen and (max-width: 763px) { #e6LkHJHfUSnT8UrNTB89XogRA3m7Bbr4 { width:20rem;height:2.5625rem;top:3.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCTb0NT77JTpsQK9vJHklXRK0W9ce30C .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LCTb0NT77JTpsQK9vJHklXRK0W9ce30C .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#LCTb0NT77JTpsQK9vJHklXRK0W9ce30C .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#LCTb0NT77JTpsQK9vJHklXRK0W9ce30C { width:19.5rem;height:5.4375rem;display:flex;top:7.875rem;left:0rem;z-index:15007; }
 }@media only screen and (max-width: 763px) { #LCTb0NT77JTpsQK9vJHklXRK0W9ce30C #mzL1JoIPtRuedN0q4l3Gf7iK19o9ukpk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LCTb0NT77JTpsQK9vJHklXRK0W9ce30C #XI1OL02CdhcrwuTcEcGanA0EX4TCS1CZ {  }
 }@media only screen and (max-width: 763px) { #LCTb0NT77JTpsQK9vJHklXRK0W9ce30C #wgqx4Ug7x3TfGg3aWTCZHM2Ot6PgPSFU {  }
 }@media only screen and (max-width: 763px) { #LCTb0NT77JTpsQK9vJHklXRK0W9ce30C #Sp1wn9PkxMB8JHCNPl3NUFkoi9TVFXP6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LCTb0NT77JTpsQK9vJHklXRK0W9ce30C #QTuZcNhCRhC6it7xbMDWPtZFkKxU1ASp {  }
 }@media only screen and (max-width: 763px) { #LCTb0NT77JTpsQK9vJHklXRK0W9ce30C #KWiP3CiXbCQTK1qksKEe4l4DUuJcgkdA {  }
 }@media only screen and (max-width: 763px) { #LCTb0NT77JTpsQK9vJHklXRK0W9ce30C #zLFgacJewiW6rTQP4cl5bS6TBIcB7ZVe { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LCTb0NT77JTpsQK9vJHklXRK0W9ce30C #THOT1NsTP3TIkN3XVTKg0O3I3BbwP7k0 {  }
 }@media only screen and (max-width: 763px) { #LCTb0NT77JTpsQK9vJHklXRK0W9ce30C #TFINrfGRtLcaul6XBBcaDGQL3BZEwRIm {  }
 }@media only screen and (max-width: 763px) { #LCTb0NT77JTpsQK9vJHklXRK0W9ce30C #bWkuUvO20uyx9rcStC0Iqc2qUrzlgOT1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LCTb0NT77JTpsQK9vJHklXRK0W9ce30C #LOn23zn9aJaGnWbHrUCns44Nm2y6miqJ {  }
 }@media only screen and (max-width: 763px) { #LCTb0NT77JTpsQK9vJHklXRK0W9ce30C #avOlFHze27OcoBKScTyxfUDrtG0fQXyv {  }
 }@media only screen and (max-width: 763px) { #mKScCTT5y8pcGP5lkDIWqVT6w9QFO1ZT { display:block; }#mKScCTT5y8pcGP5lkDIWqVT6w9QFO1ZT > .row .container { width:47.75rem;height:27.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SLpbx1ZeWrPwvyfQrSNzB6hvO4cu74v4 { width:20rem;height:2.5625rem;top:3.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAc4M9k15g712ouDrSv3Jilaitap6vlz { width:9.375rem;height:7rem;top:11.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWoW5BFBTpPIMOhWgbT0yVGgeDaACAX8 { width:17.5rem;height:10rem;top:14.125rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GafCPKs7xPx0ftBRahNtNFdT0USNhwvt { width:17.5rem;height:1.9375rem;top:11.625rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZIHHRlnylHTnQ2RJkDGHT121X37TwrR { display:block; }#ZZIHHRlnylHTnQ2RJkDGHT121X37TwrR > .row .container { width:47.75rem;height:9.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cnnZTTipCmeC9fHAgGoG44B8ezbkWwhr { display:block; }#cnnZTTipCmeC9fHAgGoG44B8ezbkWwhr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nD6snqe8xnDJT6BaETBGN0VEb3mTC5PV { width:20rem;height:2.5625rem;top:3.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkpcbVVX5MaRUPWxSshueV0K0OflRDWO { width:20rem;height:2.5625rem;top:3.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdQC3FnQtlkfxX4NiCi5peCPTf1LFPrM { top:8.3125rem;left:1.4375rem;width:20.75rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZX9b8BUkzmHwV4itOvv4hxP7XIFNFmvv { top:8.3125rem;left:25.5625rem;width:20.75rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWhdQIiDgmO8FNGoB48xdxbKN85XShma { top:14.5625rem;left:1.4375rem;width:20.75rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #imJU61GVzaBbGDmI3TDSU1Sx4erfGUvh { top:14.5625rem;left:25.5625rem;width:20.75rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLIxrJUPtmDrrMA13rSqLty3U3w4n2ff { top:21.375rem;left:13.5rem;width:20.75rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fd1uT1ZUVXaWkSNJnwqBF0zgvzslF8e4 { display:block; }#fd1uT1ZUVXaWkSNJnwqBF0zgvzslF8e4 > .row .container { width:47.75rem;height:9.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vVssVrax9VTaWfdKBzky1KRNEww4EpIw { display:block; }#vVssVrax9VTaWfdKBzky1KRNEww4EpIw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #meA6nWk2p5Cd8HdG5VI75dslseyLAdhm { width:21.9375rem;height:36.75rem;top:9.25rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nk2XwXDOt8uC9A6baNfvtQrX9SbcTxTo { width:21.8125rem;height:4.875rem;top:22.0625rem;left:12.96875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xX09vJaq53kHKbN2QDy36eBpN0ZtR6R4 { width:11.625rem;height:16.4375rem;top:2.5rem;left:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTrvll0aWTCo3NvUQblbxG7LwmrstixI { width:18.8125rem;height:3.125rem;top:26.875rem;left:14.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHVpyXEgipDRZwQL6Qctc1BAfgnHuN3B { width:19.4375rem;height:5.375rem;top:32.625rem;left:14.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBRgo3V7rlC4yh2Tx1TnZDu8MtZWoXWF { width:15.375rem;height:3.4375rem;top:41.1875rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0xyyJSdwMSCBFC5cuyifTJhvGTM168H { display:block; }
 }@media only screen and (max-width: 763px) { #cCDu5ihbchXEr1DmPsZr1KxZNO6KCrGn { width:19.125rem;height:31.3125rem;top:11.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kF82TWoISTJ1RnFpP5khtsWXwgV94feM { width:17.5rem;height:3.5625rem;top:30rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6nc9vzu8T8uoM1NPmgHKn9C1N8QSP8n { width:15.375rem;height:3.375rem;top:35.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hz51o40mSlAmikRiIddTW0P9l0MDHVne { display:block; }
 }@media only screen and (max-width: 763px) { #JqxgvIscO7FeeTDflruGkHoqTLIB1KsC { width:16.875rem;height:2.75rem;top:26.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nd9buzR2spCCOevTTNh29QWkTytFwasJ { width:19rem;height:2rem;top:23.4375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceNThKXk2c5xiXTewsUl05BMWrfRDDXJ { width:9.1875rem;height:13.0625rem;top:6.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IG1hK1MaeXXCQAgTw2r79uDqxeTCrFnS { width:19.125rem;height:31.3125rem;top:12rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNtRK38a0duJNOpvtK67zElJ6xOOwciB { width:15.375rem;height:3.375rem;top:35.8125rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvaQC4x6QTqpFNmyRNnzPh8nCvHFMCeF { display:block; }
 }@media only screen and (max-width: 763px) { #crpfxpW5kzlF0PsSyoP3KfEGDonFdgsa { width:17.5rem;height:1.75rem;top:30.1875rem;left:30.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrVbfkaGx064va2ViWVDxxL3wPiwh6mn { width:19rem;height:2rem;top:23.4375rem;left:28.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pm4wPvQEFk2uRo7HviO1oXxQ7Egnisq1 { width:9.1875rem;height:13.0625rem;top:6.6875rem;left:38.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lp9zpEg09Q2ck9Mg9c3W6WJ0zGVXTdXV { width:16.875rem;height:2.75rem;top:26.25rem;left:30.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gzmoe7HWCOhuf0Xl10HxXokakz74dOEl { width:33.9375rem;height:1.375rem;top:97.25rem;left:6.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4X7itr7pQZkvsmyKoiiePDs9HZAOLo4 { width:45.25rem;height:3.5625rem;top:93.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTmUdMgxtqZuwOzTh7COaqu8l6BwI6xL { display:block; }
 }@media only screen and (max-width: 763px) { #omT7Ra5BG8t7k2FspKoD95MnlewCTlzU { width:19.125rem;height:1rem;top:28.875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #scvvzITmIaoNy5Nl8bwtiLod4tt4IIGC { width:19.125rem;height:1rem;top:30rem;left:14.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9Sc5R30WS859halrEcn1AI95B7gfoX1 { width:19.125rem;height:1rem;top:55.125rem;left:28.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvmKwoTT2SMyqba1vVb8bkLbMyCHLIDE { width:47.75rem;height:24.0625rem;top:66.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oH7CkEioC2RnGP4Lg67Ph577mxR9TPNm { width:5.625rem;height:8rem;top:70.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQtcJ2cDXlv3zWiQBb6IIwRwvpEDrNgh { width:5.25rem;height:7.6875rem;top:70.9375rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4a7boa5s4dJTES4tgC8JxmpOR5i3gk9 { width:5.5rem;height:7.875rem;top:70.875rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vB9I37qu9NtNAQh7eeDk5LvQIPDsbqGZ { width:23.625rem;height:9.0625rem;top:75.25rem;left:23.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCee1Ooc2KSgO85QoEwlWMqCfnXMdtMK { width:5.375rem;height:7.625rem;top:75.25rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4bX1lunTZhGhO6advvDPOTHGTTHJkAu { width:18.9375rem;height:2.3125rem;top:68.5rem;left:25.5625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w88RrUh6IRsTbpkRfwQHqK8yByrJTVK7 { width:12.9375rem;height:2.75rem;top:71.625rem;left:28.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #evqQhmlwC6S7piNldS36FST2NqmAqma5 { width:5.375rem;height:8rem;top:79.125rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4wcr5QtQX5g4Tlfa5v7q0oLZBszntEb { width:5.4375rem;height:8.125rem;top:79rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOznSWO8x8TR5LJTv2ZniD1MFrK4IOOX { width:5.375rem;height:7.625rem;top:79.125rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWv3UgcTzFTbUHQ39nvf7TwpXbxURN8k { width:15.375rem;height:3.375rem;top:85.25rem;left:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSs5APZQvKg0KCfE0W9HT3f9y8tpDCWf { display:block; }
 }@media only screen and (max-width: 763px) { #i3EUbhkTeMffOyDMlQbGn4fvd7nUHC5U { width:18.9375rem;height:1.375rem;top:88.6875rem;left:25.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZBWxepKEza0noGePzr5Ren5yrPcRhT9 { width:47.75rem;height:16.6875rem;top:48.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #avUuVSSqTfT2pQMWvRI7XGzINceTsaGw { width:9.1875rem;height:13.0625rem;top:50.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kM2NA1w1ymGGWtJIldOZvf3HF5eyd2m7 { width:9.1875rem;height:13.0625rem;top:50.0625rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6FInoN4PO9iBWT1EDNoxpTcu8UDXdvJ { width:18.9375rem;height:2.8125rem;top:50.0625rem;left:25.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ot31691PBycQmboylB50ZZqpTED8Suag { width:26.625rem;height:3rem;top:55.8125rem;left:21.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o25XTukA0qcx5wMqZmJQoq2ffvysxG0N { width:12.9375rem;height:2.75rem;top:52.875rem;left:28.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMuoKSmymyPZS8rOOCyCUdAes3wEQnZG { width:15.375rem;height:3.375rem;top:59.75rem;left:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEkPizNdw7dNVkh66z9iNbTigSmJnsfM { display:block; }
 }@media only screen and (max-width: 763px) { #DpV5r2W8oIul0PGfoxu14sI39aIvsJbO { display:block; }#DpV5r2W8oIul0PGfoxu14sI39aIvsJbO > .row .container { width:47.75rem;height:9.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OuSaAuNuzMrUKuZhrikP2o5Lt3TPPP14 { display:block; }#OuSaAuNuzMrUKuZhrikP2o5Lt3TPPP14 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vPEmCcyDBTzBieuQuJMrg9XXQ0EeNUA2 { width:10.375rem;height:4.375rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0I11KNRHrlpJI7B7Cf8aIQqdvXu2W6x { top:1.5625rem;left:38.25rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJx2yT6i28VeTCxfv2XO0erorB123yoN { top:1.5625rem;left:41.375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F50B0b89hyBPSyOuE0aiXG2Z3TL8O56z { top:1.5625rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMG2Pkw6LbsilRT0goi21ZKKENH78Eo4 { top:1.5625rem;left:44.5rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxXdZXFCiGbMJ3FZ9FW3E6EOQqeQ8ZQQ { top:1.5625rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcdIr2vJtMTUWUWO6q9HSSlRQptwwRQH { width:31rem;height:2.1875rem;top:2rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1I95rnD6fftvXzFZfWv09UozpyXuRDe { display:block; }
 }@media only screen and (max-width: 763px) { #EXeE2kMyJRGACqMVCedvZnkpXeNMf8C2 { width:15.375rem;height:1.5625rem;top:6.25rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bG8LhlxLdazZc1oD5Rl3keCHR6a7V8mz { display:block; }
 }@media only screen and (max-width: 763px) { #BgwQAFtytrbSeukZWt65JepNDO78f3WW { width:6.625rem;height:1.0625rem;top:6.5rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsynPxvbTFbMckkPhlyENxEgAs6fMVqp { display:block; }
 }@media only screen and (max-width: 763px) { #KdHaNub0BwyfbfoZSwlfM6lTV2vC5Ss1 { width:4.9375rem;height:1.0625rem;top:6.5rem;left:34.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFFAfyU9soayS7N16wtW4SehNEppxiJk { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #X7caWorN6AvdOwdpR6pdqxCHyhHqmGcT { position:relative;z-index:auto;display:block; }#X7caWorN6AvdOwdpR6pdqxCHyhHqmGcT > .row .container { width:20rem;height:10.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zIa9mtxADqDkxqZtFxMLLsS1NGmof4Mg { width:5.4375rem;height:2.1875rem;top:3.8125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMW174NTkW79UPGdXk0x5X2uMvuEqtuQ { display:block; }
 }@media only screen and (max-width: 763px) { #suI73wkX1IfBZs6PAEKu0NTbg4VdSQKc { width:4.5rem;height:2.1875rem;top:3.8125rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFIsZLzMxc8px5IaCW4aNS8m45CIdlzD { display:block; }
 }@media only screen and (max-width: 763px) { #l2EL0pkPaRidrIlXSoFZTbu3ygPNindr { width:8.6875rem;height:2.125rem;top:6.71875rem;left:5.65625rem;background-color:transparent;background-image: -webkit-linear-gradient(115deg, rgba(155,26,34,0.9), rgba(155,26,34,0.9));background-image: -moz-linear-gradient(115deg, rgba(155,26,34,0.9), rgba(155,26,34,0.9));background-image: -ms-linear-gradient(115deg, rgba(155,26,34,0.9), rgba(155,26,34,0.9));background-image: -o-linear-gradient(115deg, rgba(155,26,34,0.9), rgba(155,26,34,0.9));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b1a22e5', endColorstr='#9b1a22e5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b1a22e5', endColorstr='#9b1a22e5' );";background-image: linear-gradient(115deg, rgba(155,26,34,0.9), rgba(155,26,34,0.9));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #odJaKDEV3Lbpg8Su1oxsQghkhNqQqCmT { display:block; }
 }@media only screen and (max-width: 763px) { #PT4TsAdhXdPE1zQpTgD32L48G0xUQLCi { width:4.75rem;height:2.1875rem;top:3.8125rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJFCTmGHOyX4O0PoLkd82wcsVPbQhCiB { display:block; }
 }@media only screen and (max-width: 763px) { #fsmEWTiUL7T2hsMASOKqIyzTqSJ329vw { width:5.25rem;height:2.3125rem;top:0.8125rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sngih8TXuDgIuW64Ss36h8WnxUM4LhK4 { display:block; }#Sngih8TXuDgIuW64Ss36h8WnxUM4LhK4 > .row .container { width:20rem;height:74.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LxwGDKV19qXJ0udrZP7QtBwfUbAxmM49 { width:19.9995rem;height:2.1933625rem;top:1.7490234375rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rwo50XUSqTJLoVI0Ou53TiDzOyh2PWRe { width:19.9980625rem;height:40.59721875rem;top:31.12353515625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEDn1WyqD6W4coGrbvF5p4445IokTdvi { width:13.875rem;height:19.6875rem;top:9.6240234375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW8MAxmfLMlX0mIekgG9wLNkqRDWD9RE { width:19.9980625rem;height:3.57421875rem;top:4.5048828125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cWlXlwabKbPDoavstEC0kd9lrbMiPDHE { display:block; }#cWlXlwabKbPDoavstEC0kd9lrbMiPDHE > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ddz7T6m1tc8128k9Fbe5uvIOh2rTALe2 { width:20rem;height:4.0625rem;top:0.625rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSWyty5SPp4KvvoOoJbPU2Pi6KlCvQfG { width:20rem;height:1.13720625rem;top:4.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IE5D2B0tfBamx8SkXD1KOJSBd093sI3u { width:20rem;height:4.0625rem;top:6.4375rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oy1m44EIRHIKc4Tw0ATT3BJBDr75JV58 { width:20rem;height:1.13720625rem;top:10.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ps2un6DXfBhauwe8VwsPXcXClquTq8AH { width:20rem;height:4.0625rem;top:12.25rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJ12SPF9UXFOXTcXweEmR9hSlw3NfWgn { width:20rem;height:1.13720625rem;top:16.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9QqCdFHh8cmi6l0b1fQpqq7VEVLQ9H7 { display:block; }#l9QqCdFHh8cmi6l0b1fQpqq7VEVLQ9H7 > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J74kUdNzFGKMHVNhWwqW7BWsfT9baX5Z { width:20rem;height:2.5996125rem;top:1.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdl9qE6O6zx28nJcOW9mCi78Oe240T5x { display:block; }#rdl9qE6O6zx28nJcOW9mCi78Oe240T5x > .row .container { width:20rem;height:13.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mRkkGHx91ZvGrTXzFQGIrMeLRI4Qhe1I { width:3.75rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3KS29uvBctnEebT81E2eT5WFh6Eplhg { width:15rem;height:3.8994125rem;top:0rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ms5PP5NrRKO4QOIQHJxBnWrApb6IPydk { width:15rem;height:2.761725rem;top:4.5625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTNEkAeMCAVQtTJ8euOH6enSlCMNII5q { width:2.6875rem;height:1rem;top:1.375rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QP9PfGS8cK3uUyqTayHLVeTp3Q07PAho { width:15rem;height:1.94970625rem;top:8.712890625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZzHI4tHinqntAdoJEh46LGe4DRhc54h { width:3.75rem;height:3.75rem;top:7.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lir4oTUToX9qvRZE8ovHFnuaiIVC6QZm { width:2.6875rem;height:1rem;top:9.1875rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCBmKtBNSeiGsRzTcfktiTNSuLTKP3JP { display:block; }#JCBmKtBNSeiGsRzTcfktiTNSuLTKP3JP > .row .container { width:20rem;height:20.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FPRSASusTqTlEO2AkZTKItQN6SAnGEWU { width:3.75rem;height:3.75rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UROkXNmX5Fza79dCWefreSF8sCV6diu8 { width:15rem;height:3.8994125rem;top:0.7373046875rem;left:5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #R72B6nPvxa4MBumcHSS66DHkt1iZHBIN { width:15rem;height:1.3808625rem;top:4.375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXVue0K1H7x5DXkhCAmLXbIzXb0anaQ1 { width:2.6875rem;height:1rem;top:2.1875rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGsqedRJiV86fELBTxb3pa9Dn124emlW { width:15rem;height:3.8994125rem;top:6.8623046875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I303VyE2Fdke22F8bQKoZDIwnkW7msZ8 { width:3.75rem;height:3.75rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoFvNtwsyo80CIQqyzrmJwwIWLT2lo5x { width:2.6875rem;height:1rem;top:8.3125rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #krSvtrbHbJBNsoPMxJWHGfp30cKnV7hX { width:15rem;height:6.9043125rem;top:11.576171875rem;left:5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIGZPgTqBieXrL5ctfwf4Wu0MggRcGsH { display:block; }#TIGZPgTqBieXrL5ctfwf4Wu0MggRcGsH > .row .container { width:20rem;height:15.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tP74znDF0U3r9H0xllzDKNBdGS2A3eGM { width:3.75rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcK6DLn338nlMMJyAESqJM3JsPTXmIqD { width:15rem;height:1.94970625rem;top:0.900390625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMRItKetT7qnCSGXdm7eABK4JNNZIt9r { width:2.6875rem;height:1rem;top:1.375rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzgg66AMg8lp8sHQEfOE3NJIqGhHSOL0 { width:14.8125rem;height:1.94970625rem;top:10.375rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4XAten81JvGITTZAIhJ8MLSbVmqf4Bq { width:3.75rem;height:3.75rem;top:9.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQAbTDsUNvMPRZMJBfTIREpcEs1nwhZz { width:2.6875rem;height:1rem;top:10.9375rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVmPTt4ZOwiMSZrqQ1avA8fFrRkMWRWa { width:13.3125rem;height:4.1425875rem;top:4.5986328125rem;left:5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4EKg6ylG45ukUW3Ne9u3T1z8NsTDKoF { display:block; }#g4EKg6ylG45ukUW3Ne9u3T1z8NsTDKoF > .row .container { width:20rem;height:17.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oeHdkZZ5CvuWcEfxiPHEnW9ia53HPMsk { width:3.75rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ro4mTAbgn8fpccPS2LnT1GOkUrk0MReN { width:15rem;height:3.73730625rem;top:0.07470703125rem;left:5rem;text-align:left;text-align-last:left;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SX22kCeBi0FsptmuuGNh3VNUVRtAQwFu { width:2.6875rem;height:1rem;top:1.375rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMOiseMnk32I5cJ589mGwwl0Iv5QxcU6 { width:15rem;height:5.52344375rem;top:10.3125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRs37nymegVW10sSTgDJKiaoCdTquafZ { width:3.75rem;height:3.75rem;top:5.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcFmD4TnFU9odsZK89Q6UuR54ftf35fG { width:2.6875rem;height:1rem;top:7.25rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSwd6dWaTMH9apV94d2luPeuJ9wT0vQe { width:15rem;height:1.94970625rem;top:6.712890625rem;left:5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qfJtZHzyaOEd9epQpQOKlKh0AFOPialy { display:block; }#qfJtZHzyaOEd9epQpQOKlKh0AFOPialy > .row .container { width:20rem;height:17.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QO1fA0eQyBaAXXsbT6SvT7MFS1Liqicp { width:3.75rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXCkBskhIGvDJIaXKB5LNmwt9HdWwPTG { width:15rem;height:3.8994125rem;top:0rem;left:5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LyV7lgkfOZv1xWUByAzwdqi4qy6x7M8r { width:2.6875rem;height:1rem;top:1.375rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLgDbuevKvucq1Ab3BoSTExhKm1z1iVb { width:15rem;height:4.1425875rem;top:12.6875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIniDXoLSg9MU9eKxAOVB1QC3tc2bdop { width:3.75rem;height:3.75rem;top:6.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrByNb79mrZCVJSE1TXoSSQ22yzWFGDF { width:2.6875rem;height:1rem;top:8.25rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSVwxPthgZqy3ts8RBNsoFRRDyff1A3p { width:15rem;height:5.84911875rem;top:5.9814453125rem;left:5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xBJOJltSyLOAIT1wzZ3theQEwW5ZCW9T { display:block; }#xBJOJltSyLOAIT1wzZ3theQEwW5ZCW9T > .row .container { width:20rem;height:14.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w7DhwLMpHZ19xcdHJrndk5oxFZUUo20c { width:3.75rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxvXidT4Wbh90ZeHeAWtIkCP3XCO1v4V { width:15rem;height:3.8994125rem;top:0rem;left:5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uuE5WhrOkVrNBFrgu0HC4gTG1PxlXavH { width:2.6875rem;height:1rem;top:1.375rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9M45CiuUEknLVoqiMlqu5ufEkeT21h0 { width:14.9375rem;height:7.798825rem;top:5.75rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Go2fT0tDMxuwd1XgUleggGeFSmPnSuL6 { width:3.75rem;height:3.75rem;top:6.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n06xQHuqwVkobKn6u584tJbysb14DqfH { width:2.6875rem;height:1rem;top:7.75rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BT5r2ABzZWVUQQTx4KVVGJpfPaBk4RMs { background-color:#ffffff;background-image:none;display:block; }#BT5r2ABzZWVUQQTx4KVVGJpfPaBk4RMs > .row .container { background-color: transparent; background-image: none; }#BT5r2ABzZWVUQQTx4KVVGJpfPaBk4RMs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BT5r2ABzZWVUQQTx4KVVGJpfPaBk4RMs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BT5r2ABzZWVUQQTx4KVVGJpfPaBk4RMs > .row .container > .video-iframe-container { display: none; }#BT5r2ABzZWVUQQTx4KVVGJpfPaBk4RMs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BT5r2ABzZWVUQQTx4KVVGJpfPaBk4RMs > .row > .video-iframe-container { display: none; }#BT5r2ABzZWVUQQTx4KVVGJpfPaBk4RMs > .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); }#BT5r2ABzZWVUQQTx4KVVGJpfPaBk4RMs > .row .container { width:20rem;height:20.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZxTyoq1M5m6kFOOXU2XE18005ZR5NtP9 { width:19.9980625rem;height:2.5996125rem;top:0.93603515625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8BGyPETGrGwvxmfhDwd8wqyUKHfyQZc { width:19rem;height:8rem;top:1.09375rem;left:0.5rem;background-color:transparent;background-image: -webkit-linear-gradient(115deg, rgba(155,26,34,0.9), rgba(155,26,34,0.9));background-image: -moz-linear-gradient(115deg, rgba(155,26,34,0.9), rgba(155,26,34,0.9));background-image: -ms-linear-gradient(115deg, rgba(155,26,34,0.9), rgba(155,26,34,0.9));background-image: -o-linear-gradient(115deg, rgba(155,26,34,0.9), rgba(155,26,34,0.9));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b1a22e5', endColorstr='#9b1a22e5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b1a22e5', endColorstr='#9b1a22e5' );";background-image: linear-gradient(115deg, rgba(155,26,34,0.9), rgba(155,26,34,0.9));background-size:auto !important;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zg13v1wu2dJXmMIJgKiJ1X8kJU3l0UC1 { display:block; }
 }@media only screen and (max-width: 763px) { #e6LkHJHfUSnT8UrNTB89XogRA3m7Bbr4 { width:20rem;height:2.03125rem;top:10.34375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LCTb0NT77JTpsQK9vJHklXRK0W9ce30C .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LCTb0NT77JTpsQK9vJHklXRK0W9ce30C .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#LCTb0NT77JTpsQK9vJHklXRK0W9ce30C .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#LCTb0NT77JTpsQK9vJHklXRK0W9ce30C { width:19.5rem;height:5.4375rem;display:flex;top:13.25rem;left:0.375rem;z-index:15007; }
 }@media only screen and (max-width: 763px) { #LCTb0NT77JTpsQK9vJHklXRK0W9ce30C #mzL1JoIPtRuedN0q4l3Gf7iK19o9ukpk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LCTb0NT77JTpsQK9vJHklXRK0W9ce30C #XI1OL02CdhcrwuTcEcGanA0EX4TCS1CZ {  }
 }@media only screen and (max-width: 763px) { #LCTb0NT77JTpsQK9vJHklXRK0W9ce30C #wgqx4Ug7x3TfGg3aWTCZHM2Ot6PgPSFU {  }
 }@media only screen and (max-width: 763px) { #LCTb0NT77JTpsQK9vJHklXRK0W9ce30C #Sp1wn9PkxMB8JHCNPl3NUFkoi9TVFXP6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LCTb0NT77JTpsQK9vJHklXRK0W9ce30C #QTuZcNhCRhC6it7xbMDWPtZFkKxU1ASp {  }
 }@media only screen and (max-width: 763px) { #LCTb0NT77JTpsQK9vJHklXRK0W9ce30C #KWiP3CiXbCQTK1qksKEe4l4DUuJcgkdA {  }
 }@media only screen and (max-width: 763px) { #LCTb0NT77JTpsQK9vJHklXRK0W9ce30C #zLFgacJewiW6rTQP4cl5bS6TBIcB7ZVe { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LCTb0NT77JTpsQK9vJHklXRK0W9ce30C #THOT1NsTP3TIkN3XVTKg0O3I3BbwP7k0 {  }
 }@media only screen and (max-width: 763px) { #LCTb0NT77JTpsQK9vJHklXRK0W9ce30C #TFINrfGRtLcaul6XBBcaDGQL3BZEwRIm {  }
 }@media only screen and (max-width: 763px) { #LCTb0NT77JTpsQK9vJHklXRK0W9ce30C #bWkuUvO20uyx9rcStC0Iqc2qUrzlgOT1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LCTb0NT77JTpsQK9vJHklXRK0W9ce30C #LOn23zn9aJaGnWbHrUCns44Nm2y6miqJ {  }
 }@media only screen and (max-width: 763px) { #LCTb0NT77JTpsQK9vJHklXRK0W9ce30C #avOlFHze27OcoBKScTyxfUDrtG0fQXyv {  }
 }@media only screen and (max-width: 763px) { #mKScCTT5y8pcGP5lkDIWqVT6w9QFO1ZT { display:block; }#mKScCTT5y8pcGP5lkDIWqVT6w9QFO1ZT > .row .container { width:20rem;height:77.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SLpbx1ZeWrPwvyfQrSNzB6hvO4cu74v4 { width:20rem;height:2.5996125rem;top:0.875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dAc4M9k15g712ouDrSv3Jilaitap6vlz { width:9.5rem;height:7.0625rem;top:4.875rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWoW5BFBTpPIMOhWgbT0yVGgeDaACAX8 { width:20rem;height:57.19136875rem;top:18.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GafCPKs7xPx0ftBRahNtNFdT0USNhwvt { width:20rem;height:4.875rem;top:13.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZIHHRlnylHTnQ2RJkDGHT121X37TwrR { display:block; }#ZZIHHRlnylHTnQ2RJkDGHT121X37TwrR > .row .container { width:20rem;height:1.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cnnZTTipCmeC9fHAgGoG44B8ezbkWwhr { display:block; }#cnnZTTipCmeC9fHAgGoG44B8ezbkWwhr > .row .container { width:20rem;height:43.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nD6snqe8xnDJT6BaETBGN0VEb3mTC5PV { width:19.9980625rem;height:5.19921875rem;top:1.31103515625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkpcbVVX5MaRUPWxSshueV0K0OflRDWO { width:20rem;height:1.54345625rem;top:7.44775390625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdQC3FnQtlkfxX4NiCi5peCPTf1LFPrM { width:20rem;height:5.3614457831325rem;top:10.17822265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZX9b8BUkzmHwV4itOvv4hxP7XIFNFmvv { width:20rem;height:5.3614457831325rem;top:16.78954765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWhdQIiDgmO8FNGoB48xdxbKN85XShma { width:20rem;height:5.3614457831325rem;top:23.40087265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #imJU61GVzaBbGDmI3TDSU1Sx4erfGUvh { width:20rem;height:5.3614457831325rem;top:30.01219765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLIxrJUPtmDrrMA13rSqLty3U3w4n2ff { width:20rem;height:5.3614457831325rem;top:36.62352265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fd1uT1ZUVXaWkSNJnwqBF0zgvzslF8e4 { display:block; }#fd1uT1ZUVXaWkSNJnwqBF0zgvzslF8e4 > .row .container { width:20rem;height:1.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vVssVrax9VTaWfdKBzky1KRNEww4EpIw { display:block; }#vVssVrax9VTaWfdKBzky1KRNEww4EpIw > .row .container { width:20rem;height:198.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #meA6nWk2p5Cd8HdG5VI75dslseyLAdhm { width:20rem;height:34.0625rem;top:43.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nk2XwXDOt8uC9A6baNfvtQrX9SbcTxTo { width:19.9995rem;height:3.574225rem;top:55.81201171875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xX09vJaq53kHKbN2QDy36eBpN0ZtR6R4 { width:11.625rem;height:16.4375rem;top:37.375rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTrvll0aWTCo3NvUQblbxG7LwmrstixI { width:13rem;height:2.5996125rem;top:60.9375rem;left:3.5rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHVpyXEgipDRZwQL6Qctc1BAfgnHuN3B { width:18.125rem;height:4.798825rem;top:65.1875rem;left:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pBRgo3V7rlC4yh2Tx1TnZDu8MtZWoXWF { width:15.375rem;height:3.436525rem;top:72rem;left:2.3115234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0xyyJSdwMSCBFC5cuyifTJhvGTM168H { display:block; }
 }@media only screen and (max-width: 763px) { #cCDu5ihbchXEr1DmPsZr1KxZNO6KCrGn { width:19.125rem;height:28.625rem;top:6.68701171875rem;left:0.87451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kF82TWoISTJ1RnFpP5khtsWXwgV94feM { width:16.875rem;height:3.19921875rem;top:24.8125rem;left:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g6nc9vzu8T8uoM1NPmgHKn9C1N8QSP8n { width:15.375rem;height:3.436525rem;top:29.3115234375rem;left:2.3115234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hz51o40mSlAmikRiIddTW0P9l0MDHVne { display:block; }
 }@media only screen and (max-width: 763px) { #JqxgvIscO7FeeTDflruGkHoqTLIB1KsC { width:16.875rem;height:2.5996125rem;top:19.6875rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nd9buzR2spCCOevTTNh29QWkTytFwasJ { width:19rem;height:1.70605625rem;top:17.375rem;left:0.875rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceNThKXk2c5xiXTewsUl05BMWrfRDDXJ { width:9.1875rem;height:13rem;top:2.375rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IG1hK1MaeXXCQAgTw2r79uDqxeTCrFnS { width:19.125rem;height:25.75rem;top:83.875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNtRK38a0duJNOpvtK67zElJ6xOOwciB { width:15.375rem;height:3.436525rem;top:104.3125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvaQC4x6QTqpFNmyRNnzPh8nCvHFMCeF { display:block; }
 }@media only screen and (max-width: 763px) { #crpfxpW5kzlF0PsSyoP3KfEGDonFdgsa { width:15.8115rem;height:1.5996125rem;top:101.0625rem;left:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nrVbfkaGx064va2ViWVDxxL3wPiwh6mn { width:19rem;height:1.7871125rem;top:95.0625rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pm4wPvQEFk2uRo7HviO1oXxQ7Egnisq1 { width:9.1875rem;height:13rem;top:79.4375rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lp9zpEg09Q2ck9Mg9c3W6WJ0zGVXTdXV { width:16.875rem;height:2.5996125rem;top:97.5625rem;left:1.5rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gzmoe7HWCOhuf0Xl10HxXokakz74dOEl { width:19.999rem;height:0.9746125rem;top:195.75rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4X7itr7pQZkvsmyKoiiePDs9HZAOLo4 { width:18.9985625rem;height:3.5625rem;top:193.0625rem;left:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTmUdMgxtqZuwOzTh7COaqu8l6BwI6xL { display:block; }
 }@media only screen and (max-width: 763px) { #omT7Ra5BG8t7k2FspKoD95MnlewCTlzU { width:19.125rem;height:1.05615rem;top:22.875rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #scvvzITmIaoNy5Nl8bwtiLod4tt4IIGC { width:19.125rem;height:1.05615rem;top:63.5625rem;left:0.875rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #h9Sc5R30WS859halrEcn1AI95B7gfoX1 { width:19.125rem;height:1.05615rem;top:131.5625rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nvmKwoTT2SMyqba1vVb8bkLbMyCHLIDE { width:20rem;height:50.8125rem;top:141.6064453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oH7CkEioC2RnGP4Lg67Ph577mxR9TPNm { width:5.625rem;height:8rem;top:142.400390625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQtcJ2cDXlv3zWiQBb6IIwRwvpEDrNgh { width:5.25rem;height:7.6875rem;top:142.556640625rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4a7boa5s4dJTES4tgC8JxmpOR5i3gk9 { width:5.5rem;height:7.875rem;top:142.462890625rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #vB9I37qu9NtNAQh7eeDk5LvQIPDsbqGZ { width:19.25rem;height:15.398925rem;top:167.501953125rem;left:0.375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCee1Ooc2KSgO85QoEwlWMqCfnXMdtMK { width:4.4375rem;height:6.375rem;top:151.244140625rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4bX1lunTZhGhO6advvDPOTHGTTHJkAu { width:18.9375rem;height:4.875rem;top:158.306640625rem;left:0.53125rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w88RrUh6IRsTbpkRfwQHqK8yByrJTVK7 { width:12.9375rem;height:2.5996125rem;top:163.837890625rem;left:3.53125rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #evqQhmlwC6S7piNldS36FST2NqmAqma5 { width:4.1875rem;height:6.3125rem;top:151.275390625rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4wcr5QtQX5g4Tlfa5v7q0oLZBszntEb { width:4.0625rem;height:6.125rem;top:151.275390625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOznSWO8x8TR5LJTv2ZniD1MFrK4IOOX { width:4.4375rem;height:6.3125rem;top:151.275390625rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWv3UgcTzFTbUHQ39nvf7TwpXbxURN8k { width:15.375rem;height:3.375rem;top:184.337890625rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSs5APZQvKg0KCfE0W9HT3f9y8tpDCWf { display:block; }
 }@media only screen and (max-width: 763px) { #i3EUbhkTeMffOyDMlQbGn4fvd7nUHC5U { width:18.9375rem;height:1.3808625rem;top:188.462890625rem;left:0.53125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZBWxepKEza0noGePzr5Ren5yrPcRhT9 { width:20rem;height:29.125rem;top:110.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #avUuVSSqTfT2pQMWvRI7XGzINceTsaGw { width:6.3125rem;height:9rem;top:111.8125rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kM2NA1w1ymGGWtJIldOZvf3HF5eyd2m7 { width:6.1875rem;height:8.875rem;top:111.875rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6FInoN4PO9iBWT1EDNoxpTcu8UDXdvJ { width:18.9375rem;height:2.5996125rem;top:121.8876953125rem;left:0.53125rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ot31691PBycQmboylB50ZZqpTED8Suag { width:18.3125rem;height:6rem;top:127.6875rem;left:0.84375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o25XTukA0qcx5wMqZmJQoq2ffvysxG0N { width:12.9375rem;height:2.5996125rem;top:124.4873046875rem;left:3.53125rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMuoKSmymyPZS8rOOCyCUdAes3wEQnZG { width:15.375rem;height:3.375rem;top:134.6875rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEkPizNdw7dNVkh66z9iNbTigSmJnsfM { display:block; }
 }@media only screen and (max-width: 763px) { #DpV5r2W8oIul0PGfoxu14sI39aIvsJbO { display:block; }#DpV5r2W8oIul0PGfoxu14sI39aIvsJbO > .row .container { width:20rem;height:1.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OuSaAuNuzMrUKuZhrikP2o5Lt3TPPP14 { display:block; }#OuSaAuNuzMrUKuZhrikP2o5Lt3TPPP14 > .row .container { width:20rem;height:15.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vPEmCcyDBTzBieuQuJMrg9XXQ0EeNUA2 { width:10.1875rem;height:4.3125rem;top:0.75rem;left:4.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0I11KNRHrlpJI7B7Cf8aIQqdvXu2W6x { width:3.125rem;height:3.125rem;top:7.8125rem;left:2.1875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJx2yT6i28VeTCxfv2XO0erorB123yoN { width:3.125rem;height:3.125rem;top:7.8125rem;left:5.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F50B0b89hyBPSyOuE0aiXG2Z3TL8O56z { width:3.125rem;height:3.125rem;top:7.8125rem;left:11.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMG2Pkw6LbsilRT0goi21ZKKENH78Eo4 { width:3.125rem;height:3.125rem;top:7.8125rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxXdZXFCiGbMJ3FZ9FW3E6EOQqeQ8ZQQ { width:3.125rem;height:3.125rem;top:7.8125rem;left:14.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcdIr2vJtMTUWUWO6q9HSSlRQptwwRQH { width:19rem;height:2.25rem;top:5.0625rem;left:0.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1I95rnD6fftvXzFZfWv09UozpyXuRDe { display:block; }
 }@media only screen and (max-width: 763px) { #EXeE2kMyJRGACqMVCedvZnkpXeNMf8C2 { width:15.375rem;height:1.5625rem;top:12.1875rem;left:2.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bG8LhlxLdazZc1oD5Rl3keCHR6a7V8mz { display:block; }
 }@media only screen and (max-width: 763px) { #BgwQAFtytrbSeukZWt65JepNDO78f3WW { width:6.625rem;height:1.0625rem;top:13.75rem;left:4.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsynPxvbTFbMckkPhlyENxEgAs6fMVqp { display:block; }
 }@media only screen and (max-width: 763px) { #KdHaNub0BwyfbfoZSwlfM6lTV2vC5Ss1 { width:4.9375rem;height:1.0625rem;top:13.75rem;left:10.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFFAfyU9soayS7N16wtW4SehNEppxiJk { display:block; }
 }