.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:222,224,227;--color-primary-1:147,153,161;--color-primary-2:38,51,67;--color-primary-3:19,26,34;--color-primary-4:6,8,10;--color-secondary-0:220,222,221;--color-secondary-1:138,147,142;--color-secondary-2:20,38,28;--color-secondary-3:10,19,14;--color-secondary-4:3,6,4;--color-tertiary-0:255,255,255;--color-tertiary-1:250,250,250;--color-tertiary-2:51,51,51;--color-tertiary-3:3,3,4;--color-tertiary-4:0,0,0;--headlines-font-family:"Rubik";--paragraphs-font-family:"Rubik"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/513ac514-6a6c-4f19-8c70-ecf7ccce91b0/yxc5Mfg.jpeg");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:contain !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; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk.adaptive-delivery-prevent-bg, #rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk.lazyload, #rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk.lazyloading { background-image: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { background-color: transparent; background-image: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.66); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container > .video-iframe-container { display: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.66); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row > .video-iframe-container { display: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .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); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { border-width: 0; border-radius: 0; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { font-size:0.875rem;font-family:arial;height:42.25rem;width:75rem;position:relative;display:block; }#JXpbhtOoymbnONKBOVuTd3ZoVhmTElIO { 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:10.124rem;width:14.499rem;top:1.566162109375rem;left:14.993896484375rem;overflow:hidden;display:block; }
#HpQtUOkUtT842mCuq0BL7vxlsf9IDMF0 { color:#ffd300;display:block;width:33.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:11.2763671875rem;left:5.8037109375rem;height:4.8112rem;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; }
#yeSuLhpRCPyUvbpWTxTBPeVgrq6OKfuh { color:rgba(var(--color-tertiary-0),1);display:block;width:4.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:9.625rem;font-weight:700;z-index:15011;line-height:.5;letter-spacing:0;top:22.9375rem;left:12.193359375rem;height:4.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QUsgcUm8LdpuhxFaJXn2vvnnzt2T1hxZ { color:#f8f292;display:block;width:4.9375rem;position:absolute;font-family:neuton;font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:17.375rem;left:8.4375rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Sawg8AKE6MAlw0NC2T0TRyQhvXxh9mMH { color:rgba(var(--color-primary-2),1);display:block;width:4.9375rem;position:absolute;font-family:neuton;font-size:1.75rem;font-weight:700;z-index:14996;line-height:1.3;letter-spacing:0;top:17.75rem;left:8.4375rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#FrwpwyiT1Tk9XhFFOxU6P1I5ITETeKUx { color:rgba(var(--color-tertiary-3),1);display:block;width:17.6248125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:11.612630844116rem;left:45.319011688233rem;height:4.140625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WTInfKOCc3JBVRHgdXK3Q92hcdwoHrwv { position:absolute;display:block;z-index:15002;background-color:rgba(243,245,248,0.72);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(241,245,248,0.31) ;height:23.875rem;width:19.375rem;top:10.4375rem;left:44.375rem;display:block; }
#R8kE2vPmc5xoGvVqvox2dyZeTMEUFU6m { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:5.6875rem;width:33.75rem;top:10.748291015625rem;left:5.37353515625rem;display:block; }
#miiaXKsTrPZnW8lAXlp9XFPSTT0tILFn { color:#efc698;display:block;width:10.3125rem;position:absolute;font-family:neuton;font-size:13.5625rem;font-weight:700;z-index:15012;line-height:.5;letter-spacing:0;top:22.9375rem;left:19.125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZWlTggfvwiV9npwAegZPAItxMumxahyx { color:rgba(var(--color-tertiary-1),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:20.337890625rem;left:7.693359375rem;height:3.2986125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#G86sQ61yeolevQ1ZL53RZM4M01C3Xo9i { color:rgba(var(--color-tertiary-1),1);display:block;width:5.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.3125rem;font-weight:700;z-index:15014;line-height:.5;letter-spacing:0;top:25.5625rem;left:32rem;height:2.15625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PnGbDc0ndc2B3Th1eMRJfH2qZuJVZ0A8 { color:rgba(var(--color-tertiary-1),1);display:block;width:40.437rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:16.4990234375rem;left:2.025146484375rem;height:2.17480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RD2u0oQVcsL02Q7Br5ZvwBbWlw7qQuQQ { color:rgba(var(--color-tertiary-1),1);display:block;width:10.1855625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:31.1875rem;left:11.1875rem;height:4.7265625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XzVgZf75fPmpgQf9UVtvznmxbpVfNceE { color:rgba(var(--color-tertiary-1),1);display:block;width:9.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:31.375rem;left:0.3125rem;height:4.7265625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M3teTQygGJVJJa1w7RItbuWgvetePTzk { color:rgba(var(--color-tertiary-1),1);display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:31.1875rem;left:21.8125rem;height:4.7265625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IfUc2Vw12vwDX2wab3lDvwNIR2rELnHu { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:4.31206875rem;width:0.185546875rem;top:31.375rem;left:10.5625rem;display:block; }
#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt .widget-form-header {  }
#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:700;color:rgba(var(--color-tertiary-4),1);width:16.875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:16.875rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:ubuntu;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ; }
#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt .widget-input-text {padding-top: 0; padding-bottom: 0;}#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:16.875rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:ubuntu;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ; }
#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:16.875rem;box-sizing:border-box;height:2.75rem;color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;overflow:hidden;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ; }
#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt .widget-input-select {padding-top: 0; padding-bottom: 0;}#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt .widget-input-button { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:0.9375rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:16.875rem;height:3.75rem;font-family:montserrat;overflow:hidden;box-shadow: none; }
#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:montserrat;font-size:0.9375rem;font-weight:400;font-style:normal; }
#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:montserrat;font-size:0.9375rem;font-weight:400;font-style:normal; }
#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:montserrat;font-size:0.9375rem;font-weight:400;font-style:normal; }
#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:montserrat;font-size:0.9375rem;font-weight:400;font-style:normal; }
#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:ubuntu;line-height:1.3;font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:15.6875rem;overflow:hidden;font-style:normal;float:none; }
#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:ubuntu;font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt .widget-container:first-of-type{padding-top:0;}#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt .widget-container:last-of-type{padding-bottom:0;}#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:44.433595657349rem;top:14.746094703674rem;z-index:15010;position:absolute; }
#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:16.875rem;display:block;vertical-align:top; }
#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.875rem;line-height:1.3;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt {display:block;}#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:44.433595657349rem;top:14.746094703674rem;z-index:15010;position:absolute; }
#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt #rWMz0mh9mh84pRfL4i5TwBuP1SU7eyU0 { position:relative; }
#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt #CWbVoIHmqXL4BGJvcsvwqnfnbT02h2hT { position:relative;display:none; }
#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt #KQmFhgcL56NCkN5VitgBIyqJGtPEK7tT { position:relative; }
#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt #DO45hUqor8ziTDBP2AzSk5TVsZxxez20 { position:relative; }
#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt #l7awpAmCr3I0kUymbCX97ExWubIzvrBk { position:relative;display:none; }
#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt #AfwwAKQUbeOwvK4WDvRANyECOa4LR8JW { position:relative; }
#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt #zVB5hmqcbl4SBuJDWch2f2iIvldoO5vT { position:relative; }
#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt #sGqF6vFWuwS74zwZaxz3rSf3wCzGoelJ { position:relative;display:none; }
#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt #lgHVVr2leiXBCUhaXyQgciqRpq3qxynI { position:relative; }
#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt #MqSTqvWCuKIzsSyyUKdJokBJgfS3DxBr { position:relative; }
#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt #vaz52P59laBPOvfX3EfDtzCZoAwwoEHR { position:relative;display:none; }
#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt #f5K5ixKSTP1Rf1wLfqenyUQLkudNL73T { position:relative; }
#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt #ysH0LcIJKLNngK7RPQIBuHDyFlEwINzf { position:relative; }
#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt #ON2TCaqSZ6szOfJkpzzigu8pUeswrew9 { position:relative; }
#HhoBLDd42CP0AhS9iTxkBpQChsX8D2NU { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:4.31206875rem;width:0.185546875rem;top:31.375rem;left:21.25rem;display:block; }
#TTMMIaCFS5B4CAh3FMQ1rymkduw51393 { position:relative;display:block; }#TTMMIaCFS5B4CAh3FMQ1rymkduw51393 { background-color: transparent; background-image: none; }#TTMMIaCFS5B4CAh3FMQ1rymkduw51393::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTMMIaCFS5B4CAh3FMQ1rymkduw51393 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTMMIaCFS5B4CAh3FMQ1rymkduw51393 > .row .container > .video-iframe-container { display: none; }#TTMMIaCFS5B4CAh3FMQ1rymkduw51393 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTMMIaCFS5B4CAh3FMQ1rymkduw51393 > .row > .video-iframe-container { display: none; }#TTMMIaCFS5B4CAh3FMQ1rymkduw51393 > .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); }#TTMMIaCFS5B4CAh3FMQ1rymkduw51393 { border-width: 0; border-radius: 0; }#TTMMIaCFS5B4CAh3FMQ1rymkduw51393 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TTMMIaCFS5B4CAh3FMQ1rymkduw51393 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:34.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#EVt5IzxE6ObPMpOqXRh8zQ9aZCfGoHBF { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:33.5625rem;width:33.5625rem;top:0.625rem;left:1.96875rem;overflow:hidden;display:block; }
#VXD3qtFTbvSgcBBGs9yOhHbM67XiqfsC { color:rgba(var(--color-secondary-2),1);display:block;width:36.6875rem;position:absolute;font-family:neuton;font-size:1.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0.5625rem;left:37.25rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mkgFsbmOmZ3Q5pMdZd9GqxeANh5C41O5 { color:rgba(var(--color-primary-2),1);display:block;width:36.0625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:9.25rem;left:38.375rem;height:17.05405rem;text-align:justify;text-align-last:initial;display:block; }
#x0nooFmioOTTB9vmyVNqy4fmpWQwmRJg { color:rgba(var(--color-primary-2),1);display:block;width:36.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0.6875rem;left:38.281253814698rem;height:3.897575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xpvLKhJV5dwOlmM8T4gfT3DwX24Z2iFE { position:absolute;display:block;z-index:15006;background-color:#956836;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.24902375rem;width:35rem;top:5.1875rem;left:38.375rem;display:block; }
#SZBTrR4Nx6SdPfI38o9QXcmkaTNauFvr { position:absolute;display:block;z-index:15007;background-color:#efc698;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.24902375rem;width:35rem;top:4.9375rem;left:38.375rem;display:block; }
#xBTueE5aJEnCOGskCrZRU3qTv2wLgXsH { color:rgba(var(--color-primary-2),1);display:block;width:35.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:6.125rem;left:38.5625rem;height:2.92535rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZygKUeMIT3BdKJR53Pk8E6IqAF82frDd { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.5625rem;height:3.125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:28.75rem;left:38.375rem;display:block; }
#lI7DRr2TO0p9ZwlqvkyFTDeGrG7mspgM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ohXWdpGZhPblSQeAnKFlE5x56uSJbIsL { color:rgba(var(--color-primary-2),1);display:block;width:5.4375rem;position:absolute;font-family:montserrat;font-size:0.6875rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:27.468318939209rem;left:38.624132156372rem;height:1.0319rem;display:block; }
#UId5TPd580ntEB6TJ2EQgBPOF4PqZX23 { position:relative;display:block; }#UId5TPd580ntEB6TJ2EQgBPOF4PqZX23 { background-color: transparent; background-image: none; }#UId5TPd580ntEB6TJ2EQgBPOF4PqZX23::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UId5TPd580ntEB6TJ2EQgBPOF4PqZX23 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UId5TPd580ntEB6TJ2EQgBPOF4PqZX23 > .row .container > .video-iframe-container { display: none; }#UId5TPd580ntEB6TJ2EQgBPOF4PqZX23 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UId5TPd580ntEB6TJ2EQgBPOF4PqZX23 > .row > .video-iframe-container { display: none; }#UId5TPd580ntEB6TJ2EQgBPOF4PqZX23 > .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); }#UId5TPd580ntEB6TJ2EQgBPOF4PqZX23 { border-width: 0; border-radius: 0; }#UId5TPd580ntEB6TJ2EQgBPOF4PqZX23 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#UId5TPd580ntEB6TJ2EQgBPOF4PqZX23 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:34.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mLya2Zuo3PDLEh15dCeL9JIDTLdJ8JqS { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:14.194879531861rem;left:0.87456703186037rem;height:7.3111875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GSrPOFg2WN3TIetaoK1kgNtIJ6eSw0yP { 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:34.125rem;width:60.75rem;top:0.68359327316281rem;left:13.247613906861rem;overflow:hidden;display:block; }
#ZfcI5BoaDG6cUhX8WZLOrkk5kVAqm4Ul { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#ZfcI5BoaDG6cUhX8WZLOrkk5kVAqm4Ul > .row .container { background-color: transparent; background-image: none; }#ZfcI5BoaDG6cUhX8WZLOrkk5kVAqm4Ul::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZfcI5BoaDG6cUhX8WZLOrkk5kVAqm4Ul > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZfcI5BoaDG6cUhX8WZLOrkk5kVAqm4Ul > .row .container > .video-iframe-container { display: none; }#ZfcI5BoaDG6cUhX8WZLOrkk5kVAqm4Ul > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZfcI5BoaDG6cUhX8WZLOrkk5kVAqm4Ul > .row > .video-iframe-container { display: none; }#ZfcI5BoaDG6cUhX8WZLOrkk5kVAqm4Ul > .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); }#ZfcI5BoaDG6cUhX8WZLOrkk5kVAqm4Ul > .row .container { border-width: 0; border-radius: 0; }#ZfcI5BoaDG6cUhX8WZLOrkk5kVAqm4Ul > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZfcI5BoaDG6cUhX8WZLOrkk5kVAqm4Ul > .row .container { font-size:0.875rem;font-family:arial;height:51rem;width:75rem;position:relative;display:block; }#b35kACf24gLoB7bsmBtZnnTFhokBc435 { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:10.5625rem;width:18.6875rem;top:3.0625rem;left:0rem;overflow:hidden;display:block; }
#DVG1cqu55TVmiw18iG5OQeFGuOuOe82a { box-sizing:content-box;height:9.375rem;width:18.2498125rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:13.5625rem;left:0.25rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
#gXETzRfgWP57TtEqEQ2IsMoe1oVoWHqD { color:rgba(var(--color-tertiary-4),1);display:block;width:8.9355625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15042;line-height:1.2;letter-spacing:0;top:13.8125rem;left:4.875rem;height:1.57551875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GZ7LCC5Juua5Tw3IxvoR5BkF1UJcKCQt { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:10.25rem;width:18.3125rem;top:3.25rem;left:19rem;overflow:hidden;display:block; }
#lWnsz7b3fKG7gBJqzIXCs2JTxn0pNbhR { box-sizing:content-box;height:9.375rem;width:18.2498125rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:13.625rem;left:19rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
#F6LJ6N5PBpDG2KyQwfqFydVHi08iRx1J { color:rgba(var(--color-tertiary-4),1);display:block;width:13.9375rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:15042;line-height:1.2;letter-spacing:0;top:14.125rem;left:21.4375rem;height:1.57551875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#THiNTgNQfvAvi5M754qurn22buCwLNAP { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:10.3125rem;width:18.125rem;top:3.375rem;left:37.6875rem;overflow:hidden;display:block; }
#etc91dbGikdQRlLnWXe0tpQoBTe8VBhP { box-sizing:content-box;height:9.375rem;width:18.2498125rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:13.5625rem;left:37.6875rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
#OexTwZkR6bVdrVI9QcPTJqGCdBBZJr8C { color:rgba(var(--color-tertiary-4),1);display:block;width:11.7480625rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:15052;line-height:1.2;letter-spacing:0;top:14.0625rem;left:40.875rem;height:1.57551875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GIhrr02Vzhm74nSVtgq22ZXXqo8xCM4c { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:10.25rem;width:17.9375rem;top:3.375rem;left:56.4375rem;overflow:hidden;display:block; }
#HPmZS1bOaPCO4w8p3UeTWkD9DXdfFBbX { box-sizing:content-box;height:9.375rem;width:18.2498125rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:13.625rem;left:56.4375rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
#tyqR7tCmVskztVO0qALVw98zXqG8IZGB { color:rgba(var(--color-tertiary-4),1);display:block;width:11.7480625rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:15062;line-height:1.2;letter-spacing:0;top:14.125rem;left:59.625rem;height:1.57551875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rZ7Q4W9BT10XiKF8hRMrLIpX9OJdRAJV { color:rgba(var(--color-tertiary-4),1);display:block;width:10.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15026;line-height:1.2;letter-spacing:0;top:15.875rem;left:3.875rem;height:1.2000875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#llGw4e0xDw5ZzW6TUIJumQw5RMvQCD5O { color:rgba(var(--color-tertiary-4),1);display:block;width:10.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15024;line-height:1.2;letter-spacing:0;top:16.3125rem;left:22.875rem;height:1.2000875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Gdnshil3afB5Iow5Vl186tOalvNaF5aa { color:rgba(var(--color-tertiary-4),1);display:block;width:10.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15025;line-height:1.2;letter-spacing:0;top:16.25rem;left:41.3125rem;height:1.2000875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wRKvdDXoTVwCJGGKJeN4wlKiVmln4gOx { color:rgba(var(--color-tertiary-4),1);display:block;width:10.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15026;line-height:1.2;letter-spacing:0;top:16.3125rem;left:60.0625rem;height:1.2000875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TOxdAkrZ60e6vUZ6qdBdGPlzZiwVD1R1 { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15101;opacity:1;top:18.1875rem;left:2.5rem; }
#m0TRBrJiE9UKErKZWv3IHeZIg2FeL4iR { color:rgba(var(--color-tertiary-4),1);display:block;width:1.93685rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15061;line-height:1.2;letter-spacing:0;top:18.875rem;left:4.75rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uROWGtCwSKTdrZyHXgMee45HxHdmsDaR { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15103;opacity:1;top:18.1875rem;left:7.875rem; }
#IOTmILLxqrieVrUMODHC3pl5koOwATZf { color:rgba(var(--color-tertiary-4),1);display:block;width:1.93685rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15062;line-height:1.2;letter-spacing:0;top:18.8125rem;left:10.0625rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gLDuuHmTuoLBxoWpts1qUVzgJQ5VxZ2i { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15104;opacity:1;top:18.1875rem;left:13.4375rem; }
#gPEtMoOofJcDTLWTQ0pcOH2RQm7pl01G { color:rgba(var(--color-tertiary-4),1);display:block;width:1.93685rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15063;line-height:1.2;letter-spacing:0;top:18.9375rem;left:15.5625rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CZ11yRrKmBzXzzMtaxGSPXTlTabSQOtO { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15101;opacity:1;top:18.1875rem;left:20.8125rem; }
#aqRsze09OQVzHyTMesr3XmBs8FPbtyEm { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15103;opacity:1;top:18.1875rem;left:26.1875rem; }
#ltKzcfiGQq6K7EFPVr5vwFspw401S1pT { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15104;opacity:1;top:18.1875rem;left:31.75rem; }
#wSwdTCnGJTWyrQRzpKLAMZmQpoSKckmc { color:rgba(var(--color-tertiary-4),1);display:block;width:1.93685rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15061;line-height:1.2;letter-spacing:0;top:18.875rem;left:23.0625rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rviuR78dHyEH9Mk9wX0X59C1QLHOI7ha { color:rgba(var(--color-tertiary-4),1);display:block;width:1.93685rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15063;line-height:1.2;letter-spacing:0;top:18.9375rem;left:33.875rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IGXISIgV3ACmbhXDcJlefK4gxTNFE7Kb { color:rgba(var(--color-tertiary-4),1);display:block;width:1.93685rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15062;line-height:1.2;letter-spacing:0;top:18.8125rem;left:28.375rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RmaC5GpOJGPSc8d7VJpGPm9T627L3Gei { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15104;opacity:1;top:18.125rem;left:50.8125rem; }
#ihdrwxbkzifdgztdW9VmyylRqEltFU9o { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15103;opacity:1;top:18.125rem;left:45.3125rem; }
#ILUcndsOMzb69A4wzB8J0QAZcWN2bbBa { color:rgba(var(--color-tertiary-4),1);display:block;width:1.93685rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15062;line-height:1.2;letter-spacing:0;top:18.75rem;left:47.5rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bNr6ZCLX6Oqlx13dgLXre1D1kffSv887 { color:rgba(var(--color-tertiary-4),1);display:block;width:1.93685rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15063;line-height:1.2;letter-spacing:0;top:18.875rem;left:52.8125rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wJezGyHwENlREvyKOFPnsLivu50CQAPb { color:rgba(var(--color-tertiary-4),1);display:block;width:1.93685rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15061;line-height:1.2;letter-spacing:0;top:18.8125rem;left:42.1875rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Utr0dT63OCwWKGa9Wq7TTuhA33Snzpck { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15101;opacity:1;top:18.125rem;left:39.9375rem; }
#gtClxoshy4BwQyl85cMLFyQ4X3f0g52J { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15111;opacity:1;top:18.1875rem;left:69.75rem; }
#RqBpOKJ8QuV03a5DTtUuySdwRrTVfPR9 { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15110;opacity:1;top:18.1875rem;left:64.25rem; }
#Wlrk2HqFtxZ3ECePQdaZK3k9BQKZTyF6 { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15108;opacity:1;top:18.1875rem;left:58.875rem; }
#TOwoCaz7GUwINpBNZKpb4wTEaoZBqdpX { color:rgba(var(--color-tertiary-4),1);display:block;width:1.93685rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15070;line-height:1.2;letter-spacing:0;top:18.9375rem;left:71.75rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RiVXbtBKkIsHD7VoSzV7DFUfa2s5WDv2 { color:rgba(var(--color-tertiary-4),1);display:block;width:1.93685rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15068;line-height:1.2;letter-spacing:0;top:18.875rem;left:61.125rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aNZHuRXP3fuurWfFoLNcaqczc1X6AGby { color:rgba(var(--color-tertiary-4),1);display:block;width:1.93685rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15069;line-height:1.2;letter-spacing:0;top:18.8125rem;left:66.4375rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z8yxIBTgEbdkDJA7E0SEMkhqxb2UHBLE { color:rgba(var(--color-tertiary-4),1);display:block;width:47.9989375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:0.37091755867004rem;left:13.778408050537rem;height:2.68120625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cbyeTBEQHJCDJMc9WbJb7JmSv76LXJqN { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:10.4375rem;width:18.375rem;top:23.6875rem;left:0.25rem;overflow:hidden;display:block; }
#yynKBC1EPT7wpVIdiBfQLUU6tOZnQD0Z { box-sizing:content-box;height:9.375rem;width:18.2498125rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:34.375rem;left:0.3125rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
#ZNnvLowGuG409yTxrm9hBnA8lBVCqAwE { color:rgba(var(--color-tertiary-4),1);display:block;width:9.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15053;line-height:1.2;letter-spacing:0;top:34.625rem;left:4.4375rem;height:1.57551875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GI3aQTDn7B0xgJNzIeQy2TexTTwvg3cR { color:rgba(var(--color-tertiary-4),1);display:block;width:10.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15037;line-height:1.2;letter-spacing:0;top:36.6875rem;left:3.9375rem;height:1.2000875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VTAcs7ZIAihfbBMQrnuEFZwHWxXlBGek { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15112;opacity:1;top:39rem;left:2.5625rem; }
#CgZXyLwWx62Xw1rkeqlrbQIPozTIlACi { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15114;opacity:1;top:39rem;left:7.9375rem; }
#vsaDkqqkb4NdkrZmfBgSBsAlGOsA7dfy { color:rgba(var(--color-tertiary-4),1);display:block;width:1.93685rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15072;line-height:1.2;letter-spacing:0;top:39.6875rem;left:4.8125rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kXuZTRBgLTP3Mdh50dTs3wUIgEcG5qNg { color:rgba(var(--color-tertiary-4),1);display:block;width:1.93685rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15073;line-height:1.2;letter-spacing:0;top:39.625rem;left:10.125rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HmuvunqrZkoDSoGkeXOJLFrTnv6wA2MM { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15115;opacity:1;top:39rem;left:13.5rem; }
#hNVORiFLmaR2E3mzRVhiAhev8n0nuQ15 { color:rgba(var(--color-tertiary-4),1);display:block;width:1.93685rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15074;line-height:1.2;letter-spacing:0;top:39.75rem;left:15.625rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V0TsZpqJLADP3iOfJWa611q9UNDa5PvE { box-sizing:content-box;height:9.375rem;width:18.2498125rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:34.375rem;left:19.0625rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
#LZdmrqpmGrxucc3v9ovLTGz16Ew3ehhi { color:rgba(var(--color-tertiary-4),1);display:block;width:1.93685rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15084;line-height:1.2;letter-spacing:0;top:39.75rem;left:34.375rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UI9vR6xgQ9N8HTKNJEQIR9mRmelhvTvE { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15125;opacity:1;top:39rem;left:32.25rem; }
#mX1rvaClxMpyzEaZck0FAQuT5V87A4eO { color:rgba(var(--color-tertiary-4),1);display:block;width:1.93685rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15083;line-height:1.2;letter-spacing:0;top:39.625rem;left:28.875rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yFTmznVT2CEHXOFs4wxkImN95JaS3qzU { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15124;opacity:1;top:39rem;left:26.6875rem; }
#rMS5uKZnWI58lnkdVVrp6wcQDIVPI0BD { color:rgba(var(--color-tertiary-4),1);display:block;width:1.93685rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15082;line-height:1.2;letter-spacing:0;top:39.6875rem;left:23.5625rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TNZqpkeIzmgFy54kyuKoGppLn03VJ36s { color:rgba(var(--color-tertiary-4),1);display:block;width:10.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15047;line-height:1.2;letter-spacing:0;top:36.6875rem;left:22.6875rem;height:1.2000875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z0FXsSZLD0ZtQypgR9GsDI8SqL1CtODb { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15122;opacity:1;top:39rem;left:21.3125rem; }
#MW9pq4rTUs77lx7RiZFzpLUICoCwnQPp { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15063;line-height:1.2;letter-spacing:0;top:34.625rem;left:22.25rem;height:1.57551875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ynkeZlsCFarLVTOW3iHAib8biHcRFB53 { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:10.5625rem;width:18.5625rem;top:23.625rem;left:18.84375rem;overflow:hidden;display:block; }
#HhrRTt4flt8GLWVRi8omqAxWMsOlhonV { position:absolute;display:block;z-index:15065;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:10.5625rem;width:18.5625rem;top:23.6875rem;left:37.5rem;overflow:hidden;display:block; }
#e9mn5Ra2kAJrFopUN3XogJyyowZ2zPG1 { box-sizing:content-box;height:9.375rem;width:18.2498125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:34.4375rem;left:37.75rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
#zTluuzSISz15HnQtvBGe8zaH8XpG0HMu { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15073;line-height:1.2;letter-spacing:0;top:34.6875rem;left:40.9375rem;height:1.57551875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RLVUGRblR6PlAGKRc3hrZqPfsWaWB2qD { color:rgba(var(--color-tertiary-4),1);display:block;width:10.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15057;line-height:1.2;letter-spacing:0;top:36.75rem;left:41.375rem;height:1.2000875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AG0kGnG7Jucc1w6qwvTg1rw7kecwCF0e { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15134;opacity:1;top:39.0625rem;left:45.375rem; }
#JarUihQpLktAyup6zMkR4gAThzmI0ahC { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15132;opacity:1;top:39.0625rem;left:40rem; }
#ZxC8PbAG75vDt9Kyy0SWk3onBz7t0gnJ { color:rgba(var(--color-tertiary-4),1);display:block;width:1.93685rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15093;line-height:1.2;letter-spacing:0;top:39.6875rem;left:47.5625rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kMDOBPgi7e36I6v1oZTNpOLUQ6khxCwF { color:rgba(var(--color-tertiary-4),1);display:block;width:1.93685rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15092;line-height:1.2;letter-spacing:0;top:39.75rem;left:42.25rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TUI3UbZd5szfRbH5GhURUbl7hewF8xio { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15135;opacity:1;top:39.0625rem;left:50.9375rem; }
#AfdVRBFUknSMToatBK9Cmcf88xDCoyrG { color:rgba(var(--color-tertiary-4),1);display:block;width:1.93685rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15094;line-height:1.2;letter-spacing:0;top:39.8125rem;left:53.0625rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ig8EKSnrZh83rvtaqmUruO6gEBlQiSTH { position:absolute;display:block;z-index:15075;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:10.5625rem;width:18.5625rem;top:23.6875rem;left:56.25rem;overflow:hidden;display:block; }
#Vb7os4oxHZm0flRkwBZcCRksCgSQTxHU { box-sizing:content-box;height:9.375rem;width:18.2498125rem;position:absolute;display:block;z-index:15049;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:34.4375rem;left:56.5rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
#UtRU0yKa3eiGJJ7lZIVlvJ7vDFBqzpop { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15083;line-height:1.2;letter-spacing:0;top:34.6875rem;left:56.75rem;height:1.57551875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RJi33tAUTiKh2xTlJtM6H2LIJ9in1svZ { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15142;opacity:1;top:39.0625rem;left:58.75rem; }
#ZpKpdiCJwylewkE1M435B4UcpmfVJEy8 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15067;line-height:1.2;letter-spacing:0;top:36.75rem;left:60.125rem;height:1.2000875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pus3DibhCrmF7tFx4FmnVCz5Kx7xGzAy { color:rgba(var(--color-tertiary-4),1);display:block;width:1.93685rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15102;line-height:1.2;letter-spacing:0;top:39.75rem;left:61rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QfFb3x3FLmBSwO6sgkNDpA01ikKQ9pJy { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15144;opacity:1;top:39.0625rem;left:64.125rem; }
#Z1GwdXcUFT1XpoTaWbSpek8TSDcg6SzF { color:rgba(var(--color-tertiary-4),1);display:block;width:1.93685rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15103;line-height:1.2;letter-spacing:0;top:39.6875rem;left:66.3125rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mGxvihqR3nbp1p1ptw9MJkNRF3b6gnTm { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15145;opacity:1;top:39.0625rem;left:69.6875rem; }
#c3ZhVxtFkJpEBx6FRaP9kUzcvIl9PwgD { color:rgba(var(--color-tertiary-4),1);display:block;width:1.93685rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15104;line-height:1.2;letter-spacing:0;top:39.8125rem;left:71.8125rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WpMM3KwMecZelEMzQJD5sTREGzqgq5hP { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.186875rem;height:3.87478125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:45.442710399628rem;left:26.187067031861rem;display:block; }
#i0mRJRAmus6uZMhBrc4bmcIxU3bTQEEt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dVMBqI8A0LAuIahxQFWw7md4w9HhSUhn { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:2.93728125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:45.460071563721rem;left:18.750001907349rem;display:none; }
#fxTA6mbiz1ch19Zn3PTPryCURERQRVyI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ERLBys0RQiFVqhFhzUelHRXWX0yk9tV6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ERLBys0RQiFVqhFhzUelHRXWX0yk9tV6 > .row .container { background-color: transparent; background-image: none; }#ERLBys0RQiFVqhFhzUelHRXWX0yk9tV6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ERLBys0RQiFVqhFhzUelHRXWX0yk9tV6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ERLBys0RQiFVqhFhzUelHRXWX0yk9tV6 > .row .container > .video-iframe-container { display: none; }#ERLBys0RQiFVqhFhzUelHRXWX0yk9tV6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ERLBys0RQiFVqhFhzUelHRXWX0yk9tV6 > .row > .video-iframe-container { display: none; }#ERLBys0RQiFVqhFhzUelHRXWX0yk9tV6 > .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); }#ERLBys0RQiFVqhFhzUelHRXWX0yk9tV6 > .row .container { border-width: 0; border-radius: 0; }#ERLBys0RQiFVqhFhzUelHRXWX0yk9tV6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ERLBys0RQiFVqhFhzUelHRXWX0yk9tV6 > .row .container { font-size:0.875rem;font-family:arial;height:38.5rem;width:75rem;position:relative;display:block; }#ZnK7qv0Ac0oVzcShDX4UrG5c4cxAVC10 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-secondary-2),0.2);border-left:0.1875rem solid rgba(var(--color-secondary-2),0.2);border-right:0.1875rem solid rgba(var(--color-secondary-2),0.2);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),0.2);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:25.9375rem;width:16.25rem;top:8.8125rem;left:1.0625rem;display:none; }
#yE9Tyc2pcxiGBr4O5S4IAwHSu0baGDpW { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:18.8125rem;left:2.6875rem;height:2.92535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#luK3pkvpyftkpL8W0ntMzQohm9wbqSS8 { color:rgba(var(--color-tertiary-2),1);display:block;width:13.4375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:22.5rem;left:2.5625rem;height:12.49675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#z4RciGp5uB2MudK4qC8eykR3XqQzTW05 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-secondary-2),0.2);border-left:0.1875rem solid rgba(var(--color-secondary-2),0.2);border-right:0.1875rem solid rgba(var(--color-secondary-2),0.2);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),0.2);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:32.125rem;width:16.25rem;top:4.5625rem;left:19.875rem;display:block; }
#MPTqfVUkGaqepiLqJRcgPhEaEG24dh72 { color:rgba(var(--color-tertiary-2),1);display:block;width:14.6875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:22.5rem;left:20.8125rem;height:11.18925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XVGiftk5MTHXhy1dxgJcebAhXSAg0wgS { color:rgba(var(--color-tertiary-4),1);display:block;width:13.809875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:18.8125rem;left:21.25rem;height:2.92535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mIwwb4ZfpdKAEdbC5aSQerstGo0AUBJM { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-secondary-2),0.2);border-left:0.1875rem solid rgba(var(--color-secondary-2),0.2);border-right:0.1875rem solid rgba(var(--color-secondary-2),0.2);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),0.2);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:32.0625rem;width:16.25rem;top:4.5625rem;left:38.625rem;display:block; }
#u7mrbcBmcQETrSVZya1BWeOETb3sSvfR { color:rgba(var(--color-tertiary-2),1);display:block;width:13.4375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15020;line-height:1.6;letter-spacing:0;top:22.5rem;left:58.9375rem;height:9.7905625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sfSlRzry3bShMd57O20U2DlAMpHK2FSW { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:6.375rem;left:45.6875rem;overflow:hidden;display:block; }
#trkrGN9Apxev0E91MSSNHgTEBlrt1lzG { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-secondary-2),0.2);border-left:0.1875rem solid rgba(var(--color-secondary-2),0.2);border-right:0.1875rem solid rgba(var(--color-secondary-2),0.2);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),0.2);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:32.0625rem;width:16.25rem;top:4.5625rem;left:57.375rem;display:block; }
#Q64nyLrnvZ8Q0Lgm8idwNriuEUZfg7oK { position:absolute;display:block;z-index:15015;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:3.125rem;width:3.125rem;top:6.375rem;left:64.6875rem;overflow:hidden;display:block; }
#qb9cKmEPpWyNC0Hflk9ngq7rTO6PSNgn { color:rgba(var(--color-secondary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.80728912353513rem;left:0rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fNFECD5F7dCriG964d3NfV7Lp2RTHgP1 { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-secondary-2),0.2);border-left:0.1875rem solid rgba(var(--color-secondary-2),0.2);border-right:0.1875rem solid rgba(var(--color-secondary-2),0.2);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),0.2);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:32.25rem;width:16.25rem;top:4.4375rem;left:1rem;display:block; }
#pk1XLGTDbg8I1wD2cNFtE7RdEwpPd7gS { 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:12.5rem;width:16.6875rem;top:4.5625rem;left:1rem;overflow:hidden;display:block; }
#r02nAbQf9EIJaM2qNDkDLrAd8ObmnKTg { 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:12.3125rem;width:16.4375rem;top:4.5625rem;left:19.9375rem;overflow:hidden;display:block; }
#LaqiSFGftxVQVfuwlpFO2vPUecvhgCin { 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:12.3125rem;width:16.4375rem;top:4.6875rem;left:57.5625rem;overflow:hidden;display:block; }
#BoFARdf045HropW0t33T3AJFoqU6ovGM { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.375rem;width:16.5625rem;top:4.5625rem;left:38.625rem;overflow:hidden;display:block; }
#E11HNu2RsSxpdB7Zy307Gy6hp1tFS4wm { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:18.8125rem;left:59.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SJ6OrKDafwJ3TJ8U5I6I37FgMH2BbWcS { color:rgba(var(--color-tertiary-2),1);display:block;width:14.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15022;line-height:1.6;letter-spacing:0;top:22.5rem;left:39.6875rem;height:9.7905625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AXsUQWTm97I9HiTuGskxzP1hAJ0sWqb7 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.808625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:18.8125rem;left:40rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EMbs0d3M6XMTT6JzTMnD70ZgJgyidA27 { position:relative;display:block; }#EMbs0d3M6XMTT6JzTMnD70ZgJgyidA27 { background-color: transparent; background-image: none; }#EMbs0d3M6XMTT6JzTMnD70ZgJgyidA27::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EMbs0d3M6XMTT6JzTMnD70ZgJgyidA27 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EMbs0d3M6XMTT6JzTMnD70ZgJgyidA27 > .row .container > .video-iframe-container { display: none; }#EMbs0d3M6XMTT6JzTMnD70ZgJgyidA27 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EMbs0d3M6XMTT6JzTMnD70ZgJgyidA27 > .row > .video-iframe-container { display: none; }#EMbs0d3M6XMTT6JzTMnD70ZgJgyidA27 > .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); }#EMbs0d3M6XMTT6JzTMnD70ZgJgyidA27 { border-width: 0; border-radius: 0; }#EMbs0d3M6XMTT6JzTMnD70ZgJgyidA27 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#EMbs0d3M6XMTT6JzTMnD70ZgJgyidA27 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-1),1);background-image:none;font-size:0.875rem;font-family:arial;height:46.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#CPQDAWg18TVVUASFXyBJ19pmKUovET6v { display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.5rem;left:0rem;height:3.6556rem;text-align:center;text-align-last:center;font-style:normal;color:rgba(var(--color-secondary-2),1);display:block; }
#LCuTqQAAxbZWnsqLM8xpMVuXvIBTTdpJ { border-bottom:0;border-left:0;border-right:0;border-top:0;height:13.75rem;width:20.5625rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:7.8125004768369rem;left:4.0625019073486rem;overflow:hidden;display:block; }
#hqUR3SN2aR68eDVpmR067Z9ntpeCG3Rh { border-bottom:0;border-left:0;border-right:0;border-top:0;height:13.8125rem;width:20.5rem;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:7.7484836578369rem;left:27.812501907349rem;overflow:hidden;display:block; }
#r7pSHdOEpGqK4b3zbbOQKfli2L5Bfmw0 { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),0.81);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:20.5rem;top:21.5625rem;left:4.0625rem;display:block; }
#ceZnMbwUQPAdSTlnk4dzOJLC0TpHOoXO { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:22rem;left:4.0625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RFDMUqnxO5wDwc59xkRIFsFh2abeQIOg { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:22rem;left:27.75rem;height:1.62435rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a6KDmZUpzsyepDf8Z8dtpuTEmGz2Eiy4 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),0.81);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:20.5rem;top:21.5rem;left:27.8125rem;display:block; }
#r76ML9KoG9XJm5tn3vsxf7nAcED5EN0D { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:22.125rem;left:51.625rem;height:1.62435rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ydd1BGqMLnXfHzZ5o3z2flcvvSJBioWQ { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),0.81);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:20.5rem;top:21.6875rem;left:51.6875rem;display:block; }
#D0NnyyeaVnUoZT0vZUm2Lc2Fqi5SkxPz { color:rgba(var(--color-tertiary-0),1);display:block;width:20.4375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:41.375rem;left:4rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m6lDSUmg280Qr8R9xzC3iMklmnhaWJX3 { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),0.81);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:20.5rem;top:40.875rem;left:4.0625rem;display:block; }
#gGZtodfeXW2uzPdHdZeDLKEkA4he38Ef { color:rgba(var(--color-tertiary-0),1);display:block;width:20.4375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:41.375rem;left:28rem;height:1.62435rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i23COugPQNad6xG62uDacITkp4KtTywu { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),0.81);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:20.5rem;top:40.875rem;left:27.9375rem;display:block; }
#Wkds6c3bt0Se4q7XJAFXSzrXb0E0d0Su { color:rgba(var(--color-tertiary-0),1);display:block;width:20.6875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:41.375rem;left:51.625rem;height:1.62435rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yUqIMZCBre2LrOccPxMXW4WKFOgy1ZU6 { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-2),0.81);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:20.75rem;top:40.9375rem;left:51.625rem;display:block; }
#MTVSD4P5LwH8Vq8TyNyN5g93TQNBFM5X { border-bottom:0;border-left:0;border-right:0;border-top:0;height:14rem;width:20.5rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:7.6866321563719rem;left:51.687288284302rem;overflow:hidden;display:block; }
#KPkKImBxy9eWXD3P8yuWcpJylkfwyrMm { border-bottom:0;border-left:0;border-right:0;border-top:0;height:13.9375rem;width:20.375rem;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:27.124557495118rem;left:4.0625019073486rem;overflow:hidden;display:block; }
#ELk3K0pNXlSfnLK3wVouHOvzZSUTv4Ve { border-bottom:0;border-left:0;border-right:0;border-top:0;height:13.625rem;width:20.5625rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:27.312282562256rem;left:27.937284469604rem;overflow:hidden;display:block; }
#ITVukwwLGCiPUZiQutZmc7claHOpBJ2F { border-bottom:0;border-left:0;border-right:0;border-top:0;height:13.9375rem;width:20.8125rem;position:absolute;display:block;z-index:15003;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:27.000000476837rem;left:51.624353408814rem;overflow:hidden;display:block; }
#QMpqxR8MDLE0dH5ewNVtKB6GRVL0UQ2p { display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.25rem;left:46.25rem;height:0;text-align:center;text-align-last:center;font-style:normal;color:rgba(var(--color-secondary-2),1);display:block; }
#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container { background-color: transparent; background-image: none; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container > .video-iframe-container { display: none; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row > .video-iframe-container { display: none; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .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); }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container { border-width: 0; border-radius: 0; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container { font-size:0.875rem;font-family:arial;height:29.9375rem;width:75rem;position:relative;display:block; }#BtZ1NAacfAvvbW4g6rqSFrqm7SKAmxEu { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:1.88671875rem;left:0rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#F7t8GV7JeKlohghtkuM5GrTKhwAFOvNm { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:12.5rem;top:4.9375rem;left:3.125rem;display:block; }
#T7lK7BNg7FC5OCFKPzhNgqQMttqLZxU7 { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:9.3125rem;left:7.125rem; }
#PkR9TTHBKiuI2nIRDvELwkrRwGaWvW5L { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:14.005859375rem;left:3.125rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TTOTy4BznLRhoRhyNVTg2tSV1m9Np689 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.4375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:17.4853515625rem;left:1.65625rem;height:8.52975rem;text-align:center;text-align-last:center;display:block; }
#rsMuGTLVR32uDv8bX2nfCoiR3ZfyL07g { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:12.5rem;top:4.9375rem;left:21.875rem;display:block; }
#nehcg60wpMm6Hgnvlm0USl1KlysyGJxh { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:9.3125rem;left:25.875rem; }
#zTtNCw9F5EDL6J8s0kxHZrTHbAuGC5Hc { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:14.005859375rem;left:21.875rem;height:2.599825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hJUSBkuA5FZBDQuAGT9sLUDsRCm1NX7M { color:rgba(var(--color-tertiary-0),1);display:block;width:16.4375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:17.48593711853rem;left:19.90625rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#tF8iyvuvOa5fncrMt4b5sK86zpdGdOLO { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:12.5rem;top:4.9375rem;left:40.625rem;display:block; }
#ZsNasghTSRNnKhohrryxKEiiklBKEXn9 { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:9.3125rem;left:44.625rem; }
#RSKbdePQJ0bPf1KA27JEHPnod88OWXab { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:14.005859375rem;left:40.625rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gx6pfeD7vFrE6vh0obCdh9vbl5Qg0LmQ { color:rgba(var(--color-tertiary-0),1);display:block;width:14.4365rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:17.4853515625rem;left:39.65625rem;height:6.0926625rem;text-align:center;text-align-last:center;display:block; }
#JlTkybakflq0hi8wn0mzGdoFWwckQq2C { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:12.5rem;top:4.9375rem;left:59.375rem;display:block; }
#rr3rxs7LSVaTs6uATXJ7svS1LeNgBa47 { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:9.3125rem;left:63.375rem; }
#DfANsNpw8ktZKRlL8M8salpUfNW9d2Zp { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:14.005859375rem;left:59.375rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tIqyZRwcRw5tPBtQr8lapkyk42oofaWO { color:rgba(var(--color-tertiary-0),1);display:block;width:14.625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:17.484375476837rem;left:58.312503814698rem;height:8.52975rem;text-align:center;text-align-last:center;display:block; }
#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 { position:relative;display:block; }#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 { background-color: transparent; background-image: none; }#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 > .row .container > .video-iframe-container { display: none; }#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 > .row > .video-iframe-container { display: none; }#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 > .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); }#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 { border-width: 0; border-radius: 0; }#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:25.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#cdGqar6BeDTKesgwep0nBf7tS3AbPalc { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),0.06);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:19.375rem;width:19.375rem;top:4.25rem;left:27.75rem;display:block; }
#MICrTOPprCRWvNx5NJW2k73Mzb7x8oKs { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:3.8125rem;top:5.75rem;left:60.75rem;overflow:hidden;display:block; }
#FdPkkdaTzDJbymRBFl1erypDi4drU4W8 { position:absolute;display:block;z-index:15004;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:3.6875rem;width:3.8125rem;top:5.75rem;left:35.5rem;overflow:hidden;display:block; }
#pota1PavVd6baS7BJM7KuVAuH9fAxMJ9 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:3.6875rem;top:5.7499961853028rem;left:10.0625rem;overflow:hidden;display:block; }
#CnpOW8sMk8F2trV6RwKaBSLIkrwTrIq3 { color:#284d42;display:block;width:19.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:10.75rem;left:52.6875rem;height:1.13606875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LB1kEu3lrfHkpiJIbHGL4TyXRRV48u7L { color:#284d42;display:block;width:19.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:10.75rem;left:27.25rem;height:1.13606875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#poif7VqaFdgTRD7DLpySbJrS9pIzXOA7 { color:#284d42;display:block;width:19.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:10.6875rem;left:2.25rem;height:1.13606875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kgsFkwHvd5IWldRQBTmCoarbeoqBdaIk { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:13.502197265625rem;left:55.9375rem;height:5.6803375rem;font-style:italic;display:block; }
#D0WWIhRDc6pcf2zvyFWBp4T8yDWyL8a0 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:13rem;left:29.25rem;height:9.0885625rem;font-style:italic;display:block; }
#aqzOOFb90LoMbrr1EIZgTXXkhF4S3gTI { color:rgba(var(--color-tertiary-4),1);display:block;width:17.125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:12.9375rem;left:5.1875rem;height:7.9525rem;font-style:italic;display:block; }
#BwsGl2t5gz8Zxpd4NHE64K2J2ko0p2Bq { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),0.06);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:19.375rem;width:19.375rem;top:4.25rem;left:53rem;display:block; }
#EybVOnZKkVMKorZNxKrBNIWsMve1PuNe { color:rgba(var(--color-secondary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NGwZJIFMx2ufffhueLmDo0HwOKJ4gcUg { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),0.06);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:19.375rem;width:19.375rem;top:4.1875rem;left:3.375rem;display:block; }
#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { background-color: transparent; background-image: none; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container > .video-iframe-container { display: none; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row > .video-iframe-container { display: none; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .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); }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { border-width: 0; border-radius: 0; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { font-size:0.875rem;font-family:arial;height:12.9375rem;width:75rem;position:relative;display:block; }#K7aumlwbg0wOreggR7LqTGsN4cxcRrtm { color:rgba(var(--color-tertiary-0),1);display:block;width:28.186875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:7.6236991882325rem;left:3.8107643127441rem;height:3.93555rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oa6oRcMb3aEWlbDkRZiMa199mNf2RlVF { position:absolute;display:block;z-index:15029;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.5623125rem;width:12.4370625rem;top:0.75412368774412rem;left:2.5607643127441rem;overflow:hidden;display:block; }
#DqTTB5fsTt9cRlrIoLRGtvH0i0LsESgQ { color:rgba(var(--color-tertiary-0),1);display:block;width:19.1875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:6.0625rem;left:47.0625rem;height:3.93555rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#E2RH9sMeTEHSbrul9XXyTw5KhS3G1TJL { color:rgba(var(--color-tertiary-0),1);display:block;width:6.436625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:4.4375rem;left:45.875rem;height:1.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LpwgdBiuCmHFTzqtd5oGylhKtTqRxKTi { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;top:6.5rem;left:44.6875rem; }
#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0e1a13;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; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { background-color: transparent; background-image: none; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container > .video-iframe-container { display: none; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row > .video-iframe-container { display: none; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .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); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { border-width: 0; border-radius: 0; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { font-size:0.875rem;font-family:arial;height:3.3125rem;width:75rem;position:relative;display:block; }#a8ac8ngGhZ9Rp18o19aTBzHCNG6Rqsqc { color:rgba(var(--color-tertiary-0),1);display:block;width:34.0625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:1.0297317504882rem;left:23.485244750976rem;height:1.13606875rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk { display:block; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JXpbhtOoymbnONKBOVuTd3ZoVhmTElIO { top:1.5625rem;left:1.368896484375rem;width:14.4375rem;height:10.081057314297rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpQtUOkUtT842mCuq0BL7vxlsf9IDMF0 { top:11.25rem;left:0rem;width:33.0625rem;height:4.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeSuLhpRCPyUvbpWTxTBPeVgrq6OKfuh { top:22.9375rem;left:0rem;width:4.5625rem;height:4.8125rem;font-size:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUsgcUm8LdpuhxFaJXn2vvnnzt2T1hxZ { top:17.375rem;left:0rem;width:4.9375rem;height:2.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sawg8AKE6MAlw0NC2T0TRyQhvXxh9mMH { top:17.75rem;left:0rem;width:4.9375rem;height:2.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrwpwyiT1Tk9XhFFOxU6P1I5ITETeKUx { top:11.5625rem;left:30.1875rem;width:17.5625rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTInfKOCc3JBVRHgdXK3Q92hcdwoHrwv { width:19.375rem;height:23.8125rem;top:10.4375rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8kE2vPmc5xoGvVqvox2dyZeTMEUFU6m { top:10.6875rem;left:0rem;width:33.75rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #miiaXKsTrPZnW8lAXlp9XFPSTT0tILFn { top:22.9375rem;left:5.5rem;width:10.3125rem;height:0;font-size:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWlTggfvwiV9npwAegZPAItxMumxahyx { top:20.3125rem;left:0rem;width:4.5625rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G86sQ61yeolevQ1ZL53RZM4M01C3Xo9i { top:25.5625rem;left:18.375rem;width:5.1875rem;height:2.125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnGbDc0ndc2B3Th1eMRJfH2qZuJVZ0A8 { top:16.4375rem;left:0rem;width:40.375rem;height:2.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RD2u0oQVcsL02Q7Br5ZvwBbWlw7qQuQQ { top:31.1875rem;left:0rem;width:10.125rem;height:4.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzVgZf75fPmpgQf9UVtvznmxbpVfNceE { top:31.375rem;left:0rem;width:9.875rem;height:4.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3teTQygGJVJJa1w7RItbuWgvetePTzk { top:31.1875rem;left:8.1875rem;width:22.3125rem;height:4.6875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfUc2Vw12vwDX2wab3lDvwNIR2rELnHu { top:31.375rem;left:0rem;width:0.125rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt .widget-regular-label { display:block;width:16.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt .widget-input-text { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt .widget-input-text {padding-top: 0; padding-bottom: 0;}#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt .widget-textarea { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt .widget-input-select { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt .widget-input-select {padding-top: 0; padding-bottom: 0;}#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt .widget-input-button { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt .widget-checkbox-label { width:15.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt  { width:16.875rem;height:auto;top:14.6875rem;left:28.375rem; }
#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt .radio-container { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt {display:block;}#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt { width:16.875rem;height:auto;top:14.6875rem;left:28.375rem; }
 }@media only screen and (max-width: 763px) { #ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt #rWMz0mh9mh84pRfL4i5TwBuP1SU7eyU0 {  }
 }@media only screen and (max-width: 763px) { #ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt #CWbVoIHmqXL4BGJvcsvwqnfnbT02h2hT { display:none; }
 }@media only screen and (max-width: 763px) { #ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt #KQmFhgcL56NCkN5VitgBIyqJGtPEK7tT {  }
 }@media only screen and (max-width: 763px) { #ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt #DO45hUqor8ziTDBP2AzSk5TVsZxxez20 {  }
 }@media only screen and (max-width: 763px) { #ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt #l7awpAmCr3I0kUymbCX97ExWubIzvrBk { display:none; }
 }@media only screen and (max-width: 763px) { #ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt #AfwwAKQUbeOwvK4WDvRANyECOa4LR8JW {  }
 }@media only screen and (max-width: 763px) { #ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt #zVB5hmqcbl4SBuJDWch2f2iIvldoO5vT {  }
 }@media only screen and (max-width: 763px) { #ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt #sGqF6vFWuwS74zwZaxz3rSf3wCzGoelJ {  }
 }@media only screen and (max-width: 763px) { #ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt #lgHVVr2leiXBCUhaXyQgciqRpq3qxynI {  }
 }@media only screen and (max-width: 763px) { #ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt #MqSTqvWCuKIzsSyyUKdJokBJgfS3DxBr {  }
 }@media only screen and (max-width: 763px) { #ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt #vaz52P59laBPOvfX3EfDtzCZoAwwoEHR {  }
 }@media only screen and (max-width: 763px) { #ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt #f5K5ixKSTP1Rf1wLfqenyUQLkudNL73T {  }
 }@media only screen and (max-width: 763px) { #ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt #ysH0LcIJKLNngK7RPQIBuHDyFlEwINzf {  }
 }@media only screen and (max-width: 763px) { #ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt #ON2TCaqSZ6szOfJkpzzigu8pUeswrew9 {  }
 }@media only screen and (max-width: 763px) { #HhoBLDd42CP0AhS9iTxkBpQChsX8D2NU { top:31.375rem;left:7.625rem;width:0.125rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTMMIaCFS5B4CAh3FMQ1rymkduw51393 { display:block; }#TTMMIaCFS5B4CAh3FMQ1rymkduw51393 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EVt5IzxE6ObPMpOqXRh8zQ9aZCfGoHBF { top:0.625rem;left:0rem;width:33.5625rem;height:33.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXD3qtFTbvSgcBBGs9yOhHbM67XiqfsC { top:0.5625rem;left:0rem;width:36.6875rem;height:0;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkgFsbmOmZ3Q5pMdZd9GqxeANh5C41O5 { top:9.25rem;left:11.6875rem;width:36.0625rem;height:17.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0nooFmioOTTB9vmyVNqy4fmpWQwmRJg { top:0.6875rem;left:11.0625rem;width:36.6875rem;height:3.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpvLKhJV5dwOlmM8T4gfT3DwX24Z2iFE { top:5.1875rem;left:12.75rem;width:35rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZBTrR4Nx6SdPfI38o9QXcmkaTNauFvr { top:4.9375rem;left:12.75rem;width:35rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBTueE5aJEnCOGskCrZRU3qTv2wLgXsH { top:6.125rem;left:12.1875rem;width:35.5625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZygKUeMIT3BdKJR53Pk8E6IqAF82frDd { width:19.5625rem;height:3.125rem;top:28.75rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lI7DRr2TO0p9ZwlqvkyFTDeGrG7mspgM { display:block; }
 }@media only screen and (max-width: 763px) { #ohXWdpGZhPblSQeAnKFlE5x56uSJbIsL { top:27.4375rem;left:23.875rem;width:5.4375rem;height:1rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UId5TPd580ntEB6TJ2EQgBPOF4PqZX23 { display:block; }#UId5TPd580ntEB6TJ2EQgBPOF4PqZX23 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mLya2Zuo3PDLEh15dCeL9JIDTLdJ8JqS { width:13.125rem;height:7.25rem;top:14.1875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSrPOFg2WN3TIetaoK1kgNtIJ6eSw0yP { top:0.625rem;left:0rem;width:47.75rem;height:26.822530864198rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfcI5BoaDG6cUhX8WZLOrkk5kVAqm4Ul { display:block; }#ZfcI5BoaDG6cUhX8WZLOrkk5kVAqm4Ul > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b35kACf24gLoB7bsmBtZnnTFhokBc435 { top:3.0625rem;left:0rem;width:18.6875rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVG1cqu55TVmiw18iG5OQeFGuOuOe82a { top:13.5625rem;left:0rem;width:18.1875rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXETzRfgWP57TtEqEQ2IsMoe1oVoWHqD { top:13.8125rem;left:1.46875rem;width:8.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZ7LCC5Juua5Tw3IxvoR5BkF1UJcKCQt { top:3.25rem;left:5.5625rem;width:18.3125rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWnsz7b3fKG7gBJqzIXCs2JTxn0pNbhR { top:13.625rem;left:5.6875rem;width:18.1875rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6LJ6N5PBpDG2KyQwfqFydVHi08iRx1J { top:14.125rem;left:9.9375rem;width:13.9375rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #THiNTgNQfvAvi5M754qurn22buCwLNAP { top:3.375rem;left:17.6875rem;width:18.125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #etc91dbGikdQRlLnWXe0tpQoBTe8VBhP { top:13.5625rem;left:17.625rem;width:18.1875rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OexTwZkR6bVdrVI9QcPTJqGCdBBZJr8C { top:14.0625rem;left:23.875rem;width:11.6875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIhrr02Vzhm74nSVtgq22ZXXqo8xCM4c { top:3.375rem;left:29.5rem;width:17.9375rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPmZS1bOaPCO4w8p3UeTWkD9DXdfFBbX { top:13.625rem;left:29.5625rem;width:18.1875rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyqR7tCmVskztVO0qALVw98zXqG8IZGB { top:14.125rem;left:35.8125rem;width:11.6875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZ7Q4W9BT10XiKF8hRMrLIpX9OJdRAJV { top:15.875rem;left:0.46875rem;width:10.9375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #llGw4e0xDw5ZzW6TUIJumQw5RMvQCD5O { top:16.3125rem;left:12.65625rem;width:10.9375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gdnshil3afB5Iow5Vl186tOalvNaF5aa { top:16.25rem;left:24.28125rem;width:10.9375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRKvdDXoTVwCJGGKJeN4wlKiVmln4gOx { top:16.3125rem;left:36.21875rem;width:10.9375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOxdAkrZ60e6vUZ6qdBdGPlzZiwVD1R1 { top:18.1875rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0TRBrJiE9UKErKZWv3IHeZIg2FeL4iR { top:18.875rem;left:1.34375rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uROWGtCwSKTdrZyHXgMee45HxHdmsDaR { top:18.1875rem;left:4.46875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOTmILLxqrieVrUMODHC3pl5koOwATZf { top:18.8125rem;left:6.65625rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLDuuHmTuoLBxoWpts1qUVzgJQ5VxZ2i { top:18.1875rem;left:9.75rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPEtMoOofJcDTLWTQ0pcOH2RQm7pl01G { top:18.9375rem;left:10.0625rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZ11yRrKmBzXzzMtaxGSPXTlTabSQOtO { top:18.1875rem;left:11.9375rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqRsze09OQVzHyTMesr3XmBs8FPbtyEm { top:18.1875rem;left:15.96875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltKzcfiGQq6K7EFPVr5vwFspw401S1pT { top:18.1875rem;left:21.53125rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSwdTCnGJTWyrQRzpKLAMZmQpoSKckmc { top:18.875rem;left:12.84375rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rviuR78dHyEH9Mk9wX0X59C1QLHOI7ha { top:18.9375rem;left:22rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGXISIgV3ACmbhXDcJlefK4gxTNFE7Kb { top:18.8125rem;left:18.15625rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmaC5GpOJGPSc8d7VJpGPm9T627L3Gei { top:18.125rem;left:33.625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihdrwxbkzifdgztdW9VmyylRqEltFU9o { top:18.125rem;left:28.28125rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILUcndsOMzb69A4wzB8J0QAZcWN2bbBa { top:18.75rem;left:30.46875rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNr6ZCLX6Oqlx13dgLXre1D1kffSv887 { top:18.875rem;left:33.9375rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJezGyHwENlREvyKOFPnsLivu50CQAPb { top:18.8125rem;left:25.15625rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Utr0dT63OCwWKGa9Wq7TTuhA33Snzpck { top:18.125rem;left:23.875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtClxoshy4BwQyl85cMLFyQ4X3f0g52J { top:18.1875rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqBpOKJ8QuV03a5DTtUuySdwRrTVfPR9 { top:18.1875rem;left:40.40625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wlrk2HqFtxZ3ECePQdaZK3k9BQKZTyF6 { top:18.1875rem;left:35.8125rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOwoCaz7GUwINpBNZKpb4wTEaoZBqdpX { top:18.9375rem;left:45.875rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiVXbtBKkIsHD7VoSzV7DFUfa2s5WDv2 { top:18.875rem;left:37.28125rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNZHuRXP3fuurWfFoLNcaqczc1X6AGby { top:18.8125rem;left:42.59375rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8yxIBTgEbdkDJA7E0SEMkhqxb2UHBLE { width:47.75rem;height:2.625rem;top:0.3125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbyeTBEQHJCDJMc9WbJb7JmSv76LXJqN { top:23.6875rem;left:0rem;width:18.375rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yynKBC1EPT7wpVIdiBfQLUU6tOZnQD0Z { top:34.375rem;left:0rem;width:18.1875rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNnvLowGuG409yTxrm9hBnA8lBVCqAwE { top:34.625rem;left:1.03125rem;width:9.9375rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GI3aQTDn7B0xgJNzIeQy2TexTTwvg3cR { top:36.6875rem;left:0.53125rem;width:10.9375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTAcs7ZIAihfbBMQrnuEFZwHWxXlBGek { top:39rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgZXyLwWx62Xw1rkeqlrbQIPozTIlACi { top:39rem;left:4.53125rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsaDkqqkb4NdkrZmfBgSBsAlGOsA7dfy { top:39.6875rem;left:1.40625rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXuZTRBgLTP3Mdh50dTs3wUIgEcG5qNg { top:39.625rem;left:6.71875rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmuvunqrZkoDSoGkeXOJLFrTnv6wA2MM { top:39rem;left:9.75rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNVORiFLmaR2E3mzRVhiAhev8n0nuQ15 { top:39.75rem;left:10.0625rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0TsZpqJLADP3iOfJWa611q9UNDa5PvE { top:34.375rem;left:5.6875rem;width:18.1875rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZdmrqpmGrxucc3v9ovLTGz16Ew3ehhi { top:39.75rem;left:22rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UI9vR6xgQ9N8HTKNJEQIR9mRmelhvTvE { top:39rem;left:21.6875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mX1rvaClxMpyzEaZck0FAQuT5V87A4eO { top:39.625rem;left:18.65625rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFTmznVT2CEHXOFs4wxkImN95JaS3qzU { top:39rem;left:16.46875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMS5uKZnWI58lnkdVVrp6wcQDIVPI0BD { top:39.6875rem;left:13.34375rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNZqpkeIzmgFy54kyuKoGppLn03VJ36s { top:36.6875rem;left:12.46875rem;width:10.9375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0FXsSZLD0ZtQypgR9GsDI8SqL1CtODb { top:39rem;left:11.9375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MW9pq4rTUs77lx7RiZFzpLUICoCwnQPp { top:34.625rem;left:11.375rem;width:12.5rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynkeZlsCFarLVTOW3iHAib8biHcRFB53 { top:23.625rem;left:5.3125rem;width:18.5625rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhrRTt4flt8GLWVRi8omqAxWMsOlhonV { top:23.6875rem;left:17.25rem;width:18.5625rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9mn5Ra2kAJrFopUN3XogJyyowZ2zPG1 { top:34.4375rem;left:17.625rem;width:18.1875rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTluuzSISz15HnQtvBGe8zaH8XpG0HMu { top:34.6875rem;left:23.3125rem;width:12.5rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLVUGRblR6PlAGKRc3hrZqPfsWaWB2qD { top:36.75rem;left:24.34375rem;width:10.9375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AG0kGnG7Jucc1w6qwvTg1rw7kecwCF0e { top:39.0625rem;left:28.34375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JarUihQpLktAyup6zMkR4gAThzmI0ahC { top:39.0625rem;left:23.875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxC8PbAG75vDt9Kyy0SWk3onBz7t0gnJ { top:39.6875rem;left:30.53125rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMDOBPgi7e36I6v1oZTNpOLUQ6khxCwF { top:39.75rem;left:25.21875rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUI3UbZd5szfRbH5GhURUbl7hewF8xio { top:39.0625rem;left:33.625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfdVRBFUknSMToatBK9Cmcf88xDCoyrG { top:39.8125rem;left:33.9375rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ig8EKSnrZh83rvtaqmUruO6gEBlQiSTH { top:23.6875rem;left:29.1875rem;width:18.5625rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vb7os4oxHZm0flRkwBZcCRksCgSQTxHU { top:34.4375rem;left:29.5625rem;width:18.1875rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtRU0yKa3eiGJJ7lZIVlvJ7vDFBqzpop { top:34.6875rem;left:30rem;width:17.75rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJi33tAUTiKh2xTlJtM6H2LIJ9in1svZ { top:39.0625rem;left:35.8125rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpKpdiCJwylewkE1M435B4UcpmfVJEy8 { top:36.75rem;left:36.28125rem;width:10.9375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pus3DibhCrmF7tFx4FmnVCz5Kx7xGzAy { top:39.75rem;left:37.15625rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfFb3x3FLmBSwO6sgkNDpA01ikKQ9pJy { top:39.0625rem;left:40.28125rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1GwdXcUFT1XpoTaWbSpek8TSDcg6SzF { top:39.6875rem;left:42.46875rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGxvihqR3nbp1p1ptw9MJkNRF3b6gnTm { top:39.0625rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3ZhVxtFkJpEBx6FRaP9kUzcvIl9PwgD { top:39.8125rem;left:45.875rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpMM3KwMecZelEMzQJD5sTREGzqgq5hP { width:23.125rem;height:3.8125rem;top:45.4375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0mRJRAmus6uZMhBrc4bmcIxU3bTQEEt { display:block; }
 }@media only screen and (max-width: 763px) { #dVMBqI8A0LAuIahxQFWw7md4w9HhSUhn { width:16.875rem;height:2.875rem;top:45.4375rem;left:7rem;display:none; }
 }@media only screen and (max-width: 763px) { #fxTA6mbiz1ch19Zn3PTPryCURERQRVyI { display:block; }
 }@media only screen and (max-width: 763px) { #ERLBys0RQiFVqhFhzUelHRXWX0yk9tV6 { display:block; }#ERLBys0RQiFVqhFhzUelHRXWX0yk9tV6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZnK7qv0Ac0oVzcShDX4UrG5c4cxAVC10 { width:16.25rem;height:25.9375rem;top:8.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yE9Tyc2pcxiGBr4O5S4IAwHSu0baGDpW { width:13.125rem;height:2.875rem;top:18.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #luK3pkvpyftkpL8W0ntMzQohm9wbqSS8 { width:13.4375rem;height:12.5rem;top:22.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4RciGp5uB2MudK4qC8eykR3XqQzTW05 { width:16.25rem;height:32.125rem;top:4.5625rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPTqfVUkGaqepiLqJRcgPhEaEG24dh72 { width:14.6875rem;height:11.1875rem;top:22.5rem;left:9.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVGiftk5MTHXhy1dxgJcebAhXSAg0wgS { width:13.75rem;height:2.875rem;top:18.8125rem;left:10.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIwwb4ZfpdKAEdbC5aSQerstGo0AUBJM { width:16.25rem;height:32.0625rem;top:4.5625rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7mrbcBmcQETrSVZya1BWeOETb3sSvfR { width:13.4375rem;height:9.75rem;top:22.5rem;left:34.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfSlRzry3bShMd57O20U2DlAMpHK2FSW { width:3.125rem;height:3.125rem;top:6.375rem;left:28.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #trkrGN9Apxev0E91MSSNHgTEBlrt1lzG { width:16.25rem;height:32.0625rem;top:4.5625rem;left:31.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q64nyLrnvZ8Q0Lgm8idwNriuEUZfg7oK { width:3.125rem;height:3.125rem;top:6.375rem;left:40.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qb9cKmEPpWyNC0Hflk9ngq7rTO6PSNgn { width:47.75rem;height:3.625rem;top:0.75rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNFECD5F7dCriG964d3NfV7Lp2RTHgP1 { width:16.25rem;height:32.25rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pk1XLGTDbg8I1wD2cNFtE7RdEwpPd7gS { top:4.5625rem;left:0rem;width:16.6875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r02nAbQf9EIJaM2qNDkDLrAd8ObmnKTg { top:4.5625rem;left:9.375rem;width:16.4375rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaqiSFGftxVQVfuwlpFO2vPUecvhgCin { top:4.6875rem;left:31.3125rem;width:16.4375rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoFARdf045HropW0t33T3AJFoqU6ovGM { top:4.5625rem;left:21.3125rem;width:16.5625rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E11HNu2RsSxpdB7Zy307Gy6hp1tFS4wm { width:13.125rem;height:1.625rem;top:18.8125rem;left:34.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJ6OrKDafwJ3TJ8U5I6I37FgMH2BbWcS { width:14.5rem;height:9.75rem;top:22.5rem;left:21.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXsUQWTm97I9HiTuGskxzP1hAJ0sWqb7 { width:13.75rem;height:1.625rem;top:18.8125rem;left:22.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMbs0d3M6XMTT6JzTMnD70ZgJgyidA27 { display:block; }#EMbs0d3M6XMTT6JzTMnD70ZgJgyidA27 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CPQDAWg18TVVUASFXyBJ19pmKUovET6v { width:47.75rem;height:3.625rem;top:1.4375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCuTqQAAxbZWnsqLM8xpMVuXvIBTTdpJ { width:20.5625rem;height:13.75rem;top:7.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqUR3SN2aR68eDVpmR067Z9ntpeCG3Rh { width:20.5rem;height:13.8125rem;top:7.6875rem;left:14.187501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7pSHdOEpGqK4b3zbbOQKfli2L5Bfmw0 { top:21.5625rem;left:0rem;width:20.5rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceZnMbwUQPAdSTlnk4dzOJLC0TpHOoXO { top:22rem;left:0rem;width:20.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFDMUqnxO5wDwc59xkRIFsFh2abeQIOg { top:21.9375rem;left:14.124567031861rem;width:20.4375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6KDmZUpzsyepDf8Z8dtpuTEmGz2Eiy4 { top:21.5rem;left:14.1875rem;width:20.5rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r76ML9KoG9XJm5tn3vsxf7nAcED5EN0D { top:22.0625rem;left:27.25rem;width:20.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydd1BGqMLnXfHzZ5o3z2flcvvSJBioWQ { top:21.6875rem;left:27.25rem;width:20.5rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0NnyyeaVnUoZT0vZUm2Lc2Fqi5SkxPz { top:41.375rem;left:0rem;width:20.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6lDSUmg280Qr8R9xzC3iMklmnhaWJX3 { top:40.875rem;left:0rem;width:20.5rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGZtodfeXW2uzPdHdZeDLKEkA4he38Ef { top:41.375rem;left:14.375rem;width:20.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i23COugPQNad6xG62uDacITkp4KtTywu { top:40.875rem;left:14.3125rem;width:20.5rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wkds6c3bt0Se4q7XJAFXSzrXb0E0d0Su { top:41.3125rem;left:27.125rem;width:20.625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUqIMZCBre2LrOccPxMXW4WKFOgy1ZU6 { top:40.9375rem;left:27rem;width:20.75rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTVSD4P5LwH8Vq8TyNyN5g93TQNBFM5X { width:20.5rem;height:14rem;top:7.625rem;left:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPkKImBxy9eWXD3P8yuWcpJylkfwyrMm { width:20.375rem;height:13.9375rem;top:27.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELk3K0pNXlSfnLK3wVouHOvzZSUTv4Ve { width:20.5625rem;height:13.625rem;top:27.25rem;left:14.312284469604rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITVukwwLGCiPUZiQutZmc7claHOpBJ2F { width:20.8125rem;height:13.9375rem;top:27rem;left:26.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMpqxR8MDLE0dH5ewNVtKB6GRVL0UQ2p { width:47.75rem;height:0;top:3.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lA5GqSCq3aFTxq0Slbia99tWFKld5mHM { display:block; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BtZ1NAacfAvvbW4g6rqSFrqm7SKAmxEu { width:47.75rem;height:3.625rem;top:1.875rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7t8GV7JeKlohghtkuM5GrTKhwAFOvNm { top:4.9375rem;left:0rem;width:12.5rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7lK7BNg7FC5OCFKPzhNgqQMttqLZxU7 { top:9.3125rem;left:3.71875rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkR9TTHBKiuI2nIRDvELwkrRwGaWvW5L { top:14rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTOTy4BznLRhoRhyNVTg2tSV1m9Np689 { top:17.4375rem;left:0rem;width:15.375rem;height:8.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsMuGTLVR32uDv8bX2nfCoiR3ZfyL07g { top:4.9375rem;left:11.375rem;width:12.5rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nehcg60wpMm6Hgnvlm0USl1KlysyGJxh { top:9.3125rem;left:15.65625rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTtNCw9F5EDL6J8s0kxHZrTHbAuGC5Hc { top:14rem;left:11.375rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJUSBkuA5FZBDQuAGT9sLUDsRCm1NX7M { top:17.4375rem;left:7.5rem;width:16.375rem;height:4.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tF8iyvuvOa5fncrMt4b5sK86zpdGdOLO { top:4.9375rem;left:23.3125rem;width:12.5rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsNasghTSRNnKhohrryxKEiiklBKEXn9 { top:9.3125rem;left:27.59375rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSKbdePQJ0bPf1KA27JEHPnod88OWXab { top:14rem;left:23.3125rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gx6pfeD7vFrE6vh0obCdh9vbl5Qg0LmQ { top:17.4375rem;left:21.4375rem;width:14.375rem;height:6.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlTkybakflq0hi8wn0mzGdoFWwckQq2C { top:4.9375rem;left:35.25rem;width:12.5rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rr3rxs7LSVaTs6uATXJ7svS1LeNgBa47 { top:9.3125rem;left:39.53125rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfANsNpw8ktZKRlL8M8salpUfNW9d2Zp { top:14rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIqyZRwcRw5tPBtQr8lapkyk42oofaWO { top:17.4375rem;left:33.125rem;width:14.625rem;height:8.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 { display:block; }#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cdGqar6BeDTKesgwep0nBf7tS3AbPalc { top:4.25rem;left:12.375rem;width:19.375rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MICrTOPprCRWvNx5NJW2k73Mzb7x8oKs { top:5.75rem;left:37.9375rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdPkkdaTzDJbymRBFl1erypDi4drU4W8 { top:5.75rem;left:21.8125rem;width:3.8125rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pota1PavVd6baS7BJM7KuVAuH9fAxMJ9 { top:5.6875rem;left:5.5rem;width:3.6875rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnpOW8sMk8F2trV6RwKaBSLIkrwTrIq3 { top:10.75rem;left:28.3125rem;width:19.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LB1kEu3lrfHkpiJIbHGL4TyXRRV48u7L { top:10.75rem;left:12.4375rem;width:19.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #poif7VqaFdgTRD7DLpySbJrS9pIzXOA7 { top:10.6875rem;left:0rem;width:19.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgsFkwHvd5IWldRQBTmCoarbeoqBdaIk { top:13.5rem;left:33.125rem;width:14.5rem;height:5.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0WWIhRDc6pcf2zvyFWBp4T8yDWyL8a0 { top:12.9375rem;left:14.5rem;width:17.25rem;height:9.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqzOOFb90LoMbrr1EIZgTXXkhF4S3gTI { top:12.9375rem;left:0rem;width:17.125rem;height:7.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwsGl2t5gz8Zxpd4NHE64K2J2ko0p2Bq { top:4.25rem;left:28.25rem;width:19.375rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EybVOnZKkVMKorZNxKrBNIWsMve1PuNe { top:0rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGwZJIFMx2ufffhueLmDo0HwOKJ4gcUg { top:4.1875rem;left:0rem;width:19.375rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W { display:block; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K7aumlwbg0wOreggR7LqTGsN4cxcRrtm { top:7.5625rem;left:0rem;width:28.125rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oa6oRcMb3aEWlbDkRZiMa199mNf2RlVF { top:0.75rem;left:0rem;width:12.375rem;height:8.5195854879319rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqTTB5fsTt9cRlrIoLRGtvH0i0LsESgQ { top:6rem;left:28.625rem;width:19.125rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2RH9sMeTEHSbrul9XXyTw5KhS3G1TJL { top:4.4375rem;left:32.25rem;width:6.375rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpwgdBiuCmHFTzqtd5oGylhKtTqRxKTi { top:6.5rem;left:31.0625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw { display:block; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a8ac8ngGhZ9Rp18o19aTBzHCNG6Rqsqc { top:1rem;left:9.859375rem;width:34.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4e2f4acc-76da-4646-995b-6fdf30f7ef47/5AP02921download.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk.adaptive-delivery-prevent-bg, #rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk.lazyload, #rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk.lazyloading { background-image: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { background-color: transparent; background-image: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(38,51,67,0.77); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container > .video-iframe-container { display: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(38,51,67,0.77); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row > .video-iframe-container { display: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .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); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { border-width: 0; border-radius: 0; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { width:20rem;height:53.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JXpbhtOoymbnONKBOVuTd3ZoVhmTElIO { width:10.684875rem;height:7.309875rem;top:0rem;left:4.6562502980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpQtUOkUtT842mCuq0BL7vxlsf9IDMF0 { width:17.372375rem;height:2.886725rem;top:7.6923828125rem;left:1.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeSuLhpRCPyUvbpWTxTBPeVgrq6OKfuh { width:8.8730625rem;height:2.40625rem;top:16.125rem;left:5.5625rem;font-size:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUsgcUm8LdpuhxFaJXn2vvnnzt2T1hxZ { width:4.9375rem;height:1.54375rem;top:11.387499809265rem;left:0.125rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sawg8AKE6MAlw0NC2T0TRyQhvXxh9mMH { width:4.9375rem;height:1.70625rem;top:11.306640625rem;left:0.125rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FrwpwyiT1Tk9XhFFOxU6P1I5ITETeKUx { width:18.186875rem;height:3.65625rem;top:29.25rem;left:0.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTInfKOCc3JBVRHgdXK3Q92hcdwoHrwv { width:19.3125rem;height:22.8125rem;top:28.4375rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8kE2vPmc5xoGvVqvox2dyZeTMEUFU6m { width:16.1875rem;height:3rem;top:7.6875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #miiaXKsTrPZnW8lAXlp9XFPSTT0tILFn { width:8.5rem;height:0;top:15.5625rem;left:3.625rem;font-size:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWlTggfvwiV9npwAegZPAItxMumxahyx { width:4.1875rem;height:2.8496125rem;top:14.125rem;left:1.3125rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #G86sQ61yeolevQ1ZL53RZM4M01C3Xo9i { width:3.3125rem;height:1.03125rem;top:17.4375rem;left:15.375rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnGbDc0ndc2B3Th1eMRJfH2qZuJVZ0A8 { width:18.3125rem;height:1.125rem;top:10.8291015625rem;left:0.71875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RD2u0oQVcsL02Q7Br5ZvwBbWlw7qQuQQ { width:4.75rem;height:2.6982375rem;top:23.125rem;left:6.5625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XzVgZf75fPmpgQf9UVtvznmxbpVfNceE { width:4.6875rem;height:4.49706875rem;top:22.3125rem;left:1.3125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M3teTQygGJVJJa1w7RItbuWgvetePTzk { width:7.0625rem;height:4.12109375rem;top:22.3125rem;left:11.875rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IfUc2Vw12vwDX2wab3lDvwNIR2rELnHu { width:0.124783125rem;height:4.24805rem;top:22.25rem;left:11.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt .widget-regular-label { display:block;width:16.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt .widget-input-text { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt .widget-input-text {padding-top: 0; padding-bottom: 0;}#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt .widget-textarea { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt .widget-input-select { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt .widget-input-select {padding-top: 0; padding-bottom: 0;}#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt .widget-input-button { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt .widget-checkbox-label { width:15.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt  { width:16.875rem;height:auto;top:31.6875rem;left:0.3125rem; }
#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt .radio-container { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt {display:block;}#ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt { width:16.875rem;height:auto;top:31.6875rem;left:0.3125rem; }
 }@media only screen and (max-width: 763px) { #ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt #rWMz0mh9mh84pRfL4i5TwBuP1SU7eyU0 {  }
 }@media only screen and (max-width: 763px) { #ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt #CWbVoIHmqXL4BGJvcsvwqnfnbT02h2hT { display:none; }
 }@media only screen and (max-width: 763px) { #ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt #KQmFhgcL56NCkN5VitgBIyqJGtPEK7tT {  }
 }@media only screen and (max-width: 763px) { #ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt #DO45hUqor8ziTDBP2AzSk5TVsZxxez20 {  }
 }@media only screen and (max-width: 763px) { #ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt #l7awpAmCr3I0kUymbCX97ExWubIzvrBk { display:none; }
 }@media only screen and (max-width: 763px) { #ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt #AfwwAKQUbeOwvK4WDvRANyECOa4LR8JW {  }
 }@media only screen and (max-width: 763px) { #ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt #zVB5hmqcbl4SBuJDWch2f2iIvldoO5vT {  }
 }@media only screen and (max-width: 763px) { #ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt #sGqF6vFWuwS74zwZaxz3rSf3wCzGoelJ { display:none; }
 }@media only screen and (max-width: 763px) { #ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt #lgHVVr2leiXBCUhaXyQgciqRpq3qxynI {  }
 }@media only screen and (max-width: 763px) { #ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt #MqSTqvWCuKIzsSyyUKdJokBJgfS3DxBr {  }
 }@media only screen and (max-width: 763px) { #ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt #vaz52P59laBPOvfX3EfDtzCZoAwwoEHR { display:none; }
 }@media only screen and (max-width: 763px) { #ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt #f5K5ixKSTP1Rf1wLfqenyUQLkudNL73T {  }
 }@media only screen and (max-width: 763px) { #ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt #ysH0LcIJKLNngK7RPQIBuHDyFlEwINzf {  }
 }@media only screen and (max-width: 763px) { #ch7vPSlT7Tw1WVZ8JV0edlBfPoFr6Wtt #ON2TCaqSZ6szOfJkpzzigu8pUeswrew9 {  }
 }@media only screen and (max-width: 763px) { #HhoBLDd42CP0AhS9iTxkBpQChsX8D2NU { width:0.12402375rem;height:4.249025rem;top:22.3125rem;left:6.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #TTMMIaCFS5B4CAh3FMQ1rymkduw51393 { display:block; }#TTMMIaCFS5B4CAh3FMQ1rymkduw51393 > .row .container { width:20rem;height:58.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EVt5IzxE6ObPMpOqXRh8zQ9aZCfGoHBF { width:20rem;height:20rem;top:0.1875rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VXD3qtFTbvSgcBBGs9yOhHbM67XiqfsC { width:18.0625rem;height:0;top:22.125rem;left:0.75rem;font-size:1.3125rem;text-align:left;text-align-last:left;line-height:1.2;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #mkgFsbmOmZ3Q5pMdZd9GqxeANh5C41O5 { width:18.8125rem;height:21.933575rem;top:30.559894561767rem;left:0.62391501665116rem;font-size:0.8125rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #x0nooFmioOTTB9vmyVNqy4fmpWQwmRJg { width:18.5625rem;height:4.7265625rem;top:20.624643325806rem;left:0.93749994039537rem;font-size:1.3125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #xpvLKhJV5dwOlmM8T4gfT3DwX24Z2iFE { width:18.4375rem;height:0.3125rem;top:25.6875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZBTrR4Nx6SdPfI38o9QXcmkaTNauFvr { width:18.375rem;height:0.1875rem;top:25.6875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBTueE5aJEnCOGskCrZRU3qTv2wLgXsH { width:18.75rem;height:2.400175rem;top:26.937068939209rem;left:0.74978297948838rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ZygKUeMIT3BdKJR53Pk8E6IqAF82frDd { width:14.306625rem;height:2.87109375rem;top:54.4375rem;left:0.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lI7DRr2TO0p9ZwlqvkyFTDeGrG7mspgM { display:block; }
 }@media only screen and (max-width: 763px) { #ohXWdpGZhPblSQeAnKFlE5x56uSJbIsL { width:13.311625rem;height:1.0319rem;top:53.311855316162rem;left:1.0622830986977rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UId5TPd580ntEB6TJ2EQgBPOF4PqZX23 { display:block; }#UId5TPd580ntEB6TJ2EQgBPOF4PqZX23 > .row .container { width:20rem;height:14.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mLya2Zuo3PDLEh15dCeL9JIDTLdJ8JqS { width:19.0625rem;height:1.54296875rem;top:0.41725826263428rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSrPOFg2WN3TIetaoK1kgNtIJ6eSw0yP { width:19.875rem;height:11.125rem;top:2.7250442504883rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfcI5BoaDG6cUhX8WZLOrkk5kVAqm4Ul { display:block; }#ZfcI5BoaDG6cUhX8WZLOrkk5kVAqm4Ul > .row .container { width:20rem;height:149.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b35kACf24gLoB7bsmBtZnnTFhokBc435 { width:18.25rem;height:10rem;top:2.24609375rem;left:0.87348097562787rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVG1cqu55TVmiw18iG5OQeFGuOuOe82a { width:18.18625rem;height:7.5rem;top:10.872688293457rem;left:0.90642756223681rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXETzRfgWP57TtEqEQ2IsMoe1oVoWHqD { width:8.8743125rem;height:1.349825rem;top:12.920810699463rem;left:5.5610795617104rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #GZ7LCC5Juua5Tw3IxvoR5BkF1UJcKCQt { width:18.1875rem;height:10.25rem;top:19.499786376953rem;left:0.87456601858137rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWnsz7b3fKG7gBJqzIXCs2JTxn0pNbhR { width:18.185375rem;height:7.5rem;top:28.0625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6LJ6N5PBpDG2KyQwfqFydVHi08iRx1J { width:11.6868125rem;height:1.349825rem;top:30.3125rem;left:4.125rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #THiNTgNQfvAvi5M754qurn22buCwLNAP { width:18.125rem;height:10.25rem;top:36.124134063721rem;left:0.87456601858137rem;display:block; }
 }@media only screen and (max-width: 763px) { #etc91dbGikdQRlLnWXe0tpQoBTe8VBhP { width:18.18625rem;height:7.5rem;top:44.6875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OexTwZkR6bVdrVI9QcPTJqGCdBBZJr8C { width:11.6868125rem;height:1.349825rem;top:46.625003814698rem;left:4.1243489384651rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #GIhrr02Vzhm74nSVtgq22ZXXqo8xCM4c { width:18.25rem;height:10.375rem;top:52.937282562256rem;left:0.87456601858137rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPmZS1bOaPCO4w8p3UeTWkD9DXdfFBbX { width:18.1875rem;height:6.875rem;top:62.125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyqR7tCmVskztVO0qALVw98zXqG8IZGB { width:11.6868125rem;height:1.349825rem;top:63.625rem;left:4.125rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #rZ7Q4W9BT10XiKF8hRMrLIpX9OJdRAJV { width:10.9375rem;height:1.125rem;top:14.374111175537rem;left:4.4992895722389rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #llGw4e0xDw5ZzW6TUIJumQw5RMvQCD5O { width:10.9375rem;height:1.125rem;top:31.8125rem;left:4.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Gdnshil3afB5Iow5Vl186tOalvNaF5aa { width:10.9375rem;height:1.12413125rem;top:47.999349594116rem;left:4.5312502980232rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #wRKvdDXoTVwCJGGKJeN4wlKiVmln4gOx { width:10.9375rem;height:1.125rem;top:65.3125rem;left:4.5rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TOxdAkrZ60e6vUZ6qdBdGPlzZiwVD1R1 { display:flex;width:2.1875rem;height:2.1875rem;top:15.935726165771rem;left:3.1241121888161rem; }
 }@media only screen and (max-width: 763px) { #m0TRBrJiE9UKErKZWv3IHeZIg2FeL4iR { width:1.875rem;height:1.125rem;top:16.623756408691rem;left:5.3746448159218rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #uROWGtCwSKTdrZyHXgMee45HxHdmsDaR { display:flex;width:2.1875rem;height:2.1875rem;top:15.935726165771rem;left:8.4996448159219rem; }
 }@media only screen and (max-width: 763px) { #IOTmILLxqrieVrUMODHC3pl5koOwATZf { width:1.875rem;height:1.125rem;top:16.560726165771rem;left:10.687144815922rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #gLDuuHmTuoLBxoWpts1qUVzgJQ5VxZ2i { display:flex;width:2.1875rem;height:2.1875rem;top:15.935726165771rem;left:14.062499582768rem; }
 }@media only screen and (max-width: 763px) { #gPEtMoOofJcDTLWTQ0pcOH2RQm7pl01G { width:1.875rem;height:1.125rem;top:16.685901641846rem;left:16.186966478824rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #CZ11yRrKmBzXzzMtaxGSPXTlTabSQOtO { display:flex;width:2.1875rem;height:2.1875rem;top:32.75rem;left:2.5rem; }
 }@media only screen and (max-width: 763px) { #aqRsze09OQVzHyTMesr3XmBs8FPbtyEm { display:flex;width:2.1875rem;height:2.1875rem;top:33.0625rem;left:7.875rem; }
 }@media only screen and (max-width: 763px) { #ltKzcfiGQq6K7EFPVr5vwFspw401S1pT { display:flex;width:2.1875rem;height:2.1875rem;top:33.0625rem;left:13.4375rem; }
 }@media only screen and (max-width: 763px) { #wSwdTCnGJTWyrQRzpKLAMZmQpoSKckmc { width:1.875rem;height:1.125rem;top:33.75rem;left:4.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #rviuR78dHyEH9Mk9wX0X59C1QLHOI7ha { width:1.875rem;height:1.125rem;top:33.8125rem;left:15.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #IGXISIgV3ACmbhXDcJlefK4gxTNFE7Kb { width:1.875rem;height:1.125rem;top:33.75rem;left:10.0625rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #RmaC5GpOJGPSc8d7VJpGPm9T627L3Gei { display:flex;width:2.1875rem;height:2.1875rem;top:49.6875rem;left:13.5rem; }
 }@media only screen and (max-width: 763px) { #ihdrwxbkzifdgztdW9VmyylRqEltFU9o { display:flex;width:2.1875rem;height:2.1875rem;top:49.6875rem;left:8rem; }
 }@media only screen and (max-width: 763px) { #ILUcndsOMzb69A4wzB8J0QAZcWN2bbBa { width:1.875rem;height:1.125rem;top:50.3125rem;left:10.1875rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #bNr6ZCLX6Oqlx13dgLXre1D1kffSv887 { width:1.875rem;height:1.125rem;top:50.4375rem;left:15.5rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #wJezGyHwENlREvyKOFPnsLivu50CQAPb { width:1.875rem;height:1.125rem;top:50.375rem;left:4.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Utr0dT63OCwWKGa9Wq7TTuhA33Snzpck { display:flex;width:2.1875rem;height:2.1875rem;top:49.375rem;left:2.625rem; }
 }@media only screen and (max-width: 763px) { #gtClxoshy4BwQyl85cMLFyQ4X3f0g52J { display:flex;width:2.1875rem;height:2.1875rem;top:66.6875rem;left:14.1875rem; }
 }@media only screen and (max-width: 763px) { #RqBpOKJ8QuV03a5DTtUuySdwRrTVfPR9 { display:flex;width:2.1875rem;height:2.1875rem;top:66.6875rem;left:8.6875rem; }
 }@media only screen and (max-width: 763px) { #Wlrk2HqFtxZ3ECePQdaZK3k9BQKZTyF6 { display:flex;width:2.1875rem;height:2.1875rem;top:66.6875rem;left:3.3125rem; }
 }@media only screen and (max-width: 763px) { #TOwoCaz7GUwINpBNZKpb4wTEaoZBqdpX { width:1.875rem;height:1.125rem;top:67.4375rem;left:16.1875rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #RiVXbtBKkIsHD7VoSzV7DFUfa2s5WDv2 { width:1.875rem;height:1.125rem;top:67.375rem;left:5.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #aNZHuRXP3fuurWfFoLNcaqczc1X6AGby { width:1.875rem;height:1.125rem;top:67.3125rem;left:10.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #z8yxIBTgEbdkDJA7E0SEMkhqxb2UHBLE { width:18.9994375rem;height:1.54296875rem;top:0.24929046630859rem;left:0.49893468618393rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbyeTBEQHJCDJMc9WbJb7JmSv76LXJqN { width:18.25rem;height:10.1875rem;top:69.686634063719rem;left:0.87456601858137rem;display:block; }
 }@media only screen and (max-width: 763px) { #yynKBC1EPT7wpVIdiBfQLUU6tOZnQD0Z { width:18.1875rem;height:9.375rem;top:77rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNnvLowGuG409yTxrm9hBnA8lBVCqAwE { width:8.875rem;height:1.349825rem;top:80.625rem;left:5.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #GI3aQTDn7B0xgJNzIeQy2TexTTwvg3cR { width:10.9375rem;height:1.125rem;top:82.4375rem;left:4.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #VTAcs7ZIAihfbBMQrnuEFZwHWxXlBGek { display:flex;width:2.25rem;height:2.25rem;top:83.6875rem;left:3.1875rem; }
 }@media only screen and (max-width: 763px) { #CgZXyLwWx62Xw1rkeqlrbQIPozTIlACi { display:flex;width:2.25rem;height:2.25rem;top:83.6875rem;left:8.5625rem; }
 }@media only screen and (max-width: 763px) { #vsaDkqqkb4NdkrZmfBgSBsAlGOsA7dfy { width:1.875rem;height:1.125rem;top:84.375rem;left:5.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #kXuZTRBgLTP3Mdh50dTs3wUIgEcG5qNg { width:1.875rem;height:1.125rem;top:84.3125rem;left:10.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #HmuvunqrZkoDSoGkeXOJLFrTnv6wA2MM { display:flex;width:2.1875rem;height:2.1875rem;top:83.6875rem;left:14.125rem; }
 }@media only screen and (max-width: 763px) { #hNVORiFLmaR2E3mzRVhiAhev8n0nuQ15 { width:1.875rem;height:1.125rem;top:84.4375rem;left:16.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #V0TsZpqJLADP3iOfJWa611q9UNDa5PvE { width:18.1875rem;height:10.375rem;top:93.5625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZdmrqpmGrxucc3v9ovLTGz16Ew3ehhi { width:1.875rem;height:1.125rem;top:101.8125rem;left:16.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #UI9vR6xgQ9N8HTKNJEQIR9mRmelhvTvE { display:flex;width:2.1875rem;height:2.1875rem;top:101.0625rem;left:14.125rem; }
 }@media only screen and (max-width: 763px) { #mX1rvaClxMpyzEaZck0FAQuT5V87A4eO { width:1.875rem;height:1.125rem;top:101.6875rem;left:10.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #yFTmznVT2CEHXOFs4wxkImN95JaS3qzU { display:flex;width:2.25rem;height:2.25rem;top:101.0625rem;left:8.5625rem; }
 }@media only screen and (max-width: 763px) { #rMS5uKZnWI58lnkdVVrp6wcQDIVPI0BD { width:1.875rem;height:1.125rem;top:101.75rem;left:5.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TNZqpkeIzmgFy54kyuKoGppLn03VJ36s { width:10.9375rem;height:1.125rem;top:99.875rem;left:4.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Z0FXsSZLD0ZtQypgR9GsDI8SqL1CtODb { display:flex;width:2.25rem;height:2.25rem;top:101.0625rem;left:3.1875rem; }
 }@media only screen and (max-width: 763px) { #MW9pq4rTUs77lx7RiZFzpLUICoCwnQPp { width:11.436625rem;height:1.349825rem;top:98.07400512695rem;left:4.2805994153022rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ynkeZlsCFarLVTOW3iHAib8biHcRFB53 { width:18.1875rem;height:10.25rem;top:87.499568939206rem;left:0.87456601858137rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhrRTt4flt8GLWVRi8omqAxWMsOlhonV { width:18.5625rem;height:10.5625rem;top:105.18666137696rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9mn5Ra2kAJrFopUN3XogJyyowZ2zPG1 { width:18.5625rem;height:7.875rem;top:114.9375rem;left:0.69924264598375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTluuzSISz15HnQtvBGe8zaH8XpG0HMu { width:12.5rem;height:1.349825rem;top:116.3125rem;left:3.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #RLVUGRblR6PlAGKRc3hrZqPfsWaWB2qD { width:10.9375rem;height:1.12413125rem;top:117.625rem;left:4.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #AG0kGnG7Jucc1w6qwvTg1rw7kecwCF0e { display:flex;width:2.25rem;height:2.25rem;top:119.5625rem;left:8.5rem; }
 }@media only screen and (max-width: 763px) { #JarUihQpLktAyup6zMkR4gAThzmI0ahC { display:flex;width:2.25rem;height:2.25rem;top:119.5625rem;left:3.1875rem; }
 }@media only screen and (max-width: 763px) { #ZxC8PbAG75vDt9Kyy0SWk3onBz7t0gnJ { width:1.875rem;height:1.12413125rem;top:120.1875rem;left:10.6875rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #kMDOBPgi7e36I6v1oZTNpOLUQ6khxCwF { width:1.875rem;height:1.12413125rem;top:120.25rem;left:5.375rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TUI3UbZd5szfRbH5GhURUbl7hewF8xio { display:flex;width:2.1875rem;height:2.1875rem;top:119.5625rem;left:14.125rem; }
 }@media only screen and (max-width: 763px) { #AfdVRBFUknSMToatBK9Cmcf88xDCoyrG { width:1.875rem;height:1.12413125rem;top:120.3125rem;left:16.1875rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ig8EKSnrZh83rvtaqmUruO6gEBlQiSTH { width:18.5625rem;height:10.5625rem;top:124.4375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vb7os4oxHZm0flRkwBZcCRksCgSQTxHU { width:18.1875rem;height:8.375rem;top:135.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtRU0yKa3eiGJJ7lZIVlvJ7vDFBqzpop { width:17.7485rem;height:1.349825rem;top:135.8125rem;left:1.25rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #RJi33tAUTiKh2xTlJtM6H2LIJ9in1svZ { display:flex;width:2.25rem;height:2.25rem;top:139.875rem;left:3.1875rem; }
 }@media only screen and (max-width: 763px) { #ZpKpdiCJwylewkE1M435B4UcpmfVJEy8 { width:10.9375rem;height:1.12413125rem;top:137.5625rem;left:4.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #pus3DibhCrmF7tFx4FmnVCz5Kx7xGzAy { width:1.875rem;height:1.12413125rem;top:140.5625rem;left:5.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #QfFb3x3FLmBSwO6sgkNDpA01ikKQ9pJy { display:flex;width:2.25rem;height:2.25rem;top:139.875rem;left:8.5625rem; }
 }@media only screen and (max-width: 763px) { #Z1GwdXcUFT1XpoTaWbSpek8TSDcg6SzF { width:1.875rem;height:1.12413125rem;top:140.5rem;left:10.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #mGxvihqR3nbp1p1ptw9MJkNRF3b6gnTm { display:flex;width:2.1875rem;height:2.1875rem;top:139.875rem;left:14.125rem; }
 }@media only screen and (max-width: 763px) { #c3ZhVxtFkJpEBx6FRaP9kUzcvIl9PwgD { width:1.875rem;height:1.12413125rem;top:140.625rem;left:16.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #WpMM3KwMecZelEMzQJD5sTREGzqgq5hP { width:15.8111875rem;height:2.8737rem;top:20.3125rem;left:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0mRJRAmus6uZMhBrc4bmcIxU3bTQEEt { display:block; }
 }@media only screen and (max-width: 763px) { #dVMBqI8A0LAuIahxQFWw7md4w9HhSUhn { width:15.8105625rem;height:2.8732625rem;top:145.22787094116rem;left:2.0941842198372rem;font-size:1.125rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #fxTA6mbiz1ch19Zn3PTPryCURERQRVyI { display:block; }
 }@media only screen and (max-width: 763px) { #ERLBys0RQiFVqhFhzUelHRXWX0yk9tV6 { display:block; }#ERLBys0RQiFVqhFhzUelHRXWX0yk9tV6 > .row .container { width:20rem;height:116.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZnK7qv0Ac0oVzcShDX4UrG5c4cxAVC10 { width:17.25rem;height:27.875rem;top:3.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yE9Tyc2pcxiGBr4O5S4IAwHSu0baGDpW { width:13.125rem;height:2.923825rem;top:17.25rem;left:3.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #luK3pkvpyftkpL8W0ntMzQohm9wbqSS8 { width:16.375rem;height:10.2305rem;top:20.548828125rem;left:2rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #z4RciGp5uB2MudK4qC8eykR3XqQzTW05 { width:17.25rem;height:26.625rem;top:33.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPTqfVUkGaqepiLqJRcgPhEaEG24dh72 { width:16.1875rem;height:9.795875rem;top:50.0625rem;left:2.0625rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #XVGiftk5MTHXhy1dxgJcebAhXSAg0wgS { width:14.0625rem;height:2.923825rem;top:46.9375rem;left:3rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mIwwb4ZfpdKAEdbC5aSQerstGo0AUBJM { width:17.25rem;height:26.375rem;top:62.25rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7mrbcBmcQETrSVZya1BWeOETb3sSvfR { width:16.1875rem;height:6.9970625rem;top:106.25rem;left:2.0625rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #sfSlRzry3bShMd57O20U2DlAMpHK2FSW { width:3.125rem;height:3.125rem;top:69.9375rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #trkrGN9Apxev0E91MSSNHgTEBlrt1lzG { width:17.25rem;height:23.75rem;top:90.75rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q64nyLrnvZ8Q0Lgm8idwNriuEUZfg7oK { width:3.125rem;height:3.125rem;top:92.9375rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qb9cKmEPpWyNC0Hflk9ngq7rTO6PSNgn { width:20rem;height:2.4375rem;top:0.874568939209rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNFECD5F7dCriG964d3NfV7Lp2RTHgP1 { width:17.1875rem;height:22.125rem;top:90.6875rem;left:1.375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #pk1XLGTDbg8I1wD2cNFtE7RdEwpPd7gS { width:17.5rem;height:13.0625rem;top:3.8125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r02nAbQf9EIJaM2qNDkDLrAd8ObmnKTg { width:17.4375rem;height:13rem;top:33.375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaqiSFGftxVQVfuwlpFO2vPUecvhgCin { width:17.4375rem;height:12.9375rem;top:90.75rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoFARdf045HropW0t33T3AJFoqU6ovGM { width:17.5625rem;height:13.125rem;top:62.25rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E11HNu2RsSxpdB7Zy307Gy6hp1tFS4wm { width:13.125rem;height:1.29980625rem;top:104.5rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJ6OrKDafwJ3TJ8U5I6I37FgMH2BbWcS { width:16.1875rem;height:8.3965rem;top:78.375rem;left:2.125rem;text-align:justify;text-align-last:initial;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXsUQWTm97I9HiTuGskxzP1hAJ0sWqb7 { width:13.75rem;height:1.29980625rem;top:76.375rem;left:3.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMbs0d3M6XMTT6JzTMnD70ZgJgyidA27 { display:block; }#EMbs0d3M6XMTT6JzTMnD70ZgJgyidA27 > .row .container { width:20rem;height:101.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CPQDAWg18TVVUASFXyBJ19pmKUovET6v { width:20rem;height:3.73698125rem;top:0.91039848327637rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCuTqQAAxbZWnsqLM8xpMVuXvIBTTdpJ { width:19rem;height:12.6875rem;top:5.5625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqUR3SN2aR68eDVpmR067Z9ntpeCG3Rh { width:19.125rem;height:11.375rem;top:21.3125rem;left:0.4375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #r7pSHdOEpGqK4b3zbbOQKfli2L5Bfmw0 { width:19.125rem;height:2.5625rem;top:17.75rem;left:0.4375rem;background-color:#263343;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ceZnMbwUQPAdSTlnk4dzOJLC0TpHOoXO { width:19.0625rem;height:1.62435rem;top:18.3125rem;left:0.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RFDMUqnxO5wDwc59xkRIFsFh2abeQIOg { width:18.875rem;height:1.62435rem;top:33.1875rem;left:0.5625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a6KDmZUpzsyepDf8Z8dtpuTEmGz2Eiy4 { width:19.0625rem;height:2.5625rem;top:32.625rem;left:0.4375rem;background-color:#263343;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #r76ML9KoG9XJm5tn3vsxf7nAcED5EN0D { width:19.125rem;height:1.62435rem;top:49.375rem;left:0.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ydd1BGqMLnXfHzZ5o3z2flcvvSJBioWQ { width:19.125rem;height:2.5625rem;top:48.5rem;left:0.4375rem;background-color:#263343;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #D0NnyyeaVnUoZT0vZUm2Lc2Fqi5SkxPz { width:18.875rem;height:1.62435rem;top:64.625rem;left:0.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6lDSUmg280Qr8R9xzC3iMklmnhaWJX3 { width:19.125rem;height:2.5625rem;top:64.1875rem;left:0.4375rem;background-color:#263343;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #gGZtodfeXW2uzPdHdZeDLKEkA4he38Ef { width:19.0625rem;height:1.62435rem;top:81.1875rem;left:0.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i23COugPQNad6xG62uDacITkp4KtTywu { width:19.125rem;height:2.5625rem;top:80.625rem;left:0.4375rem;background-color:#263343;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Wkds6c3bt0Se4q7XJAFXSzrXb0E0d0Su { width:19rem;height:1.62435rem;top:97.8125rem;left:0.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUqIMZCBre2LrOccPxMXW4WKFOgy1ZU6 { width:19.125rem;height:2.5625rem;top:97.375rem;left:0.4375rem;background-color:#263343;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #MTVSD4P5LwH8Vq8TyNyN5g93TQNBFM5X { width:19.25rem;height:12.75rem;top:36.1875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPkKImBxy9eWXD3P8yuWcpJylkfwyrMm { width:19.1875rem;height:11.9375rem;top:52.25rem;left:0.375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ELk3K0pNXlSfnLK3wVouHOvzZSUTv4Ve { width:19.1875rem;height:12.75rem;top:67.875rem;left:0.375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ITVukwwLGCiPUZiQutZmc7claHOpBJ2F { width:19.125rem;height:12.75rem;top:84.6875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMpqxR8MDLE0dH5ewNVtKB6GRVL0UQ2p { width:20rem;height:0;top:101.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lA5GqSCq3aFTxq0Slbia99tWFKld5mHM { background-color:#263343;background-image:none;display:block; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container { background-color: transparent; background-image: none; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container > .video-iframe-container { display: none; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row > .video-iframe-container { display: none; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .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); }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container { width:20rem;height:77.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BtZ1NAacfAvvbW4g6rqSFrqm7SKAmxEu { width:20rem;height:7.3125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7t8GV7JeKlohghtkuM5GrTKhwAFOvNm { width:12.5rem;height:14.3125rem;top:5.875rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7lK7BNg7FC5OCFKPzhNgqQMttqLZxU7 { display:flex;width:4.5rem;height:4.5rem;top:9.4375rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #PkR9TTHBKiuI2nIRDvELwkrRwGaWvW5L { width:12.5rem;height:1.29980625rem;top:13.75rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTOTy4BznLRhoRhyNVTg2tSV1m9Np689 { width:15.875rem;height:9.098625rem;top:15.875000476837rem;left:2.0625000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsMuGTLVR32uDv8bX2nfCoiR3ZfyL07g { width:12.5rem;height:14.3125rem;top:26.0625rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nehcg60wpMm6Hgnvlm0USl1KlysyGJxh { display:flex;width:4.49978125rem;height:4.49978125rem;top:26.6875rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #zTtNCw9F5EDL6J8s0kxHZrTHbAuGC5Hc { width:12.5rem;height:2.5996125rem;top:31.1875rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJUSBkuA5FZBDQuAGT9sLUDsRCm1NX7M { width:14.5625rem;height:6.499rem;top:34.1875rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tF8iyvuvOa5fncrMt4b5sK86zpdGdOLO { width:12.5rem;height:14.3125rem;top:41.3125rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsNasghTSRNnKhohrryxKEiiklBKEXn9 { display:flex;width:4.5rem;height:4.5rem;top:43.0625rem;left:7.8125rem; }
 }@media only screen and (max-width: 763px) { #RSKbdePQJ0bPf1KA27JEHPnod88OWXab { width:12.5rem;height:1.29980625rem;top:47.6875rem;left:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gx6pfeD7vFrE6vh0obCdh9vbl5Qg0LmQ { width:15.6875rem;height:6.499rem;top:49.875rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlTkybakflq0hi8wn0mzGdoFWwckQq2C { width:12.5rem;height:14.3125rem;top:56.9375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rr3rxs7LSVaTs6uATXJ7svS1LeNgBa47 { display:flex;width:4.5rem;height:4.5rem;top:58.75rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #DfANsNpw8ktZKRlL8M8salpUfNW9d2Zp { width:12.5rem;height:1.29980625rem;top:63.6875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIqyZRwcRw5tPBtQr8lapkyk42oofaWO { width:14.875rem;height:9.098625rem;top:65.9375rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 { display:block; }#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 > .row .container { width:20rem;height:60.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cdGqar6BeDTKesgwep0nBf7tS3AbPalc { width:18.75rem;height:15.9375rem;top:43.125rem;left:0.625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #MICrTOPprCRWvNx5NJW2k73Mzb7x8oKs { width:3.8125rem;height:3.8125rem;top:44.375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdPkkdaTzDJbymRBFl1erypDi4drU4W8 { width:3.8125rem;height:3.6875rem;top:23.5rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pota1PavVd6baS7BJM7KuVAuH9fAxMJ9 { width:3.6875rem;height:3.8125rem;top:4.6250001192093rem;left:7.8125002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnpOW8sMk8F2trV6RwKaBSLIkrwTrIq3 { width:19.3125rem;height:1.13725rem;top:49.375rem;left:0.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LB1kEu3lrfHkpiJIbHGL4TyXRRV48u7L { width:19.3125rem;height:1.13725rem;top:28.5rem;left:0.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #poif7VqaFdgTRD7DLpySbJrS9pIzXOA7 { width:19.3125rem;height:1.13725rem;top:9.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgsFkwHvd5IWldRQBTmCoarbeoqBdaIk { width:14.5rem;height:5.68359375rem;top:52.125rem;left:3.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0WWIhRDc6pcf2zvyFWBp4T8yDWyL8a0 { width:14.5rem;height:10.2305rem;top:31.1875rem;left:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqzOOFb90LoMbrr1EIZgTXXkhF4S3gTI { width:14.5rem;height:9.09375rem;top:12rem;left:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwsGl2t5gz8Zxpd4NHE64K2J2ko0p2Bq { width:18.75rem;height:19.3125rem;top:22.875rem;left:0.625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #EybVOnZKkVMKorZNxKrBNIWsMve1PuNe { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGwZJIFMx2ufffhueLmDo0HwOKJ4gcUg { width:18.75rem;height:18.25rem;top:3.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W { background-color:#263343;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { background-color: transparent; background-image: none; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container > .video-iframe-container { display: none; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row > .video-iframe-container { display: none; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .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); }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { border-width: 0; border-radius: 0; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { width:20rem;height:17.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K7aumlwbg0wOreggR7LqTGsN4cxcRrtm { width:17.999125rem;height:6.12305rem;top:4.9978294372559rem;left:0.99934893846512rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oa6oRcMb3aEWlbDkRZiMa199mNf2RlVF { width:7.5rem;height:5.24956875rem;top:0.689022064209rem;left:6.2500000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqTTB5fsTt9cRlrIoLRGtvH0i0LsESgQ { width:12.625rem;height:3.673825rem;top:13.319011688233rem;left:4.3164065480232rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E2RH9sMeTEHSbrul9XXyTw5KhS3G1TJL { width:6.3748125rem;height:1.4rem;top:11.920574188233rem;left:7.4435768723487rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpwgdBiuCmHFTzqtd5oGylhKtTqRxKTi { width:2.25rem;height:2.25rem;top:13.31901550293rem;left:2.1497395634651rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw { display:block; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { width:20rem;height:4.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a8ac8ngGhZ9Rp18o19aTBzHCNG6Rqsqc { width:20rem;height:2.2734375rem;top:1.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }