.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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:transparent;background-image:none;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); }#mnBJ6Udv99XmTqnC9ZcwaklpA5P5Cb1X { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a5f78;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:none; }#mnBJ6Udv99XmTqnC9ZcwaklpA5P5Cb1X > .row .container { border-width: 0; border-radius: 0; }#mnBJ6Udv99XmTqnC9ZcwaklpA5P5Cb1X > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mnBJ6Udv99XmTqnC9ZcwaklpA5P5Cb1X > .row .container { font-size:0.875rem;font-family:arial;height:17.8125rem;width:75rem;position:relative;display:none; }#qttG14WR64CQvKRzgvPqo8r7eDu7GqHA .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#qttG14WR64CQvKRzgvPqo8r7eDu7GqHA .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;color:#961853;padding-top:0.73rem;padding-right:0.644375rem;padding-bottom:0.73rem;padding-left:0.644375rem;display:block;align-items:center;width:3.864375rem;min-width:3.864375rem;height:3.9225rem;position:relative;font-family:"open sans";font-size:2.92rem;font-weight:700;line-height:62.76px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qttG14WR64CQvKRzgvPqo8r7eDu7GqHA .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.45625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.151875rem;height:1.550625rem;position:relative;font-family:"montserrat 500-700";font-size:1.095rem;font-weight:700;line-height:24.81px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#qttG14WR64CQvKRzgvPqo8r7eDu7GqHA { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:24.625rem;height:7.389375rem;padding-top:0.9125rem;padding-right:0.92rem;padding-bottom:0.9125rem;padding-left:0.92rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:6.875rem;left:24.25rem;z-index:15041; }
#qttG14WR64CQvKRzgvPqo8r7eDu7GqHA #AhKJK3rwQzeC7ldAeyxUphw37ZmCOlpu { display:flex;position:relative;top:0rem;left:0rem; }
#qttG14WR64CQvKRzgvPqo8r7eDu7GqHA #TectdQqdqtNWINNNv26ZMRiNO0geH7k6 { width:auto; }
#qttG14WR64CQvKRzgvPqo8r7eDu7GqHA #btq5qqyzHKVzvcn9ze4L57IK67HvJMS8 {  }
#qttG14WR64CQvKRzgvPqo8r7eDu7GqHA #XH4K0QnUDxJL6zgxPTuwb3P3tmDw1cci { display:flex;position:relative;top:0rem;left:0rem; }
#qttG14WR64CQvKRzgvPqo8r7eDu7GqHA #t2HzS56Ldc4KFMI7lpO9SSSaqA3L9PxW {  }
#qttG14WR64CQvKRzgvPqo8r7eDu7GqHA #argop6TSnKGb4OBulznoupOaUqf7WVii {  }
#qttG14WR64CQvKRzgvPqo8r7eDu7GqHA #BedBTiALdAOIDlN2deSMkUe9FwgNdZ21 { display:flex;position:relative;top:0rem;left:0rem; }
#qttG14WR64CQvKRzgvPqo8r7eDu7GqHA #AT9Z1QwNrB1qy8WTxV4BRp5EA3K1evvP {  }
#qttG14WR64CQvKRzgvPqo8r7eDu7GqHA #oSmIt0l6TFn9T3BsTJfy8ChpiQMFwTDk {  }
#qttG14WR64CQvKRzgvPqo8r7eDu7GqHA #Oc3pu0VOtRcWEK9KtHvsQoEp8eRCb9XS { display:flex;position:relative;top:0rem;left:0rem; }
#qttG14WR64CQvKRzgvPqo8r7eDu7GqHA #cxn5ecXXtoTTGZuyFcJ9g5ItrnEyMWx5 {  }
#qttG14WR64CQvKRzgvPqo8r7eDu7GqHA #JRNRzCo7949MC9xJ57KvWk6nTvkiRGS7 {  }
#u8m1sIfqPJTkVe9lPi2i4LodWfFDDnRz { color:#ffffff;display:block;width:68.75rem;position:absolute;font-family:"montserrat 2";font-size:2.5rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:1.875rem;left:3.125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f12de351-a76b-4383-969c-a1ad0f134e5b/89.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX.adaptive-delivery-prevent-bg, #ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX.lazyload, #ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX.lazyloading { background-image: none; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container { background-color: transparent; background-image: none; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container > .video-iframe-container { display: none; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row > .video-iframe-container { display: none; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .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); }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container { border-width: 0; border-radius: 0; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container { font-size:0.875rem;font-family:arial;height:44.4375rem;width:75rem;position:relative;display:block; }#VEvgCriwh4l0dC2c3t2llVsgLhJOh86A { color:#000000;display:block;width:35.5625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:25.622831344604rem;left:2.2482643127441rem;height:3.75rem;font-style:normal;display:block; }
#anWneLwIT0I0HUWB5uwLdVIyqchg6hor { color:#000000;display:block;width:45.625rem;position:absolute;font-family:"montserrat 2";font-size:2.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:10.8115234375rem;left:2.2490234375rem;height:8.7744375rem;font-style:normal;display:block; }
#wB5CmRqJIWn9gfDT1q8Io1KkFUFCQg1c { color:#000000;display:block;width:43.4375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:3.75rem;left:2.25rem;height:1.625rem;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#wDA1DWHapDdeL3tXsVxraRRDFqixqEXr { background-color:#961853;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: 0.1875rem 0.1875rem 0.3125rem #000000 ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.9980625rem;height:3.4375rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:32.373046875rem;left:2.248046875rem;display:block; }
#KJOf9u2DUuXSVdmvJVuawo0CLxk1cTpH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MsrBs29BfwzDPi65RNzhT93xKLOsKgRR { position:absolute;display:block;z-index:15013;background-color:#fb7400;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.186631875rem;width:25rem;top:22.937284469604rem;left:2.2493495941162rem;display:block; }
#NooPXiQdlS1P2m04cumTfbu24H2GK017 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#XP0x5EE94eRhdKJGVTKO3CWFVbCx3ueB { color:#000000;display:block;width:34.8123125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:25.623916625976rem;left:2.2493495941162rem;height:7.5rem;font-style:normal;display:none; }
#raeZCRy4Mr040fISc7o5Vm4UAlCZ0FcN { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9dd715ea-aef5-471a-a043-c0108da48abf/98webp.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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:35.1875rem;width:28.4375rem;top:9.18728351593rem;left:37.061634063721rem;display:block; }#raeZCRy4Mr040fISc7o5Vm4UAlCZ0FcN.adaptive-delivery-prevent-bg, #raeZCRy4Mr040fISc7o5Vm4UAlCZ0FcN.lazyload, #raeZCRy4Mr040fISc7o5Vm4UAlCZ0FcN.lazyloading { background-image: none; }
#raeZCRy4Mr040fISc7o5Vm4UAlCZ0FcN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#raeZCRy4Mr040fISc7o5Vm4UAlCZ0FcN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AI8ZaE6RAveo9qb9e0LTdiEBDpMAoPwK { color:#000000;display:block;width:35.5625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:25.622831344604rem;left:2.2482643127441rem;height:7.5rem;font-style:normal;display:none; }
#XMgIAiesnzr5wxHnGhWVFx2TD9oqz0rs { background-color:#1a5f78;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: 0.1875rem 0.1875rem 0.3125rem #000000 ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.9980625rem;height:3.4375rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:37.310546875rem;left:2.248046875rem;display:block; }
#kG8saNL7QevWThnUFAbKWnonEURdPETi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BvTNZ3OuKlVJ0JD46WP19UJztfXc4eaB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a5f78;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; }#BvTNZ3OuKlVJ0JD46WP19UJztfXc4eaB > .row .container { background-color: transparent; background-image: none; }#BvTNZ3OuKlVJ0JD46WP19UJztfXc4eaB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BvTNZ3OuKlVJ0JD46WP19UJztfXc4eaB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BvTNZ3OuKlVJ0JD46WP19UJztfXc4eaB > .row .container > .video-iframe-container { display: none; }#BvTNZ3OuKlVJ0JD46WP19UJztfXc4eaB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BvTNZ3OuKlVJ0JD46WP19UJztfXc4eaB > .row > .video-iframe-container { display: none; }#BvTNZ3OuKlVJ0JD46WP19UJztfXc4eaB > .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); }#BvTNZ3OuKlVJ0JD46WP19UJztfXc4eaB > .row .container { border-width: 0; border-radius: 0; }#BvTNZ3OuKlVJ0JD46WP19UJztfXc4eaB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BvTNZ3OuKlVJ0JD46WP19UJztfXc4eaB > .row .container { font-size:0.875rem;font-family:arial;height:1.5625rem;width:75rem;position:relative;display:block; }#ZrBcZKDaD2LWG6UFs2Rc3GhhVtDFf81X { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#ZrBcZKDaD2LWG6UFs2Rc3GhhVtDFf81X > .row .container { background-color: transparent; background-image: none; }#ZrBcZKDaD2LWG6UFs2Rc3GhhVtDFf81X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZrBcZKDaD2LWG6UFs2Rc3GhhVtDFf81X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZrBcZKDaD2LWG6UFs2Rc3GhhVtDFf81X > .row .container > .video-iframe-container { display: none; }#ZrBcZKDaD2LWG6UFs2Rc3GhhVtDFf81X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZrBcZKDaD2LWG6UFs2Rc3GhhVtDFf81X > .row > .video-iframe-container { display: none; }#ZrBcZKDaD2LWG6UFs2Rc3GhhVtDFf81X > .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); }#ZrBcZKDaD2LWG6UFs2Rc3GhhVtDFf81X > .row .container { border-width: 0; border-radius: 0; }#ZrBcZKDaD2LWG6UFs2Rc3GhhVtDFf81X > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZrBcZKDaD2LWG6UFs2Rc3GhhVtDFf81X > .row .container { font-size:0.875rem;font-family:arial;height:38.5625rem;width:75rem;position:relative;display:block; }#ef1TBrxPp1wTD01UAlV3fXCWeTthlksg { 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:60rem;width:60rem;display:none; }
#AlIOAUVRNwBvnGrwBXrBkaqTUF3ugxow { color:#000000;display:block;width:56.375rem;position:absolute;font-family:"montserrat 500-700";font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:3.1201171875rem;left:14.5625rem;height:2.25rem;font-style:normal;display:block; }
#kS8kJEZdf3bWuec2qNDN2PXGMdSi9b4N { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:8.03125rem;left:17.5rem;display:block; }
#gVpmDHtCEOPCJrMJ0EqmVaswfvH9k1ov { background-color:#ea5f24;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: 0.1875rem 0.1875rem 0.3125rem #000000 ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.9980625rem;height:3.4375rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:32.810546875rem;left:27rem;display:block; }
#cF2gnNlQEbvrbBakuUDxKNp558uzc4pz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pwmz5eNINVHpOtL29wPDbwlUWgRTIuZv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a5f78;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; }#pwmz5eNINVHpOtL29wPDbwlUWgRTIuZv > .row .container { background-color: transparent; background-image: none; }#pwmz5eNINVHpOtL29wPDbwlUWgRTIuZv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pwmz5eNINVHpOtL29wPDbwlUWgRTIuZv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pwmz5eNINVHpOtL29wPDbwlUWgRTIuZv > .row .container > .video-iframe-container { display: none; }#pwmz5eNINVHpOtL29wPDbwlUWgRTIuZv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pwmz5eNINVHpOtL29wPDbwlUWgRTIuZv > .row > .video-iframe-container { display: none; }#pwmz5eNINVHpOtL29wPDbwlUWgRTIuZv > .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); }#pwmz5eNINVHpOtL29wPDbwlUWgRTIuZv > .row .container { border-width: 0; border-radius: 0; }#pwmz5eNINVHpOtL29wPDbwlUWgRTIuZv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pwmz5eNINVHpOtL29wPDbwlUWgRTIuZv > .row .container { font-size:0.875rem;font-family:arial;height:1.5625rem;width:75rem;position:relative;display:block; }#VwAUhA0c0u8UTi5ZRJqiTN4c2DaghN6G { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a5f78;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:none; }#VwAUhA0c0u8UTi5ZRJqiTN4c2DaghN6G > .row .container { border-width: 0; border-radius: 0; }#VwAUhA0c0u8UTi5ZRJqiTN4c2DaghN6G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VwAUhA0c0u8UTi5ZRJqiTN4c2DaghN6G > .row .container { font-size:0.875rem;font-family:arial;height:30.6875rem;width:75rem;position:relative;display:none; }#NtTxnrP6OvSeL6og5mdVwBlNRTQTMzhy .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#NtTxnrP6OvSeL6og5mdVwBlNRTQTMzhy .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;color:#961853;padding-top:0.73rem;padding-right:0.644375rem;padding-bottom:0.73rem;padding-left:0.644375rem;display:block;align-items:center;width:3.864375rem;min-width:3.864375rem;height:3.9225rem;position:relative;font-family:"open sans";font-size:2.92rem;font-weight:700;line-height:62.76px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NtTxnrP6OvSeL6og5mdVwBlNRTQTMzhy .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.45625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.151875rem;height:1.550625rem;position:relative;font-family:"montserrat 500-700";font-size:1.095rem;font-weight:700;line-height:24.81px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#NtTxnrP6OvSeL6og5mdVwBlNRTQTMzhy { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:24.625rem;height:7.389375rem;padding-top:0.9125rem;padding-right:0.92rem;padding-bottom:0.9125rem;padding-left:0.92rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:16.622219085693rem;left:23.358293533325rem;z-index:15041; }
#NtTxnrP6OvSeL6og5mdVwBlNRTQTMzhy #UB5fKfStkoM7iZvTU3Hn42gGnr0HHAop { display:flex;position:relative;top:0rem;left:0rem; }
#NtTxnrP6OvSeL6og5mdVwBlNRTQTMzhy #eFOLMfuh7UnFLXHMhmmR4XzQcHsq5AGW { width:auto; }
#NtTxnrP6OvSeL6og5mdVwBlNRTQTMzhy #J5N2NyxT2pIremZHl6z46wDz9yOQQH8k {  }
#NtTxnrP6OvSeL6og5mdVwBlNRTQTMzhy #upK020mBr9D7mFieDzLZmwcyuxDhptCS { display:flex;position:relative;top:0rem;left:0rem; }
#NtTxnrP6OvSeL6og5mdVwBlNRTQTMzhy #zHbmRpeS87nhLG28KpVIVyuqVJUiuMZa {  }
#NtTxnrP6OvSeL6og5mdVwBlNRTQTMzhy #DixTTLgmLyplKTCspEhvCOWTauHm6EXH {  }
#NtTxnrP6OvSeL6og5mdVwBlNRTQTMzhy #d1UPPaw15x13UtZWWKcb7i4w4JfzRa58 { display:flex;position:relative;top:0rem;left:0rem; }
#NtTxnrP6OvSeL6og5mdVwBlNRTQTMzhy #dvz9MC56nROB6xtaZMVUm5eqtqgyrXcL {  }
#NtTxnrP6OvSeL6og5mdVwBlNRTQTMzhy #VNtZLODTOGda50EdBiqzFSgePhkgleba {  }
#NtTxnrP6OvSeL6og5mdVwBlNRTQTMzhy #uXcE36RkTeS8TgaqwmV9e1mDBhf0B92U { display:flex;position:relative;top:0rem;left:0rem; }
#NtTxnrP6OvSeL6og5mdVwBlNRTQTMzhy #farwx3GEH54WQTFKLMzLwkKnPpGQwc0m {  }
#NtTxnrP6OvSeL6og5mdVwBlNRTQTMzhy #Ibrt838SZoscc8PJQgTGrsR47LVQRrdM {  }
#UXHTnCzdXkehTT0X0rLmNe6NNtz1guoF { color:#ffffff;display:block;width:68.75rem;position:absolute;font-family:"montserrat 2";font-size:2.5rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:11.614582061767rem;left:2.2146282196045rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mnG7Cf6XMNFrarrhq6IdMZF0vpoLUdmn { box-sizing:content-box;color:#5d92ff;font-size:4.375rem;font-weight:400;line-height:1;height:6.936875rem;width:6.936875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;top:2.3958320617676rem;left:33.121747970581rem; }
#EmZ9NeC29d4CBUIX7NQ4W6TGAbPxGEcm { background-color:#961853;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: 0.1875rem 0.1875rem 0.3125rem #000000 ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21rem;height:3.4375rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:2.9297122955323rem;left:27rem;display:none; }
#ZgCtVdpOOIVdBbouMIExlfzVknxPBzI9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QUX76bQ8p3ZP5ecQENVg3XF3TpzD5XwB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#QUX76bQ8p3ZP5ecQENVg3XF3TpzD5XwB > .row .container { background-color: transparent; background-image: none; }#QUX76bQ8p3ZP5ecQENVg3XF3TpzD5XwB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QUX76bQ8p3ZP5ecQENVg3XF3TpzD5XwB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QUX76bQ8p3ZP5ecQENVg3XF3TpzD5XwB > .row .container > .video-iframe-container { display: none; }#QUX76bQ8p3ZP5ecQENVg3XF3TpzD5XwB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QUX76bQ8p3ZP5ecQENVg3XF3TpzD5XwB > .row > .video-iframe-container { display: none; }#QUX76bQ8p3ZP5ecQENVg3XF3TpzD5XwB > .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); }#QUX76bQ8p3ZP5ecQENVg3XF3TpzD5XwB > .row .container { border-width: 0; border-radius: 0; }#QUX76bQ8p3ZP5ecQENVg3XF3TpzD5XwB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QUX76bQ8p3ZP5ecQENVg3XF3TpzD5XwB > .row .container { font-size:0.875rem;font-family:arial;height:10.25rem;width:75rem;position:relative;display:block; }#QNXW22z5nBV64zlP5Upn3t99RLTP9mZ6 { position:absolute;display:block;z-index:15011;background-color:#961853;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.1875rem;width:25rem;top:3.1728515625rem;left:25rem;display:block; }
#rrXDxPSXkKk9qoXJM8iUeWASlIszCm6Q { color:#000000;display:block;width:62.5rem;position:absolute;font-family:"montserrat 2";font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:5.5341796875rem;left:6.25rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ozobfMcQTrK5SF1VNMKpFBxSAnROcKV1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#ozobfMcQTrK5SF1VNMKpFBxSAnROcKV1 > .row .container { background-color: transparent; background-image: none; }#ozobfMcQTrK5SF1VNMKpFBxSAnROcKV1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozobfMcQTrK5SF1VNMKpFBxSAnROcKV1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozobfMcQTrK5SF1VNMKpFBxSAnROcKV1 > .row .container > .video-iframe-container { display: none; }#ozobfMcQTrK5SF1VNMKpFBxSAnROcKV1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozobfMcQTrK5SF1VNMKpFBxSAnROcKV1 > .row > .video-iframe-container { display: none; }#ozobfMcQTrK5SF1VNMKpFBxSAnROcKV1 > .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); }#ozobfMcQTrK5SF1VNMKpFBxSAnROcKV1 > .row .container { border-width: 0; border-radius: 0; }#ozobfMcQTrK5SF1VNMKpFBxSAnROcKV1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ozobfMcQTrK5SF1VNMKpFBxSAnROcKV1 > .row .container { font-size:0.875rem;font-family:arial;height:22.75rem;width:75rem;position:relative;display:block; }#O2kTrEHafDtGLeQKeBsGzbAIslKg0HVX { color:#000000;display:block;width:21.25rem;position:absolute;font-family:"montserrat 500-700";font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:9.625rem;left:1.75rem;height:10.233375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iMxXe8lE3c6GKmTWp5TGXaH8pNoch8lX { color:#000000;display:block;width:18.4375rem;position:absolute;font-family:"montserrat 500-700";font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:3.375rem;left:3.1875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MhntRtTPJmOSPirpOtgwdoIurVe5UBrg { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 0.3125rem rgba(0,0,0,0.5) ;height:18.75rem;width:23.75rem;top:1.9375rem;left:25.5rem;display:block; }
#EG7VND4veA5X28ZQ0Qr0MFNf7bd5KhEq { color:#000000;display:block;width:18.4375rem;position:absolute;font-family:"montserrat 500-700";font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:3.4375004768372rem;left:27.625rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mi82ipKoyroWXao8T32ZhDIZZGsLF5gn { color:#000000;display:block;width:21.25rem;position:absolute;font-family:"montserrat 500-700";font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:9.624131679535rem;left:26.875rem;height:8.77148125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tgwJk7q0lmIuBrhHhvNsOuG3ZtTvLAUr { color:rgba(150,24,83,0.5);display:block;width:6rem;position:absolute;font-family:roboto;font-size:10.625rem;font-weight:700;z-index:15006;line-height:.8;letter-spacing:0;top:0.0625rem;left:44rem;height:8.5rem;font-style:normal;display:block; }
#eXeEtKkaGQDzPZJLGDttJBUCKGppTPFi { color:rgba(150,24,83,0.5);display:block;width:5rem;position:absolute;font-family:roboto;font-size:10.625rem;font-weight:700;z-index:15002;line-height:.8;letter-spacing:0;top:0.0625rem;left:20rem;height:8.5rem;font-style:normal;display:block; }
#gUIXQTQLhaoPcrsS0eIQQlIJCdh3Mezl { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 0.3125rem rgba(0,0,0,0.5) ;height:18.75rem;width:23.75rem;top:1.9375rem;left:50.5rem;display:block; }
#ai6RhlSzBFfQwOISWOSb6RJW0REb7HVv { color:#000000;display:block;width:21.25rem;position:absolute;font-family:"montserrat 500-700";font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:9.6250031776725rem;left:51.875rem;height:10.233375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T43cHXoiR1tEK2d8mqOZ5KnVMw75QTt7 { color:#000000;display:block;width:18.4375rem;position:absolute;font-family:"montserrat 500-700";font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:4.1874897480011rem;left:53.28125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eHrFfus98tPEIqM5zMtF0TImddvlyQuw { color:rgba(150,24,83,0.5);display:block;width:6rem;position:absolute;font-family:roboto;font-size:10.625rem;font-weight:700;z-index:15010;line-height:.8;letter-spacing:0;top:0.0625rem;left:69rem;height:8.5rem;font-style:normal;display:block; }
#mgRBnSC8nyhcHGF1oISzwVmJNAWX8bEA { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 0.3125rem rgba(0,0,0,0.5) ;height:18.75rem;width:23.75rem;top:1.9986982345581rem;left:0.62500190734863rem;display:block; }
#lqmMOkNSJhhir981KQKNfLiM3qwAlTME { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 0.3125rem rgba(0,0,0,0.5) ;height:18.75rem;width:23.75rem;top:1.9375rem;left:25.5rem;display:none; }
#ea2u8g5y6OsmZP88GuWoSw3eZLNJIFTA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#ea2u8g5y6OsmZP88GuWoSw3eZLNJIFTA > .row .container { background-color: transparent; background-image: none; }#ea2u8g5y6OsmZP88GuWoSw3eZLNJIFTA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ea2u8g5y6OsmZP88GuWoSw3eZLNJIFTA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ea2u8g5y6OsmZP88GuWoSw3eZLNJIFTA > .row .container > .video-iframe-container { display: none; }#ea2u8g5y6OsmZP88GuWoSw3eZLNJIFTA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ea2u8g5y6OsmZP88GuWoSw3eZLNJIFTA > .row > .video-iframe-container { display: none; }#ea2u8g5y6OsmZP88GuWoSw3eZLNJIFTA > .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); }#ea2u8g5y6OsmZP88GuWoSw3eZLNJIFTA > .row .container { border-width: 0; border-radius: 0; }#ea2u8g5y6OsmZP88GuWoSw3eZLNJIFTA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ea2u8g5y6OsmZP88GuWoSw3eZLNJIFTA > .row .container { font-size:0.875rem;font-family:arial;height:22.625rem;width:75rem;position:relative;display:block; }#PRnlDmDLWcRgAgcIUimsh66S6cmXaZWl { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 0.3125rem rgba(0,0,0,0.5) ;height:18.75rem;width:23.75rem;top:1.9375rem;left:0.5rem;display:block; }
#bWOWNqSgBTyvTCmWswRD9lEvSk2ShHE2 { color:#000000;display:block;width:21.25rem;position:absolute;font-family:"montserrat 500-700";font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:9.625rem;left:1.75rem;height:8.7715rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QLwLo4UlckLbT5aIPulB954a3gJTK2W7 { color:#000000;display:block;width:18.4375rem;position:absolute;font-family:"montserrat 500-700";font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:4.1872854232788rem;left:3.2812519073486rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dLo9CeA2FyhyTqBiDUyKTbkKvMNi2W4M { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 0.3125rem rgba(0,0,0,0.5) ;height:18.75rem;width:23.75rem;top:1.9375rem;left:25.5rem;display:block; }
#sfg6L5zhPdg7CXbglcbMxSsnIqkAVHFF { color:#000000;display:block;width:18.4375rem;position:absolute;font-family:"montserrat 500-700";font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:4.1875rem;left:27.625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dd1Tfa8srbygyArIu8N6l6Xt7gudH0PN { color:#000000;display:block;width:21.25rem;position:absolute;font-family:"montserrat 500-700";font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:9.624131679535rem;left:26.875rem;height:8.7715rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Gos9Pg0fpL57xM51ieODzXUAlgsC31q8 { color:rgba(150,24,83,0.5);display:block;width:5.99935rem;position:absolute;font-family:roboto;font-size:10.625rem;font-weight:700;z-index:15006;line-height:.8;letter-spacing:0;top:0rem;left:44.062503814698rem;height:8.5rem;font-style:normal;display:block; }
#yVtbEnad9RndWfeWR50kUWGsnTpusehJ { color:rgba(150,24,83,0.5);display:block;width:5rem;position:absolute;font-family:roboto;font-size:10.625rem;font-weight:700;z-index:15002;line-height:.8;letter-spacing:0;top:0.0625rem;left:20rem;height:8.5rem;font-style:normal;display:block; }
#rSeUWpoPFkF5R8Jb8qD2WBQrNrP1wPhx { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 0.3125rem rgba(0,0,0,0.5) ;height:18.75rem;width:23.75rem;top:1.9375rem;left:50.5rem;display:block; }
#QuF5AyWBRUEE23ZtHRI5bKu50LkDPAMu { color:#000000;display:block;width:21.25rem;position:absolute;font-family:"montserrat 500-700";font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:9.6250031776725rem;left:51.875rem;height:8.7715rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PVOnGgJq1NXVkRhXdnre8WZxJ4ifOIJo { color:#000000;display:block;width:18.4375rem;position:absolute;font-family:"montserrat 500-700";font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:4.1875rem;left:53.28125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yEZknmHsyDEylwUA4S4hpeRWgoPaM85C { color:rgba(150,24,83,0.5);display:block;width:6rem;position:absolute;font-family:roboto;font-size:10.625rem;font-weight:700;z-index:15010;line-height:.8;letter-spacing:0;top:0.0625rem;left:69rem;height:8.5rem;font-style:normal;display:block; }
#RbJpxZJTRDvGqVZTEmkNq3Uk2VmaLoAM { color:#000000;display:block;width:21.25rem;position:absolute;font-family:"montserrat 500-700";font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:9.6250031776725rem;left:51.875rem;height:8.7760625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#OmBygRReS2kVL5bIwZu1dJ8AoOP1pzk4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#OmBygRReS2kVL5bIwZu1dJ8AoOP1pzk4 > .row .container { background-color: transparent; background-image: none; }#OmBygRReS2kVL5bIwZu1dJ8AoOP1pzk4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OmBygRReS2kVL5bIwZu1dJ8AoOP1pzk4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OmBygRReS2kVL5bIwZu1dJ8AoOP1pzk4 > .row .container > .video-iframe-container { display: none; }#OmBygRReS2kVL5bIwZu1dJ8AoOP1pzk4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OmBygRReS2kVL5bIwZu1dJ8AoOP1pzk4 > .row > .video-iframe-container { display: none; }#OmBygRReS2kVL5bIwZu1dJ8AoOP1pzk4 > .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); }#OmBygRReS2kVL5bIwZu1dJ8AoOP1pzk4 > .row .container { border-width: 0; border-radius: 0; }#OmBygRReS2kVL5bIwZu1dJ8AoOP1pzk4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OmBygRReS2kVL5bIwZu1dJ8AoOP1pzk4 > .row .container { font-size:0.875rem;font-family:arial;height:27.9375rem;width:75rem;position:relative;display:block; }#k6o3lvqFAbIiFZ9eB1kh4letAJbsB142 { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 0.3125rem rgba(0,0,0,0.5) ;height:20.625rem;width:23.75rem;top:1.9375rem;left:0.5rem;display:block; }
#vcwr7u0dAol9D7p0gD0emcOig6qCGi0p { color:#000000;display:block;width:21.25rem;position:absolute;font-family:"montserrat 500-700";font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:9.625rem;left:1.75rem;height:10.2333875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fDwzigtaKdGOeTAGGbiQvbF2SvTaNBZR { color:#000000;display:block;width:18.4375rem;position:absolute;font-family:"montserrat 500-700";font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:4.1875212192536rem;left:3.28125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FfXwo6a9T950yd98ATbKAbuI1ZXmz5ri { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 0.3125rem rgba(0,0,0,0.5) ;height:20.625rem;width:23.75rem;top:1.9375rem;left:25.5rem;display:block; }
#fA7T6oTHbBfolNTttnfE17ITBOsuJMDh { color:#000000;display:block;width:18.4375rem;position:absolute;font-family:"montserrat 500-700";font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:4.1875rem;left:27.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s3lJpWCJG16yPXWeb0CHumJSZJDPITfx { color:#000000;display:block;width:21.25rem;position:absolute;font-family:"montserrat 500-700";font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:9.624131679535rem;left:26.875rem;height:11.6953125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pkWhFpC7Qk7ZodHioFXX8bpJ1lmpGb0O { color:rgba(150,24,83,0.5);display:block;width:6rem;position:absolute;font-family:roboto;font-size:10.625rem;font-weight:700;z-index:15006;line-height:.8;letter-spacing:0;top:0.0625rem;left:44rem;height:8.5rem;font-style:normal;display:block; }
#U1pJ6Ea8N0HBmHtMAJGSdTzWccmwa0yn { color:rgba(150,24,83,0.53);display:block;width:5rem;position:absolute;font-family:roboto;font-size:10.625rem;font-weight:700;z-index:15002;line-height:.8;letter-spacing:0;top:0.0625rem;left:20rem;height:8.5rem;font-style:normal;display:block; }
#NImTs0okP1omWN0loO8q0TOhR8ZrE2v7 { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 0.3125rem rgba(0,0,0,0.5) ;height:20.625rem;width:23.75rem;top:1.9375rem;left:50.5rem;display:block; }
#F72SMlz3tHOh9QGyqVOxmIn1sLMOmdB5 { color:#000000;display:block;width:18.4375rem;position:absolute;font-family:"montserrat 500-700";font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:4.1875rem;left:53.28125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gy1IVkJ5ykWyimXqeB7qxV7T6tVUeihd { color:rgba(150,24,83,0.5);display:block;width:6rem;position:absolute;font-family:roboto;font-size:10.625rem;font-weight:700;z-index:15010;line-height:.8;letter-spacing:0;top:0.0625rem;left:69rem;height:8.5rem;font-style:normal;display:block; }
#WyF9VLzhkurn1MgFKnBqilmBkRlZTLsb { color:#000000;display:block;width:21.25rem;position:absolute;font-family:"montserrat 500-700";font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:9.6245665550231rem;left:51.875003814698rem;height:11.6953rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DHzXNCUqQKdXkmKi0Fde2JPipd2VKi9d { color:#000000;display:block;width:21.25rem;position:absolute;font-family:"montserrat 500-700";font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:9.6245665550231rem;left:51.875003814698rem;height:11.701375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#BEwWLTLkT1fmHOvxVTRW504nkpH89haS { color:#000000;display:block;width:21.25rem;position:absolute;font-family:"montserrat 500-700";font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:9.624131679535rem;left:26.875rem;height:11.701375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#GgqaZHogT5SQPBiAW3vEEWk4RxrLUx2h { color:#000000;display:block;width:21.25rem;position:absolute;font-family:"montserrat 500-700";font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:9.625rem;left:1.75rem;height:8.7760625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#E6nvuDuaLPka91cqh2uAQpmr7BzerQaN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4efef;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; }#E6nvuDuaLPka91cqh2uAQpmr7BzerQaN > .row .container { background-color: transparent; background-image: none; }#E6nvuDuaLPka91cqh2uAQpmr7BzerQaN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E6nvuDuaLPka91cqh2uAQpmr7BzerQaN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E6nvuDuaLPka91cqh2uAQpmr7BzerQaN > .row .container > .video-iframe-container { display: none; }#E6nvuDuaLPka91cqh2uAQpmr7BzerQaN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E6nvuDuaLPka91cqh2uAQpmr7BzerQaN > .row > .video-iframe-container { display: none; }#E6nvuDuaLPka91cqh2uAQpmr7BzerQaN > .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); }#E6nvuDuaLPka91cqh2uAQpmr7BzerQaN > .row .container { border-width: 0; border-radius: 0; }#E6nvuDuaLPka91cqh2uAQpmr7BzerQaN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E6nvuDuaLPka91cqh2uAQpmr7BzerQaN > .row .container { font-size:0.875rem;font-family:arial;height:53.5625rem;width:75rem;position:relative;display:block; }#vLO3g01nIO8BeVguXcsHII5I1ZiAC3xP { color:#000000;display:block;width:60.625rem;position:absolute;font-family:"montserrat 2";font-size:2.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:3.1868591308594rem;left:7.1875rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q289iO2KWrNN4K3rAB7My6nNEmyrIbs9 { color:#000000;display:block;width:64.31125rem;position:absolute;font-family:"montserrat 2";font-size:2.1875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:25.39453125rem;left:5.3439674377441rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AOAB8sntGaZFJnf5NRukVr3AbMCfStSI { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.999375rem;width:20.999375rem;top:7.3046875rem;left:26.999784469604rem;overflow:hidden;display:block; }
#v0XLQir3nBvMMmrgFWiQLA5tiOZgaOUn { color:#000000;display:block;width:64.31125rem;position:absolute;font-family:"montserrat 2";font-size:1.5rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:45.890411376953rem;left:5.3439674377441rem;height:5.84765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q1CtkJMqxTKtiFv7yUqlqgngfbcsNhQp { color:#000000;display:block;width:64.31125rem;position:absolute;font-family:"montserrat 2";font-size:1.5rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:28.807075500488rem;left:7.1875019073488rem;height:5.84765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KOEu6QCF6mQDfCSQEpvMGWC9no0JHvAu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.93706875rem;width:4.93706875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:36.954210281372rem;left:35.030385971069rem; }
#FlZxDCuSMmPT0zx3Tk5lpTxhT0DLuGVr { color:#000000;display:block;width:64.31125rem;position:absolute;font-family:"montserrat 2";font-size:1.5rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:43.101779937744rem;left:5.3439674377441rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JKaD7rCxly0ClTfe9dGb7WozovPuoppC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4efef;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:none; }#JKaD7rCxly0ClTfe9dGb7WozovPuoppC > .row .container { border-width: 0; border-radius: 0; }#JKaD7rCxly0ClTfe9dGb7WozovPuoppC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JKaD7rCxly0ClTfe9dGb7WozovPuoppC > .row .container { font-size:0.875rem;font-family:arial;height:57.375rem;width:75rem;position:relative;display:none; }#yc9eN0aeeVxxfyKRe2cIk8EbI96WdMV3 { color:#000000;display:block;width:60.625rem;position:absolute;font-family:"montserrat 2";font-size:2.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:3.1868591308594rem;left:7.1875rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QCxMaFkgoma7XrFHV7MboEuNTJmW55p7 { color:#000000;display:block;width:64.31125rem;position:absolute;font-family:"montserrat 2";font-size:2.1875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:25.39453125rem;left:5.3439674377441rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#trJLqfIrtU3zN5E9rVbX3xiBlvSMxkhO { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.999375rem;width:20.999375rem;top:7.3046875rem;left:26.999784469604rem;overflow:hidden;display:block; }
#csUSfIVML9xfimPAaQMeQJ7U2cJ8AsaO { color:#000000;display:block;width:64.31125rem;position:absolute;font-family:"montserrat 2";font-size:1.5rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:45.890411376953rem;left:5.3439674377441rem;height:5.84765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a3PSfoHtdI2nxeAIKhc0ZPwy1HirO2DT { color:#000000;display:block;width:64.31125rem;position:absolute;font-family:"montserrat 2";font-size:1.5rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:28.807075500488rem;left:7.1875019073488rem;height:5.84765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SMxs7Q5W0Tg1WSoPhVM6Ks4BHBVrwSIr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.93706875rem;width:4.93706875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:36.954210281372rem;left:35.030385971069rem; }
#TiRwDBfPp8gOoykxTcXHaKtNuZdSgpvG { color:#000000;display:block;width:64.31125rem;position:absolute;font-family:"montserrat 2";font-size:1.5rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:43.101779937744rem;left:5.3439674377441rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vlT8OCHIFuxoKMRBWfQ3S5w7o7S0CHfT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#vlT8OCHIFuxoKMRBWfQ3S5w7o7S0CHfT > .row .container { background-color: transparent; background-image: none; }#vlT8OCHIFuxoKMRBWfQ3S5w7o7S0CHfT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vlT8OCHIFuxoKMRBWfQ3S5w7o7S0CHfT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vlT8OCHIFuxoKMRBWfQ3S5w7o7S0CHfT > .row .container > .video-iframe-container { display: none; }#vlT8OCHIFuxoKMRBWfQ3S5w7o7S0CHfT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vlT8OCHIFuxoKMRBWfQ3S5w7o7S0CHfT > .row > .video-iframe-container { display: none; }#vlT8OCHIFuxoKMRBWfQ3S5w7o7S0CHfT > .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); }#vlT8OCHIFuxoKMRBWfQ3S5w7o7S0CHfT > .row .container { border-width: 0; border-radius: 0; }#vlT8OCHIFuxoKMRBWfQ3S5w7o7S0CHfT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vlT8OCHIFuxoKMRBWfQ3S5w7o7S0CHfT > .row .container { font-size:0.875rem;font-family:arial;height:33.125rem;width:75rem;position:relative;display:block; }#cnCzUNVG5Qh5E1FWRTc2QVX4fmelFhDF { 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:13rem;width:13rem;top:15.661458015442rem;left:48.722221374512rem;overflow:hidden;display:block; }
#x6friZRIx3OoGSHwERgeDoVps6KPPXd4 { color:#000000;display:block;width:39.4375rem;position:absolute;font-family:"montserrat 500-700";font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:19.875rem;left:9.375rem;height:7.30956875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qBPcWRh5WUBGITvahbo0wUWcg1JCXWCt { color:#000000;display:block;width:62.5rem;position:absolute;font-family:"montserrat 2";font-size:1.5625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:4.6250030994415rem;left:6.25rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UZIJwGSL4DoGNbMgDGrogrZF3vcXa6oU { color:#961853;display:block;width:31.25rem;position:absolute;font-family:"montserrat 2";font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:27.323774337769rem;left:9.375rem;height:1.462675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#B1TQkaqrmSTiocTvI4dyoZVtxAUr3fXN { color:#000000;display:block;width:39.4375rem;position:absolute;font-family:"montserrat 2";font-size:1.5625rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:18.3125rem;left:9.375rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TgfnoAX5Pt5r5ScnrIyxPWTiUPFQ22Xr { color:rgba(26,95,120,0.61);display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:10.625rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:15.286458015442rem;left:3.125rem;height:13.8125rem;font-style:normal;display:block; }
#cXs09rG5xfkPcwoNaTFtD9t4oslwMQcB { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.6875rem;width:17.561875rem;top:1.0427083969116rem;left:1.25rem;overflow:hidden;display:block; }
#IVPiAUiPLGbnSx56ohsK8BdyCq29TJra { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#IVPiAUiPLGbnSx56ohsK8BdyCq29TJra > .row .container { background-color: transparent; background-image: none; }#IVPiAUiPLGbnSx56ohsK8BdyCq29TJra::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IVPiAUiPLGbnSx56ohsK8BdyCq29TJra > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IVPiAUiPLGbnSx56ohsK8BdyCq29TJra > .row .container > .video-iframe-container { display: none; }#IVPiAUiPLGbnSx56ohsK8BdyCq29TJra > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IVPiAUiPLGbnSx56ohsK8BdyCq29TJra > .row > .video-iframe-container { display: none; }#IVPiAUiPLGbnSx56ohsK8BdyCq29TJra > .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); }#IVPiAUiPLGbnSx56ohsK8BdyCq29TJra > .row .container { border-width: 0; border-radius: 0; }#IVPiAUiPLGbnSx56ohsK8BdyCq29TJra > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IVPiAUiPLGbnSx56ohsK8BdyCq29TJra > .row .container { font-size:0.875rem;font-family:arial;height:16.8125rem;width:75rem;position:relative;display:block; }#TA4vacyk6IUQKQWd4gopS9SbDwUWTVR7 { color:#000000;display:block;width:40rem;position:absolute;font-family:"montserrat 500-700";font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:5.7497863769531rem;left:21.812067031861rem;height:4.38574375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CEwrZn6svDPE2xn3G6xbdx1KMpWk23VB { color:#961853;display:block;width:31.25rem;position:absolute;font-family:"montserrat 2";font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:12.8125rem;left:21.8125rem;height:1.462675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZHfwiSDJ0vT47cDglQEvkKRg97JWf08A { color:#000000;display:block;width:39.4375rem;position:absolute;font-family:"montserrat 2";font-size:1.5625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:2.5625rem;left:21.8125rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#C8iMuNKdd7ZlTcAqubTkgg1i1Fis6Qvy { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.87475rem;width:12.87475rem;top:1.966552734375rem;left:4.124755859375rem;overflow:hidden;display:block; }
#ncvXdRsNbmzhztezLJt4pamOOAhtIE45 { color:rgba(26,95,120,0.6);display:block;width:7.4375rem;position:absolute;font-family:roboto;font-size:10.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0rem;left:63.75rem;height:13.8125rem;font-style:normal;display:block; }
#aTsAb6Wt44MPUqEJmq6gMgvs4UJtPMgq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#aTsAb6Wt44MPUqEJmq6gMgvs4UJtPMgq > .row .container { background-color: transparent; background-image: none; }#aTsAb6Wt44MPUqEJmq6gMgvs4UJtPMgq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTsAb6Wt44MPUqEJmq6gMgvs4UJtPMgq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTsAb6Wt44MPUqEJmq6gMgvs4UJtPMgq > .row .container > .video-iframe-container { display: none; }#aTsAb6Wt44MPUqEJmq6gMgvs4UJtPMgq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTsAb6Wt44MPUqEJmq6gMgvs4UJtPMgq > .row > .video-iframe-container { display: none; }#aTsAb6Wt44MPUqEJmq6gMgvs4UJtPMgq > .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); }#aTsAb6Wt44MPUqEJmq6gMgvs4UJtPMgq > .row .container { border-width: 0; border-radius: 0; }#aTsAb6Wt44MPUqEJmq6gMgvs4UJtPMgq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aTsAb6Wt44MPUqEJmq6gMgvs4UJtPMgq > .row .container { font-size:0.875rem;font-family:arial;height:18.875rem;width:75rem;position:relative;display:block; }#nSxVVqFnBvR1tgU5mFHKC7w8plXf7QE1 { 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:17.6875rem;width:17.6875rem;top:1.1875rem;left:49.25rem;overflow:hidden;display:block; }
#wvwaQ3T2gRhVWEE9OiVfoyMFHfvT9Kk5 { color:#000000;display:block;width:39.75rem;position:absolute;font-family:"montserrat 500-700";font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:7.3125rem;left:11.75rem;height:5.84765625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#byczK5DQ6nCPxXkxMkGP7y3hn15PIREK { color:#000000;display:block;width:37.5rem;position:absolute;font-family:"montserrat 2";font-size:1.5625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:4.75rem;left:11.75rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#g63KdukiJGTvRRZxkq4aeyV0Lc1mee3L { color:#961853;display:block;width:31.25rem;position:absolute;font-family:"montserrat 2";font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:13.6875rem;left:11.75rem;height:1.462675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Be2xpnmF5eJhis6JtC6TKEy1dSsMGSg0 { color:rgba(26,95,120,0.6);display:block;width:23.186875rem;position:absolute;font-family:roboto;font-size:10.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.5314674377441rem;left:3.6219635009766rem;height:13.8125rem;font-style:normal;display:block; }
#hmVafL8T2KiNfWQnGw064QsCKzPlueIn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#hmVafL8T2KiNfWQnGw064QsCKzPlueIn > .row .container { background-color: transparent; background-image: none; }#hmVafL8T2KiNfWQnGw064QsCKzPlueIn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hmVafL8T2KiNfWQnGw064QsCKzPlueIn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hmVafL8T2KiNfWQnGw064QsCKzPlueIn > .row .container > .video-iframe-container { display: none; }#hmVafL8T2KiNfWQnGw064QsCKzPlueIn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hmVafL8T2KiNfWQnGw064QsCKzPlueIn > .row > .video-iframe-container { display: none; }#hmVafL8T2KiNfWQnGw064QsCKzPlueIn > .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); }#hmVafL8T2KiNfWQnGw064QsCKzPlueIn > .row .container { border-width: 0; border-radius: 0; }#hmVafL8T2KiNfWQnGw064QsCKzPlueIn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hmVafL8T2KiNfWQnGw064QsCKzPlueIn > .row .container { font-size:0.875rem;font-family:arial;height:14.75rem;width:75rem;position:relative;display:block; }#fV97xxvZLHvJznSwdvFhLN4wLR5l5LLt { color:#000000;display:block;width:45.75rem;position:absolute;font-family:"montserrat 500-700";font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:5.3125rem;left:17rem;height:4.38574375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JFAQcpJ5hE2eVSqtshBXnaoSacVvyBus { color:#961853;display:block;width:31.25rem;position:absolute;font-family:"montserrat 2";font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:11.1875rem;left:17rem;height:1.462675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JHIdeGhOsgswPEPd60Wsvx81CZR9ENH3 { color:#000000;display:block;width:39.4375rem;position:absolute;font-family:"montserrat 2";font-size:1.5625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:2.0625rem;left:17rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XyqOyWDfbArCNoOv4CpgKVNT2vdatgIp { color:rgba(26,95,120,0.6);display:block;width:7.4375rem;position:absolute;font-family:roboto;font-size:10.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.4375rem;left:63.75rem;height:13.8125rem;font-style:normal;display:block; }
#n9skrNBmeZ21HcF81Tbl8pkFKNMotPQX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#n9skrNBmeZ21HcF81Tbl8pkFKNMotPQX > .row .container { background-color: transparent; background-image: none; }#n9skrNBmeZ21HcF81Tbl8pkFKNMotPQX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n9skrNBmeZ21HcF81Tbl8pkFKNMotPQX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n9skrNBmeZ21HcF81Tbl8pkFKNMotPQX > .row .container > .video-iframe-container { display: none; }#n9skrNBmeZ21HcF81Tbl8pkFKNMotPQX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n9skrNBmeZ21HcF81Tbl8pkFKNMotPQX > .row > .video-iframe-container { display: none; }#n9skrNBmeZ21HcF81Tbl8pkFKNMotPQX > .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); }#n9skrNBmeZ21HcF81Tbl8pkFKNMotPQX > .row .container { border-width: 0; border-radius: 0; }#n9skrNBmeZ21HcF81Tbl8pkFKNMotPQX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n9skrNBmeZ21HcF81Tbl8pkFKNMotPQX > .row .container { font-size:0.875rem;font-family:arial;height:19.4375rem;width:75rem;position:relative;display:block; }#XqXPFoviKnBlWNTSmkm072nKdNZgNGrH { color:rgba(26,95,120,0.6);display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:10.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.1875rem;left:3.125rem;height:13.8125rem;font-style:normal;display:block; }
#hQyAzmqqkgL4GazkfOhRKUc7Ss83bCdz { color:#961853;display:block;width:31.25rem;position:absolute;font-family:"montserrat 2";font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:14.125rem;left:12.3125rem;height:1.462675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZTJ4JnkKxcSbtuIqGimelKddBioGKnlv { color:#000000;display:block;width:45.7498125rem;position:absolute;font-family:"montserrat 500-700";font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:5.8125rem;left:12.3125rem;height:7.30956875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OUKBUlGTmU16o0yu1vyHLayk8eMtDzQV { color:#000000;display:block;width:39.436875rem;position:absolute;font-family:"montserrat 2";font-size:1.5625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:2.5625rem;left:12.3125rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qxAoi9ZVICSG7N7LqPZnSncJUgnQcyZb { 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:14.375rem;width:14.375rem;top:2.5303835868836rem;left:58.750001907349rem;overflow:hidden;display:block; }
#vPgyN002kCVSMwXT0qeby7ydrgm5DHBR { position:relative;display:none; }#vPgyN002kCVSMwXT0qeby7ydrgm5DHBR { border-width: 0; border-radius: 0; }#vPgyN002kCVSMwXT0qeby7ydrgm5DHBR > .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; }#vPgyN002kCVSMwXT0qeby7ydrgm5DHBR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:72.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#bmxJ5Q2NvwZQ2q9A5GBcpN4l4p8XXyuG { position:absolute;display:block;z-index:15031;background-color:#961853;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:62.375rem;width:24.625rem;top:3.3745727539062rem;left:24.375001907349rem;display:block; }
#ClaPg2qywBZpdw4EupMG2d3tsPVRKvbp { color:#000000;display:block;width:22.6875rem;position:absolute;font-family:"montserrat 2";font-size:1.25rem;font-weight:400;z-index:15047;line-height:1.5;letter-spacing:0;top:10.4375rem;left:0.8125rem;height:11.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#upN9Cux0Pi5WVcy6nfA8CWAPplMcRfGf { color:#000000;display:block;width:19.625rem;position:absolute;font-family:"montserrat 500-700";font-size:1.125rem;font-weight:400;z-index:15044;line-height:1.5;letter-spacing:0;top:35rem;left:2.375rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#upN9Cux0Pi5WVcy6nfA8CWAPplMcRfGf li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#upN9Cux0Pi5WVcy6nfA8CWAPplMcRfGf li:before{  }
#zismZzZpEnUc9RfxXhfdTl0QITkhqBI5 { color:#000000;display:block;width:10.9375rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:400;z-index:15036;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:5.875rem;left:7.25rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DyPMp4hdotX4SniEgRXTTtTwRiAurzPm { color:#961853;display:block;width:21.25rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15037;line-height:1;letter-spacing:0;top:22.0625rem;left:1.5625rem;height:2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qkcdHlnzNqLLGXNkBI6K6tTCFnJVxu4Z { color:#000000;display:block;width:22.75rem;position:absolute;font-family:"montserrat 2";font-size:1.3125rem;font-weight:400;z-index:15046;line-height:1.5;letter-spacing:0;top:25.625rem;left:0.8125rem;height:3.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BInJVbxTGagBXBhi7CSzXuA5ZEJbdiEZ { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.625rem 0.625rem 0.5625rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat 500-700";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3.875rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:53.375rem;left:29.25rem;display:block; }
#i90wBLVS0aZdf1Pw0EfS6ZykJtTX2R3y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d3tcTqLiCaiaPEl0utBBoe3y2vpDhVbh { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.625rem 0.625rem 0.5625rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat 500-700";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17rem;height:3.875rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:59rem;left:28.1875rem;display:block; }
#btusy9ifX3WUPZmnOwWhUgI1SEZkzJ2w { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qKaLizCwFG4J0RIkybP23UE6uJOGfidB { color:#ffffff;display:block;width:16.125rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:400;z-index:15037;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:5.8125rem;left:28.625rem;height:3.0004875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wcBexd2KvvXzCyw1quxId0WK0nyPfbTy { color:#ffffff;display:block;width:22.6875rem;position:absolute;font-family:"montserrat 2";font-size:1.25rem;font-weight:400;z-index:15048;line-height:1.5;letter-spacing:0;top:10.4375rem;left:25.8125rem;height:11.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TdZA6ceSp42t2mztLU34TDuvGscl6Ctt { color:#000000;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:400;z-index:15038;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:5.75rem;left:52.8125rem;height:3.0004875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#M2GGeCihqpQDz6G3vWaTDqJ9IWZT7Xbm { color:#ffffff;display:block;width:21.4375rem;position:absolute;font-family:"montserrat 500-700";font-size:1.125rem;font-weight:400;z-index:15045;line-height:1.5;letter-spacing:0;top:35.000043869019rem;left:26.131731033325rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#M2GGeCihqpQDz6G3vWaTDqJ9IWZT7Xbm li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#M2GGeCihqpQDz6G3vWaTDqJ9IWZT7Xbm li:before{  }
#s1pz8Bfh2klLNZi1fE5Q5BOO7HnsVmlg { color:#000000;display:block;width:22.4375rem;position:absolute;font-family:"montserrat 500-700";font-size:1.125rem;font-weight:400;z-index:15050;line-height:1.5;letter-spacing:0;top:35rem;left:50.9990234375rem;height:19.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#s1pz8Bfh2klLNZi1fE5Q5BOO7HnsVmlg li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#s1pz8Bfh2klLNZi1fE5Q5BOO7HnsVmlg li:before{  }
#Icd0Nk1sbsqp5Sr2T7Un4rdVMWf0vIar { position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.4375rem solid #961853;border-left:0.4375rem solid #961853;border-right:0.4375rem solid #961853;border-bottom:0.4375rem solid #961853;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:66.3125rem;width:24.9375rem;top:1.9368286132812rem;left:48.624132156372rem;display:block; }
#rfhex7569P7LmveFvfINMc9OVv7RtADd { position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.4375rem solid #961853;border-left:0.4375rem solid #961853;border-right:0.4375rem solid #961853;border-bottom:0.4375rem solid #961853;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:57.875rem;width:23.5rem;top:4.0625rem;left:0.375rem;display:block; }
#uIrDPOM2Wpgza6bGzQ3VseNf3IlToL8A { background-color:#961853;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.625rem 0.625rem 0.5625rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat 500-700";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5625rem;height:3.875rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:58.125rem;left:54.4375rem;display:block; }
#Wo90XUvXJDpXNo3xZHneaQvflDHZJCJW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VJNIOHxhQmqegqoDxcXXUty9OHbWZIXm { background-color:#961853;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.625rem 0.625rem 0.5625rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat 500-700";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.8125rem;height:3.875rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:63.1875rem;left:52.8125rem;display:block; }
#z56cTUtnalR1W3Ggtg0DJm4m9rstsbpS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K7hzPUg4PPKaBKObMRgP84UqtgRAnbmn { color:#961853;display:block;width:21.25rem;position:absolute;font-family:montserrat;font-size:2.0625rem;font-weight:700;z-index:15038;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:30.8125rem;left:1.5625rem;height:2.06271875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ma6FG0LBvlkK362vtd7cauE5TWUb0XIa { background-color:#961853;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.625rem 0.625rem 0.5625rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat 500-700";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17rem;height:3.875rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:56rem;left:3.6875rem;display:block; }
#BN4BdLfDBIaLT0ZgyhUO4n8ZC1yNkEM3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G03qxMSMDsgrVJMrkwAAheMbLs8TzQsh { background-color:#961853;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.625rem 0.625rem 0.5625rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat 500-700";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.875rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:50.6875rem;left:5.3125rem;display:block; }
#fU8bxLyluqeEOnzqEt3T5sVNwhpXrZmg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HNzk44IdSCTuA1vAE4HTslKz4lfBZ8xN { color:#ffffff;display:block;width:21.25rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15038;line-height:1;letter-spacing:0;top:21.6875rem;left:26.5625rem;height:2.000175rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SBgfPfEWXhynh1Tr9uUwqoqd1CnkQT8I { color:#ffffff;display:block;width:22.75rem;position:absolute;font-family:"montserrat 2";font-size:1.3125rem;font-weight:400;z-index:15047;line-height:1.5;letter-spacing:0;top:25.625rem;left:25.8125rem;height:3.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iTXLKG5phuwUm4D8HuDok87zooD0TR3O { color:#ffffff;display:block;width:21.25rem;position:absolute;font-family:montserrat;font-size:2.0625rem;font-weight:700;z-index:15039;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:30.875rem;left:26.5625rem;height:2.0629875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#C8NyPT6pf5wRTkP1bCGB7vDPDJpKibl3 { color:#961853;display:block;width:21.25rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15038;line-height:1;letter-spacing:0;top:21.6875rem;left:51.5625rem;height:2.000175rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T9nVgrz0ivhDK8fK6OoqpN2Ayf9UT4m5 { color:#000000;display:block;width:22.75rem;position:absolute;font-family:"montserrat 2";font-size:1.3125rem;font-weight:400;z-index:15047;line-height:1.5;letter-spacing:0;top:25.625rem;left:50.8125rem;height:3.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F3i18pOziES8JVT19N5mKyfVLLb9cDee { color:#961853;display:block;width:21.25rem;position:absolute;font-family:montserrat;font-size:2.0625rem;font-weight:700;z-index:15039;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:30.8125rem;left:51.5625rem;height:2.0629875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nBEDfxPTs6vF48QdEcf3znBh5FZ2V21x { color:#000000;display:block;width:22.6875rem;position:absolute;font-family:"montserrat 2";font-size:1.25rem;font-weight:400;z-index:15049;line-height:1.5;letter-spacing:0;top:10.4375rem;left:50.8125rem;height:11.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VWgIQTynRxI4dGJhTFyUFxePT6mKgMCn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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:none; }#VWgIQTynRxI4dGJhTFyUFxePT6mKgMCn > .row .container { border-width: 0; border-radius: 0; }#VWgIQTynRxI4dGJhTFyUFxePT6mKgMCn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VWgIQTynRxI4dGJhTFyUFxePT6mKgMCn > .row .container { font-size:0.875rem;font-family:arial;height:9.9375rem;width:75rem;position:relative;display:none; }#Okh5O2wrveNvTaJSqDqaM477uGTBCBTB { color:#000000;display:block;width:67.375rem;position:absolute;font-family:"montserrat 2";font-size:1.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2.625rem;left:3.8125rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RHrmbhchOxucbQ2Ztd5WLDCwfo0xidOy { position:absolute;display:block;z-index:15011;background-color:#961853;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #961853;border-left:0.0625rem solid #961853;border-right:0.0625rem solid #961853;border-bottom:0.0625rem solid #961853;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.1875rem;width:25rem;top:13.736110687256rem;left:25rem;display:none; }
#rGt1XGUdkBdu4aN49JdgTrBMpKZ2e5ON { color:#000000;display:block;width:62.5rem;position:absolute;font-family:"montserrat 500-700";font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:16.159732818604rem;left:6.25rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#DbLpl9utZDDRvC0T15RBo2T4XcKxWuA3 { position:relative;display:none; }#DbLpl9utZDDRvC0T15RBo2T4XcKxWuA3 { border-width: 0; border-radius: 0; }#DbLpl9utZDDRvC0T15RBo2T4XcKxWuA3 > .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; }#DbLpl9utZDDRvC0T15RBo2T4XcKxWuA3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:73.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#dABy5m5gU1l58bikHeZb0m38PXbDXP5q { position:absolute;display:block;z-index:15055;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.4375rem solid #961853;border-left:0.4375rem solid #961853;border-right:0.4375rem solid #961853;border-bottom:0.4375rem solid #961853;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:57.875rem;width:23.5rem;top:8.75rem;left:5.71875rem;display:block; }
#gf0O9fuKo7Vbmx50OrmveX4hxA6yuoTJ { color:#000000;display:block;width:10.9375rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:400;z-index:15072;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:11.125rem;left:13.4375rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#t0SKH2iGFIMmg4GDTUvuf34J5olmdpiF { color:#000000;display:block;width:22.6875rem;position:absolute;font-family:"montserrat 2";font-size:1.25rem;font-weight:400;z-index:15083;line-height:1.5;letter-spacing:0;top:16.125rem;left:6.5625rem;height:11.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q4qfOglfDCZ3iZMlIFCFXmRlql5GBkxP { position:absolute;display:block;z-index:15067;background-color:#961853;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:65.9375rem;width:24.625rem;top:6.9375rem;left:43.9375rem;display:block; }
#d0yKL87GJ23c1Dd2pOMkrTAhU8RiEH1J { color:#ffffff;display:block;width:22.6875rem;position:absolute;font-family:"montserrat 2";font-size:1.25rem;font-weight:400;z-index:15084;line-height:1.5;letter-spacing:0;top:14.75rem;left:44.90625rem;height:11.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b61qR5VzFw7QKN42VmI93v3ed1l08dld { color:#ffffff;display:block;width:16.125rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:400;z-index:15073;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:9.5rem;left:48.1875rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zy9eZRSX4WzvoQBnUtEduwn3zyEq3QAO { color:#961853;display:block;width:21.25rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15073;line-height:1;letter-spacing:0;top:28.25rem;left:7.28125rem;height:2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HUq3dOTN2icNpRQKnDrdBPBK88wEzwyb { color:#ffffff;display:block;width:21.25rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15074;line-height:1;letter-spacing:0;top:28.25rem;left:45.625rem;height:2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mCTNRy9M8cQLrcsoUi4KikvGREPfqa0X { color:#000000;display:block;width:22.75rem;position:absolute;font-family:"montserrat 2";font-size:1.3125rem;font-weight:400;z-index:15082;line-height:1.5;letter-spacing:0;top:30.875rem;left:6.53125rem;height:3.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TBFXJseTKoi49soC4gLRqxUl93zCrJQz { color:#ffffff;display:block;width:22.75rem;position:absolute;font-family:"montserrat 2";font-size:1.3125rem;font-weight:400;z-index:15083;line-height:1.5;letter-spacing:0;top:31.5625rem;left:44.875rem;height:3.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DHifWtqzCkXzO0SR1klEI1OB295T5CG3 { color:#961853;display:block;width:21.25rem;position:absolute;font-family:montserrat;font-size:2.0625rem;font-weight:700;z-index:15074;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:36.5625rem;left:7.28125rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#O0ArrmZMEZEO70W3ADWUGenXzFyTADqC { color:#ffffff;display:block;width:21.25rem;position:absolute;font-family:montserrat;font-size:2.0625rem;font-weight:700;z-index:15075;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:36.5625rem;left:45.625rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TZlzrcf9T2ULGU4UyzVPBPkLzpaKvebx { color:#000000;display:block;width:19.625rem;position:absolute;font-family:"montserrat 500-700";font-size:1.125rem;font-weight:400;z-index:15080;line-height:1.5;letter-spacing:0;top:41.4375rem;left:8.09375rem;height:8.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#TZlzrcf9T2ULGU4UyzVPBPkLzpaKvebx li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TZlzrcf9T2ULGU4UyzVPBPkLzpaKvebx li:before{  }
#E04a1Lie97LP9XTsFmHH2xCHTihTkzie { color:#ffffff;display:block;width:21.4375rem;position:absolute;font-family:"montserrat 500-700";font-size:1.125rem;font-weight:400;z-index:15081;line-height:1.5;letter-spacing:0;top:41.4375rem;left:45.53125rem;height:16.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#E04a1Lie97LP9XTsFmHH2xCHTihTkzie li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#E04a1Lie97LP9XTsFmHH2xCHTihTkzie li:before{  }
#zlR7MTVG5A5TQaiqQcELEQnL0lwWAbdQ { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.625rem 0.625rem 0.5625rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat 500-700";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3.875rem;text-decoration:none;z-index:15069;text-align:center;text-align-last:center;top:61.25rem;left:49.75rem;display:block; }
#hiondMEeKPyQEtZn6cs5Ed605QKyyLMS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GErS8bNnP8cZxltblRWglSG4LOd79sQs { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.625rem 0.625rem 0.5625rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat 500-700";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17rem;height:3.875rem;text-decoration:none;z-index:15070;text-align:center;text-align-last:center;top:66.4375rem;left:48.1875rem;display:block; }
#Xi0DVtFIUV00zLKLLwu03UOLFiP6BA71 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hpePXml49F3qgJrVHB0D7khv82ML9tEW { background-color:#961853;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.625rem 0.625rem 0.5625rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat 500-700";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17rem;height:3.875rem;text-decoration:none;z-index:15065;text-align:center;text-align-last:center;top:57.375rem;left:9.4375rem;display:block; }
#AsQHKxpRb8lMWJpHH4kA253GgtmQNUpb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Gc8UxWzvGIU7fK5hqtVDhsgGDMmOr4fr { background-color:#961853;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.625rem 0.625rem 0.5625rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat 500-700";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.875rem;text-decoration:none;z-index:15066;text-align:center;text-align-last:center;top:51rem;left:11.0625rem;display:block; }
#PUSsakKHQGBOCsggt9NTo9TWGGwcpVMo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rb7pJca5uFXOT27rXRVB3RSkeINZncT6 { color:#000000;display:block;width:19.625rem;position:absolute;font-family:"montserrat 500-700";font-size:1.125rem;font-weight:400;z-index:15080;line-height:1.5;letter-spacing:0;top:43.0625rem;left:8.09375rem;height:7.0625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }#rb7pJca5uFXOT27rXRVB3RSkeINZncT6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rb7pJca5uFXOT27rXRVB3RSkeINZncT6 li:before{  }
#mE3uu8Lc65cSJweSkmCTwKcdkTmfP29J { color:#000000;display:block;width:19.625rem;position:absolute;font-family:"montserrat 500-700";font-size:1.125rem;font-weight:400;z-index:15080;line-height:1.5;letter-spacing:0;top:43.0625rem;left:8.09375rem;height:7.0625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }#mE3uu8Lc65cSJweSkmCTwKcdkTmfP29J li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#mE3uu8Lc65cSJweSkmCTwKcdkTmfP29J li:before{  }
#Xe3H0ynQKFZFdOwVUh1pJv5Qk08BQ32c { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#Xe3H0ynQKFZFdOwVUh1pJv5Qk08BQ32c > .row .container { background-color: transparent; background-image: none; }#Xe3H0ynQKFZFdOwVUh1pJv5Qk08BQ32c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xe3H0ynQKFZFdOwVUh1pJv5Qk08BQ32c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xe3H0ynQKFZFdOwVUh1pJv5Qk08BQ32c > .row .container > .video-iframe-container { display: none; }#Xe3H0ynQKFZFdOwVUh1pJv5Qk08BQ32c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xe3H0ynQKFZFdOwVUh1pJv5Qk08BQ32c > .row > .video-iframe-container { display: none; }#Xe3H0ynQKFZFdOwVUh1pJv5Qk08BQ32c > .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); }#Xe3H0ynQKFZFdOwVUh1pJv5Qk08BQ32c > .row .container { border-width: 0; border-radius: 0; }#Xe3H0ynQKFZFdOwVUh1pJv5Qk08BQ32c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Xe3H0ynQKFZFdOwVUh1pJv5Qk08BQ32c > .row .container { font-size:0.875rem;font-family:arial;height:9.9375rem;width:75rem;position:relative;display:block; }#H8fZkykK5QizGo9lRmAT5zkVxrHCBLZo { color:#000000;display:block;width:67.375rem;position:absolute;font-family:"montserrat 2";font-size:1.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2.625rem;left:3.8125rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#akuGlBt5hqAsOHLDJbRTFSokusd63Mae { position:absolute;display:block;z-index:15011;background-color:#961853;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #961853;border-left:0.0625rem solid #961853;border-right:0.0625rem solid #961853;border-bottom:0.0625rem solid #961853;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.1875rem;width:25rem;top:13.736110687256rem;left:25rem;display:none; }
#OgMROetIag50JUwEq9C4RGwFEnrEeDsB { color:#000000;display:block;width:62.5rem;position:absolute;font-family:"montserrat 500-700";font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:16.159732818604rem;left:6.25rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#JuE0BACxtEnbgPyBGTzdfqdLPPi8tPgO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#JuE0BACxtEnbgPyBGTzdfqdLPPi8tPgO > .row .container { background-color: transparent; background-image: none; }#JuE0BACxtEnbgPyBGTzdfqdLPPi8tPgO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JuE0BACxtEnbgPyBGTzdfqdLPPi8tPgO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JuE0BACxtEnbgPyBGTzdfqdLPPi8tPgO > .row .container > .video-iframe-container { display: none; }#JuE0BACxtEnbgPyBGTzdfqdLPPi8tPgO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JuE0BACxtEnbgPyBGTzdfqdLPPi8tPgO > .row > .video-iframe-container { display: none; }#JuE0BACxtEnbgPyBGTzdfqdLPPi8tPgO > .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); }#JuE0BACxtEnbgPyBGTzdfqdLPPi8tPgO > .row .container { border-width: 0; border-radius: 0; }#JuE0BACxtEnbgPyBGTzdfqdLPPi8tPgO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JuE0BACxtEnbgPyBGTzdfqdLPPi8tPgO > .row .container { font-size:0.875rem;font-family:arial;height:32.5625rem;width:75rem;position:relative;display:block; }#h4AgAHZJp0c2rAK18EXabWm7AEZAxg3N { color:#ffffff;display:block;width:22.6875rem;position:absolute;font-family:"montserrat 2";font-size:1.9375rem;font-weight:400;z-index:15084;line-height:1.5;letter-spacing:0;top:2.6875rem;left:9.84375rem;height:5.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h2HEGEH5Jukvd2xnl2k66T8xkyc3le9B { color:#ffffff;display:block;width:21.25rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15074;line-height:1;letter-spacing:0;top:10rem;left:10.5625rem;height:2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pbrmQ3cRlWEEcw3ld76wm1IELRbg5gZD { color:#ffffff;display:block;width:22.75rem;position:absolute;font-family:"montserrat 2";font-size:1.3125rem;font-weight:400;z-index:15083;line-height:1.5;letter-spacing:0;top:13.3125rem;left:9.8125rem;height:3.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w7znqM7IVLqd187m7yrR4qu3tnxt5aUi { color:#ffffff;display:block;width:21.25rem;position:absolute;font-family:montserrat;font-size:2.0625rem;font-weight:700;z-index:15075;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:18.3125rem;left:10.5625rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gNItFx75TCXp2VQ26vhUsoTuW2NsLvTx { color:#ffffff;display:block;width:21.4375rem;position:absolute;font-family:"montserrat 500-700";font-size:1.125rem;font-weight:400;z-index:15081;line-height:1.5;letter-spacing:0;top:3.625rem;left:39.9375rem;height:16.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#gNItFx75TCXp2VQ26vhUsoTuW2NsLvTx li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#gNItFx75TCXp2VQ26vhUsoTuW2NsLvTx li:before{  }
#UOhpfQdEIsTqtWfSz8flrIDUMwag7Tr6 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.625rem 0.625rem 0.5625rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat 500-700";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3.875rem;text-decoration:none;z-index:15069;text-align:center;text-align-last:center;top:23.4375rem;left:17.4375rem;display:block; }
#o24FSynH9rTLRNIgHM9wL0rDvIw76D54 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JZWkwVpmARhSFzqPLo5io8QEgio4fbML { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.625rem 0.625rem 0.5625rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat 500-700";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17rem;height:3.875rem;text-decoration:none;z-index:15070;text-align:center;text-align-last:center;top:23.4375rem;left:42.15625rem;display:block; }
#TzTmgLKZXDOhXey66lgE4FIN01UeC60b { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#S8P7c6ugyRr4bf9mO9XzXSxHIF4EVKpx { position:absolute;display:block;z-index:15067;background-color:#961853;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:30.125rem;width:64.25rem;top:0.71875rem;left:5.8125rem;display:block; }
#FsMz5H27CviQ0PdIzcLAS7mbrudPnSSX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#FsMz5H27CviQ0PdIzcLAS7mbrudPnSSX > .row .container { background-color: transparent; background-image: none; }#FsMz5H27CviQ0PdIzcLAS7mbrudPnSSX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FsMz5H27CviQ0PdIzcLAS7mbrudPnSSX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FsMz5H27CviQ0PdIzcLAS7mbrudPnSSX > .row .container > .video-iframe-container { display: none; }#FsMz5H27CviQ0PdIzcLAS7mbrudPnSSX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FsMz5H27CviQ0PdIzcLAS7mbrudPnSSX > .row > .video-iframe-container { display: none; }#FsMz5H27CviQ0PdIzcLAS7mbrudPnSSX > .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); }#FsMz5H27CviQ0PdIzcLAS7mbrudPnSSX > .row .container { border-width: 0; border-radius: 0; }#FsMz5H27CviQ0PdIzcLAS7mbrudPnSSX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FsMz5H27CviQ0PdIzcLAS7mbrudPnSSX > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:75rem;position:relative;display:block; }#RBP0Is8S1OBZQT3b4XyR8hfqNaelM29M { color:#000000;display:block;width:74rem;position:absolute;font-family:"montserrat 2";font-size:2rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:1.5966796875rem;left:0.5rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hbzT5d7mxk2FbOiE2DkW2UBxQi9cgRHm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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:none; }#hbzT5d7mxk2FbOiE2DkW2UBxQi9cgRHm > .row .container { border-width: 0; border-radius: 0; }#hbzT5d7mxk2FbOiE2DkW2UBxQi9cgRHm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hbzT5d7mxk2FbOiE2DkW2UBxQi9cgRHm > .row .container { font-size:0.875rem;font-family:arial;height:19.5rem;width:75rem;position:relative;display:none; }#EWDa237Fe8zK6mL1P7HizCh6u2gPppXy { color:#000000;display:block;width:45rem;position:absolute;font-family:"montserrat 500-700";font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:5.625rem;left:21rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LWgtNQzJfcqKNftt6ruTZDvF2Jp8UZoB { color:#961853;display:block;width:31.25rem;position:absolute;font-family:"montserrat 2";font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:10.9375rem;left:21rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oFL6Qb4pBIW5Po3w2BRX2TiGZ8K09ySx { color:#000000;display:block;width:37.5rem;position:absolute;font-family:"montserrat 2";font-size:1.5625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:3.0625rem;left:21rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#F1yVduobVBIiIo4gJHTM4x96RPECmAum { 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:13.2498125rem;width:15.8745625rem;top:2.2808170318604rem;left:2.8721790313721rem;overflow:hidden;display:block; }
#qBo25HUf8hGoSTKXAOCZzSdQceIpl0kI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#961853;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:none; }#qBo25HUf8hGoSTKXAOCZzSdQceIpl0kI > .row .container { border-width: 0; border-radius: 0; }#qBo25HUf8hGoSTKXAOCZzSdQceIpl0kI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qBo25HUf8hGoSTKXAOCZzSdQceIpl0kI > .row .container { font-size:0.875rem;font-family:arial;height:87.375rem;width:75rem;position:relative;display:none; }#mHoEEQaKKOMIkvrT4uadaQ2fkkzbexTi { color:#ffffff;display:block;width:64.12375rem;position:absolute;font-family:"montserrat 2";font-size:2.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:2.276611328125rem;left:7.999267578125rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aaqR4WxPE3Sa3DWl3XParKrVKRp5nJdQ { color:#f89b19;display:block;width:68.75rem;position:absolute;font-family:"montserrat 2";font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:6.99951171875rem;left:3.125rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g7HR3oCOm6M5P1uzaggTiknIdtZgruhX { color:#ffffff;display:block;width:47.6245rem;position:absolute;font-family:"montserrat 2";font-size:1.5625rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:12.75rem;left:17.0625rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qPb4Wz473rTWz01IO2pNyQg67D5gudu1 { color:#ffffff;display:block;width:50.49925rem;position:absolute;font-family:"montserrat 500-700";font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:15.875rem;left:17.0625rem;height:5.84765625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#h8C4htbE8VuAiKtG2Nfzvi2kOT92Mw26 { color:#ffffff;display:block;width:47.7478125rem;position:absolute;font-family:"montserrat 500-700";font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:25.625rem;left:26.4375rem;height:18.5810625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#h8C4htbE8VuAiKtG2Nfzvi2kOT92Mw26 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#h8C4htbE8VuAiKtG2Nfzvi2kOT92Mw26 li:before{  }
#KuTp1WUx2VeAkGGy6dwamK2NTg0yOQfZ { color:#ffffff;display:block;width:47.6245rem;position:absolute;font-family:"montserrat 2";font-size:1.5625rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:55.0625rem;left:6.9375rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cbh0lOMkzPSufI3o6M3gJnw9plJQsvvX { color:#ffffff;display:block;width:49.6875rem;position:absolute;font-family:"montserrat 500-700";font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:58.5625rem;left:6.9375rem;height:10.23339375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yG5QM8N9fRqKT3csiNL1eNlOpoBxudnv { 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:13.6230625rem;width:13.6230625rem;top:53.75rem;left:56.625rem;overflow:hidden;display:block; }
#dOBeUsmzlNSxaHnik3ct17812Txgedpy { position:absolute;display:block;z-index:15022;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:23rem;width:23rem;top:24.8125rem;left:2.375rem;overflow:hidden;display:block; }
#dCWJzsrJQTF9UF4rplnXObs3R6vt8rWW { color:#ffffff;display:block;width:16.4978125rem;position:absolute;font-family:"montserrat 2";font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:58.5625rem;left:55.1875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wgWZJDgI0VAM31vqMapeTfVc6IJuokCs { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.6230625rem;width:13.6230625rem;top:11.1875rem;left:2.25rem;overflow:hidden;display:block; }
#aPaTOTgTODMburzLugACi3vgf1RNcTtL { color:#ffffff;display:block;width:11.74925rem;position:absolute;font-family:"montserrat 2";font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:15.5625rem;left:3.1875rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VHWpUSKyZatGJr9RPTxMPcpJnrKuPUc1 { color:#f89b19;display:block;width:31.25rem;position:absolute;font-family:"montserrat 2";font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:46.8125rem;left:26.6875rem;height:1.462675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gLR3VzOJWDE8gdBlRnViKCTpA0hcpMee { color:#f89b19;display:block;width:31.25rem;position:absolute;font-family:"montserrat 2";font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:72.125rem;left:6.9375rem;height:1.462675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#o8WQXLlkXkTDTO9kENfRkbePOnz9IUaT { color:#ffffff;display:block;width:56.1855625rem;position:absolute;font-family:"montserrat 500-700";font-size:1.5rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:77.5rem;left:9.40625rem;height:3.8984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#snVk5xU9ialKRehzRT5JsJdJbX8tJASN { color:#f89b19;display:block;width:56.1855625rem;position:absolute;font-family:"montserrat 500-700";font-size:1.5rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:83.8125rem;left:10.84375rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#voKMECFW6q5PqLd4aBJxcr6Z0taGdHeX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#voKMECFW6q5PqLd4aBJxcr6Z0taGdHeX > .row .container { background-color: transparent; background-image: none; }#voKMECFW6q5PqLd4aBJxcr6Z0taGdHeX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#voKMECFW6q5PqLd4aBJxcr6Z0taGdHeX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#voKMECFW6q5PqLd4aBJxcr6Z0taGdHeX > .row .container > .video-iframe-container { display: none; }#voKMECFW6q5PqLd4aBJxcr6Z0taGdHeX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#voKMECFW6q5PqLd4aBJxcr6Z0taGdHeX > .row > .video-iframe-container { display: none; }#voKMECFW6q5PqLd4aBJxcr6Z0taGdHeX > .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); }#voKMECFW6q5PqLd4aBJxcr6Z0taGdHeX > .row .container { border-width: 0; border-radius: 0; }#voKMECFW6q5PqLd4aBJxcr6Z0taGdHeX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#voKMECFW6q5PqLd4aBJxcr6Z0taGdHeX > .row .container { font-size:0.875rem;font-family:arial;height:33.6875rem;width:75rem;position:relative;display:block; }#HPGkeXdnaT7BWuLXCR7Jt2NPDaMTgeT2 { 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:60rem;width:60rem;display:none; }
#e51ilbwqoJLhGqQgMOHx9mKXoAuzZXd3 { color:#000000;display:block;width:60.0625rem;position:absolute;font-family:"montserrat 500-700";font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:3.875rem;left:14.5625rem;height:15rem;font-style:normal;display:block; }
#fxOwt5GSIgIbEUilkRTLt5BfzuTTqCZz { color:#000000;display:block;width:56.375rem;position:absolute;font-family:"montserrat 500-700";font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:22.3701171875rem;left:14.5625rem;height:4.5rem;font-style:normal;display:block; }
#S2eOrccpEC2TzlTFtnLex3IkdVSZ4hel { color:#000000;display:block;width:60.4375rem;position:absolute;font-family:"montserrat 500-700";font-size:1.375rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:28.9375rem;left:14.5625rem;height:2.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#P8yEiQQMXWgnZKPZLqfo8f2mRWsZ4M21 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.9375rem;width:20.0625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#qIDzreCq8QT2fqBDxAKCZseIPHgFptqT { 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:31.25rem;width:31.25rem;display:none; }
#v4oQl8udbp4zy4Ns879DFS8obT2tU00P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#961853;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; }#v4oQl8udbp4zy4Ns879DFS8obT2tU00P > .row .container { background-color: transparent; background-image: none; }#v4oQl8udbp4zy4Ns879DFS8obT2tU00P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v4oQl8udbp4zy4Ns879DFS8obT2tU00P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v4oQl8udbp4zy4Ns879DFS8obT2tU00P > .row .container > .video-iframe-container { display: none; }#v4oQl8udbp4zy4Ns879DFS8obT2tU00P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v4oQl8udbp4zy4Ns879DFS8obT2tU00P > .row > .video-iframe-container { display: none; }#v4oQl8udbp4zy4Ns879DFS8obT2tU00P > .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); }#v4oQl8udbp4zy4Ns879DFS8obT2tU00P > .row .container { border-width: 0; border-radius: 0; }#v4oQl8udbp4zy4Ns879DFS8obT2tU00P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v4oQl8udbp4zy4Ns879DFS8obT2tU00P > .row .container { font-size:0.875rem;font-family:arial;height:32.25rem;width:75rem;position:relative;display:block; }#BD02gfSxoWPJDo7CbPpBaLPifLdJ39eD { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.8125rem;width:55.375rem;top:16.125rem;left:2.0625rem;overflow:hidden;display:block; }
#xlMWI74Xri0CVgnSbxD3F7IKDclkF733 { color:#000000;display:block;width:47.4370625rem;position:absolute;font-family:"montserrat 500-700";font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:17.0625rem;left:3.25rem;height:8.7714875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uOeLQEH50080QL46FyaeJGRrDFKhdtzH { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:13.125rem;top:11.8125rem;left:59.5625rem;overflow:hidden;display:block; }
#l7y3C2xTicea7JJuPHlTLAyZk4yKCUar { color:#ffffff;display:block;width:13.6870625rem;position:absolute;font-family:"montserrat 500-700";font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:26.5rem;left:59.3125rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KbvEHSqHoOdLT2bN5xWtI8bMCvvLDsqA { color:#ffffff;display:block;width:60.4375rem;position:absolute;font-family:"montserrat 500-700";font-size:1.625rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:3.1875rem;left:2.75rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IehK8TOrgMNiWTVdgC8QdwE56h6CBMXu { color:#ffffff;display:block;width:56.25rem;position:absolute;font-family:"montserrat 500-700";font-size:1.1875rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:8.5rem;left:2.15625rem;height:5.34375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uczahIyQpEVvqHzATWPTrOcIZ98qIUBi { color:#000000;display:block;width:47.4370625rem;position:absolute;font-family:"montserrat 500-700";font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:22.625rem;left:3.25rem;height:8.7714875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#GyPX086Uw4A2F95pwvvBpXTfWFTzdH9I { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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: 0rem 0rem 0.3125rem rgba(0,0,0,0.5) ;height:12.5rem;width:12.5rem;display:none; }
#iZ9StAThKA7wOQQxXPgy1lagUGulDvCC { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:13.125rem;top:17.375rem;left:59.5625rem;overflow:hidden;display:none; }
#odTQHebdBVogW1tDy0OpzkdwC3bvRZU0 { color:#ffffff;display:block;width:13.6870625rem;position:absolute;font-family:"montserrat 500-700";font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:32.0625rem;left:59.3125rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#y3UqC0MI2Bb2cRrpIl2EJzTTbfgzyDLT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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:none; }#y3UqC0MI2Bb2cRrpIl2EJzTTbfgzyDLT > .row .container { border-width: 0; border-radius: 0; }#y3UqC0MI2Bb2cRrpIl2EJzTTbfgzyDLT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y3UqC0MI2Bb2cRrpIl2EJzTTbfgzyDLT > .row .container { font-size:0.875rem;font-family:arial;height:52.625rem;width:75rem;position:relative;display:none; }#R9fLNqcHbiKH0WHp77p6LpfQ3ot0pk3G { 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:60rem;width:60rem;display:none; }
#pOqqTTEP2XgQGOt4rKLgmDic9Ggd0URD { color:#000000;display:block;width:60.4375rem;position:absolute;font-family:"montserrat 500-700";font-size:1.5rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:4.375rem;left:6.25rem;height:4.5rem;font-style:normal;display:block; }
#m3p0e39eNg5iklTI1m6iUpFogz3XfDUF { color:#000000;display:block;width:62.5rem;position:absolute;font-family:"montserrat 500-700";font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:12.1240234375rem;left:6.25rem;height:19.75rem;font-style:normal;display:block; }#m3p0e39eNg5iklTI1m6iUpFogz3XfDUF li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#m3p0e39eNg5iklTI1m6iUpFogz3XfDUF li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/533a0184-0627-4c18-b711-39467392d617/logo.svg); }
#qaLBBOBsfTevuKpUuN3W2SrlXcrPV3eJ { color:#000000;display:block;width:62.5rem;position:absolute;font-family:"montserrat 500-700";font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:34.6201171875rem;left:6.25rem;height:2.25rem;font-style:normal;display:block; }
#q1bp1U4hvRThap6NaQagSTEQbnM4NAOT { color:#000000;display:block;width:60.4375rem;position:absolute;font-family:"montserrat 500-700";font-size:1.5rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:4.375rem;left:6.25rem;height:4.4995125rem;font-style:normal;display:none; }
#oqh2RKw9JUV34k2uPrK663lBqrlPuVuI { color:#000000;display:block;width:68.75rem;position:absolute;font-family:"montserrat 2";font-size:2.5rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:39.0625rem;left:3.125rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zDe5QO2aRstXvXX7nELSruaEo4G83Nng { color:#000000;display:block;width:62.5rem;position:absolute;font-family:"montserrat 2";font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:46.9345703125rem;left:6.25rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bCQ1Wbxa2u1lECdEGkdODSXmm38msvVv { position:absolute;display:block;z-index:15012;background-color:#961853;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.1875rem;width:25rem;top:44.8125rem;left:25rem;display:block; }
#eOommLM1tANbHwHkQ6ETnscvliF1FM69 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7fa54819-c33c-412f-ad8b-9fd1b5101221/kodstylu_082BW.JPG");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#eOommLM1tANbHwHkQ6ETnscvliF1FM69.adaptive-delivery-prevent-bg, #eOommLM1tANbHwHkQ6ETnscvliF1FM69.lazyload, #eOommLM1tANbHwHkQ6ETnscvliF1FM69.lazyloading { background-image: none; }#eOommLM1tANbHwHkQ6ETnscvliF1FM69 > .row .container { border-width: 0; border-radius: 0; }#eOommLM1tANbHwHkQ6ETnscvliF1FM69::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; }#eOommLM1tANbHwHkQ6ETnscvliF1FM69 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eOommLM1tANbHwHkQ6ETnscvliF1FM69 > .row .container { font-size:0.875rem;font-family:arial;height:50.6875rem;width:75rem;position:relative;display:none; }#PWzJhmlOgyR2Z7wXJ3ZxShT5A1p3sAf1 { color:#000000;display:block;width:62.5rem;position:absolute;font-family:"montserrat 2";font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:34rem;left:6.25rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AJgKJQ6Z2LCsAVWCxsfOpzesBZLMa8GI { background-color:#961853;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: 0.1875rem 0.1875rem 0.3125rem #000000 ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21rem;height:3.4375rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:40.500002384186rem;left:27rem;display:block; }
#AGKAVOpvOtMt8vhTlJytDWizUs2Rwoqt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TePx4bd0BTCLSPPTrOThsoC0hNsmV4UU { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.1875rem;width:7.1875rem;top:23.18603515625rem;left:10.45654296875rem;overflow:hidden;display:block; }
#TZv3pIlBRK5Bq9TDpKghJIm4SSvzOcRO { color:#961853;display:block;width:53.75rem;position:absolute;font-family:"open sans";font-size:3.375rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:22.498779296875rem;left:18.203125rem;height:5.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tIcaKQTE3Cieapi8bnEyFMXwax3id9Pf { color:#000000;display:block;width:56.43675rem;position:absolute;font-family:"open sans";font-size:2.6875rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:26.587535858154rem;left:18.01793384552rem;height:4.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Xbsvb2pU2lP5QVTyRMmWngkOBqBmhLBd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#Xbsvb2pU2lP5QVTyRMmWngkOBqBmhLBd > .row .container { background-color: transparent; background-image: none; }#Xbsvb2pU2lP5QVTyRMmWngkOBqBmhLBd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xbsvb2pU2lP5QVTyRMmWngkOBqBmhLBd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xbsvb2pU2lP5QVTyRMmWngkOBqBmhLBd > .row .container > .video-iframe-container { display: none; }#Xbsvb2pU2lP5QVTyRMmWngkOBqBmhLBd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xbsvb2pU2lP5QVTyRMmWngkOBqBmhLBd > .row > .video-iframe-container { display: none; }#Xbsvb2pU2lP5QVTyRMmWngkOBqBmhLBd > .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); }#Xbsvb2pU2lP5QVTyRMmWngkOBqBmhLBd > .row .container { border-width: 0; border-radius: 0; }#Xbsvb2pU2lP5QVTyRMmWngkOBqBmhLBd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Xbsvb2pU2lP5QVTyRMmWngkOBqBmhLBd > .row .container { font-size:0.875rem;font-family:arial;height:21.6875rem;width:75rem;position:relative;display:block; }#Jrqu8tLVuW3dpJfqA9TmEmDNS9RRta2T { color:#961853;display:block;width:70.75rem;position:absolute;font-family:"montserrat 2";font-size:2.375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:5.0477447509766rem;left:3.1250019073486rem;height:6.173825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mdHZ7k3rBZbdAxuyZWDIfwcCGW8sSacQ { position:absolute;display:block;z-index:15011;background-color:#000000;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.1867675rem;width:25rem;top:13.499755859375rem;left:3.125rem;display:block; }
#AS8LWlXfXg19TFR3uMyFmxXTGizLluGw { color:#000000;display:block;width:62.5rem;position:absolute;font-family:"montserrat 2";font-size:1.5rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:16.124267578125rem;left:3.125rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OxIPPSnsOTzgs1r3TKac66X1eX5RfTEe { color:#961853;display:block;width:70.75rem;position:absolute;font-family:"montserrat 2";font-size:2.375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:5.0477447509766rem;left:3.1250019073486rem;height:6.17431875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#wfzDGTOxmxeHWI7oIkTM6qdROb5TSG3F { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#wfzDGTOxmxeHWI7oIkTM6qdROb5TSG3F > .row .container { background-color: transparent; background-image: none; }#wfzDGTOxmxeHWI7oIkTM6qdROb5TSG3F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfzDGTOxmxeHWI7oIkTM6qdROb5TSG3F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfzDGTOxmxeHWI7oIkTM6qdROb5TSG3F > .row .container > .video-iframe-container { display: none; }#wfzDGTOxmxeHWI7oIkTM6qdROb5TSG3F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfzDGTOxmxeHWI7oIkTM6qdROb5TSG3F > .row > .video-iframe-container { display: none; }#wfzDGTOxmxeHWI7oIkTM6qdROb5TSG3F > .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); }#wfzDGTOxmxeHWI7oIkTM6qdROb5TSG3F > .row .container { border-width: 0; border-radius: 0; }#wfzDGTOxmxeHWI7oIkTM6qdROb5TSG3F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wfzDGTOxmxeHWI7oIkTM6qdROb5TSG3F > .row .container { font-size:0.875rem;font-family:arial;height:12.25rem;width:75rem;position:relative;display:block; }#L6VR7MyVII5KBF0KCdR3OdIJCsmSye40 { color:#000000;display:block;width:30.5rem;position:absolute;font-family:"montserrat 500-700";font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:5.32958984375rem;left:3.125rem;height:4.38574375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hfhsHRIRbv4fMpnTCzkakIQQX1eCX2Qg { color:#fb7400;display:block;width:31.25rem;position:absolute;font-family:"montserrat 2";font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:2.1240234375rem;left:3.125rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#if04lVUX9qrapAWdOi6bJH4TOFW6obb7 { color:#fb7400;display:block;width:31.25rem;position:absolute;font-family:"montserrat 2";font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:2.1240234375rem;left:40.625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FzMy5gRsvFF9RaTn9bBzTu1ibifoRTd4 { color:#000000;display:block;width:31.25rem;position:absolute;font-family:"montserrat 500-700";font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:5.32958984375rem;left:40.625rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HPJvRTBNWJq6KHl4lloFMlpJCm3CcLhX { color:#000000;display:block;width:31.25rem;position:absolute;font-family:"montserrat 500-700";font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:5.32958984375rem;left:40.625rem;height:2.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#WnEl8EzV77OcOOJKAEISgtbTdJf504bx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#WnEl8EzV77OcOOJKAEISgtbTdJf504bx > .row .container { background-color: transparent; background-image: none; }#WnEl8EzV77OcOOJKAEISgtbTdJf504bx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WnEl8EzV77OcOOJKAEISgtbTdJf504bx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WnEl8EzV77OcOOJKAEISgtbTdJf504bx > .row .container > .video-iframe-container { display: none; }#WnEl8EzV77OcOOJKAEISgtbTdJf504bx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WnEl8EzV77OcOOJKAEISgtbTdJf504bx > .row > .video-iframe-container { display: none; }#WnEl8EzV77OcOOJKAEISgtbTdJf504bx > .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); }#WnEl8EzV77OcOOJKAEISgtbTdJf504bx > .row .container { border-width: 0; border-radius: 0; }#WnEl8EzV77OcOOJKAEISgtbTdJf504bx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WnEl8EzV77OcOOJKAEISgtbTdJf504bx > .row .container { font-size:0.875rem;font-family:arial;height:14.0625rem;width:75rem;position:relative;display:block; }#h8rKAnQVhdWGqcAzPnddCGrT21XEy94a { color:#ffffff;display:block;width:13.6870625rem;position:absolute;font-family:"montserrat 500-700";font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:9.1912453174594rem;left:71.591369628906rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aVheZhvdbzLvTkZNcNUTaD6GIhvCQmmT { color:#fb7400;display:block;width:31.25rem;position:absolute;font-family:"montserrat 2";font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:2.373046875rem;left:3.125rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RKtDJmKEE4PZbS7GEVSh6FTRquT7uF2C { color:#000000;display:block;width:31.25rem;position:absolute;font-family:"montserrat 500-700";font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:5.804443359375rem;left:3.125rem;height:5.84765625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Of3i662fUdn5hVSK2SiEE2TOrRWU9uT4 { color:#fb7400;display:block;width:31.25rem;position:absolute;font-family:"montserrat 2";font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:2.373046875rem;left:40.418701171875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ftkHC2V2Md4yZckKJuGXIn9Qzy9FzpLU { color:#000000;display:block;width:29.9375rem;position:absolute;font-family:"montserrat 500-700";font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:5.804443359375rem;left:40.625rem;height:4.3857375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DdBZwa1a7qeiPnK4x9QKltapgsRGDyG4 { color:#000000;display:block;width:29.9375rem;position:absolute;font-family:"montserrat 500-700";font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:5.804443359375rem;left:40.625rem;height:4.38720625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#TiDEnel4eJptvJv0yAt6V9hDPbVunZDv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#TiDEnel4eJptvJv0yAt6V9hDPbVunZDv > .row .container { background-color: transparent; background-image: none; }#TiDEnel4eJptvJv0yAt6V9hDPbVunZDv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TiDEnel4eJptvJv0yAt6V9hDPbVunZDv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TiDEnel4eJptvJv0yAt6V9hDPbVunZDv > .row .container > .video-iframe-container { display: none; }#TiDEnel4eJptvJv0yAt6V9hDPbVunZDv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TiDEnel4eJptvJv0yAt6V9hDPbVunZDv > .row > .video-iframe-container { display: none; }#TiDEnel4eJptvJv0yAt6V9hDPbVunZDv > .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); }#TiDEnel4eJptvJv0yAt6V9hDPbVunZDv > .row .container { border-width: 0; border-radius: 0; }#TiDEnel4eJptvJv0yAt6V9hDPbVunZDv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TiDEnel4eJptvJv0yAt6V9hDPbVunZDv > .row .container { font-size:0.875rem;font-family:arial;height:14.0625rem;width:75rem;position:relative;display:block; }#FZrzepnbR9KdIhavN3B9sLvbbG25bCZN { color:#ffffff;display:block;width:13.6870625rem;position:absolute;font-family:"montserrat 500-700";font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:9.1912453174594rem;left:71.591369628906rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FfxwyN4XbPMTcEklHBVBHnGZ6gt0Ocnb { color:#fb7400;display:block;width:31.25rem;position:absolute;font-family:"montserrat 2";font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:2.373046875rem;left:3.125rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#t4yQouXM16NDg8F8LZtsGGPOpnfyrJM8 { color:#000000;display:block;width:31.25rem;position:absolute;font-family:"montserrat 500-700";font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:5.804443359375rem;left:3.125rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RTitFBa0Cstio0TFEmTyKmpubg9o0MKd { color:#fb7400;display:block;width:31.25rem;position:absolute;font-family:"montserrat 2";font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:2.373046875rem;left:40.418701171875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#M225mdvCzq30b18fTNL87UTJzlTk7Kon { color:#000000;display:block;width:31.25rem;position:absolute;font-family:"montserrat 500-700";font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:5.804443359375rem;left:40.625rem;height:4.38574375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#boCUP4hq9uTZ2B3y471y1SZaTpLEvGkT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6e5e3;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:none; }#boCUP4hq9uTZ2B3y471y1SZaTpLEvGkT > .row .container { border-width: 0; border-radius: 0; }#boCUP4hq9uTZ2B3y471y1SZaTpLEvGkT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#boCUP4hq9uTZ2B3y471y1SZaTpLEvGkT > .row .container { font-size:0.875rem;font-family:arial;height:26.4375rem;width:75rem;position:relative;display:none; }#I0q9gXwrI1PnH2hqXkaZxal4nJzrsc0G { color:#000000;display:block;width:62.5rem;position:absolute;font-family:"montserrat 2";font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:20.625rem;left:6.375rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tMw3SqqTbLXx1F19lGa19UpIM0amTL4I { position:absolute;display:block;z-index:15012;background-color:#000000;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.1875rem;width:25rem;top:18.3125rem;left:25.125rem;display:block; }
#cOQVpseLdG6qxL7gKd77AwzJW0UtX9tw { color:#000000;display:block;width:56.4364375rem;position:absolute;font-family:"open sans";font-size:2.6875rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:12.875rem;left:17.1875rem;height:4.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QyJWSDDRd2X0T55E47WtF0gs8oQf5In7 { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.1875rem;width:7.1875rem;top:9.5rem;left:9.625rem;overflow:hidden;display:block; }
#kycCrD6n4nUpEv90abPenfTlOeUL1mpH { color:#961853;display:block;width:53.75rem;position:absolute;font-family:"open sans";font-size:3.375rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:8.8125rem;left:17.375rem;height:5.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xINPOHORJrAKN2xKiP6hTft7ysqvvF59 { color:#1a5f78;display:block;width:68.75rem;position:absolute;font-family:"montserrat 2";font-size:2.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:2.5607643127441rem;left:3.9366321563721rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fZ9484eXoIDuCASeX1ZlCS0gprKegymE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6e5e3;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:none; }#fZ9484eXoIDuCASeX1ZlCS0gprKegymE > .row .container { border-width: 0; border-radius: 0; }#fZ9484eXoIDuCASeX1ZlCS0gprKegymE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fZ9484eXoIDuCASeX1ZlCS0gprKegymE > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:none; }#cTEztksMTqt51KOSigBsnZkTopr6ufys { color:#000000;display:block;width:9.1875rem;position:absolute;font-family:"montserrat 500-700";font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1;letter-spacing:0;top:9.7493286132812rem;left:26.624349594116rem;height:6.75rem;text-align:left;text-align-last:left;display:block; }
#t9CVFw49GTO9TTauy1qMrCXEHTaAMDoC { color:#000000;display:block;width:9.375rem;position:absolute;font-family:"montserrat 500-700";font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1;letter-spacing:0;top:9.7500004768369rem;left:14.6875rem;height:7.875rem;text-align:left;text-align-last:left;display:block; }
#PZclKXXy7WJTUDA3GMNBwQePs9FCcHCi { color:#000000;display:block;width:7.99925rem;position:absolute;font-family:"montserrat 500-700";font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1;letter-spacing:0;top:9.749755859375rem;left:38.81103515625rem;height:6.75rem;text-align:left;text-align-last:left;display:block; }
#vmoBuIATGn0IZoh9ApTLyvuRULeda0ZX { color:#000000;display:block;width:9.375rem;position:absolute;font-family:"montserrat 500-700";font-size:1.125rem;font-weight:normal;z-index:15023;line-height:1;letter-spacing:0;top:9.749755859375rem;left:49.686279296875rem;height:6.75rem;text-align:left;text-align-last:left;display:block; }
#uS0VIMwJbh7DEuRgHFdWTnTGzVn0RmCM { box-sizing:content-box;color:#5d92ff;font-size:4.375rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:1.25rem;left:16.25rem; }
#VxbSrITLDpuqvsTP9ok655tZcxKD7hZ4 { box-sizing:content-box;color:#5d92ff;font-size:4.375rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:1.25rem;left:28.1875rem; }
#dGqngh3cuK0PtTQ22VWvVcMBkrfVbUyT { box-sizing:content-box;color:#5d92ff;font-size:4.375rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;top:1.375rem;left:39.6875rem; }
#WvWVRP91TKncmmfGAKA8dcb2AphbqWvc { box-sizing:content-box;color:#5d92ff;font-size:4.375rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;top:1.375rem;left:50.5rem; }
#sRVtmaJQzlKXEtc9GevGVI912Ka5H9Bv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6e5e3;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:none; }#sRVtmaJQzlKXEtc9GevGVI912Ka5H9Bv > .row .container { border-width: 0; border-radius: 0; }#sRVtmaJQzlKXEtc9GevGVI912Ka5H9Bv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sRVtmaJQzlKXEtc9GevGVI912Ka5H9Bv > .row .container { font-size:0.875rem;font-family:arial;height:21.0625rem;width:75rem;position:relative;display:none; }#w7p1x6htqQ0O3KaSe7ObG6cst4s8Z2cI { color:#000000;display:block;width:8.875rem;position:absolute;font-family:"montserrat 500-700";font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1;letter-spacing:0;top:12.4375rem;left:26.9375rem;height:4.5rem;text-align:left;text-align-last:left;display:block; }
#h45ir1EeuvxEggRGK2IaABSAkeP4mKGA { color:#000000;display:block;width:9.375rem;position:absolute;font-family:"montserrat 500-700";font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1;letter-spacing:0;top:12.4375rem;left:14.6875rem;height:4.5rem;text-align:left;text-align-last:left;display:block; }
#Zxqt8dIgdyWxPWhE1FTREC9VOiz9mkge { color:#000000;display:block;width:9.1875rem;position:absolute;font-family:"montserrat 500-700";font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1;letter-spacing:0;top:12.4375rem;left:39.0625rem;height:4.5rem;text-align:left;text-align-last:left;display:block; }
#UDVIe3wabCaCCGHlIHU5Eq3r6aHBv93W { color:#000000;display:block;width:9.8125rem;position:absolute;font-family:"montserrat 500-700";font-size:1.125rem;font-weight:normal;z-index:15023;line-height:1;letter-spacing:0;top:12.4375rem;left:49.5rem;height:4.5rem;text-align:left;text-align-last:left;display:block; }
#DXgge7Q2FQ47iTM7f02C76nRaGRyV7Gb { box-sizing:content-box;color:#5d92ff;font-size:4.375rem;font-weight:400;line-height:1;height:6.9375rem;width:6.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:3.9990234375rem;left:15.40625rem; }
#flfPXRgtqrhlymRCxAr7dnHccwEckMxF { box-sizing:content-box;color:#5d92ff;font-size:4.375rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:4.75rem;left:28.25rem; }
#XbbmbI664ORK5QMyaJlGadbfWxQ9SKKk { box-sizing:content-box;color:#5d92ff;font-size:4.375rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;top:4.0625rem;left:40.1875rem; }
#JGm4BsLCdsJpsSszZwftWt6MqQoctQz0 { box-sizing:content-box;color:#5d92ff;font-size:4.375rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;top:4.75rem;left:50.8125rem; }
#CIhlN2w0vc2Nqh5UTAocmPBOaosFRTuW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6e5e3;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; }#CIhlN2w0vc2Nqh5UTAocmPBOaosFRTuW > .row .container { background-color: transparent; background-image: none; }#CIhlN2w0vc2Nqh5UTAocmPBOaosFRTuW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CIhlN2w0vc2Nqh5UTAocmPBOaosFRTuW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CIhlN2w0vc2Nqh5UTAocmPBOaosFRTuW > .row .container > .video-iframe-container { display: none; }#CIhlN2w0vc2Nqh5UTAocmPBOaosFRTuW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CIhlN2w0vc2Nqh5UTAocmPBOaosFRTuW > .row > .video-iframe-container { display: none; }#CIhlN2w0vc2Nqh5UTAocmPBOaosFRTuW > .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); }#CIhlN2w0vc2Nqh5UTAocmPBOaosFRTuW > .row .container { border-width: 0; border-radius: 0; }#CIhlN2w0vc2Nqh5UTAocmPBOaosFRTuW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CIhlN2w0vc2Nqh5UTAocmPBOaosFRTuW > .row .container { font-size:0.875rem;font-family:arial;height:11.6875rem;width:75rem;position:relative;display:block; }#BfDQQnM06Ugml8TTwVizZI8RxbUKdN4p { background-color:#961853;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: 0.1875rem 0.1875rem 0.3125rem #000000 ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21rem;height:3.4375rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:2.9297122955323rem;left:27rem;display:block; }
#XwkpgaKwDJWqtT7BODbcMHwqkHhF8tfz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lbQzLtyiuasJxvl06raToXnuN0BVCy9K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#961853;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; }#lbQzLtyiuasJxvl06raToXnuN0BVCy9K > .row .container { background-color: transparent; background-image: none; }#lbQzLtyiuasJxvl06raToXnuN0BVCy9K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lbQzLtyiuasJxvl06raToXnuN0BVCy9K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lbQzLtyiuasJxvl06raToXnuN0BVCy9K > .row .container > .video-iframe-container { display: none; }#lbQzLtyiuasJxvl06raToXnuN0BVCy9K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lbQzLtyiuasJxvl06raToXnuN0BVCy9K > .row > .video-iframe-container { display: none; }#lbQzLtyiuasJxvl06raToXnuN0BVCy9K > .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); }#lbQzLtyiuasJxvl06raToXnuN0BVCy9K > .row .container { border-width: 0; border-radius: 0; }#lbQzLtyiuasJxvl06raToXnuN0BVCy9K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lbQzLtyiuasJxvl06raToXnuN0BVCy9K > .row .container { font-size:0.875rem;font-family:arial;height:41.5rem;width:75rem;position:relative;display:block; }#s1fqN7ExyQU6bpPcs5utptwEmnmK0Dsr { color:#000000;display:block;width:47.8730625rem;position:absolute;font-family:"montserrat 500-700";font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:23.125rem;left:22.3125rem;height:10.233375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wfepyupQaHCPwUe3pVL7heTR2lbVz4FU { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.0625rem;width:55.375rem;top:22.1875rem;left:17.9375rem;overflow:hidden;display:block; }
#bR0TIvSV9qkQgyUIAEWymLDkonTBZUfJ { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:13.125rem;top:19rem;left:3.5625rem;overflow:hidden;display:block; }
#ktb1HcKArKEHxhfDQVZ1fAqVlAHbvtSs { color:#ffffff;display:block;width:9.9375rem;position:absolute;font-family:"montserrat 500-700";font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:33.3125rem;left:5.1875rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#po0mqyLB1wReuDdgcv9TvayMQLToCAzE { color:#ffffff;display:block;width:64.3125rem;position:absolute;font-family:"montserrat 2";font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:14.75rem;left:5.25rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#t44Sgd9m6DSchfcEJ7fqnCo0x1mVlVBG { color:#ffffff;display:block;width:60.625rem;position:absolute;font-family:"montserrat 2";font-size:2.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:2.3125rem;left:7.1875rem;height:9.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XSWT9M4Tal0XxVZTrvOUoKCH7DX9yeZV { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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: 0rem 0rem 0.3125rem rgba(0,0,0,0.5) ;height:12.5rem;width:12.5rem;display:none; }
#VNzMTbA3iNxdMyrx98RT3r05SbTgpJ6Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2c3fa66a-d96a-4f16-bc44-43bf3bd34e20/93.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#VNzMTbA3iNxdMyrx98RT3r05SbTgpJ6Z.adaptive-delivery-prevent-bg, #VNzMTbA3iNxdMyrx98RT3r05SbTgpJ6Z.lazyload, #VNzMTbA3iNxdMyrx98RT3r05SbTgpJ6Z.lazyloading { background-image: none; }#VNzMTbA3iNxdMyrx98RT3r05SbTgpJ6Z > .row .container { border-width: 0; border-radius: 0; }#VNzMTbA3iNxdMyrx98RT3r05SbTgpJ6Z::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; }#VNzMTbA3iNxdMyrx98RT3r05SbTgpJ6Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VNzMTbA3iNxdMyrx98RT3r05SbTgpJ6Z > .row .container { font-size:0.875rem;font-family:arial;height:56.625rem;width:75rem;position:relative;display:none; }#nO1kAn9bgLRWfODif2eHnvnbPL7eTQ2m { color:#ffffff;display:block;width:62.5rem;position:absolute;font-family:"montserrat 500-700";font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:14.242614746094rem;left:7.0572929382325rem;height:19.24044375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ki5yTe4TfZrfc3iy3dKNkhdnDiOwqFB9 { color:#ffffff;display:block;width:64.124375rem;position:absolute;font-family:"montserrat 2";font-size:2.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:5.7454347610474rem;left:6.2445755004883rem;height:3.24978125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oHXmtSiwZEE45dNTKreO0hc6EOJeeAU8 { color:#ffffff;display:block;width:68.06125rem;position:absolute;font-family:"montserrat 2";font-size:2.3125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:40.243049621582rem;left:4.2762603759766rem;height:6.0112875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qyMMprVTVO2HVueXl77xphJvABbSqBVZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2c3fa66a-d96a-4f16-bc44-43bf3bd34e20/93.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#qyMMprVTVO2HVueXl77xphJvABbSqBVZ.adaptive-delivery-prevent-bg, #qyMMprVTVO2HVueXl77xphJvABbSqBVZ.lazyload, #qyMMprVTVO2HVueXl77xphJvABbSqBVZ.lazyloading { background-image: none; }#qyMMprVTVO2HVueXl77xphJvABbSqBVZ > .row .container { border-width: 0; border-radius: 0; }#qyMMprVTVO2HVueXl77xphJvABbSqBVZ::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; }#qyMMprVTVO2HVueXl77xphJvABbSqBVZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qyMMprVTVO2HVueXl77xphJvABbSqBVZ > .row .container { font-size:0.875rem;font-family:arial;height:35rem;width:75rem;position:relative;display:none; }#ivOwgc10bqd03UQB4Nwf2L66XtWQPhoF { color:#000000;display:block;width:49.124375rem;position:absolute;font-family:"montserrat 500-700";font-size:1.5rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:6.8912773132325rem;left:12.937284469604rem;height:4.199225rem;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; }
#Z7nbGJ0T6iBVstEPssRw9r5qEeWwIQe9 { color:#000000;display:block;width:64.124375rem;position:absolute;font-family:"montserrat 2";font-size:2.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:2.8700084686279rem;left:5.4372844696045rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PeRK5ap0sTydGapOJBecfqnOWg7AzGeq { color:#000000;display:block;width:49.124375rem;position:absolute;font-family:"montserrat 500-700";font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:11.832663059234rem;left:13.603517532349rem;height:19.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#PeRK5ap0sTydGapOJBecfqnOWg7AzGeq li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#PeRK5ap0sTydGapOJBecfqnOWg7AzGeq li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/533a0184-0627-4c18-b711-39467392d617/logo.svg); }
#x632T3SL7UHaIiK72TNndKnod4f3sTna { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/264fe462-3a97-4fee-bd69-f90ddc379482/71.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#x632T3SL7UHaIiK72TNndKnod4f3sTna.adaptive-delivery-prevent-bg, #x632T3SL7UHaIiK72TNndKnod4f3sTna.lazyload, #x632T3SL7UHaIiK72TNndKnod4f3sTna.lazyloading { background-image: none; }#x632T3SL7UHaIiK72TNndKnod4f3sTna > .row .container { border-width: 0; border-radius: 0; }#x632T3SL7UHaIiK72TNndKnod4f3sTna::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; }#x632T3SL7UHaIiK72TNndKnod4f3sTna > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x632T3SL7UHaIiK72TNndKnod4f3sTna > .row .container { font-size:0.875rem;font-family:arial;height:81.875rem;width:75rem;position:relative;display:none; }#wAKA0PW7v4v2EDE1sDEA90y4mKaNDw8S { color:#000000;display:block;width:47.874375rem;position:absolute;font-family:"montserrat 500-700";font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:3.7619380950927rem;left:4.5616340637207rem;height:5.84765625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xWLPdp9WtdWT2rbQ2F1iO42So6lDsOCE { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:55.375rem;top:23.375rem;left:0.8125rem;overflow:hidden;display:block; }
#tkEvICriWshlLvhrCtHaGeMTog9o76kk { color:#000000;display:block;width:41.75rem;position:absolute;font-family:"montserrat 500-700";font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:15.056423664093rem;left:29.1875rem;height:4.38574375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sFbxGJvNMGKo8gsF1Azu8tXFFcVT35uL { 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:8.75rem;width:46.5625rem;top:12.875rem;left:27.340909090909rem;overflow:hidden;display:block; }
#KZatuGWruUdx2sfmrLG52IRlfggH791r { color:#000000;display:block;width:49.875rem;position:absolute;font-family:"montserrat 500-700";font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:24.5625rem;left:4.125rem;height:7.3095625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ukkhTvy36orfyTTngraqtEGH1Wv1MgzP { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.75rem;width:51.3125rem;top:34.5625rem;left:22.875rem;overflow:hidden;display:block; }
#w7UsidpLre2rxE5ESbdiTZB7iwmRf5du { color:#000000;display:block;width:47.4375rem;position:absolute;font-family:"montserrat 500-700";font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:35.75rem;left:24rem;height:7.3095625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XymrxMl45M7DTGgIoAe8es90KFhiyRO6 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.1875rem;width:44.375rem;top:46.0625rem;left:0.9375rem;overflow:hidden;display:block; }
#leBBq5xAWOwXw8KGkRmmL4PTwVTt3qTJ { color:#000000;display:block;width:40.0625rem;position:absolute;font-family:"montserrat 500-700";font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:47.25rem;left:4.25rem;height:5.84765625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#reTEiZkwQIrJ80Z1uSdkTBSGJefsWO9h { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5625rem;width:62.5625rem;top:55.5625rem;left:11.5625rem;overflow:hidden;display:block; }
#vauhnneBOxzaQbkrc8HJ4snB6mex6zsw { color:#000000;display:block;width:56.75rem;position:absolute;font-family:"montserrat 500-700";font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:56.9375rem;left:13.25rem;height:8.7715rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Tb03e37TgN5al1mERx5EmzhTfqAyHTPQ { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem #000000 ;box-sizing:border-box;color:#000000;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21rem;height:3.4375rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:73.0625rem;left:27rem;display:block; }
#cDOPdTPSopiwlWUoOUyhlAF9C5y2ypI5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pOF18bRfFKdnAGgB9xOzuNkkT4pFvMzn { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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: 0rem 0rem 0.3125rem rgba(0,0,0,0.5) ;height:12.5rem;width:12.5rem;display:none; }
#gXxPD32Jt7WkZEZOFoecAFVoW28mgah6 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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: 0rem 0rem 0.3125rem rgba(0,0,0,0.5) ;height:12.5rem;width:12.5rem;display:none; }
#kewd3Ei5f2gvXT6mAOf7TiJ4dqF3gwkz { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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: 0rem 0rem 0.3125rem rgba(0,0,0,0.5) ;height:12.5rem;width:12.5rem;display:none; }
#okbb06Nn3AiOZiPppPzooTp9ki2QBDBX { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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: 0rem 0rem 0.3125rem rgba(0,0,0,0.5) ;height:12.5rem;width:12.5rem;display:none; }
#G8aQJdZGGa1OCTqGhQ2gFl9ZfnRI5aPN { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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: 0rem 0rem 0.3125rem rgba(0,0,0,0.5) ;height:12.5rem;width:12.5rem;display:none; }
#ewZtvVuZOFqWQ9gU79cgIwJJGEkeNLGk { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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: 0rem 0rem 0.3125rem rgba(0,0,0,0.5) ;height:12.5rem;width:12.5rem;display:none; }
#PiNIE6Z4BB7TT5C6rQJmLbMtsfSrMPRi { color:#000000;display:block;width:47.4375rem;position:absolute;font-family:"montserrat 500-700";font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:3.296875rem;left:3.1875rem;height:5.85069375rem;font-style:normal;text-align:justify;text-align-last:initial;display:none; }
#M2XapNK2LpmtW5BL3gA8MnT1TnAiHxei { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.1875rem;width:55.375rem;top:2.5933170318604rem;left:0.81163215637206rem;overflow:hidden;display:block; }
#XV0JofhNeAzTJHrHC70Widtz1x3QNiGS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a5f78;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; }#XV0JofhNeAzTJHrHC70Widtz1x3QNiGS > .row .container { background-color: transparent; background-image: none; }#XV0JofhNeAzTJHrHC70Widtz1x3QNiGS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XV0JofhNeAzTJHrHC70Widtz1x3QNiGS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XV0JofhNeAzTJHrHC70Widtz1x3QNiGS > .row .container > .video-iframe-container { display: none; }#XV0JofhNeAzTJHrHC70Widtz1x3QNiGS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XV0JofhNeAzTJHrHC70Widtz1x3QNiGS > .row > .video-iframe-container { display: none; }#XV0JofhNeAzTJHrHC70Widtz1x3QNiGS > .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); }#XV0JofhNeAzTJHrHC70Widtz1x3QNiGS > .row .container { border-width: 0; border-radius: 0; }#XV0JofhNeAzTJHrHC70Widtz1x3QNiGS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XV0JofhNeAzTJHrHC70Widtz1x3QNiGS > .row .container { font-size:0.875rem;font-family:arial;height:61.875rem;width:75rem;position:relative;display:block; }#mM6xxMq5UfWRik3iVgSfA5yuTlIGIv02 { color:#ffffff;display:block;width:68.75rem;position:absolute;font-family:"montserrat 2";font-size:2.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:5rem;left:3.125rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yT76dfg9fqtzZXdzneTLtOGwS9nLTWta { position:absolute;display:block;z-index:15012;background-color:#961853;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.1875rem;width:25rem;top:14.088541984558rem;left:25rem;display:block; }
#fofCuc8JHSLktMisTJ6ixldNiB0G3ktP { color:#ffffff;display:block;width:62.5rem;position:absolute;font-family:"montserrat 500-700";font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:18.249131202698rem;left:6.25rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fm0QIVlauB9XaudzcfHz5MyX22vlgrGF { color:#ffffff;display:block;width:13.186875rem;position:absolute;font-family:"montserrat 500-700";font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1;letter-spacing:0;top:40.999351501465rem;left:10.999349594116rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#aHiTcmBAx5yumUhHxbKbJhstdWsWTQsh { box-sizing:content-box;color:#5d92ff;font-size:4.375rem;font-weight:400;line-height:1;height:6.936875rem;width:6.936875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;top:33.074654102326rem;left:14.124349594116rem; }
#uMN6D6mviTtqxtyszCwG2zbH8U0TTsaP { color:#f89b19;display:block;width:68.75rem;position:absolute;font-family:"montserrat 2";font-size:2.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:27.854818582535rem;left:3.125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XQkNZDMofLurOHmZ2B6LZICKhiZmN2h6 { color:#ffffff;display:block;width:11.5625rem;position:absolute;font-family:"montserrat 500-700";font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1;letter-spacing:0;top:40.999351501465rem;left:31.718751907349rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#zWksrPWFO9vdws2kEHGXKBbA7dmfzcNF { box-sizing:content-box;color:#5d92ff;font-size:4.375rem;font-weight:400;line-height:1;height:6.936875rem;width:6.936875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;top:32.631294727326rem;left:34.031034469604rem; }
#VwraZTquLnfEEfcxKacd8HG1b8p2r4Q0 { color:#ffffff;display:block;width:11.5625rem;position:absolute;font-family:"montserrat 500-700";font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1;letter-spacing:0;top:40.999351978302rem;left:52.915582656861rem;height:3.375rem;text-align:center;text-align-last:center;display:block; }
#xpng6aCwB5rLMXyGvXezGI1xu6pKnCJx { box-sizing:content-box;color:#5d92ff;font-size:4.375rem;font-weight:400;line-height:1;height:6.936875rem;width:6.936875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;top:33.074001789093rem;left:55.227869033814rem; }
#sodm18rG5hanGRwQAIyTnsaVn7kW1CDA { color:#f89b19;display:block;width:68.75rem;position:absolute;font-family:"montserrat 2";font-size:2.5rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:49.201391220093rem;left:3.125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UGqQQu7mf6QQITVBg78eyFiVugt7n14t { color:#ffffff;display:block;width:62.5rem;position:absolute;font-family:"montserrat 500-700";font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:53.815105438233rem;left:6.2500019073488rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ugM9BFEdu0SSFVuVgstBfpshcsJh55Hz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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:none; }#ugM9BFEdu0SSFVuVgstBfpshcsJh55Hz > .row .container { border-width: 0; border-radius: 0; }#ugM9BFEdu0SSFVuVgstBfpshcsJh55Hz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ugM9BFEdu0SSFVuVgstBfpshcsJh55Hz > .row .container { font-size:0.875rem;font-family:arial;height:14.3125rem;width:75rem;position:relative;display:none; }#dTEth5ZQ4rC3wAIUtcszvl0S3KOuxvxp { color:#961853;display:block;width:68.75rem;position:absolute;font-family:"montserrat 2";font-size:1.5625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:2.25rem;left:3.125rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RxbAcEXPRONBwgwN9VGRHy0iPXUmBc2B { color:#000000;display:block;width:68.75rem;position:absolute;font-family:"montserrat 2";font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:5.311279296875rem;left:3.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZAFLUXchvpEgryy06GoJfqhO2qA9l8Ou { background-color:#961853;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: 0.1875rem 0.1875rem 0.3125rem #000000 ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.999375rem;height:3.4375rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:4.2534847259521rem;left:26.999786376953rem;display:none; }
#PMtaD9yoWpVpTeEq5Bq2QePdLDcrRMcv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M3SnnoyWJLoUiZIWEqe2UVeNcfhQWFnd { color:#f89b19;display:block;width:68.75rem;position:absolute;font-family:"montserrat 2";font-size:1.8125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:9.686279296875rem;left:3.125rem;height:2.35625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oqEvaFueK8dfwkSXTzKm1smla8A7aZw9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#oqEvaFueK8dfwkSXTzKm1smla8A7aZw9 > .row .container { background-color: transparent; background-image: none; }#oqEvaFueK8dfwkSXTzKm1smla8A7aZw9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oqEvaFueK8dfwkSXTzKm1smla8A7aZw9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oqEvaFueK8dfwkSXTzKm1smla8A7aZw9 > .row .container > .video-iframe-container { display: none; }#oqEvaFueK8dfwkSXTzKm1smla8A7aZw9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oqEvaFueK8dfwkSXTzKm1smla8A7aZw9 > .row > .video-iframe-container { display: none; }#oqEvaFueK8dfwkSXTzKm1smla8A7aZw9 > .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); }#oqEvaFueK8dfwkSXTzKm1smla8A7aZw9 > .row .container { border-width: 0; border-radius: 0; }#oqEvaFueK8dfwkSXTzKm1smla8A7aZw9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oqEvaFueK8dfwkSXTzKm1smla8A7aZw9 > .row .container { font-size:0.875rem;font-family:arial;height:13rem;width:75rem;position:relative;display:block; }#d7D3yJCrV30EBMIgzmUGaS5k84T8LD5v { background-color:#961853;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: 0.1875rem 0.1875rem 0.3125rem #000000 ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.999375rem;height:3.4375rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:4.2534847259521rem;left:26.999786376953rem;display:block; }
#Eqblqo0kEKf34Q9JMqiUCgab9Bm2b53M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CS6C9NTR8zd1AUVerrnC4DTJkpdye1fy { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5605625rem;width:12.624rem;top:0.6904296875rem;left:60.8115234375rem;overflow:hidden;display:block; }
#t3iHh7HBpNiyCTzG5mfBxe03namOrrDs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#961853;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:none; }#t3iHh7HBpNiyCTzG5mfBxe03namOrrDs > .row .container { border-width: 0; border-radius: 0; }#t3iHh7HBpNiyCTzG5mfBxe03namOrrDs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t3iHh7HBpNiyCTzG5mfBxe03namOrrDs > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:75rem;position:relative;display:none; }#Qqhothnm58kbQVMcduTM9bRuwF168zai .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Qqhothnm58kbQVMcduTM9bRuwF168zai .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;color:#961853;padding-top:0.73rem;padding-right:0.644375rem;padding-bottom:0.73rem;padding-left:0.644375rem;display:block;align-items:center;width:3.864375rem;min-width:3.864375rem;height:3.9225rem;position:relative;font-family:"open sans";font-size:2.92rem;font-weight:700;line-height:62.76px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Qqhothnm58kbQVMcduTM9bRuwF168zai .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.45625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.151875rem;height:1.550625rem;position:relative;font-family:"montserrat 500-700";font-size:1.095rem;font-weight:700;line-height:24.81px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Qqhothnm58kbQVMcduTM9bRuwF168zai { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:24.625rem;height:7.389375rem;padding-top:0.9125rem;padding-right:0.92rem;padding-bottom:0.9125rem;padding-left:0.92rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:20.603302001953rem;left:23.356122970581rem;z-index:15041; }
#Qqhothnm58kbQVMcduTM9bRuwF168zai #EXFd8r68MVVKOENOLxqWcvQVZpE3mVss { display:flex;position:relative;top:0rem;left:0rem; }
#Qqhothnm58kbQVMcduTM9bRuwF168zai #a7kSfcUXWm6ncdtvcTQQdXr5GbB8Bv0l { width:auto; }
#Qqhothnm58kbQVMcduTM9bRuwF168zai #uSOL40vax4FRa9AQDnPOdfqdG4PIfiBL {  }
#Qqhothnm58kbQVMcduTM9bRuwF168zai #JdOItDDlMCsM4IUo4yP5eVHaqe4abDFT { display:flex;position:relative;top:0rem;left:0rem; }
#Qqhothnm58kbQVMcduTM9bRuwF168zai #zphbwGhqAP86bI0w8PGmwS4TI2V9cene {  }
#Qqhothnm58kbQVMcduTM9bRuwF168zai #VdP26pWoscI52gLsOts9ZdThgX07UdmG {  }
#Qqhothnm58kbQVMcduTM9bRuwF168zai #KNHDEwInhBV5aXqNCw6pGMlEBbwr2lVg { display:flex;position:relative;top:0rem;left:0rem; }
#Qqhothnm58kbQVMcduTM9bRuwF168zai #DDOMsbZblFOlzn8ZAOX8ul2Kl8x8GS9t {  }
#Qqhothnm58kbQVMcduTM9bRuwF168zai #xkkgbaQR125RZO5TUbzFqm8an7poVzyJ {  }
#Qqhothnm58kbQVMcduTM9bRuwF168zai #QDyVJL7LuZyuTXiKQun7W6y8DquDgKml { display:flex;position:relative;top:0rem;left:0rem; }
#Qqhothnm58kbQVMcduTM9bRuwF168zai #CRTityKcRedVwtMzudOD8B9rxrK8FaIi {  }
#Qqhothnm58kbQVMcduTM9bRuwF168zai #rpkFZoSghffr9TVyHcGzJ8TQVNU9ooea {  }
#EJqsF85ncu7QZXeGymtJKT5lWHoI6KIn { color:#ffffff;display:block;width:68.75rem;position:absolute;font-family:"montserrat 2";font-size:2.5rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:11.614582061767rem;left:2.2146282196045rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pyUhmCtPA5vH493QpukNfOLW6Bfhldgk { box-sizing:content-box;color:#5d92ff;font-size:4.375rem;font-weight:400;line-height:1;height:6.936875rem;width:6.936875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;top:2.3958320617676rem;left:33.121747970581rem; }
#TmLuzh03c7ubPTShEFLEcv89MPxyiBiJ { background-color:#1a5f78;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: 0.1875rem 0.1875rem 0.3125rem #000000 ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.9971875rem;height:3.4375rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:31.809896945953rem;left:26.088327407837rem;display:block; }
#dIFPeEFQMdUokfh7GTvou1poV0aXkOLT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WETPEKI3GhIiUVSgEyPA7Cw2EC7O5NKV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6e5e3;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; }#WETPEKI3GhIiUVSgEyPA7Cw2EC7O5NKV > .row .container { background-color: transparent; background-image: none; }#WETPEKI3GhIiUVSgEyPA7Cw2EC7O5NKV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WETPEKI3GhIiUVSgEyPA7Cw2EC7O5NKV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WETPEKI3GhIiUVSgEyPA7Cw2EC7O5NKV > .row .container > .video-iframe-container { display: none; }#WETPEKI3GhIiUVSgEyPA7Cw2EC7O5NKV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WETPEKI3GhIiUVSgEyPA7Cw2EC7O5NKV > .row > .video-iframe-container { display: none; }#WETPEKI3GhIiUVSgEyPA7Cw2EC7O5NKV > .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); }#WETPEKI3GhIiUVSgEyPA7Cw2EC7O5NKV > .row .container { border-width: 0; border-radius: 0; }#WETPEKI3GhIiUVSgEyPA7Cw2EC7O5NKV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WETPEKI3GhIiUVSgEyPA7Cw2EC7O5NKV > .row .container { font-size:0.875rem;font-family:arial;height:17.6875rem;width:75rem;position:relative;display:block; }#Kiv1UWRqPZGJqhdTKRwLlRQzgzn1q7FG { color:#000000;display:block;width:68.75rem;position:absolute;font-family:"montserrat 2";font-size:2.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:3.464382648468rem;left:3.125rem;height:2.76171875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QsHkCFwzDcAFyaUUeWOe0HokupKfCC6r { position:absolute;display:block;z-index:15013;background-color:#961853;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.1875rem;width:25rem;top:8.75rem;left:3.125rem;display:block; }
#ykpLV27NcTTmH2QuBR0QZu4XN45AhJHT { color:#000000;display:block;width:68.75rem;position:absolute;font-family:"montserrat 2";font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:10.6875rem;left:3.125rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#licSidQWurrqvLKUBmRRdQbhOdZOtNTZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6e5e3;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; }#licSidQWurrqvLKUBmRRdQbhOdZOtNTZ > .row .container { background-color: transparent; background-image: none; }#licSidQWurrqvLKUBmRRdQbhOdZOtNTZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#licSidQWurrqvLKUBmRRdQbhOdZOtNTZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#licSidQWurrqvLKUBmRRdQbhOdZOtNTZ > .row .container > .video-iframe-container { display: none; }#licSidQWurrqvLKUBmRRdQbhOdZOtNTZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#licSidQWurrqvLKUBmRRdQbhOdZOtNTZ > .row > .video-iframe-container { display: none; }#licSidQWurrqvLKUBmRRdQbhOdZOtNTZ > .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); }#licSidQWurrqvLKUBmRRdQbhOdZOtNTZ > .row .container { border-width: 0; border-radius: 0; }#licSidQWurrqvLKUBmRRdQbhOdZOtNTZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#licSidQWurrqvLKUBmRRdQbhOdZOtNTZ > .row .container { font-size:0.875rem;font-family:arial;height:15.3125rem;width:75rem;position:relative;display:block; }#InWBZ7oQQ53aR4KB0cNyU8mrheoLiacB { color:#000000;display:block;width:36.25rem;position:absolute;font-family:"montserrat 500-700";font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:1.3611106872559rem;left:1.3125rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#InWBZ7oQQ53aR4KB0cNyU8mrheoLiacB li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#InWBZ7oQQ53aR4KB0cNyU8mrheoLiacB li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/2c3fa66a-d96a-4f16-bc44-43bf3bd34e20/93.png); }
#pmXOgVPbg5MFN7LwDCHulBmd5KzfxFmT { color:#000000;display:block;width:36.25rem;position:absolute;font-family:"montserrat 500-700";font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:1.3576374053955rem;left:37.5rem;height:8.771475rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#pmXOgVPbg5MFN7LwDCHulBmd5KzfxFmT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#pmXOgVPbg5MFN7LwDCHulBmd5KzfxFmT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/2c3fa66a-d96a-4f16-bc44-43bf3bd34e20/93.png); }
#FA5Te9c75TdmIX5s92pJzn5KIGincMO7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6e5e3;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; }#FA5Te9c75TdmIX5s92pJzn5KIGincMO7 > .row .container { background-color: transparent; background-image: none; }#FA5Te9c75TdmIX5s92pJzn5KIGincMO7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FA5Te9c75TdmIX5s92pJzn5KIGincMO7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FA5Te9c75TdmIX5s92pJzn5KIGincMO7 > .row .container > .video-iframe-container { display: none; }#FA5Te9c75TdmIX5s92pJzn5KIGincMO7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FA5Te9c75TdmIX5s92pJzn5KIGincMO7 > .row > .video-iframe-container { display: none; }#FA5Te9c75TdmIX5s92pJzn5KIGincMO7 > .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); }#FA5Te9c75TdmIX5s92pJzn5KIGincMO7 > .row .container { border-width: 0; border-radius: 0; }#FA5Te9c75TdmIX5s92pJzn5KIGincMO7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FA5Te9c75TdmIX5s92pJzn5KIGincMO7 > .row .container { font-size:0.875rem;font-family:arial;height:15.5625rem;width:75rem;position:relative;display:block; }#nwtTEP69t5ArCKECTE1gJPXcr4mAcMmH { color:#000000;display:block;width:36.25rem;position:absolute;font-family:"montserrat 500-700";font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:1.3611106872559rem;left:1.3125rem;height:8.7715rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#nwtTEP69t5ArCKECTE1gJPXcr4mAcMmH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#nwtTEP69t5ArCKECTE1gJPXcr4mAcMmH li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/2c3fa66a-d96a-4f16-bc44-43bf3bd34e20/93.png); }
#bAp9OrPCWmRBTIP6RnH2qQ8zipza2dI4 { color:#000000;display:block;width:36.25rem;position:absolute;font-family:"montserrat 500-700";font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:1.3576374053955rem;left:37.5rem;height:8.7715rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#bAp9OrPCWmRBTIP6RnH2qQ8zipza2dI4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bAp9OrPCWmRBTIP6RnH2qQ8zipza2dI4 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/2c3fa66a-d96a-4f16-bc44-43bf3bd34e20/93.png); }
#fIOxai5DdgKPBku6E1EVHkCKz3SZsApb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/264fe462-3a97-4fee-bd69-f90ddc379482/71.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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; }#fIOxai5DdgKPBku6E1EVHkCKz3SZsApb.adaptive-delivery-prevent-bg, #fIOxai5DdgKPBku6E1EVHkCKz3SZsApb.lazyload, #fIOxai5DdgKPBku6E1EVHkCKz3SZsApb.lazyloading { background-image: none; }#fIOxai5DdgKPBku6E1EVHkCKz3SZsApb > .row .container { background-color: transparent; background-image: none; }#fIOxai5DdgKPBku6E1EVHkCKz3SZsApb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #961853; }#fIOxai5DdgKPBku6E1EVHkCKz3SZsApb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fIOxai5DdgKPBku6E1EVHkCKz3SZsApb > .row .container > .video-iframe-container { display: none; }#fIOxai5DdgKPBku6E1EVHkCKz3SZsApb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #961853; }#fIOxai5DdgKPBku6E1EVHkCKz3SZsApb > .row > .video-iframe-container { display: none; }#fIOxai5DdgKPBku6E1EVHkCKz3SZsApb > .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); }#fIOxai5DdgKPBku6E1EVHkCKz3SZsApb > .row .container { border-width: 0; border-radius: 0; }#fIOxai5DdgKPBku6E1EVHkCKz3SZsApb::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; }#fIOxai5DdgKPBku6E1EVHkCKz3SZsApb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fIOxai5DdgKPBku6E1EVHkCKz3SZsApb > .row .container { font-size:0.875rem;font-family:arial;height:96.0625rem;width:75rem;position:relative;display:block; }#vZCkPvfmzsOddGJboJ8z5CvV4ITuau6L { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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: 0rem 0rem 0.3125rem rgba(0,0,0,0.5) ;height:12.5rem;width:12.5rem;display:none; }
#cQLiO1Z2zUp9MokugbMXkTDTEoa7O8LT { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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: 0rem 0rem 0.3125rem rgba(0,0,0,0.5) ;height:12.5rem;width:12.5rem;display:none; }
#G0OVJRzpdXTBbSI1vSX1GoNcXR7ea01G { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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: 0rem 0rem 0.3125rem rgba(0,0,0,0.5) ;height:12.5rem;width:12.5rem;display:none; }
#Aelk8sZn5NUyMk91hCVibAZgoNaZbPh2 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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: 0rem 0rem 0.3125rem rgba(0,0,0,0.5) ;height:12.5rem;width:12.5rem;display:none; }
#dvHRhSKrakANGgdol4sVEJuTHIiuaeL0 { color:#ffffff;display:block;width:17.4370625rem;position:absolute;font-family:"montserrat 500-700";font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:83.3125rem;left:56.125rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DZHDorI5ASkAiwVdfpnuWbchRsqw7MCT { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:13.125rem;top:68rem;left:58.8125rem;overflow:hidden;display:block; }
#O6e60ApXM3Suozn230EQ4QsnP0QccUTr { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem #000000 ;box-sizing:border-box;color:#000000;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.9985625rem;height:3.4375rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:89.3125rem;left:27rem;display:block; }
#xzHeSd4IVJIgzJIQpa1T5kwFoS4oyet8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nQLsFlxMWNwlhZelFqTnacccpsXDvifF { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.375rem;width:55.375rem;top:67.875rem;left:1.5rem;overflow:hidden;display:block; }
#RHXmL68eJQDTU5SI3V0pl6DgK5X7HGQi { color:#000000;display:block;width:50.0625rem;position:absolute;font-family:"montserrat 500-700";font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:68.8125rem;left:2.625rem;height:11.6953125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bJkx9aMo9etNSQTcrwZOCdLIdgyJuZJ1 { color:#ffffff;display:block;width:9.9365rem;position:absolute;font-family:"montserrat 500-700";font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:26.625rem;left:3.5rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#omgUSanJtq6bkWsWTVKfTI9orkVA8UEb { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.75rem;width:55.375rem;top:13.25rem;left:16.25rem;overflow:hidden;display:block; }
#u86aWTHfRiCTGC031VTBcBttNzDpXUaN { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:13.125rem;top:11.75rem;left:2.0625rem;overflow:hidden;display:block; }
#tK0mTzUOIKNbc50JVLpGmVrmLQBhDAQG { color:#000000;display:block;width:47.874rem;position:absolute;font-family:"montserrat 500-700";font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:14.1875rem;left:20rem;height:13.15725rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#U91xSmCWsPNeTq6Azc0HmyNeMdVEHIf4 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:55.375rem;top:33.875rem;left:2.0625rem;overflow:hidden;display:block; }
#wvTSlmtfGclgEtmGw0kexpOSX0QZZHwu { color:#000000;display:block;width:47.4370625rem;position:absolute;font-family:"montserrat 500-700";font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:34.8125rem;left:3.25rem;height:4.38574375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tLn3OT6i4meLbTLmhUBFd2vWgsPz160P { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:13.125rem;top:29.5625rem;left:59.5625rem;overflow:hidden;display:block; }
#qEQIVlp6JCZ5g5AEm9M4MBntTf2FDcdZ { color:#ffffff;display:block;width:13.6870625rem;position:absolute;font-family:"montserrat 500-700";font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:44.25rem;left:59.3125rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tzf5QatlDmVXvDS9NL8WcfXhiiqLtKCP { 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:13.5625rem;width:55.375rem;top:49.875rem;left:16.625rem;overflow:hidden;display:block; }
#KsJBFrERExSqI8lOA6QKgdPA1Lyero7S { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:13.125rem;top:47.1875rem;left:3rem;overflow:hidden;display:block; }
#Sfq4tXavcgtMZzTT7cN3TDJ2oovNmw6Z { color:#ffffff;display:block;width:12.1245625rem;position:absolute;font-family:"montserrat 500-700";font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:61.125rem;left:3.5625rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v5yaxynSuuqGLUvel267TQhbR2wAbfVq { color:#000000;display:block;width:47.874rem;position:absolute;font-family:"montserrat 500-700";font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:50.8125rem;left:20.375rem;height:11.69530625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dRWStdDE5UKtbGcpfJCq5C7LOI2Hm9lI { color:#ffffff;display:block;width:68.06125rem;position:absolute;font-family:"montserrat 2";font-size:2.3125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:2.3676452636719rem;left:3.4689674377441rem;height:6.0125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Kek9zNn0V1vTTATrhoALEHI4pRuPt6Pw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6e5e3;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:none; }#Kek9zNn0V1vTTATrhoALEHI4pRuPt6Pw > .row .container { border-width: 0; border-radius: 0; }#Kek9zNn0V1vTTATrhoALEHI4pRuPt6Pw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kek9zNn0V1vTTATrhoALEHI4pRuPt6Pw > .row .container { font-size:0.875rem;font-family:arial;height:68.625rem;width:75rem;position:relative;display:none; }#r8hiIwLsiWlZUt03ZxwO7NKRpoitxRE6 { background-color:#961853;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: 0.1875rem 0.1875rem 0.3125rem #000000 ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21rem;height:3.4375rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:55.116360187531rem;left:27.625rem;display:block; }
#iWi5kc7Uy6cloZWg5PTvzGe9bfOpN4A6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QxEeDvIaeNR27bVbEZXSGomkCcvt7RN9 { color:#000000;display:block;width:68.75rem;position:absolute;font-family:"montserrat 2";font-size:1.5625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:3.8602432608604rem;left:3.125rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HkwxFJv2T40aAWTcNQ3EyR6pziauFXWU { color:#000000;display:block;width:68.75rem;position:absolute;font-family:"montserrat 2";font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:8.8749923706056rem;left:3.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ht624XDTAmAzeVEOxTVQIcPLuDHWCwsU { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42.875rem;width:50.125rem;top:8.875rem;left:11.875rem;overflow:hidden;display:block; }
#U34my8kAPlsAC9iOQVwFixIQClIGUvAb { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:25.75rem;width:45.875rem;top:17.4375rem;left:14.4375rem;display:block; }
#pPuUITTRUzw8FNQJcptHpGnOlXg1RRPN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a5f78;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:none; }#pPuUITTRUzw8FNQJcptHpGnOlXg1RRPN > .row .container { border-width: 0; border-radius: 0; }#pPuUITTRUzw8FNQJcptHpGnOlXg1RRPN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pPuUITTRUzw8FNQJcptHpGnOlXg1RRPN > .row .container { font-size:0.875rem;font-family:arial;height:15.9375rem;width:75rem;position:relative;display:none; }#sc0DKIdSXCfTwS67rO8wbl7pKCGHxOxu { color:#ffffff;display:block;width:68.75rem;position:absolute;font-family:"montserrat 2";font-size:2.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:5rem;left:3.125rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MrtzR9yMObEoqybK8ZooN1qsFDPV4Jxk { position:absolute;display:block;z-index:15012;background-color:#961853;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.1875rem;width:25rem;top:10.837673187256rem;left:3.125rem;display:block; }
#zTr1TbPuQ9TviOKt5fRCsgX5SbrVV7mQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a5f78;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:none; }#zTr1TbPuQ9TviOKt5fRCsgX5SbrVV7mQ > .row .container { border-width: 0; border-radius: 0; }#zTr1TbPuQ9TviOKt5fRCsgX5SbrVV7mQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zTr1TbPuQ9TviOKt5fRCsgX5SbrVV7mQ > .row .container { font-size:0.875rem;font-family:arial;height:29.5rem;width:75rem;position:relative;display:none; }#CP7xpV41h36p6DZnVe7QbuPJc4Oid7e6 { color:#ffffff;display:block;width:25rem;position:absolute;font-family:"montserrat 500-700";font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:3.0390625rem;left:25rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#CP7xpV41h36p6DZnVe7QbuPJc4Oid7e6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CP7xpV41h36p6DZnVe7QbuPJc4Oid7e6 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/ungibIj5/44.png); }
#StqZqFJZbcoK0WoxNs9uBdmw1DpXr0uZ { color:#ffffff;display:block;width:25rem;position:absolute;font-family:"montserrat 500-700";font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:3.0373268127441rem;left:50rem;height:21.0918125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#StqZqFJZbcoK0WoxNs9uBdmw1DpXr0uZ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#StqZqFJZbcoK0WoxNs9uBdmw1DpXr0uZ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/ungibIj5/44.png); }
#LC4hawQs4TZWwtI6z9z5NKh07wyqw7Q9 { color:#ffffff;display:block;width:19.625rem;position:absolute;font-family:"montserrat 2";font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:3.0390625rem;left:3.125rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;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; }
#X7XbcHg1UscZtN65hPL3ufAvKpP3xrgz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a5f78;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:none; }#X7XbcHg1UscZtN65hPL3ufAvKpP3xrgz > .row .container { border-width: 0; border-radius: 0; }#X7XbcHg1UscZtN65hPL3ufAvKpP3xrgz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X7XbcHg1UscZtN65hPL3ufAvKpP3xrgz > .row .container { font-size:0.875rem;font-family:arial;height:24.9375rem;width:75rem;position:relative;display:none; }#crnmxHFNCPTHZlbZM2Px7GGLUiJdrom9 { color:#ffffff;display:block;width:25rem;position:absolute;font-family:"montserrat 500-700";font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:3.0390625rem;left:25rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#crnmxHFNCPTHZlbZM2Px7GGLUiJdrom9 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#crnmxHFNCPTHZlbZM2Px7GGLUiJdrom9 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/UxfzJFqU/43.png); }
#DLqzFtUOnfAWNOCMTlElZn5Q0ATEslO4 { color:#ffffff;display:block;width:19.625rem;position:absolute;font-family:"montserrat 2";font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:3.0390625rem;left:3.125rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;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; }
#To3A4rWrlJJX8C4cxxNT2CTSQyIH7o4b { color:#ffffff;display:block;width:25rem;position:absolute;font-family:"montserrat 500-700";font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:3.0390625rem;left:50rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#To3A4rWrlJJX8C4cxxNT2CTSQyIH7o4b li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#To3A4rWrlJJX8C4cxxNT2CTSQyIH7o4b li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/UxfzJFqU/43.png); }
#TU2xWmCv3zbrDe9zVC06GxWVHccMCyZK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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:none; }#TU2xWmCv3zbrDe9zVC06GxWVHccMCyZK > .row .container { border-width: 0; border-radius: 0; }#TU2xWmCv3zbrDe9zVC06GxWVHccMCyZK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TU2xWmCv3zbrDe9zVC06GxWVHccMCyZK > .row .container { font-size:0.875rem;font-family:arial;height:84.3125rem;width:75rem;position:relative;display:none; }#SMxKO2eKETVZMkkshV2GhIr6J59v3OP1 { position:absolute;display:block;z-index:15023;background-color:#961853;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:80.0625rem;width:31.25rem;top:0.0625rem;left:6.3125rem;display:block; }
#hPtL8MT7rPu23DuMeLBUeEHOhhDxTZ8f { color:#ffffff;display:block;width:25.625rem;position:absolute;font-family:"montserrat 500-700";font-size:1.125rem;font-weight:400;z-index:15036;line-height:1.5;letter-spacing:0;top:31.125rem;left:9.0625rem;height:26.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#hPtL8MT7rPu23DuMeLBUeEHOhhDxTZ8f li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hPtL8MT7rPu23DuMeLBUeEHOhhDxTZ8f li:before{  }
#nT1dEynpCIFMMOmV46mpfHA9wIJarkbE { color:#ffffff;display:block;width:6.25rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:400;z-index:15028;line-height:1;letter-spacing:0;top:2.5624732971191rem;left:18.8125rem;height:2.8125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#y4vET20Bk7Ks433rWZ7Nv285HAxh7KF0 { color:#ffffff;display:block;width:28.5rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15029;line-height:1;letter-spacing:0;top:17.74609375rem;left:8.25rem;height:2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W2DGXRo9DBeq0IDe9qx2yxOomwC7F5Ns { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.625rem 0.625rem 0.5625rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat 500-700";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3.875rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:63.6875rem;left:14.9375rem;display:block; }
#FikbNBNPeUwGMllJnoEr4LqNgEegNQN9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DsOmuxCyvFoCgwy00g7tvgFnlf35hOih { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:400;z-index:15034;line-height:1;letter-spacing:0;top:3.1874732971191rem;left:47rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#a9b3T0RF1IZRiCPm261cO9qtkPz2mf7I { position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.4375rem solid #961853;border-left:0.4375rem solid #961853;border-right:0.4375rem solid #961853;border-bottom:0.4375rem solid #961853;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:76.1875rem;width:31.25rem;top:1.125rem;left:37.1875rem;display:block; }
#P9nxIXxHIy9pTFSq9trsDfEB2uEMbFiQ { background-color:#961853;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.625rem 0.625rem 0.5625rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat 500-700";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.875rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:63.6875rem;left:46.625rem;display:block; }
#DXSwc8T64hT41ETLnZPnq4Mqb5mRNFdp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RlModmMqcm5hTo3IWaT5PE98JFamgpTG { color:#000000;display:block;width:25.6875rem;position:absolute;font-family:"montserrat 500-700";font-size:1.125rem;font-weight:400;z-index:15037;line-height:1.5;letter-spacing:0;top:31.125rem;left:40.6875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#RlModmMqcm5hTo3IWaT5PE98JFamgpTG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#RlModmMqcm5hTo3IWaT5PE98JFamgpTG li:before{  }
#hQr0GV1uHtTIEF5rgh0oZzn5Z1G4iA71 { color:#ffffff;display:block;width:29.9370625rem;position:absolute;font-family:"montserrat 2";font-size:1.25rem;font-weight:400;z-index:15038;line-height:1.5;letter-spacing:0;top:22.131074905396rem;left:6.9672317504881rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hBMAWUlHOQbTXuMp1OQmQmzcgMI9MsKT { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.625rem 0.625rem 0.5625rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat 500-700";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17rem;height:3.875rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:70.25rem;left:13.375rem;display:block; }
#WQ0ReTNBUEECA1BaQUWK2Xrfohs9mMpo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#blzOihBt5IfetJbPngLpEvpMEDZmz1Rr { background-color:#961853;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.625rem 0.625rem 0.5625rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat 500-700";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17rem;height:3.875rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:70.25rem;left:45rem;display:block; }
#S41P8RBo5noaobhIy9yhZTnmEpDybvHu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#khlWP4GqK0kdWhtxbKa9TslLECRmCEai { color:#000000;display:block;width:29.9370625rem;position:absolute;font-family:"montserrat 2";font-size:1.25rem;font-weight:400;z-index:15039;line-height:1.5;letter-spacing:0;top:22.130005359649rem;left:38.280170440674rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eU04tRzlL4wSirf3y8kUBif3xO5T7h7H { color:#ffffff;display:block;width:29.9375rem;position:absolute;font-family:"montserrat 2";font-size:1.3125rem;font-weight:400;z-index:15039;line-height:1.5;letter-spacing:0;top:8.43593788147rem;left:6.96875rem;height:7.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NXdtXcQTrxqTLifTfoQT6aFhx3eqUDXv { color:#000000;display:block;width:29.9375rem;position:absolute;font-family:"montserrat 2";font-size:1.3125rem;font-weight:400;z-index:15040;line-height:1.5;letter-spacing:0;top:8.4366321563719rem;left:38.28125rem;height:7.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pMbH2hmI3PMW5K9wxhhP7pyPQK8fBaD0 { color:#000000;display:block;width:28.5rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15030;line-height:1;letter-spacing:0;top:17.74609375rem;left:39.250001907349rem;height:2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#i25r91CIuryNTLs4emlFFvmBaBEDSgvr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6e5e3;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; }#i25r91CIuryNTLs4emlFFvmBaBEDSgvr > .row .container { background-color: transparent; background-image: none; }#i25r91CIuryNTLs4emlFFvmBaBEDSgvr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i25r91CIuryNTLs4emlFFvmBaBEDSgvr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i25r91CIuryNTLs4emlFFvmBaBEDSgvr > .row .container > .video-iframe-container { display: none; }#i25r91CIuryNTLs4emlFFvmBaBEDSgvr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i25r91CIuryNTLs4emlFFvmBaBEDSgvr > .row > .video-iframe-container { display: none; }#i25r91CIuryNTLs4emlFFvmBaBEDSgvr > .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); }#i25r91CIuryNTLs4emlFFvmBaBEDSgvr > .row .container { border-width: 0; border-radius: 0; }#i25r91CIuryNTLs4emlFFvmBaBEDSgvr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i25r91CIuryNTLs4emlFFvmBaBEDSgvr > .row .container { font-size:0.875rem;font-family:arial;height:69.875rem;width:75rem;position:relative;display:block; }#ws2OVXm7TFMkqV5T8HS4CNRopr9NZ5fU { color:#000000;display:block;width:68.75rem;position:absolute;font-family:"montserrat 2";font-size:2.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:3.464382648468rem;left:3.125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O86eSkEhoRewW7i0DhNZGOcweF4ixmtt { position:absolute;display:block;z-index:15013;background-color:#961853;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.1875rem;width:25rem;top:8.0624997615813rem;left:25rem;display:block; }
#F9EIOKmQibTEOB0a2AlBcCRacOaWradW { color:#000000;display:block;width:68.75rem;position:absolute;font-family:"montserrat 500-700";font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:11.311824798584rem;left:3.1250019073486rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#clrS4BgAxBnpgCbQTQNfK7EsuX1Gsb0P { color:#000000;display:block;width:68.75rem;position:absolute;font-family:"montserrat 500-700";font-size:1.5625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:19.375rem;left:3.125rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QpEr7WE1qTzv6Ua7HxPFeUB09wENW3Ta { background-color:#fb7400;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: 0.1875rem 0.1875rem 0.3125rem #000000 ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.99975rem;height:3.4375rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:62.7197265625rem;left:26.99951171875rem;display:block; }
#M7zzTw5cPszuOkAM6uoQl0Dv61F7SU93 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lPVEGhT8D8yCfQzzpShKEeGO5JDfWic4 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:4.8125rem;top:25.13916015625rem;left:6.1569409604638rem;overflow:hidden;display:block; }
#tib2yBHyUSGINKO9gN5R40ioZLPJJznV { color:#000000;display:block;width:60.375rem;position:absolute;font-family:"montserrat 500-700";font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:25.76416015625rem;left:11.62353515625rem;height:6.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Wfidq0tfITpG8TxdHVg8sewTXFSHAuG6 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:4.8125rem;top:35.1875rem;left:9.1875rem;overflow:hidden;display:block; }
#rmZsVB6ZOTgPrIaZ9Xfe3ukV2UMu65us { color:#000000;display:block;width:57.1875rem;position:absolute;font-family:"montserrat 500-700";font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:35.8125rem;left:14.625rem;height:8.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CMLOZLkPeB1W7HusJJsiHMZaIBChWZ6w { color:#000000;display:block;width:62.625rem;position:absolute;font-family:"montserrat 500-700";font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:45.875rem;left:10.9375rem;height:6.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fCeUxwnyTcx2usJehlCAaCdOHzyOr0kO { 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:4rem;width:4.8125rem;top:45.25rem;left:5.5rem;overflow:hidden;display:block; }
#fqHFTi4NCxGLag0PFVUslKLCmT5EHeRv { color:#000000;display:block;width:58.31175rem;position:absolute;font-family:"montserrat 500-700";font-size:1.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:55.830078125rem;left:10.311279296875rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SfvrJUw3ivmXG9oLwTeOcfF2Vrqdf2zS { color:#000000;display:block;width:68.75rem;position:absolute;font-family:"montserrat 500-700";font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:11.311824798584rem;left:3.1250019073486rem;height:4.87426875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#k4RqgIHHLECl8B27VQJJk3AHNTQknxLQ { color:#000000;display:block;width:58.31175rem;position:absolute;font-family:"montserrat 500-700";font-size:1.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:55.830078125rem;left:10.311279296875rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#arDvhhyundwVpgncmVI2d6seJxpPmHnd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#arDvhhyundwVpgncmVI2d6seJxpPmHnd > .row .container { background-color: transparent; background-image: none; }#arDvhhyundwVpgncmVI2d6seJxpPmHnd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#arDvhhyundwVpgncmVI2d6seJxpPmHnd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#arDvhhyundwVpgncmVI2d6seJxpPmHnd > .row .container > .video-iframe-container { display: none; }#arDvhhyundwVpgncmVI2d6seJxpPmHnd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#arDvhhyundwVpgncmVI2d6seJxpPmHnd > .row > .video-iframe-container { display: none; }#arDvhhyundwVpgncmVI2d6seJxpPmHnd > .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); }#arDvhhyundwVpgncmVI2d6seJxpPmHnd > .row .container { border-width: 0; border-radius: 0; }#arDvhhyundwVpgncmVI2d6seJxpPmHnd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#arDvhhyundwVpgncmVI2d6seJxpPmHnd > .row .container { font-size:0.875rem;font-family:arial;height:40.3125rem;width:75rem;position:relative;display:block; }#kblBLmtCd55UeiS3lwPNf9ry8ePwAwVI { color:#000000;display:block;width:66.375rem;position:absolute;font-family:"montserrat 2";font-size:2.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:5.25rem;left:3.125rem;height:6.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IfTNFSmi7gsVyd2GTFvHOHkfFyfkeA7z { position:absolute;display:block;z-index:15014;background-color:#961853;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.1875rem;width:25rem;top:12.90625rem;left:3.125rem;display:block; }
#qGzE7cW46wa2kQaZ6kKBVHK8hospn3oV { color:#000000;display:block;width:49.9375rem;position:absolute;font-family:"montserrat 2";font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:15.43701171875rem;left:3.125rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NZqJdDkWZ5l3sittB1pZ6zZUwp6MhtuV { color:#000000;display:block;width:68.75rem;position:absolute;font-family:"montserrat 500-700";font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:21.7431640625rem;left:3.125rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iIuaogtBflanWTCA17ZUKZrlZH41MQ1u { color:#000000;display:block;width:36.25rem;position:absolute;font-family:"montserrat 500-700";font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:27.36572265625rem;left:3.125rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#iIuaogtBflanWTCA17ZUKZrlZH41MQ1u li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#iIuaogtBflanWTCA17ZUKZrlZH41MQ1u li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/2c3fa66a-d96a-4f16-bc44-43bf3bd34e20/93.png); }
#giTkXHUIOqBtidOW9hi03PTMfH7OER3P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#961853;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:none; }#giTkXHUIOqBtidOW9hi03PTMfH7OER3P > .row .container { border-width: 0; border-radius: 0; }#giTkXHUIOqBtidOW9hi03PTMfH7OER3P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#giTkXHUIOqBtidOW9hi03PTMfH7OER3P > .row .container { font-size:0.875rem;font-family:arial;height:34.4375rem;width:75rem;position:relative;display:none; }#DpVCiz6rMZBBgwPteS65ttJfbWvOkCpH .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#DpVCiz6rMZBBgwPteS65ttJfbWvOkCpH .widget-text.counter-number { border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;background-color:#961853;background-image:none;color:#ffffff;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:"open sans";font-size:2rem;font-weight:400;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;font-style:normal; }
#DpVCiz6rMZBBgwPteS65ttJfbWvOkCpH .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:montserrat;font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal; }
#DpVCiz6rMZBBgwPteS65ttJfbWvOkCpH { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#961853;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:19rem;height:5.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:10.651918411255rem;left:28rem;z-index:15000; }
#DpVCiz6rMZBBgwPteS65ttJfbWvOkCpH #lo2V7EqIUxu2Sdm9TTxqu4WchN4Wi5Ua { display:flex;position:relative;top:0rem;left:0rem; }
#DpVCiz6rMZBBgwPteS65ttJfbWvOkCpH #fc1U08lb1Xt5Z3acp7zTTDEF1BTrXyup { width:auto; }
#DpVCiz6rMZBBgwPteS65ttJfbWvOkCpH #OGgNFT58h4uepShVaC3zzsDvxh96CZbM {  }
#DpVCiz6rMZBBgwPteS65ttJfbWvOkCpH #edoZBZ5Tlf6O0IBH039exzaMi3TQqSoI { display:flex;position:relative;top:0rem;left:0rem; }
#DpVCiz6rMZBBgwPteS65ttJfbWvOkCpH #eNpVhAaf3EA8Fyw7QBv42DeUTHbARpXg {  }
#DpVCiz6rMZBBgwPteS65ttJfbWvOkCpH #bZgKr0I8Kbl0tme2JQw3oZgiIHl61a3a {  }
#DpVCiz6rMZBBgwPteS65ttJfbWvOkCpH #BV6gmZs5f8Gg4rixmZy9glL59fBwenJS { display:flex;position:relative;top:0rem;left:0rem; }
#DpVCiz6rMZBBgwPteS65ttJfbWvOkCpH #u522qdydQVDZVnqTL00C5noC89PfLkKx {  }
#DpVCiz6rMZBBgwPteS65ttJfbWvOkCpH #u3svr3assIGE0DPMEaG1Aug9ku6W2cid {  }
#DpVCiz6rMZBBgwPteS65ttJfbWvOkCpH #SuiE2TeDnAGUsfeWTT3CIhwsycvFBhAU { display:flex;position:relative;top:0rem;left:0rem; }
#DpVCiz6rMZBBgwPteS65ttJfbWvOkCpH #AiEdqHzWnMDI11f1JmqPaPsDzxA2EQ7u {  }
#DpVCiz6rMZBBgwPteS65ttJfbWvOkCpH #XHL3Zs9ZKysTufBMHZDBH8C2KzMg7sry {  }
#ychCWQ3IZSW85dvLLT3PLzoxOZ6ZC5RR { color:#ffffff;display:block;width:62.5rem;position:absolute;font-family:"montserrat 2";font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:5.4010410308838rem;left:6.25rem;height:2.34375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#teRRgUQzIdxL2Pk12hpsC0VGJZEVNZ1t { color:#ffffff;display:block;width:55rem;position:absolute;font-family:"montserrat 2";font-size:2.5rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:20.388889551162rem;left:10rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W7kTsqQhPxvV7TlAXAuWnf8PpSoBkNxm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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:none; }#W7kTsqQhPxvV7TlAXAuWnf8PpSoBkNxm > .row .container { border-width: 0; border-radius: 0; }#W7kTsqQhPxvV7TlAXAuWnf8PpSoBkNxm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W7kTsqQhPxvV7TlAXAuWnf8PpSoBkNxm > .row .container { font-size:0.875rem;font-family:arial;height:23.5rem;width:75rem;position:relative;display:none; }#InX0ALPIgzZIK9yOWSOSVcEJ3ADcWNmB { color:#000000;display:block;width:60.625rem;position:absolute;font-family:"montserrat 2";font-size:2.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:5rem;left:7.1875rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VtSo5rmIP7IR7nti9uWxWdOm6wBxbVXS { position:absolute;display:block;z-index:15011;background-color:#961853;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.1875rem;width:25rem;top:13.485202789307rem;left:25rem;display:block; }
#erJSEoy5nBAvs7mAwDVgHoihsEk0FZoe { color:#000000;display:block;width:62.5rem;position:absolute;font-family:"montserrat 2";font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:16.83242559433rem;left:5.375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tJcbzDCplX81AHDVqq8hqMBsJHiles5i { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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:none; }#tJcbzDCplX81AHDVqq8hqMBsJHiles5i > .row .container { border-width: 0; border-radius: 0; }#tJcbzDCplX81AHDVqq8hqMBsJHiles5i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tJcbzDCplX81AHDVqq8hqMBsJHiles5i > .row .container { font-size:0.875rem;font-family:arial;height:54.9375rem;width:75rem;position:relative;display:none; }#i5GoVRoF5JfuL62JK0Z9GWcG6H8E8J16 { 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:31.5625rem;width:31.5625rem;top:12.6875rem;left:2rem;overflow:hidden;display:block; }
#p4kN3TQZvuFgyZd10SCHdwufBMW1T2XQ { color:#000000;display:block;width:5.375rem;position:absolute;font-family:"montserrat 2";font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:43.25rem;left:2rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AXKW8cIGtRmTT3QwB3p3offsET1Nzku0 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"montserrat 2";font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:31.186019897461rem;left:1.4366321563721rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NoT5eutU6reZhhm9aD8OLi2O9cgt7nzt { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"montserrat 2";font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:25.455768585205rem;left:6.5614166259762rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PBLK1MsS1JzkzySgk0fhxEn9nF6V6mu8 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"montserrat 2";font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:19.498737335205rem;left:11.531036376953rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TD0LlZlLiNTfhid2Ru9PLN8uOQDwLnxA { color:#000000;display:block;width:34.375rem;position:absolute;font-family:"montserrat 500-700";font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:3.4679155349731rem;left:39.75rem;height:46.8818125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#TD0LlZlLiNTfhid2Ru9PLN8uOQDwLnxA li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TD0LlZlLiNTfhid2Ru9PLN8uOQDwLnxA li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/2c3fa66a-d96a-4f16-bc44-43bf3bd34e20/93.png); }
#p5lXmeHAZhsy8F6mPrE3bbuWvyCZ8hG6 { color:#961853;display:block;width:24.4998125rem;position:absolute;font-family:"montserrat 2";font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:9.2871503829956rem;left:13.060981750488rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#xmCzDDDhiRPCqWDV5baQ8mNDR4sIOqee { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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:none; }#xmCzDDDhiRPCqWDV5baQ8mNDR4sIOqee > .row .container { border-width: 0; border-radius: 0; }#xmCzDDDhiRPCqWDV5baQ8mNDR4sIOqee > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xmCzDDDhiRPCqWDV5baQ8mNDR4sIOqee > .row .container { font-size:0.875rem;font-family:arial;height:29.875rem;width:75rem;position:relative;display:none; }#f6fABsplPfeFi9zACbGMz6T4EGB7ycVB { color:#000000;display:block;width:44.125rem;position:absolute;font-family:"montserrat 2";font-size:1.5625rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:3.3098959922791rem;left:15.4375rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#f6fABsplPfeFi9zACbGMz6T4EGB7ycVB li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#f6fABsplPfeFi9zACbGMz6T4EGB7ycVB li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/2c3fa66a-d96a-4f16-bc44-43bf3bd34e20/93.png); }
#tzF53WyZa0TSe3KdsNUGVAa46EFkILcq { color:#000000;display:block;width:63.9375rem;position:absolute;font-family:"montserrat 500-700";font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:8.8124996423719rem;left:5.53125rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JTLcmWSHXmQ9QOoI61wx1gsVwotbTGys { background-color:#961853;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: 0.1875rem 0.1875rem 0.3125rem #000000 ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.999375rem;height:3.4375rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:20.631523132324rem;left:26.999786376953rem;display:block; }
#dDK4kGv0uZURVie9bhce363vPCsHcTUg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TI9IEZeCUDLe3ZIXACXdkotZCpG6R8MX { color:#000000;display:block;width:63.9375rem;position:absolute;font-family:"montserrat 500-700";font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:8.8124996423719rem;left:5.53125rem;height:8.12175rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#RaxPSbPbQcDGvg6eRnTTk3TXBW10ygT7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a5f78;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; }#RaxPSbPbQcDGvg6eRnTTk3TXBW10ygT7 > .row .container { background-color: transparent; background-image: none; }#RaxPSbPbQcDGvg6eRnTTk3TXBW10ygT7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RaxPSbPbQcDGvg6eRnTTk3TXBW10ygT7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RaxPSbPbQcDGvg6eRnTTk3TXBW10ygT7 > .row .container > .video-iframe-container { display: none; }#RaxPSbPbQcDGvg6eRnTTk3TXBW10ygT7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RaxPSbPbQcDGvg6eRnTTk3TXBW10ygT7 > .row > .video-iframe-container { display: none; }#RaxPSbPbQcDGvg6eRnTTk3TXBW10ygT7 > .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); }#RaxPSbPbQcDGvg6eRnTTk3TXBW10ygT7 > .row .container { border-width: 0; border-radius: 0; }#RaxPSbPbQcDGvg6eRnTTk3TXBW10ygT7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RaxPSbPbQcDGvg6eRnTTk3TXBW10ygT7 > .row .container { font-size:0.875rem;font-family:arial;height:21.3125rem;width:75rem;position:relative;display:block; }#Sd6pTJlicViRHHB0S2lQaC7DqLqAi93t { color:#ffffff;display:block;width:60.625rem;position:absolute;font-family:"montserrat 2";font-size:2.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:5rem;left:7.1875rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yO1xFyZkwtrbPAAiv00lTLM3HCK8hsSS { position:absolute;display:block;z-index:15011;background-color:#961853;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.1875rem;width:25rem;top:13.485202789307rem;left:25rem;display:block; }
#TvcAgFuCeViTTAdcmdhXvno9xQgUMMtL { color:#ffffff;display:block;width:62.5rem;position:absolute;font-family:"montserrat 2";font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:15.763020515442rem;left:6.25rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X3N8xflovK1pq0vCZXlzrdVB5veQafk6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a5f78;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:none; }#X3N8xflovK1pq0vCZXlzrdVB5veQafk6 > .row .container { border-width: 0; border-radius: 0; }#X3N8xflovK1pq0vCZXlzrdVB5veQafk6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X3N8xflovK1pq0vCZXlzrdVB5veQafk6 > .row .container { font-size:0.875rem;font-family:arial;height:53.6875rem;width:75rem;position:relative;display:none; }#oAC6SnTQeJBGhVRbw7PT7TKTKwNU0IeJ { 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:30.625rem;width:30.625rem;top:6.25rem;left:40.8125rem;overflow:hidden;display:block; }
#gGpLIVPZ11MrvGyEK2nSprAECKDh6zki { color:#ffffff;display:block;width:34.375rem;position:absolute;font-family:"montserrat 500-700";font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:4.5625138282776rem;left:1.5625rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#gGpLIVPZ11MrvGyEK2nSprAECKDh6zki li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#gGpLIVPZ11MrvGyEK2nSprAECKDh6zki li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/2c3fa66a-d96a-4f16-bc44-43bf3bd34e20/93.png); }
#O8SSwT10si7E7zm8Fi2C2thE66B05wkn { color:#ffffff;display:block;width:5.375rem;position:absolute;font-family:"montserrat 2";font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:34.125rem;left:40.8125rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NuafDpbpJBTEN5yF5S5gqP6bsCP71aFg { color:#ffffff;display:block;width:10.125rem;position:absolute;font-family:"montserrat 2";font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:2.5625rem;left:58.0625rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tpb179sDX3WJXDS3pucu6EX5q1Tn5mQz { color:#ffffff;display:block;width:13.875rem;position:absolute;font-family:"montserrat 2";font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:14.249145507812rem;left:38.437503814698rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zaBa4xxHQwJtO0mAyk4xZ9KS136rTDqt { color:#ffffff;display:block;width:9.625rem;position:absolute;font-family:"montserrat 2";font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:35rem;left:49.25rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zbbNVnXRUPRqu7u4s6QN6LPLIZ2a1No3 { color:#ffffff;display:block;width:9.625rem;position:absolute;font-family:"montserrat 2";font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:31.624999284744rem;left:64.5625rem;height:4.38574375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#INtrBst0UCQsKpOWa0rE3ERLnAU29PQg { color:#ffffff;display:block;width:7.125rem;position:absolute;font-family:"montserrat 2";font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:13.519097566604rem;left:67.875rem;height:4.3857375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uMTcq7BrGAQun2O5IVZS9ylvmdvBeS6V { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a5f78;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; }#uMTcq7BrGAQun2O5IVZS9ylvmdvBeS6V > .row .container { background-color: transparent; background-image: none; }#uMTcq7BrGAQun2O5IVZS9ylvmdvBeS6V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uMTcq7BrGAQun2O5IVZS9ylvmdvBeS6V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uMTcq7BrGAQun2O5IVZS9ylvmdvBeS6V > .row .container > .video-iframe-container { display: none; }#uMTcq7BrGAQun2O5IVZS9ylvmdvBeS6V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uMTcq7BrGAQun2O5IVZS9ylvmdvBeS6V > .row > .video-iframe-container { display: none; }#uMTcq7BrGAQun2O5IVZS9ylvmdvBeS6V > .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); }#uMTcq7BrGAQun2O5IVZS9ylvmdvBeS6V > .row .container { border-width: 0; border-radius: 0; }#uMTcq7BrGAQun2O5IVZS9ylvmdvBeS6V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uMTcq7BrGAQun2O5IVZS9ylvmdvBeS6V > .row .container { font-size:0.875rem;font-family:arial;height:15.5625rem;width:75rem;position:relative;display:block; }#Imc0Evx2vOSdr4ikwC0HNAIdfUvsJ4rg { background-color:#961853;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: 0.1875rem 0.1875rem 0.3125rem #000000 ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21rem;height:3.4375rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:4.7916533946991rem;left:27rem;display:block; }
#cq5f9tNQkocFKvtesOIA7wMl0uzX9Z2X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AHqTvxEfQsyDMPwarMxnhPZ5x3mA3fux { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#AHqTvxEfQsyDMPwarMxnhPZ5x3mA3fux > .row .container { background-color: transparent; background-image: none; }#AHqTvxEfQsyDMPwarMxnhPZ5x3mA3fux::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AHqTvxEfQsyDMPwarMxnhPZ5x3mA3fux > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AHqTvxEfQsyDMPwarMxnhPZ5x3mA3fux > .row .container > .video-iframe-container { display: none; }#AHqTvxEfQsyDMPwarMxnhPZ5x3mA3fux > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AHqTvxEfQsyDMPwarMxnhPZ5x3mA3fux > .row > .video-iframe-container { display: none; }#AHqTvxEfQsyDMPwarMxnhPZ5x3mA3fux > .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); }#AHqTvxEfQsyDMPwarMxnhPZ5x3mA3fux > .row .container { border-width: 0; border-radius: 0; }#AHqTvxEfQsyDMPwarMxnhPZ5x3mA3fux > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AHqTvxEfQsyDMPwarMxnhPZ5x3mA3fux > .row .container { font-size:0.875rem;font-family:arial;height:45.1875rem;width:75rem;position:relative;display:block; }#EN7rbTZTMwsf7TibiyeZPv1CyEyscD2a { color:#000000;display:block;width:35.1248125rem;position:absolute;font-family:"montserrat 2";font-size:2.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:3.625rem;left:2.3125rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uv29nxIDtrNNa5h6fTWbTtKxGl89VM7c { position:absolute;display:block;z-index:15011;background-color:#961853;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.186631875rem;width:25rem;top:8.375rem;left:2.3125rem;display:block; }
#ExXtJk8WnEw0hQaRZuEm0ZCdyAhTFisw { color:#000000;display:block;width:44.3125rem;position:absolute;font-family:"montserrat 500-700";font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:11.1875rem;left:2.5625rem;height:30.70018125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#itzvQZyUyfCBCMEqa0EqX6op2roC9XxZ { color:#000000;display:block;width:44.3125rem;position:absolute;font-family:"montserrat 500-700";font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:13.3125rem;left:2rem;height:30.71615625rem;font-style:normal;text-align:justify;text-align-last:initial;display:none; }
#K5QgtO1I1VzoCRTnLHkwnliuOUTitQld { color:#000000;display:block;width:44.3125rem;position:absolute;font-family:"montserrat 500-700";font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:13.3125rem;left:2rem;height:30.71615625rem;font-style:normal;text-align:justify;text-align-last:initial;display:none; }
#SIAfJXGgvZt2xoTCt7cxMqqsxzlduE6E { position:absolute;display:block;z-index:15012;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:38.1875rem;width:25.4375rem;top:7rem;left:49.5625rem;overflow:hidden;display:block; }
#vsWp7iSgTIzwahL4MmK4q7lo1o8o3WtI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6e5e3;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:none; }#vsWp7iSgTIzwahL4MmK4q7lo1o8o3WtI > .row .container { border-width: 0; border-radius: 0; }#vsWp7iSgTIzwahL4MmK4q7lo1o8o3WtI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vsWp7iSgTIzwahL4MmK4q7lo1o8o3WtI > .row .container { font-size:0.875rem;font-family:arial;height:33.9375rem;width:75rem;position:relative;display:none; }#amTmOXEaTn6JCSnUTuylSp09IV7nztMc { color:#000000;display:block;width:60.625rem;position:absolute;font-family:"montserrat 2";font-size:2.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:5rem;left:7.1875rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#By7yDT8pzCzTlDg5FX8LVcwiqmE2nPGV { position:absolute;display:block;z-index:15011;background-color:#961853;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.186631875rem;width:25rem;top:13.481119871139rem;left:25.000003814698rem;display:block; }
#crypkT9NyQALzx2JregJWiow8ZWugGCo { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:54.6245625rem;top:18.623047590256rem;left:10.186634063721rem;overflow:hidden;display:block; }
#dlygbz1PeurG7bTTEMnFTBJv6JRkoNgs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6e5e3;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:none; }#dlygbz1PeurG7bTTEMnFTBJv6JRkoNgs > .row .container { border-width: 0; border-radius: 0; }#dlygbz1PeurG7bTTEMnFTBJv6JRkoNgs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dlygbz1PeurG7bTTEMnFTBJv6JRkoNgs > .row .container { font-size:0.875rem;font-family:arial;height:72.9375rem;width:75rem;position:relative;display:none; }#xERQ3JV0ukza1xwFi4GIZLe6GiV6MRWM { 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:13rem;width:53.375rem;top:1.345458984375rem;left:0rem;overflow:hidden;display:block; }
#Kmh8kk69VzByKOo5NMun4D8ttPL2Ee9L { color:#000000;display:block;width:48.6870625rem;position:absolute;font-family:"montserrat 500-700";font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:4.1655807495117rem;left:3.4678840637207rem;height:7.3095625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vIw6B5LXxuRBwG8GB5cKuaUnkGrdVnAN { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.4375rem;width:53.125rem;top:28.75rem;left:0.875rem;overflow:hidden;display:block; }
#abU8OzFDTdyLHk5BFQLTgvehZx5HL1xR { color:#000000;display:block;width:41.749125rem;position:absolute;font-family:"montserrat 500-700";font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:20.186634063721rem;left:29.187286376953rem;height:5.84765625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GngA3AhfLkhLJGaDs3mLpeFbhSMUTvex { 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:9.4375rem;width:46.5625rem;top:17.3125rem;left:27.375rem;overflow:hidden;display:block; }
#QGuCJnJJViRDZzzAcuW9dLoKG3TX12a3 { color:#000000;display:block;width:48.4375rem;position:absolute;font-family:"montserrat 500-700";font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:32rem;left:4.25rem;height:7.3095625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FXNZsdMuAHcZPDN83aTLTbzINNThQ9hh { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.75rem;width:51.3125rem;top:44.375rem;left:22.875rem;overflow:hidden;display:block; }
#QnnpqHmud7WMy9JUEZII3tTHddX2RtHh { color:#000000;display:block;width:47.4370625rem;position:absolute;font-family:"montserrat 500-700";font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:47.4375rem;left:24.1875rem;height:5.84765625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AG4N2a2dlBEGw4w9Jshyi0TXIRGcVVyq { background-color:#961853;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: 0.1875rem 0.1875rem 0.3125rem #000000 ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.9985625rem;height:3.4375rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:66.121826171875rem;left:25.185546875rem;display:block; }
#NkuQ1pRliUanGBFWAsrXaPAELbPsq8zu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uOXuEKHMf0r40XSaC7gm4uyJTOJfwtQL { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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: 0rem 0rem 0.3125rem rgba(0,0,0,0.5) ;height:12.5rem;width:12.5rem;display:none; }
#CDZzLCkO5QoMOsCgx3o2hgw8TPhf0Hcd { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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: 0rem 0rem 0.3125rem rgba(0,0,0,0.5) ;height:12.5rem;width:12.5rem;display:none; }
#HmpLoZ1E4qtx9vXWLBTZIXmg3IU4NCy3 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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: 0rem 0rem 0.3125rem rgba(0,0,0,0.5) ;height:12.5rem;width:12.5rem;display:none; }
#kUFS4sniAP4GJqJ3V2HF4rq9xhvD4E8v { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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: 0rem 0rem 0.3125rem rgba(0,0,0,0.5) ;height:12.5rem;width:12.5rem;display:none; }
#DCcnenHWcdeNXrInLxLOPPNHRB878f3N { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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: 0rem 0rem 0.3125rem rgba(0,0,0,0.5) ;height:12.5rem;width:12.5rem;display:none; }
#i6yNLHVqDiT5GNWtpU82dtXT11a2cPwt { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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: 0rem 0rem 0.3125rem rgba(0,0,0,0.5) ;height:12.5rem;width:12.5rem;display:none; }
#K75ILWEshTHz1LfBfG2TtR4gLog5zVsR { color:#000000;display:block;width:12.999125rem;position:absolute;font-family:"montserrat 500-700";font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:2.1527786254883rem;left:3.4678840637207rem;height:1.462675rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#WpuHU1k9DTW1e8XOXec6KLFDTbNlsdbQ { color:#000000;display:block;width:12.9980625rem;position:absolute;font-family:"montserrat 500-700";font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:18.106554031372rem;left:29.187286376953rem;height:1.462675rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#pcfDlwzy0xcVuBBBeMRbDUdZkscekDhb { color:#000000;display:block;width:12.9980625rem;position:absolute;font-family:"montserrat 500-700";font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:29.776477575302rem;left:4.2491340637207rem;height:1.462675rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#VFbdFa6x3038B6FuZAleuFaI83gPDG1b { color:#000000;display:block;width:12.9980625rem;position:absolute;font-family:"montserrat 500-700";font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:45.3125rem;left:24.1875rem;height:1.462675rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#mxVIVKiMDXpaAxaHCJwKbfAxp1QoCPoe { position:absolute;display:block;z-index:15042;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:15.7498125rem;width:18.811875rem;top:40.8125rem;left:2.1875rem;overflow:hidden;display:block; }
#JVFuLTucWKI9NPU79IqrJuCiATEecbe5 { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.6875rem;width:18.75rem;top:4.1645660400391rem;left:56.248920440674rem;overflow:hidden;display:block; }
#K78hbUXCDzRoW4kgENUTXSIKqVy2enXX { color:#000000;display:block;width:47.4370625rem;position:absolute;font-family:"montserrat 500-700";font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:47.4375rem;left:24.1875rem;height:5.85069375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#cWdv4ofcP0Ah4QZfAR4L7rvq8TI0Qfxv { color:#000000;display:block;width:60.625rem;position:absolute;font-family:"montserrat 2";font-size:2.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:60.015869140625rem;left:7.1875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FSCw8T9Z2y2cgulunnP6BK7raebspfhz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#791e10;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:none; }#FSCw8T9Z2y2cgulunnP6BK7raebspfhz > .row .container { border-width: 0; border-radius: 0; }#FSCw8T9Z2y2cgulunnP6BK7raebspfhz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FSCw8T9Z2y2cgulunnP6BK7raebspfhz > .row .container { font-size:0.875rem;font-family:arial;height:24.1875rem;width:75rem;position:relative;display:none; }#NVBERk7TliA2OdIlsBo5NETLEaqwyyHu .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#NVBERk7TliA2OdIlsBo5NETLEaqwyyHu .widget-text.counter-number { border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;background-color:#791e10;background-image:none;color:#ffffff;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:"open sans";font-size:2rem;font-weight:400;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;font-style:normal; }
#NVBERk7TliA2OdIlsBo5NETLEaqwyyHu .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:montserrat;font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal; }
#NVBERk7TliA2OdIlsBo5NETLEaqwyyHu { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#791e10;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:19rem;height:5.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:10.651918411255rem;left:28rem;z-index:15000; }
#NVBERk7TliA2OdIlsBo5NETLEaqwyyHu #EKu7T63kriZGuLkp1LCT2vQG4CoeRXTO { display:flex;position:relative;top:0rem;left:0rem; }
#NVBERk7TliA2OdIlsBo5NETLEaqwyyHu #CfLVsGxLEf9KalFieD54eKuCnkwQTLr0 { width:auto; }
#NVBERk7TliA2OdIlsBo5NETLEaqwyyHu #TDGUE18hnvsb7nGMDHT8FEOCar9EbO1U {  }
#NVBERk7TliA2OdIlsBo5NETLEaqwyyHu #xsIUo4N1tEHuFQeFDQehRTEAfSOdTG21 { display:flex;position:relative;top:0rem;left:0rem; }
#NVBERk7TliA2OdIlsBo5NETLEaqwyyHu #DJcbAtMUrySkAUe9BSWc5ebJWfRlzG7m {  }
#NVBERk7TliA2OdIlsBo5NETLEaqwyyHu #ERCGL6aK3UU7A2E7ixZxtETyTTThcQ4u {  }
#NVBERk7TliA2OdIlsBo5NETLEaqwyyHu #G0grMAmnkchtzeL0psOEJoXi9unLQx1V { display:flex;position:relative;top:0rem;left:0rem; }
#NVBERk7TliA2OdIlsBo5NETLEaqwyyHu #IOzLTMJlfrb0N2ilSrUQoNTkFXdifncE {  }
#NVBERk7TliA2OdIlsBo5NETLEaqwyyHu #FeUU2pE9pJean2ppMrsiJG4od0TH2Ot8 {  }
#NVBERk7TliA2OdIlsBo5NETLEaqwyyHu #mdXIJOHstfeXubVE90SeERnE7CvVsGXW { display:flex;position:relative;top:0rem;left:0rem; }
#NVBERk7TliA2OdIlsBo5NETLEaqwyyHu #JSFTFBU35twOmNWxKoxPZpCEmKtb8C9E {  }
#NVBERk7TliA2OdIlsBo5NETLEaqwyyHu #ek3rANE7edBNAXvJbef2wNRZkxF1gNMH {  }
#Emww5QmC2ey6KAbp5wo8OeyiyiM5ETTt { color:#ffffff;display:block;width:62.5rem;position:absolute;font-family:"montserrat 2";font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:5.4010410308838rem;left:6.25rem;height:2.34375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Om8mxi1ql7Qw2itgyz4Lt6Uep3BSaJRd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#961853;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; }#Om8mxi1ql7Qw2itgyz4Lt6Uep3BSaJRd > .row .container { background-color: transparent; background-image: none; }#Om8mxi1ql7Qw2itgyz4Lt6Uep3BSaJRd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Om8mxi1ql7Qw2itgyz4Lt6Uep3BSaJRd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Om8mxi1ql7Qw2itgyz4Lt6Uep3BSaJRd > .row .container > .video-iframe-container { display: none; }#Om8mxi1ql7Qw2itgyz4Lt6Uep3BSaJRd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Om8mxi1ql7Qw2itgyz4Lt6Uep3BSaJRd > .row > .video-iframe-container { display: none; }#Om8mxi1ql7Qw2itgyz4Lt6Uep3BSaJRd > .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); }#Om8mxi1ql7Qw2itgyz4Lt6Uep3BSaJRd > .row .container { border-width: 0; border-radius: 0; }#Om8mxi1ql7Qw2itgyz4Lt6Uep3BSaJRd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Om8mxi1ql7Qw2itgyz4Lt6Uep3BSaJRd > .row .container { font-size:0.875rem;font-family:arial;height:2.875rem;width:75rem;position:relative;display:block; }#C2ZIEUikrr9y0Hii5gbm9UvnWg4VF3eo { 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:60rem;width:60rem;display:none; }
#meZveKJF7iVOKst2MxTQKenPLkTMOxCP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#meZveKJF7iVOKst2MxTQKenPLkTMOxCP > .row .container { background-color: transparent; background-image: none; }#meZveKJF7iVOKst2MxTQKenPLkTMOxCP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#meZveKJF7iVOKst2MxTQKenPLkTMOxCP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#meZveKJF7iVOKst2MxTQKenPLkTMOxCP > .row .container > .video-iframe-container { display: none; }#meZveKJF7iVOKst2MxTQKenPLkTMOxCP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#meZveKJF7iVOKst2MxTQKenPLkTMOxCP > .row > .video-iframe-container { display: none; }#meZveKJF7iVOKst2MxTQKenPLkTMOxCP > .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); }#meZveKJF7iVOKst2MxTQKenPLkTMOxCP > .row .container { border-width: 0; border-radius: 0; }#meZveKJF7iVOKst2MxTQKenPLkTMOxCP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#meZveKJF7iVOKst2MxTQKenPLkTMOxCP > .row .container { font-size:0.875rem;font-family:arial;height:13.1875rem;width:75rem;position:relative;display:block; }#fCNHbPW7L5tflXTLqtilNzClch2kRoZV { color:#002543;display:block;width:65.625rem;position:absolute;font-family:"montserrat lozinskiego";font-size:2.1875rem;font-weight:700;z-index:15010;line-height:1;letter-spacing:0;top:5rem;left:1.875rem;height:2.1875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zovZkCKDshMn3BXOlhKP8gFuN3sCfVqv { position:absolute;display:block;z-index:15012;background-color:#961853;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.1875rem;width:25rem;top:8.1527776718137rem;left:1.875rem;display:block; }
#G3DHXfGXzIKqTysXyIHzoaw5RVctdPhK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#G3DHXfGXzIKqTysXyIHzoaw5RVctdPhK > .row .container { background-color: transparent; background-image: none; }#G3DHXfGXzIKqTysXyIHzoaw5RVctdPhK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G3DHXfGXzIKqTysXyIHzoaw5RVctdPhK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G3DHXfGXzIKqTysXyIHzoaw5RVctdPhK > .row .container > .video-iframe-container { display: none; }#G3DHXfGXzIKqTysXyIHzoaw5RVctdPhK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G3DHXfGXzIKqTysXyIHzoaw5RVctdPhK > .row > .video-iframe-container { display: none; }#G3DHXfGXzIKqTysXyIHzoaw5RVctdPhK > .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); }#G3DHXfGXzIKqTysXyIHzoaw5RVctdPhK > .row .container { border-width: 0; border-radius: 0; }#G3DHXfGXzIKqTysXyIHzoaw5RVctdPhK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G3DHXfGXzIKqTysXyIHzoaw5RVctdPhK > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;position:relative;display:block; }#CFEAyRakwh19KXc2Gwa4QwzT0ORLzPhT { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:"montserrat 500-700";font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:1.25rem;left:2.5rem;height:4.14258125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T8K1A1qHSkVlK3ClRTs7wOT5tkmpi2c7 { color:#000000;display:block;width:21.875rem;position:absolute;font-family:"montserrat 500-700";font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:1.25rem;left:27.5rem;height:9.6660375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xDOv3WovJa15TKDZHaWxJgJn2JNwQmyS { color:#000000;display:block;width:20.8125rem;position:absolute;font-family:"montserrat 500-700";font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:1.25rem;left:52.5rem;height:9.66603125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TcGzvAB5xNflk4Fp27FT00NTmdKgJ3fv { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:1.25rem;left:0.625rem;overflow:hidden;display:block; }
#iXdvsIoSqxhpB3kkGpUmDgRFFh34g9Al { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:1.25rem;left:25.625rem;overflow:hidden;display:block; }
#rEBaWRsL9A79rVcAaa8evwJgqpR0mAXv { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:1.25rem;left:50.625rem;overflow:hidden;display:block; }
#kaay76oaPxF53comHnnThVn519gLWtl1 { color:#000000;display:block;width:21.875rem;position:absolute;font-family:"montserrat 500-700";font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:6.8125rem;left:2.5rem;height:4.14258125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Juc4o00k6VI7Hah7lQGfdSUQ30NmFvb3 { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:6.8125rem;left:0.625rem;overflow:hidden;display:block; }
#HEEWWFMCcLZxwFHi7hZd3Ra0ors2a8gV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#HEEWWFMCcLZxwFHi7hZd3Ra0ors2a8gV > .row .container { background-color: transparent; background-image: none; }#HEEWWFMCcLZxwFHi7hZd3Ra0ors2a8gV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HEEWWFMCcLZxwFHi7hZd3Ra0ors2a8gV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HEEWWFMCcLZxwFHi7hZd3Ra0ors2a8gV > .row .container > .video-iframe-container { display: none; }#HEEWWFMCcLZxwFHi7hZd3Ra0ors2a8gV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HEEWWFMCcLZxwFHi7hZd3Ra0ors2a8gV > .row > .video-iframe-container { display: none; }#HEEWWFMCcLZxwFHi7hZd3Ra0ors2a8gV > .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); }#HEEWWFMCcLZxwFHi7hZd3Ra0ors2a8gV > .row .container { border-width: 0; border-radius: 0; }#HEEWWFMCcLZxwFHi7hZd3Ra0ors2a8gV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HEEWWFMCcLZxwFHi7hZd3Ra0ors2a8gV > .row .container { font-size:0.875rem;font-family:arial;height:15.875rem;width:75rem;position:relative;display:block; }#U3QZzQ8kWv8oZwiO6xvUMmdPitPooMTG { color:#000000;display:block;width:21.875rem;position:absolute;font-family:"montserrat 500-700";font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:1.25rem;left:2.5rem;height:13.808625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#h0VOg6u7zGZhLyOFKWgNIyuOFA13hhcC { color:#000000;display:block;width:21.875rem;position:absolute;font-family:"montserrat 500-700";font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:1.25rem;left:27.5rem;height:11.04684375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IAUxLmsMadO6AWAzAcyqqFpKv0qvFKCZ { color:#000000;display:block;width:21.875rem;position:absolute;font-family:"montserrat 500-700";font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:1.25rem;left:52.5rem;height:8.28515625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WPaOAw6FSi85rKpufm8ZJUEAWuWvzisT { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:1.25rem;left:0.625rem;overflow:hidden;display:block; }
#R2UpvS1VxrDuED5FQi0fxpqAMZPVbHQB { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:1.25rem;left:25.625rem;overflow:hidden;display:block; }
#rJxTAmqgc39xouDyGyDNRSmDRn86sXiJ { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:1.25rem;left:50.625rem;overflow:hidden;display:block; }
#AgNMA0pwDHPSwdJRCKtipmMC8BclApdf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#AgNMA0pwDHPSwdJRCKtipmMC8BclApdf > .row .container { background-color: transparent; background-image: none; }#AgNMA0pwDHPSwdJRCKtipmMC8BclApdf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AgNMA0pwDHPSwdJRCKtipmMC8BclApdf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AgNMA0pwDHPSwdJRCKtipmMC8BclApdf > .row .container > .video-iframe-container { display: none; }#AgNMA0pwDHPSwdJRCKtipmMC8BclApdf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AgNMA0pwDHPSwdJRCKtipmMC8BclApdf > .row > .video-iframe-container { display: none; }#AgNMA0pwDHPSwdJRCKtipmMC8BclApdf > .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); }#AgNMA0pwDHPSwdJRCKtipmMC8BclApdf > .row .container { border-width: 0; border-radius: 0; }#AgNMA0pwDHPSwdJRCKtipmMC8BclApdf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AgNMA0pwDHPSwdJRCKtipmMC8BclApdf > .row .container { font-size:0.875rem;font-family:arial;height:17.6875rem;width:75rem;position:relative;display:block; }#iQT1AF4kRUTGBaewfrTD5E3C9gldGd19 { color:#000000;display:block;width:21.875rem;position:absolute;font-family:"montserrat 500-700";font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:1.25rem;left:2.5rem;height:15.1894375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RcTyXcppT3TZWlHHs5R1lPLS7zrDnkfk { color:#000000;display:block;width:21.875rem;position:absolute;font-family:"montserrat 500-700";font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:1.25rem;left:27.5rem;height:9.666rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oEa5eiXQASDA6iOM3ZuJucB1b8vqatpT { color:#000000;display:block;width:21.875rem;position:absolute;font-family:"montserrat 500-700";font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:1.25rem;left:52.5rem;height:13.80859375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FKCHcqZL42dy0buCd4Psr0xkJfP80Cm0 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:1.25rem;left:0.625rem;overflow:hidden;display:block; }
#BeyMupLALOBcqly9xTCxupJU8FomtvAs { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:1.25rem;left:25.625rem;overflow:hidden;display:block; }
#etQKh9JLP1nDTsMBUZnduKX9GJeHpNDH { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:1.25rem;left:50.625rem;overflow:hidden;display:block; }
#PBh6WDzmmNbM4wLKQxtC2CrFNCgCvlu5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#PBh6WDzmmNbM4wLKQxtC2CrFNCgCvlu5 > .row .container { background-color: transparent; background-image: none; }#PBh6WDzmmNbM4wLKQxtC2CrFNCgCvlu5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PBh6WDzmmNbM4wLKQxtC2CrFNCgCvlu5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PBh6WDzmmNbM4wLKQxtC2CrFNCgCvlu5 > .row .container > .video-iframe-container { display: none; }#PBh6WDzmmNbM4wLKQxtC2CrFNCgCvlu5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PBh6WDzmmNbM4wLKQxtC2CrFNCgCvlu5 > .row > .video-iframe-container { display: none; }#PBh6WDzmmNbM4wLKQxtC2CrFNCgCvlu5 > .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); }#PBh6WDzmmNbM4wLKQxtC2CrFNCgCvlu5 > .row .container { border-width: 0; border-radius: 0; }#PBh6WDzmmNbM4wLKQxtC2CrFNCgCvlu5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PBh6WDzmmNbM4wLKQxtC2CrFNCgCvlu5 > .row .container { font-size:0.875rem;font-family:arial;height:13.1875rem;width:75rem;position:relative;display:block; }#a36JtLrwhuAEUOegJ42k06rKIl86b5ni { background-color:#961853;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: 0.1875rem 0.1875rem 0.3125rem #000000 ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21rem;height:3.4375rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:4.875rem;left:27rem;display:block; }
#ec3e8VEIbeDB82kcJNE514oTQ8lTOvwu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JnrK5aMF7HLyJy4cuDxQtQDTB0RMdXeD { color:#000000;display:block;width:74.5625rem;position:absolute;font-family:"montserrat 2";font-size:1.875rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:1.2625007629394rem;left:0.21875rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #mnBJ6Udv99XmTqnC9ZcwaklpA5P5Cb1X { display:none; }#mnBJ6Udv99XmTqnC9ZcwaklpA5P5Cb1X > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qttG14WR64CQvKRzgvPqo8r7eDu7GqHA .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qttG14WR64CQvKRzgvPqo8r7eDu7GqHA .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#qttG14WR64CQvKRzgvPqo8r7eDu7GqHA .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#qttG14WR64CQvKRzgvPqo8r7eDu7GqHA { display:flex;width:18rem;height:5.0625rem;top:39.5625rem;left:19.666666030884rem; }
 }@media only screen and (max-width: 763px) { #qttG14WR64CQvKRzgvPqo8r7eDu7GqHA #AhKJK3rwQzeC7ldAeyxUphw37ZmCOlpu { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qttG14WR64CQvKRzgvPqo8r7eDu7GqHA #TectdQqdqtNWINNNv26ZMRiNO0geH7k6 {  }
 }@media only screen and (max-width: 763px) { #qttG14WR64CQvKRzgvPqo8r7eDu7GqHA #btq5qqyzHKVzvcn9ze4L57IK67HvJMS8 {  }
 }@media only screen and (max-width: 763px) { #qttG14WR64CQvKRzgvPqo8r7eDu7GqHA #XH4K0QnUDxJL6zgxPTuwb3P3tmDw1cci { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qttG14WR64CQvKRzgvPqo8r7eDu7GqHA #t2HzS56Ldc4KFMI7lpO9SSSaqA3L9PxW {  }
 }@media only screen and (max-width: 763px) { #qttG14WR64CQvKRzgvPqo8r7eDu7GqHA #argop6TSnKGb4OBulznoupOaUqf7WVii {  }
 }@media only screen and (max-width: 763px) { #qttG14WR64CQvKRzgvPqo8r7eDu7GqHA #BedBTiALdAOIDlN2deSMkUe9FwgNdZ21 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qttG14WR64CQvKRzgvPqo8r7eDu7GqHA #AT9Z1QwNrB1qy8WTxV4BRp5EA3K1evvP {  }
 }@media only screen and (max-width: 763px) { #qttG14WR64CQvKRzgvPqo8r7eDu7GqHA #oSmIt0l6TFn9T3BsTJfy8ChpiQMFwTDk {  }
 }@media only screen and (max-width: 763px) { #qttG14WR64CQvKRzgvPqo8r7eDu7GqHA #Oc3pu0VOtRcWEK9KtHvsQoEp8eRCb9XS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qttG14WR64CQvKRzgvPqo8r7eDu7GqHA #cxn5ecXXtoTTGZuyFcJ9g5ItrnEyMWx5 {  }
 }@media only screen and (max-width: 763px) { #qttG14WR64CQvKRzgvPqo8r7eDu7GqHA #JRNRzCo7949MC9xJ57KvWk6nTvkiRGS7 {  }
 }@media only screen and (max-width: 763px) { #u8m1sIfqPJTkVe9lPi2i4LodWfFDDnRz { top:1.875rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX { display:block; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VEvgCriwh4l0dC2c3t2llVsgLhJOh86A { top:25.5625rem;left:0rem;width:35.5625rem;height:3.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #anWneLwIT0I0HUWB5uwLdVIyqchg6hor { top:10.75rem;left:0rem;width:45.625rem;height:8.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wB5CmRqJIWn9gfDT1q8Io1KkFUFCQg1c { top:3.75rem;left:0rem;width:43.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDA1DWHapDdeL3tXsVxraRRDFqixqEXr { width:20.9375rem;height:3.4375rem;top:32.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJOf9u2DUuXSVdmvJVuawo0CLxk1cTpH { display:block; }
 }@media only screen and (max-width: 763px) { #MsrBs29BfwzDPi65RNzhT93xKLOsKgRR { width:25rem;height:0.125rem;top:22.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NooPXiQdlS1P2m04cumTfbu24H2GK017 { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #XP0x5EE94eRhdKJGVTKO3CWFVbCx3ueB { top:25.5625rem;left:0rem;width:34.75rem;height:7.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #raeZCRy4Mr040fISc7o5Vm4UAlCZ0FcN { width:28.4375rem;height:35.1875rem;top:9.125rem;left:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AI8ZaE6RAveo9qb9e0LTdiEBDpMAoPwK { top:20.125rem;left:0rem;width:19.125rem;height:9rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #XMgIAiesnzr5wxHnGhWVFx2TD9oqz0rs { width:20.9375rem;height:3.4375rem;top:37.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kG8saNL7QevWThnUFAbKWnonEURdPETi { display:block; }
 }@media only screen and (max-width: 763px) { #BvTNZ3OuKlVJ0JD46WP19UJztfXc4eaB { display:block; }#BvTNZ3OuKlVJ0JD46WP19UJztfXc4eaB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZrBcZKDaD2LWG6UFs2Rc3GhhVtDFf81X { display:block; }#ZrBcZKDaD2LWG6UFs2Rc3GhhVtDFf81X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ef1TBrxPp1wTD01UAlV3fXCWeTthlksg { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AlIOAUVRNwBvnGrwBXrBkaqTUF3ugxow { top:3.0625rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kS8kJEZdf3bWuec2qNDN2PXGMdSi9b4N { width:40rem;height:22.5rem;top:8rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVpmDHtCEOPCJrMJ0EqmVaswfvH9k1ov { width:20.9375rem;height:3.4375rem;top:32.75rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cF2gnNlQEbvrbBakuUDxKNp558uzc4pz { display:block; }
 }@media only screen and (max-width: 763px) { #pwmz5eNINVHpOtL29wPDbwlUWgRTIuZv { display:block; }#pwmz5eNINVHpOtL29wPDbwlUWgRTIuZv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VwAUhA0c0u8UTi5ZRJqiTN4c2DaghN6G { display:none; }#VwAUhA0c0u8UTi5ZRJqiTN4c2DaghN6G > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NtTxnrP6OvSeL6og5mdVwBlNRTQTMzhy .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NtTxnrP6OvSeL6og5mdVwBlNRTQTMzhy .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#NtTxnrP6OvSeL6og5mdVwBlNRTQTMzhy .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#NtTxnrP6OvSeL6og5mdVwBlNRTQTMzhy { display:flex;width:18rem;height:5.0625rem;top:39.5625rem;left:19.666666030884rem; }
 }@media only screen and (max-width: 763px) { #NtTxnrP6OvSeL6og5mdVwBlNRTQTMzhy #UB5fKfStkoM7iZvTU3Hn42gGnr0HHAop { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NtTxnrP6OvSeL6og5mdVwBlNRTQTMzhy #eFOLMfuh7UnFLXHMhmmR4XzQcHsq5AGW {  }
 }@media only screen and (max-width: 763px) { #NtTxnrP6OvSeL6og5mdVwBlNRTQTMzhy #J5N2NyxT2pIremZHl6z46wDz9yOQQH8k {  }
 }@media only screen and (max-width: 763px) { #NtTxnrP6OvSeL6og5mdVwBlNRTQTMzhy #upK020mBr9D7mFieDzLZmwcyuxDhptCS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NtTxnrP6OvSeL6og5mdVwBlNRTQTMzhy #zHbmRpeS87nhLG28KpVIVyuqVJUiuMZa {  }
 }@media only screen and (max-width: 763px) { #NtTxnrP6OvSeL6og5mdVwBlNRTQTMzhy #DixTTLgmLyplKTCspEhvCOWTauHm6EXH {  }
 }@media only screen and (max-width: 763px) { #NtTxnrP6OvSeL6og5mdVwBlNRTQTMzhy #d1UPPaw15x13UtZWWKcb7i4w4JfzRa58 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NtTxnrP6OvSeL6og5mdVwBlNRTQTMzhy #dvz9MC56nROB6xtaZMVUm5eqtqgyrXcL {  }
 }@media only screen and (max-width: 763px) { #NtTxnrP6OvSeL6og5mdVwBlNRTQTMzhy #VNtZLODTOGda50EdBiqzFSgePhkgleba {  }
 }@media only screen and (max-width: 763px) { #NtTxnrP6OvSeL6og5mdVwBlNRTQTMzhy #uXcE36RkTeS8TgaqwmV9e1mDBhf0B92U { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NtTxnrP6OvSeL6og5mdVwBlNRTQTMzhy #farwx3GEH54WQTFKLMzLwkKnPpGQwc0m {  }
 }@media only screen and (max-width: 763px) { #NtTxnrP6OvSeL6og5mdVwBlNRTQTMzhy #Ibrt838SZoscc8PJQgTGrsR47LVQRrdM {  }
 }@media only screen and (max-width: 763px) { #UXHTnCzdXkehTT0X0rLmNe6NNtz1guoF { top:11.5625rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnG7Cf6XMNFrarrhq6IdMZF0vpoLUdmn { width:6.875rem;height:6.875rem;top:2.375rem;left:19.496747970581rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmZ9NeC29d4CBUIX7NQ4W6TGAbPxGEcm { width:21rem;height:3.4375rem;top:2.875rem;left:13.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZgCtVdpOOIVdBbouMIExlfzVknxPBzI9 { display:block; }
 }@media only screen and (max-width: 763px) { #QUX76bQ8p3ZP5ecQENVg3XF3TpzD5XwB { display:block; }#QUX76bQ8p3ZP5ecQENVg3XF3TpzD5XwB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QNXW22z5nBV64zlP5Upn3t99RLTP9mZ6 { width:25rem;height:0.1875rem;top:3.125rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrXDxPSXkKk9qoXJM8iUeWASlIszCm6Q { top:5.5rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozobfMcQTrK5SF1VNMKpFBxSAnROcKV1 { display:block; }#ozobfMcQTrK5SF1VNMKpFBxSAnROcKV1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O2kTrEHafDtGLeQKeBsGzbAIslKg0HVX { top:9.625rem;left:0rem;width:21.25rem;height:10.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMxXe8lE3c6GKmTWp5TGXaH8pNoch8lX { top:3.3125rem;left:0rem;width:18.4375rem;height:3.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhntRtTPJmOSPirpOtgwdoIurVe5UBrg { width:23.75rem;height:18.75rem;top:1.9375rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #EG7VND4veA5X28ZQ0Qr0MFNf7bd5KhEq { top:3.4375rem;left:13.3125rem;width:18.4375rem;height:4.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mi82ipKoyroWXao8T32ZhDIZZGsLF5gn { top:9.5625rem;left:10.5rem;width:21.25rem;height:8.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgwJk7q0lmIuBrhHhvNsOuG3ZtTvLAUr { width:6rem;height:8.5rem;top:0.0625rem;left:26.75rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXeEtKkaGQDzPZJLGDttJBUCKGppTPFi { width:5rem;height:8.5rem;top:0.0625rem;left:10.875rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUIXQTQLhaoPcrsS0eIQQlIJCdh3Mezl { width:23.75rem;height:18.75rem;top:1.9375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ai6RhlSzBFfQwOISWOSb6RJW0REb7HVv { top:9.5625rem;left:26.375rem;width:21.25rem;height:10.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T43cHXoiR1tEK2d8mqOZ5KnVMw75QTt7 { top:4.125rem;left:29.1875rem;width:18.4375rem;height:3.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHrFfus98tPEIqM5zMtF0TImddvlyQuw { width:6rem;height:8.5rem;top:0.0625rem;left:41.625rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgRBnSC8nyhcHGF1oISzwVmJNAWX8bEA { width:23.75rem;height:18.75rem;top:1.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lqmMOkNSJhhir981KQKNfLiM3qwAlTME { width:23.75rem;height:18.75rem;top:1.9375rem;left:8rem;display:none; }
 }@media only screen and (max-width: 763px) { #ea2u8g5y6OsmZP88GuWoSw3eZLNJIFTA { display:block; }#ea2u8g5y6OsmZP88GuWoSw3eZLNJIFTA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PRnlDmDLWcRgAgcIUimsh66S6cmXaZWl { width:23.75rem;height:18.75rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWOWNqSgBTyvTCmWswRD9lEvSk2ShHE2 { top:9.625rem;left:0rem;width:21.25rem;height:8.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLwLo4UlckLbT5aIPulB954a3gJTK2W7 { top:4.125rem;left:0rem;width:18.4375rem;height:3.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLo9CeA2FyhyTqBiDUyKTbkKvMNi2W4M { width:23.75rem;height:18.75rem;top:1.9375rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfg6L5zhPdg7CXbglcbMxSsnIqkAVHFF { top:4.125rem;left:13.3125rem;width:18.4375rem;height:3.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dd1Tfa8srbygyArIu8N6l6Xt7gudH0PN { top:9.5625rem;left:10.5rem;width:21.25rem;height:8.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gos9Pg0fpL57xM51ieODzXUAlgsC31q8 { width:5.9375rem;height:8.4375rem;top:0rem;left:25.75rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVtbEnad9RndWfeWR50kUWGsnTpusehJ { width:5rem;height:8.5rem;top:0.0625rem;left:10.875rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSeUWpoPFkF5R8Jb8qD2WBQrNrP1wPhx { width:23.75rem;height:18.75rem;top:1.9375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuF5AyWBRUEE23ZtHRI5bKu50LkDPAMu { top:9.5625rem;left:26.375rem;width:21.25rem;height:8.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PVOnGgJq1NXVkRhXdnre8WZxJ4ifOIJo { top:4.125rem;left:29.1875rem;width:18.4375rem;height:3.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEZknmHsyDEylwUA4S4hpeRWgoPaM85C { width:6rem;height:8.5rem;top:0.0625rem;left:41.625rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbJpxZJTRDvGqVZTEmkNq3Uk2VmaLoAM { top:41.8125rem;left:0rem;width:18.75rem;height:9.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #OmBygRReS2kVL5bIwZu1dJ8AoOP1pzk4 { display:block; }#OmBygRReS2kVL5bIwZu1dJ8AoOP1pzk4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k6o3lvqFAbIiFZ9eB1kh4letAJbsB142 { width:23.75rem;height:20.625rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcwr7u0dAol9D7p0gD0emcOig6qCGi0p { top:9.5625rem;left:0rem;width:21.25rem;height:10.1875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fDwzigtaKdGOeTAGGbiQvbF2SvTaNBZR { top:4.125rem;left:0rem;width:18.4375rem;height:3.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfXwo6a9T950yd98ATbKAbuI1ZXmz5ri { width:23.75rem;height:20.625rem;top:1.9375rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #fA7T6oTHbBfolNTttnfE17ITBOsuJMDh { top:4.125rem;left:13.3125rem;width:18.4375rem;height:1.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3lJpWCJG16yPXWeb0CHumJSZJDPITfx { top:9.5625rem;left:10.5rem;width:21.25rem;height:11.6875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pkWhFpC7Qk7ZodHioFXX8bpJ1lmpGb0O { width:6rem;height:8.5rem;top:0.0625rem;left:25.75rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1pJ6Ea8N0HBmHtMAJGSdTzWccmwa0yn { width:5rem;height:8.5rem;top:0.0625rem;left:10.875rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NImTs0okP1omWN0loO8q0TOhR8ZrE2v7 { width:23.75rem;height:20.625rem;top:1.9375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F72SMlz3tHOh9QGyqVOxmIn1sLMOmdB5 { top:4.125rem;left:29.1875rem;width:18.4375rem;height:3.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gy1IVkJ5ykWyimXqeB7qxV7T6tVUeihd { width:6rem;height:8.5rem;top:0.0625rem;left:41.625rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyF9VLzhkurn1MgFKnBqilmBkRlZTLsb { top:9.5625rem;left:26.375rem;width:21.25rem;height:11.6875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DHzXNCUqQKdXkmKi0Fde2JPipd2VKi9d { top:49.375rem;left:0rem;width:18.75rem;height:11rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #BEwWLTLkT1fmHOvxVTRW504nkpH89haS { top:26.3125rem;left:0rem;width:18.75rem;height:12.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #GgqaZHogT5SQPBiAW3vEEWk4RxrLUx2h { top:8.25rem;left:0rem;width:18.75rem;height:9.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #E6nvuDuaLPka91cqh2uAQpmr7BzerQaN { display:block; }#E6nvuDuaLPka91cqh2uAQpmr7BzerQaN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vLO3g01nIO8BeVguXcsHII5I1ZiAC3xP { top:3.125rem;left:0rem;width:47.75rem;height:6.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q289iO2KWrNN4K3rAB7My6nNEmyrIbs9 { top:25.375rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOAB8sntGaZFJnf5NRukVr3AbMCfStSI { width:20.9375rem;height:20.9375rem;top:7.25rem;left:13.374784469604rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0XLQir3nBvMMmrgFWiQLA5tiOZgaOUn { top:45.875rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1CtkJMqxTKtiFv7yUqlqgngfbcsNhQp { top:28.75rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOEu6QCF6mQDfCSQEpvMGWC9no0JHvAu { width:4.875rem;height:4.875rem;top:36.9375rem;left:21.405385971069rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlZxDCuSMmPT0zx3Tk5lpTxhT0DLuGVr { top:43.0625rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKaD7rCxly0ClTfe9dGb7WozovPuoppC { display:none; }#JKaD7rCxly0ClTfe9dGb7WozovPuoppC > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yc9eN0aeeVxxfyKRe2cIk8EbI96WdMV3 { top:3.125rem;left:0rem;width:47.75rem;height:6.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCxMaFkgoma7XrFHV7MboEuNTJmW55p7 { top:25.375rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #trJLqfIrtU3zN5E9rVbX3xiBlvSMxkhO { width:20.9375rem;height:20.9375rem;top:7.25rem;left:13.374784469604rem;display:block; }
 }@media only screen and (max-width: 763px) { #csUSfIVML9xfimPAaQMeQJ7U2cJ8AsaO { top:45.875rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3PSfoHtdI2nxeAIKhc0ZPwy1HirO2DT { top:28.75rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMxs7Q5W0Tg1WSoPhVM6Ks4BHBVrwSIr { width:4.875rem;height:4.875rem;top:36.9375rem;left:21.405385971069rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiRwDBfPp8gOoykxTcXHaKtNuZdSgpvG { top:43.0625rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlT8OCHIFuxoKMRBWfQ3S5w7o7S0CHfT { display:block; }#vlT8OCHIFuxoKMRBWfQ3S5w7o7S0CHfT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cnCzUNVG5Qh5E1FWRTc2QVX4fmelFhDF { width:13rem;height:13rem;top:15.625rem;left:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6friZRIx3OoGSHwERgeDoVps6KPPXd4 { top:19.8125rem;left:0rem;width:39.375rem;height:7.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBPcWRh5WUBGITvahbo0wUWcg1JCXWCt { top:4.5625rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZIJwGSL4DoGNbMgDGrogrZF3vcXa6oU { top:27.3125rem;left:0rem;width:31.25rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1TQkaqrmSTiocTvI4dyoZVtxAUr3fXN { top:18.25rem;left:0rem;width:39.375rem;height:2rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgfnoAX5Pt5r5ScnrIyxPWTiUPFQ22Xr { width:12.5rem;height:13.8125rem;top:15.3125rem;left:0rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXs09rG5xfkPcwoNaTFtD9t4oslwMQcB { width:17.5rem;height:14.635752161999rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVPiAUiPLGbnSx56ohsK8BdyCq29TJra { display:block; }#IVPiAUiPLGbnSx56ohsK8BdyCq29TJra > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TA4vacyk6IUQKQWd4gopS9SbDwUWTVR7 { top:5.6875rem;left:7.75rem;width:40rem;height:4.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEwrZn6svDPE2xn3G6xbdx1KMpWk23VB { top:12.8125rem;left:8.1875rem;width:31.25rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHfwiSDJ0vT47cDglQEvkKRg97JWf08A { top:2.5rem;left:8.1870670318606rem;width:39.375rem;height:2rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8iMuNKdd7ZlTcAqubTkgg1i1Fis6Qvy { width:12.8125rem;height:12.8125rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncvXdRsNbmzhztezLJt4pamOOAhtIE45 { width:7.375rem;height:13.75rem;top:0rem;left:40.375rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTsAb6Wt44MPUqEJmq6gMgvs4UJtPMgq { display:block; }#aTsAb6Wt44MPUqEJmq6gMgvs4UJtPMgq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nSxVVqFnBvR1tgU5mFHKC7w8plXf7QE1 { width:17.6875rem;height:17.6875rem;top:1.1875rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvwaQ3T2gRhVWEE9OiVfoyMFHfvT9Kk5 { top:7.3125rem;left:0rem;width:39.75rem;height:5.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #byczK5DQ6nCPxXkxMkGP7y3hn15PIREK { top:4.75rem;left:0rem;width:37.5rem;height:2rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g63KdukiJGTvRRZxkq4aeyV0Lc1mee3L { top:13.6875rem;left:0rem;width:31.25rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Be2xpnmF5eJhis6JtC6TKEy1dSsMGSg0 { width:23.125rem;height:13.75rem;top:2.5rem;left:0rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmVafL8T2KiNfWQnGw064QsCKzPlueIn { display:block; }#hmVafL8T2KiNfWQnGw064QsCKzPlueIn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fV97xxvZLHvJznSwdvFhLN4wLR5l5LLt { top:5.3125rem;left:2rem;width:45.6875rem;height:4.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFAQcpJ5hE2eVSqtshBXnaoSacVvyBus { top:11.1875rem;left:3.375rem;width:31.25rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHIdeGhOsgswPEPd60Wsvx81CZR9ENH3 { top:2rem;left:3.37451171875rem;width:39.375rem;height:2rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyqOyWDfbArCNoOv4CpgKVNT2vdatgIp { width:7.4375rem;height:13.8125rem;top:0.4375rem;left:40.3125rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9skrNBmeZ21HcF81Tbl8pkFKNMotPQX { display:block; }#n9skrNBmeZ21HcF81Tbl8pkFKNMotPQX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XqXPFoviKnBlWNTSmkm072nKdNZgNGrH { width:12.5rem;height:13.8125rem;top:2.1875rem;left:0rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQyAzmqqkgL4GazkfOhRKUc7Ss83bCdz { top:14.125rem;left:0rem;width:31.25rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTJ4JnkKxcSbtuIqGimelKddBioGKnlv { top:5.8125rem;left:0rem;width:45.6875rem;height:7.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUKBUlGTmU16o0yu1vyHLayk8eMtDzQV { top:2.5625rem;left:0rem;width:39.375rem;height:2rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxAoi9ZVICSG7N7LqPZnSncJUgnQcyZb { width:14.375rem;height:14.375rem;top:2.5rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPgyN002kCVSMwXT0qeby7ydrgm5DHBR { display:none; }#vPgyN002kCVSMwXT0qeby7ydrgm5DHBR > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bmxJ5Q2NvwZQ2q9A5GBcpN4l4p8XXyuG { top:3.3125rem;left:0rem;width:24.625rem;height:62.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClaPg2qywBZpdw4EupMG2d3tsPVRKvbp { top:10.4375rem;left:0rem;width:22.6875rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #upN9Cux0Pi5WVcy6nfA8CWAPplMcRfGf { top:35rem;left:0rem;width:19.625rem;height:;font-size:1.0625rem;display:block; }#upN9Cux0Pi5WVcy6nfA8CWAPplMcRfGf li:before{  }
 }@media only screen and (max-width: 763px) { #zismZzZpEnUc9RfxXhfdTl0QITkhqBI5 { top:5.875rem;left:2.6875rem;width:10.9375rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyPMp4hdotX4SniEgRXTTtTwRiAurzPm { top:22rem;left:0rem;width:21.25rem;height:1.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkcdHlnzNqLLGXNkBI6K6tTCFnJVxu4Z { top:25.625rem;left:0rem;width:22.6875rem;height:3.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BInJVbxTGagBXBhi7CSzXuA5ZEJbdiEZ { width:13.8125rem;height:3.8125rem;top:53.375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i90wBLVS0aZdf1Pw0EfS6ZykJtTX2R3y { display:block; }
 }@media only screen and (max-width: 763px) { #d3tcTqLiCaiaPEl0utBBoe3y2vpDhVbh { width:16.9375rem;height:3.8125rem;top:59rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #btusy9ifX3WUPZmnOwWhUgI1SEZkzJ2w { display:block; }
 }@media only screen and (max-width: 763px) { #qKaLizCwFG4J0RIkybP23UE6uJOGfidB { top:5.8125rem;left:15.6875rem;width:16.0625rem;height:3rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcBexd2KvvXzCyw1quxId0WK0nyPfbTy { top:10.4375rem;left:9.0625rem;width:22.6875rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdZA6ceSp42t2mztLU34TDuvGscl6Ctt { top:5.75rem;left:28.875rem;width:18.75rem;height:3rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2GGeCihqpQDz6G3vWaTDqJ9IWZT7Xbm { top:35rem;left:10.3125rem;width:21.4375rem;height:;font-size:1.125rem;display:block; }#M2GGeCihqpQDz6G3vWaTDqJ9IWZT7Xbm li:before{  }
 }@media only screen and (max-width: 763px) { #s1pz8Bfh2klLNZi1fE5Q5BOO7HnsVmlg { top:35rem;left:25.3125rem;width:22.4375rem;height:19.8125rem;font-size:1.125rem;display:block; }#s1pz8Bfh2klLNZi1fE5Q5BOO7HnsVmlg li:before{  }
 }@media only screen and (max-width: 763px) { #Icd0Nk1sbsqp5Sr2T7Un4rdVMWf0vIar { top:1.875rem;left:5.9375rem;width:24.9375rem;height:66.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfhex7569P7LmveFvfINMc9OVv7RtADd { top:4.0625rem;left:0rem;width:23.4375rem;height:57.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIrDPOM2Wpgza6bGzQ3VseNf3IlToL8A { width:15.5rem;height:3.8125rem;top:58.125rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wo90XUvXJDpXNo3xZHneaQvflDHZJCJW { display:block; }
 }@media only screen and (max-width: 763px) { #VJNIOHxhQmqegqoDxcXXUty9OHbWZIXm { width:18.75rem;height:3.8125rem;top:63.1875rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z56cTUtnalR1W3Ggtg0DJm4m9rstsbpS { display:block; }
 }@media only screen and (max-width: 763px) { #K7hzPUg4PPKaBKObMRgP84UqtgRAnbmn { top:30.75rem;left:0rem;width:21.25rem;height:2.0625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ma6FG0LBvlkK362vtd7cauE5TWUb0XIa { width:16.9375rem;height:3.8125rem;top:56rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BN4BdLfDBIaLT0ZgyhUO4n8ZC1yNkEM3 { display:block; }
 }@media only screen and (max-width: 763px) { #G03qxMSMDsgrVJMrkwAAheMbLs8TzQsh { width:13.75rem;height:3.8125rem;top:50.6875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fU8bxLyluqeEOnzqEt3T5sVNwhpXrZmg { display:block; }
 }@media only screen and (max-width: 763px) { #HNzk44IdSCTuA1vAE4HTslKz4lfBZ8xN { top:21.625rem;left:10.5rem;width:21.25rem;height:1.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBgfPfEWXhynh1Tr9uUwqoqd1CnkQT8I { top:25.625rem;left:9.0625rem;width:22.6875rem;height:3.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTXLKG5phuwUm4D8HuDok87zooD0TR3O { top:30.875rem;left:10.5rem;width:21.25rem;height:2.0625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8NyPT6pf5wRTkP1bCGB7vDPDJpKibl3 { top:21.625rem;left:26.375rem;width:21.25rem;height:1.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9nVgrz0ivhDK8fK6OoqpN2Ayf9UT4m5 { top:25.625rem;left:24.9375rem;width:22.6875rem;height:3.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3i18pOziES8JVT19N5mKyfVLLb9cDee { top:30.8125rem;left:26.375rem;width:21.25rem;height:2.0625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBEDfxPTs6vF48QdEcf3znBh5FZ2V21x { top:10.4375rem;left:24.9375rem;width:22.6875rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWgIQTynRxI4dGJhTFyUFxePT6mKgMCn { display:none; }#VWgIQTynRxI4dGJhTFyUFxePT6mKgMCn > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Okh5O2wrveNvTaJSqDqaM477uGTBCBTB { top:2.625rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHrmbhchOxucbQ2Ztd5WLDCwfo0xidOy { width:25rem;height:0.1875rem;top:13.6875rem;left:11.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rGt1XGUdkBdu4aN49JdgTrBMpKZ2e5ON { top:13.6875rem;left:0rem;width:18.75rem;height:6.125rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DbLpl9utZDDRvC0T15RBo2T4XcKxWuA3 { display:none; }#DbLpl9utZDDRvC0T15RBo2T4XcKxWuA3 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dABy5m5gU1l58bikHeZb0m38PXbDXP5q { top:8.75rem;left:0rem;width:23.5rem;height:57.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gf0O9fuKo7Vbmx50OrmveX4hxA6yuoTJ { top:11.125rem;left:6.625rem;width:10.9375rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0SKH2iGFIMmg4GDTUvuf34J5olmdpiF { top:16.125rem;left:0rem;width:22.6875rem;height:11.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4qfOglfDCZ3iZMlIFCFXmRlql5GBkxP { top:6.9375rem;left:23.125rem;width:24.625rem;height:65.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0yKL87GJ23c1Dd2pOMkrTAhU8RiEH1J { top:14.75rem;left:24.46875rem;width:22.6875rem;height:11.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b61qR5VzFw7QKN42VmI93v3ed1l08dld { top:9.5rem;left:27.75rem;width:16.125rem;height:3rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #zy9eZRSX4WzvoQBnUtEduwn3zyEq3QAO { top:28.25rem;left:0.46875rem;width:21.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUq3dOTN2icNpRQKnDrdBPBK88wEzwyb { top:28.25rem;left:25.1875rem;width:21.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCTNRy9M8cQLrcsoUi4KikvGREPfqa0X { top:30.875rem;left:0rem;width:22.75rem;height:3.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBFXJseTKoi49soC4gLRqxUl93zCrJQz { top:31.5625rem;left:24.4375rem;width:22.75rem;height:3.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHifWtqzCkXzO0SR1klEI1OB295T5CG3 { top:36.5625rem;left:0.46875rem;width:21.25rem;height:2.0625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0ArrmZMEZEO70W3ADWUGenXzFyTADqC { top:36.5625rem;left:25.1875rem;width:21.25rem;height:2.0625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZlzrcf9T2ULGU4UyzVPBPkLzpaKvebx { top:41.4375rem;left:1.28125rem;width:19.625rem;height:8.75rem;font-size:1.0625rem;display:block; }#TZlzrcf9T2ULGU4UyzVPBPkLzpaKvebx li:before{  }
 }@media only screen and (max-width: 763px) { #E04a1Lie97LP9XTsFmHH2xCHTihTkzie { top:41.4375rem;left:25.09375rem;width:21.4375rem;height:;font-size:1.125rem;display:block; }#E04a1Lie97LP9XTsFmHH2xCHTihTkzie li:before{  }
 }@media only screen and (max-width: 763px) { #zlR7MTVG5A5TQaiqQcELEQnL0lwWAbdQ { width:13.875rem;height:3.875rem;top:61.25rem;left:29.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiondMEeKPyQEtZn6cs5Ed605QKyyLMS { display:block; }
 }@media only screen and (max-width: 763px) { #GErS8bNnP8cZxltblRWglSG4LOd79sQs { width:17rem;height:3.875rem;top:66.4375rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xi0DVtFIUV00zLKLLwu03UOLFiP6BA71 { display:block; }
 }@media only screen and (max-width: 763px) { #hpePXml49F3qgJrVHB0D7khv82ML9tEW { width:17rem;height:3.875rem;top:57.375rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsQHKxpRb8lMWJpHH4kA253GgtmQNUpb { display:block; }
 }@media only screen and (max-width: 763px) { #Gc8UxWzvGIU7fK5hqtVDhsgGDMmOr4fr { width:13.75rem;height:3.875rem;top:51rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUSsakKHQGBOCsggt9NTo9TWGGwcpVMo { display:block; }
 }@media only screen and (max-width: 763px) { #rb7pJca5uFXOT27rXRVB3RSkeINZncT6 { top:43.0625rem;left:1.28125rem;width:19.625rem;height:7.0625rem;font-size:1.0625rem;display:none; }#rb7pJca5uFXOT27rXRVB3RSkeINZncT6 li:before{  }
 }@media only screen and (max-width: 763px) { #mE3uu8Lc65cSJweSkmCTwKcdkTmfP29J { top:43.0625rem;left:1.28125rem;width:19.625rem;height:7.0625rem;font-size:1.0625rem;display:none; }#mE3uu8Lc65cSJweSkmCTwKcdkTmfP29J li:before{  }
 }@media only screen and (max-width: 763px) { #Xe3H0ynQKFZFdOwVUh1pJv5Qk08BQ32c { display:block; }#Xe3H0ynQKFZFdOwVUh1pJv5Qk08BQ32c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H8fZkykK5QizGo9lRmAT5zkVxrHCBLZo { top:2.625rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #akuGlBt5hqAsOHLDJbRTFSokusd63Mae { width:25rem;height:0.1875rem;top:13.6875rem;left:11.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OgMROetIag50JUwEq9C4RGwFEnrEeDsB { top:13.6875rem;left:0rem;width:18.75rem;height:6.125rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JuE0BACxtEnbgPyBGTzdfqdLPPi8tPgO { display:block; }#JuE0BACxtEnbgPyBGTzdfqdLPPi8tPgO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h4AgAHZJp0c2rAK18EXabWm7AEZAxg3N { top:2.6875rem;left:0rem;width:22.6875rem;height:5.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2HEGEH5Jukvd2xnl2k66T8xkyc3le9B { top:10rem;left:0rem;width:21.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbrmQ3cRlWEEcw3ld76wm1IELRbg5gZD { top:13.3125rem;left:0rem;width:22.75rem;height:3.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7znqM7IVLqd187m7yrR4qu3tnxt5aUi { top:18.3125rem;left:0rem;width:21.25rem;height:2.0625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNItFx75TCXp2VQ26vhUsoTuW2NsLvTx { top:3.625rem;left:26.3125rem;width:21.4375rem;height:16.125rem;font-size:1.125rem;display:block; }#gNItFx75TCXp2VQ26vhUsoTuW2NsLvTx li:before{  }
 }@media only screen and (max-width: 763px) { #UOhpfQdEIsTqtWfSz8flrIDUMwag7Tr6 { width:13.875rem;height:3.875rem;top:23.4375rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o24FSynH9rTLRNIgHM9wL0rDvIw76D54 { display:block; }
 }@media only screen and (max-width: 763px) { #JZWkwVpmARhSFzqPLo5io8QEgio4fbML { width:17rem;height:3.875rem;top:23.4375rem;left:28.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzTmgLKZXDOhXey66lgE4FIN01UeC60b { display:block; }
 }@media only screen and (max-width: 763px) { #S8P7c6ugyRr4bf9mO9XzXSxHIF4EVKpx { top:0.6875rem;left:0rem;width:47.75rem;height:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsMz5H27CviQ0PdIzcLAS7mbrudPnSSX { display:block; }#FsMz5H27CviQ0PdIzcLAS7mbrudPnSSX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RBP0Is8S1OBZQT3b4XyR8hfqNaelM29M { top:1.5625rem;left:0rem;width:47.75rem;height:3rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbzT5d7mxk2FbOiE2DkW2UBxQi9cgRHm { display:none; }#hbzT5d7mxk2FbOiE2DkW2UBxQi9cgRHm > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EWDa237Fe8zK6mL1P7HizCh6u2gPppXy { top:5.625rem;left:2.75rem;width:45rem;height:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWgtNQzJfcqKNftt6ruTZDvF2Jp8UZoB { top:10.9375rem;left:7.375rem;width:31.25rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFL6Qb4pBIW5Po3w2BRX2TiGZ8K09ySx { top:3.0625rem;left:7.375rem;width:37.5rem;height:2rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1yVduobVBIiIo4gJHTM4x96RPECmAum { width:15.8125rem;height:13.198011608587rem;top:2.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qBo25HUf8hGoSTKXAOCZzSdQceIpl0kI { display:none; }#qBo25HUf8hGoSTKXAOCZzSdQceIpl0kI > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mHoEEQaKKOMIkvrT4uadaQ2fkkzbexTi { top:2.25rem;left:0rem;width:47.75rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaqR4WxPE3Sa3DWl3XParKrVKRp5nJdQ { top:6.9375rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7HR3oCOm6M5P1uzaggTiknIdtZgruhX { top:12.75rem;left:0.1875rem;width:47.5625rem;height:2rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPb4Wz473rTWz01IO2pNyQg67D5gudu1 { top:15.875rem;left:0rem;width:47.75rem;height:7.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8C4htbE8VuAiKtG2Nfzvi2kOT92Mw26 { top:25.625rem;left:0.0625rem;width:47.6875rem;height:18.5625rem;font-size:1.0625rem;display:block; }#h8C4htbE8VuAiKtG2Nfzvi2kOT92Mw26 li:before{  }
 }@media only screen and (max-width: 763px) { #KuTp1WUx2VeAkGGy6dwamK2NTg0yOQfZ { top:55.0625rem;left:0rem;width:47.5625rem;height:2rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbh0lOMkzPSufI3o6M3gJnw9plJQsvvX { top:58.5625rem;left:0rem;width:47.75rem;height:11.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yG5QM8N9fRqKT3csiNL1eNlOpoBxudnv { width:13.5625rem;height:13.5625rem;top:53.75rem;left:34.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOBeUsmzlNSxaHnik3ct17812Txgedpy { width:23rem;height:23rem;top:24.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCWJzsrJQTF9UF4rplnXObs3R6vt8rWW { top:58.5625rem;left:31.3125rem;width:16.4375rem;height:3.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgWZJDgI0VAM31vqMapeTfVc6IJuokCs { width:13.5625rem;height:13.5625rem;top:11.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPaTOTgTODMburzLugACi3vgf1RNcTtL { top:15.5625rem;left:0rem;width:11.6875rem;height:4.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHWpUSKyZatGJr9RPTxMPcpJnrKuPUc1 { top:46.8125rem;left:13.0625rem;width:31.25rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLR3VzOJWDE8gdBlRnViKCTpA0hcpMee { top:72.125rem;left:0rem;width:31.25rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8WQXLlkXkTDTO9kENfRkbePOnz9IUaT { top:77.5rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #snVk5xU9ialKRehzRT5JsJdJbX8tJASN { top:83.8125rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #voKMECFW6q5PqLd4aBJxcr6Z0taGdHeX { display:block; }#voKMECFW6q5PqLd4aBJxcr6Z0taGdHeX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HPGkeXdnaT7BWuLXCR7Jt2NPDaMTgeT2 { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #e51ilbwqoJLhGqQgMOHx9mKXoAuzZXd3 { top:3.875rem;left:0rem;width:47.75rem;height:15rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxOwt5GSIgIbEUilkRTLt5BfzuTTqCZz { top:22.3125rem;left:0rem;width:47.75rem;height:4.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2eOrccpEC2TzlTFtnLex3IkdVSZ4hel { top:28.9375rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8yEiQQMXWgnZKPZLqfo8f2mRWsZ4M21 { width:20.0625rem;height:30.9375rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qIDzreCq8QT2fqBDxAKCZseIPHgFptqT { width:31.25rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #v4oQl8udbp4zy4Ns879DFS8obT2tU00P { display:block; }#v4oQl8udbp4zy4Ns879DFS8obT2tU00P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BD02gfSxoWPJDo7CbPpBaLPifLdJ39eD { width:47.75rem;height:9.3236455981944rem;top:16.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xlMWI74Xri0CVgnSbxD3F7IKDclkF733 { top:17.0625rem;left:0rem;width:47.375rem;height:8.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uOeLQEH50080QL46FyaeJGRrDFKhdtzH { width:13.125rem;height:13.125rem;top:11.8125rem;left:34.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #l7y3C2xTicea7JJuPHlTLAyZk4yKCUar { top:26.5rem;left:34.125rem;width:13.625rem;height:2.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #KbvEHSqHoOdLT2bN5xWtI8bMCvvLDsqA { top:3.1875rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IehK8TOrgMNiWTVdgC8QdwE56h6CBMXu { top:8.5rem;left:0rem;width:47.75rem;height:5.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uczahIyQpEVvqHzATWPTrOcIZ98qIUBi { top:18.5rem;left:0rem;width:18.5625rem;height:20.6875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GyPX086Uw4A2F95pwvvBpXTfWFTzdH9I { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #iZ9StAThKA7wOQQxXPgy1lagUGulDvCC { width:13.125rem;height:13.125rem;top:17.375rem;left:34.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #odTQHebdBVogW1tDy0OpzkdwC3bvRZU0 { top:32.0625rem;left:34.125rem;width:13.625rem;height:2.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #y3UqC0MI2Bb2cRrpIl2EJzTTbfgzyDLT { display:none; }#y3UqC0MI2Bb2cRrpIl2EJzTTbfgzyDLT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #R9fLNqcHbiKH0WHp77p6LpfQ3ot0pk3G { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pOqqTTEP2XgQGOt4rKLgmDic9Ggd0URD { top:4.375rem;left:0rem;width:47.75rem;height:4.4375rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #m3p0e39eNg5iklTI1m6iUpFogz3XfDUF { top:12.0625rem;left:0rem;width:47.75rem;height:;font-size:1.0625rem;display:block; }#m3p0e39eNg5iklTI1m6iUpFogz3XfDUF li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/533a0184-0627-4c18-b711-39467392d617/logo.svg); }
 }@media only screen and (max-width: 763px) { #qaLBBOBsfTevuKpUuN3W2SrlXcrPV3eJ { top:34.5625rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1bp1U4hvRThap6NaQagSTEQbnM4NAOT { top:1.6875rem;left:0rem;width:16.875rem;height:9.25rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oqh2RKw9JUV34k2uPrK663lBqrlPuVuI { top:39.0625rem;left:0rem;width:47.75rem;height:3.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDe5QO2aRstXvXX7nELSruaEo4G83Nng { top:46.875rem;left:0rem;width:47.75rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCQ1Wbxa2u1lECdEGkdODSXmm38msvVv { width:25rem;height:0.1875rem;top:44.8125rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOommLM1tANbHwHkQ6ETnscvliF1FM69 { display:none; }#eOommLM1tANbHwHkQ6ETnscvliF1FM69 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PWzJhmlOgyR2Z7wXJ3ZxShT5A1p3sAf1 { top:34rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJgKJQ6Z2LCsAVWCxsfOpzesBZLMa8GI { width:21rem;height:3.4375rem;top:40.5rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGKAVOpvOtMt8vhTlJytDWizUs2Rwoqt { display:block; }
 }@media only screen and (max-width: 763px) { #TePx4bd0BTCLSPPTrOThsoC0hNsmV4UU { width:7.1875rem;height:7.1875rem;top:23.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZv3pIlBRK5Bq9TDpKghJIm4SSvzOcRO { top:22.4375rem;left:0rem;width:47.75rem;height:5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIcaKQTE3Cieapi8bnEyFMXwax3id9Pf { top:26.5625rem;left:0rem;width:47.75rem;height:4rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xbsvb2pU2lP5QVTyRMmWngkOBqBmhLBd { display:block; }#Xbsvb2pU2lP5QVTyRMmWngkOBqBmhLBd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jrqu8tLVuW3dpJfqA9TmEmDNS9RRta2T { top:5rem;left:0rem;width:47.75rem;height:6.125rem;font-size:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mdHZ7k3rBZbdAxuyZWDIfwcCGW8sSacQ { width:25rem;height:0.125rem;top:13.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AS8LWlXfXg19TFR3uMyFmxXTGizLluGw { top:16.0625rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxIPPSnsOTzgs1r3TKac66X1eX5RfTEe { top:5.75rem;left:0rem;width:18.9375rem;height:7.4375rem;font-size:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wfzDGTOxmxeHWI7oIkTM6qdROb5TSG3F { display:block; }#wfzDGTOxmxeHWI7oIkTM6qdROb5TSG3F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L6VR7MyVII5KBF0KCdR3OdIJCsmSye40 { top:5.3125rem;left:0rem;width:30.5rem;height:4.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfhsHRIRbv4fMpnTCzkakIQQX1eCX2Qg { top:2.0625rem;left:0rem;width:31.25rem;height:1.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #if04lVUX9qrapAWdOi6bJH4TOFW6obb7 { top:2.0625rem;left:16.5rem;width:31.25rem;height:1.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzMy5gRsvFF9RaTn9bBzTu1ibifoRTd4 { top:5.3125rem;left:16.5rem;width:31.25rem;height:2.875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HPJvRTBNWJq6KHl4lloFMlpJCm3CcLhX { top:14.5rem;left:0rem;width:18.75rem;height:4.125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WnEl8EzV77OcOOJKAEISgtbTdJf504bx { display:block; }#WnEl8EzV77OcOOJKAEISgtbTdJf504bx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h8rKAnQVhdWGqcAzPnddCGrT21XEy94a { top:9.8125rem;left:34.125rem;width:13.625rem;height:2.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #aVheZhvdbzLvTkZNcNUTaD6GIhvCQmmT { top:2.3125rem;left:0rem;width:31.25rem;height:1.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKtDJmKEE4PZbS7GEVSh6FTRquT7uF2C { top:5.75rem;left:0rem;width:31.25rem;height:5.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Of3i662fUdn5hVSK2SiEE2TOrRWU9uT4 { top:2.3125rem;left:16.5rem;width:31.25rem;height:1.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftkHC2V2Md4yZckKJuGXIn9Qzy9FzpLU { top:5.75rem;left:17.8125rem;width:29.9375rem;height:4.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DdBZwa1a7qeiPnK4x9QKltapgsRGDyG4 { top:15.3125rem;left:0rem;width:18.125rem;height:5.5rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TiDEnel4eJptvJv0yAt6V9hDPbVunZDv { display:block; }#TiDEnel4eJptvJv0yAt6V9hDPbVunZDv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FZrzepnbR9KdIhavN3B9sLvbbG25bCZN { top:9.8125rem;left:34.125rem;width:13.625rem;height:2.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #FfxwyN4XbPMTcEklHBVBHnGZ6gt0Ocnb { top:2.3125rem;left:0rem;width:31.25rem;height:1.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4yQouXM16NDg8F8LZtsGGPOpnfyrJM8 { top:5.75rem;left:0rem;width:31.25rem;height:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTitFBa0Cstio0TFEmTyKmpubg9o0MKd { top:2.3125rem;left:16.5rem;width:31.25rem;height:1.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M225mdvCzq30b18fTNL87UTJzlTk7Kon { top:5.75rem;left:16.5rem;width:31.25rem;height:4.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #boCUP4hq9uTZ2B3y471y1SZaTpLEvGkT { display:none; }#boCUP4hq9uTZ2B3y471y1SZaTpLEvGkT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #I0q9gXwrI1PnH2hqXkaZxal4nJzrsc0G { top:20.625rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMw3SqqTbLXx1F19lGa19UpIM0amTL4I { width:25rem;height:0.125rem;top:18.3125rem;left:11.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #cOQVpseLdG6qxL7gKd77AwzJW0UtX9tw { top:12.875rem;left:0rem;width:47.75rem;height:4rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyJWSDDRd2X0T55E47WtF0gs8oQf5In7 { width:7.1875rem;height:7.1875rem;top:9.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kycCrD6n4nUpEv90abPenfTlOeUL1mpH { top:8.8125rem;left:0rem;width:47.75rem;height:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xINPOHORJrAKN2xKiP6hTft7ysqvvF59 { top:2.5rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZ9484eXoIDuCASeX1ZlCS0gprKegymE { display:none; }#fZ9484eXoIDuCASeX1ZlCS0gprKegymE > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cTEztksMTqt51KOSigBsnZkTopr6ufys { top:9.6875rem;left:15.125rem;width:9.1875rem;height:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9CVFw49GTO9TTauy1qMrCXEHTaAMDoC { top:9.6875rem;left:7.875rem;width:9.375rem;height:7.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZclKXXy7WJTUDA3GMNBwQePs9FCcHCi { top:9.6875rem;left:23.875rem;width:7.9375rem;height:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmoBuIATGn0IZoh9ApTLyvuRULeda0ZX { top:9.6875rem;left:29.248779296875rem;width:9.375rem;height:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uS0VIMwJbh7DEuRgHFdWTnTGzVn0RmCM { width:6.25rem;height:6.25rem;top:1.25rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxbSrITLDpuqvsTP9ok655tZcxKD7hZ4 { width:6.25rem;height:6.25rem;top:1.25rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGqngh3cuK0PtTQ22VWvVcMBkrfVbUyT { width:6.25rem;height:6.25rem;top:1.375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvWVRP91TKncmmfGAKA8dcb2AphbqWvc { width:6.25rem;height:6.25rem;top:1.375rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRVtmaJQzlKXEtc9GevGVI912Ka5H9Bv { display:none; }#sRVtmaJQzlKXEtc9GevGVI912Ka5H9Bv > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #w7p1x6htqQ0O3KaSe7ObG6cst4s8Z2cI { top:12.375rem;left:15.0625rem;width:8.8125rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h45ir1EeuvxEggRGK2IaABSAkeP4mKGA { top:12.375rem;left:7.8750019073488rem;width:9.375rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zxqt8dIgdyWxPWhE1FTREC9VOiz9mkge { top:12.4375rem;left:23.875rem;width:9.125rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDVIe3wabCaCCGHlIHU5Eq3r6aHBv93W { top:12.375rem;left:29.062288284302rem;width:9.75rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXgge7Q2FQ47iTM7f02C76nRaGRyV7Gb { width:6.9375rem;height:6.9375rem;top:3.9375rem;left:8.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #flfPXRgtqrhlymRCxAr7dnHccwEckMxF { width:6.25rem;height:6.25rem;top:4.75rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbbmbI664ORK5QMyaJlGadbfWxQ9SKKk { width:6.25rem;height:6.25rem;top:4.0625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGm4BsLCdsJpsSszZwftWt6MqQoctQz0 { width:6.25rem;height:6.25rem;top:4.75rem;left:30.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIhlN2w0vc2Nqh5UTAocmPBOaosFRTuW { display:block; }#CIhlN2w0vc2Nqh5UTAocmPBOaosFRTuW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BfDQQnM06Ugml8TTwVizZI8RxbUKdN4p { width:21rem;height:3.4375rem;top:2.875rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwkpgaKwDJWqtT7BODbcMHwqkHhF8tfz { display:block; }
 }@media only screen and (max-width: 763px) { #lbQzLtyiuasJxvl06raToXnuN0BVCy9K { display:block; }#lbQzLtyiuasJxvl06raToXnuN0BVCy9K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s1fqN7ExyQU6bpPcs5utptwEmnmK0Dsr { top:23.125rem;left:0rem;width:47.75rem;height:10.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfepyupQaHCPwUe3pVL7heTR2lbVz4FU { width:47.75rem;height:10.401523702032rem;top:22.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bR0TIvSV9qkQgyUIAEWymLDkonTBZUfJ { width:13.125rem;height:13.125rem;top:19rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktb1HcKArKEHxhfDQVZ1fAqVlAHbvtSs { top:33.3125rem;left:0rem;width:9.9375rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #po0mqyLB1wReuDdgcv9TvayMQLToCAzE { top:14.75rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t44Sgd9m6DSchfcEJ7fqnCo0x1mVlVBG { top:2.25rem;left:0rem;width:47.75rem;height:9.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSWT9M4Tal0XxVZTrvOUoKCH7DX9yeZV { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #VNzMTbA3iNxdMyrx98RT3r05SbTgpJ6Z { display:none; }#VNzMTbA3iNxdMyrx98RT3r05SbTgpJ6Z > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nO1kAn9bgLRWfODif2eHnvnbPL7eTQ2m { top:14.1875rem;left:0rem;width:47.75rem;height:19.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ki5yTe4TfZrfc3iy3dKNkhdnDiOwqFB9 { top:5.6875rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHXmtSiwZEE45dNTKreO0hc6EOJeeAU8 { top:40.1875rem;left:0rem;width:47.75rem;height:6rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyMMprVTVO2HVueXl77xphJvABbSqBVZ { display:none; }#qyMMprVTVO2HVueXl77xphJvABbSqBVZ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ivOwgc10bqd03UQB4Nwf2L66XtWQPhoF { top:6.875rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7nbGJ0T6iBVstEPssRw9r5qEeWwIQe9 { top:2.8125rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeRK5ap0sTydGapOJBecfqnOWg7AzGeq { top:11.8125rem;left:0rem;width:47.75rem;height:19.1875rem;font-size:1.0625rem;display:block; }#PeRK5ap0sTydGapOJBecfqnOWg7AzGeq li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/533a0184-0627-4c18-b711-39467392d617/logo.svg); }
 }@media only screen and (max-width: 763px) { #x632T3SL7UHaIiK72TNndKnod4f3sTna { display:none; }#x632T3SL7UHaIiK72TNndKnod4f3sTna > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wAKA0PW7v4v2EDE1sDEA90y4mKaNDw8S { top:3.75rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #xWLPdp9WtdWT2rbQ2F1iO42So6lDsOCE { width:47.75rem;height:8.6230248307rem;top:23.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tkEvICriWshlLvhrCtHaGeMTog9o76kk { top:15rem;left:6rem;width:41.75rem;height:4.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFbxGJvNMGKo8gsF1Azu8tXFFcVT35uL { width:46.5625rem;height:8.75rem;top:12.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KZatuGWruUdx2sfmrLG52IRlfggH791r { top:24.5625rem;left:0rem;width:47.75rem;height:7.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukkhTvy36orfyTTngraqtEGH1Wv1MgzP { width:47.75rem;height:9.0730816077956rem;top:34.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #w7UsidpLre2rxE5ESbdiTZB7iwmRf5du { top:35.6875rem;left:0.3125rem;width:47.375rem;height:7.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XymrxMl45M7DTGgIoAe8es90KFhiyRO6 { width:44.375rem;height:8.1875rem;top:46.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #leBBq5xAWOwXw8KGkRmmL4PTwVTt3qTJ { top:47.25rem;left:0rem;width:40.0625rem;height:5.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #reTEiZkwQIrJ80Z1uSdkTBSGJefsWO9h { width:47.75rem;height:8.824925074925rem;top:55.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vauhnneBOxzaQbkrc8HJ4snB6mex6zsw { top:56.875rem;left:0rem;width:47.75rem;height:8.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tb03e37TgN5al1mERx5EmzhTfqAyHTPQ { width:21rem;height:3.4375rem;top:73.0625rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDOPdTPSopiwlWUoOUyhlAF9C5y2ypI5 { display:block; }
 }@media only screen and (max-width: 763px) { #pOF18bRfFKdnAGgB9xOzuNkkT4pFvMzn { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #gXxPD32Jt7WkZEZOFoecAFVoW28mgah6 { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #kewd3Ei5f2gvXT6mAOf7TiJ4dqF3gwkz { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #okbb06Nn3AiOZiPppPzooTp9ki2QBDBX { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #G8aQJdZGGa1OCTqGhQ2gFl9ZfnRI5aPN { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ewZtvVuZOFqWQ9gU79cgIwJJGEkeNLGk { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #PiNIE6Z4BB7TT5C6rQJmLbMtsfSrMPRi { top:2.375rem;left:0rem;width:18.75rem;height:10.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #M2XapNK2LpmtW5BL3gA8MnT1TnAiHxei { width:47.75rem;height:7.0601015801356rem;top:2.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XV0JofhNeAzTJHrHC70Widtz1x3QNiGS { display:block; }#XV0JofhNeAzTJHrHC70Widtz1x3QNiGS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mM6xxMq5UfWRik3iVgSfA5yuTlIGIv02 { top:5rem;left:0rem;width:47.75rem;height:6.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yT76dfg9fqtzZXdzneTLtOGwS9nLTWta { width:25rem;height:0.1875rem;top:14.0625rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fofCuc8JHSLktMisTJ6ixldNiB0G3ktP { top:18.1875rem;left:0rem;width:47.75rem;height:6.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fm0QIVlauB9XaudzcfHz5MyX22vlgrGF { top:40.9375rem;left:0rem;width:13.125rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHiTcmBAx5yumUhHxbKbJhstdWsWTQsh { width:6.875rem;height:6.875rem;top:33.0625rem;left:0.49934959411621rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMN6D6mviTtqxtyszCwG2zbH8U0TTsaP { top:27.8125rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQkNZDMofLurOHmZ2B6LZICKhiZmN2h6 { top:40.9375rem;left:18.09375rem;width:11.5625rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWksrPWFO9vdws2kEHGXKBbA7dmfzcNF { width:6.875rem;height:6.875rem;top:32.625rem;left:20.406034469604rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwraZTquLnfEEfcxKacd8HG1b8p2r4Q0 { top:40.9375rem;left:36.1875rem;width:11.5625rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpng6aCwB5rLMXyGvXezGI1xu6pKnCJx { width:6.875rem;height:6.875rem;top:33.0625rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sodm18rG5hanGRwQAIyTnsaVn7kW1CDA { top:49.1875rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGqQQu7mf6QQITVBg78eyFiVugt7n14t { top:53.8125rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugM9BFEdu0SSFVuVgstBfpshcsJh55Hz { display:none; }#ugM9BFEdu0SSFVuVgstBfpshcsJh55Hz > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dTEth5ZQ4rC3wAIUtcszvl0S3KOuxvxp { top:2.25rem;left:0rem;width:47.75rem;height:2rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxbAcEXPRONBwgwN9VGRHy0iPXUmBc2B { top:5.25rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAFLUXchvpEgryy06GoJfqhO2qA9l8Ou { width:20.9375rem;height:3.4375rem;top:4.25rem;left:13.374786376953rem;display:none; }
 }@media only screen and (max-width: 763px) { #PMtaD9yoWpVpTeEq5Bq2QePdLDcrRMcv { display:block; }
 }@media only screen and (max-width: 763px) { #M3SnnoyWJLoUiZIWEqe2UVeNcfhQWFnd { top:9.625rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqEvaFueK8dfwkSXTzKm1smla8A7aZw9 { display:block; }#oqEvaFueK8dfwkSXTzKm1smla8A7aZw9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d7D3yJCrV30EBMIgzmUGaS5k84T8LD5v { width:20.9375rem;height:3.4375rem;top:4.25rem;left:13.374786376953rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eqblqo0kEKf34Q9JMqiUCgab9Bm2b53M { display:block; }
 }@media only screen and (max-width: 763px) { #CS6C9NTR8zd1AUVerrnC4DTJkpdye1fy { width:12.5625rem;height:10.509114892764rem;top:0.6875rem;left:35.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #t3iHh7HBpNiyCTzG5mfBxe03namOrrDs { display:none; }#t3iHh7HBpNiyCTzG5mfBxe03namOrrDs > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Qqhothnm58kbQVMcduTM9bRuwF168zai .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Qqhothnm58kbQVMcduTM9bRuwF168zai .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#Qqhothnm58kbQVMcduTM9bRuwF168zai .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#Qqhothnm58kbQVMcduTM9bRuwF168zai { display:flex;width:18rem;height:5.0625rem;top:39.5625rem;left:19.666666030884rem; }
 }@media only screen and (max-width: 763px) { #Qqhothnm58kbQVMcduTM9bRuwF168zai #EXFd8r68MVVKOENOLxqWcvQVZpE3mVss { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Qqhothnm58kbQVMcduTM9bRuwF168zai #a7kSfcUXWm6ncdtvcTQQdXr5GbB8Bv0l {  }
 }@media only screen and (max-width: 763px) { #Qqhothnm58kbQVMcduTM9bRuwF168zai #uSOL40vax4FRa9AQDnPOdfqdG4PIfiBL {  }
 }@media only screen and (max-width: 763px) { #Qqhothnm58kbQVMcduTM9bRuwF168zai #JdOItDDlMCsM4IUo4yP5eVHaqe4abDFT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Qqhothnm58kbQVMcduTM9bRuwF168zai #zphbwGhqAP86bI0w8PGmwS4TI2V9cene {  }
 }@media only screen and (max-width: 763px) { #Qqhothnm58kbQVMcduTM9bRuwF168zai #VdP26pWoscI52gLsOts9ZdThgX07UdmG {  }
 }@media only screen and (max-width: 763px) { #Qqhothnm58kbQVMcduTM9bRuwF168zai #KNHDEwInhBV5aXqNCw6pGMlEBbwr2lVg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Qqhothnm58kbQVMcduTM9bRuwF168zai #DDOMsbZblFOlzn8ZAOX8ul2Kl8x8GS9t {  }
 }@media only screen and (max-width: 763px) { #Qqhothnm58kbQVMcduTM9bRuwF168zai #xkkgbaQR125RZO5TUbzFqm8an7poVzyJ {  }
 }@media only screen and (max-width: 763px) { #Qqhothnm58kbQVMcduTM9bRuwF168zai #QDyVJL7LuZyuTXiKQun7W6y8DquDgKml { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Qqhothnm58kbQVMcduTM9bRuwF168zai #CRTityKcRedVwtMzudOD8B9rxrK8FaIi {  }
 }@media only screen and (max-width: 763px) { #Qqhothnm58kbQVMcduTM9bRuwF168zai #rpkFZoSghffr9TVyHcGzJ8TQVNU9ooea {  }
 }@media only screen and (max-width: 763px) { #EJqsF85ncu7QZXeGymtJKT5lWHoI6KIn { top:11.5625rem;left:0rem;width:47.75rem;height:6.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyUhmCtPA5vH493QpukNfOLW6Bfhldgk { width:6.875rem;height:6.875rem;top:2.375rem;left:19.496747970581rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmLuzh03c7ubPTShEFLEcv89MPxyiBiJ { width:20.9375rem;height:3.4375rem;top:31.75rem;left:12.463327407837rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIFPeEFQMdUokfh7GTvou1poV0aXkOLT { display:block; }
 }@media only screen and (max-width: 763px) { #WETPEKI3GhIiUVSgEyPA7Cw2EC7O5NKV { display:block; }#WETPEKI3GhIiUVSgEyPA7Cw2EC7O5NKV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kiv1UWRqPZGJqhdTKRwLlRQzgzn1q7FG { top:3.4375rem;left:0rem;width:47.75rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsHkCFwzDcAFyaUUeWOe0HokupKfCC6r { width:25rem;height:0.1875rem;top:8.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykpLV27NcTTmH2QuBR0QZu4XN45AhJHT { top:10.625rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #licSidQWurrqvLKUBmRRdQbhOdZOtNTZ { display:block; }#licSidQWurrqvLKUBmRRdQbhOdZOtNTZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #InWBZ7oQQ53aR4KB0cNyU8mrheoLiacB { top:1.3125rem;left:0rem;width:36.25rem;height:;font-size:1.0625rem;display:block; }#InWBZ7oQQ53aR4KB0cNyU8mrheoLiacB li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/2c3fa66a-d96a-4f16-bc44-43bf3bd34e20/93.png); }
 }@media only screen and (max-width: 763px) { #pmXOgVPbg5MFN7LwDCHulBmd5KzfxFmT { top:1.3125rem;left:11.5rem;width:36.25rem;height:;font-size:1.0625rem;display:block; }#pmXOgVPbg5MFN7LwDCHulBmd5KzfxFmT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/2c3fa66a-d96a-4f16-bc44-43bf3bd34e20/93.png); }
 }@media only screen and (max-width: 763px) { #FA5Te9c75TdmIX5s92pJzn5KIGincMO7 { display:block; }#FA5Te9c75TdmIX5s92pJzn5KIGincMO7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nwtTEP69t5ArCKECTE1gJPXcr4mAcMmH { top:1.3125rem;left:0rem;width:36.25rem;height:;font-size:1.0625rem;display:block; }#nwtTEP69t5ArCKECTE1gJPXcr4mAcMmH li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/2c3fa66a-d96a-4f16-bc44-43bf3bd34e20/93.png); }
 }@media only screen and (max-width: 763px) { #bAp9OrPCWmRBTIP6RnH2qQ8zipza2dI4 { top:1.3125rem;left:11.5rem;width:36.25rem;height:;font-size:1.0625rem;display:block; }#bAp9OrPCWmRBTIP6RnH2qQ8zipza2dI4 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/2c3fa66a-d96a-4f16-bc44-43bf3bd34e20/93.png); }
 }@media only screen and (max-width: 763px) { #fIOxai5DdgKPBku6E1EVHkCKz3SZsApb { display:block; }#fIOxai5DdgKPBku6E1EVHkCKz3SZsApb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vZCkPvfmzsOddGJboJ8z5CvV4ITuau6L { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #cQLiO1Z2zUp9MokugbMXkTDTEoa7O8LT { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #G0OVJRzpdXTBbSI1vSX1GoNcXR7ea01G { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Aelk8sZn5NUyMk91hCVibAZgoNaZbPh2 { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #dvHRhSKrakANGgdol4sVEJuTHIiuaeL0 { top:83.3125rem;left:30.375rem;width:17.375rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZHDorI5ASkAiwVdfpnuWbchRsqw7MCT { width:13.125rem;height:13.125rem;top:68rem;left:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6e60ApXM3Suozn230EQ4QsnP0QccUTr { width:20.9375rem;height:3.4375rem;top:89.3125rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzHeSd4IVJIgzJIQpa1T5kwFoS4oyet8 { display:block; }
 }@media only screen and (max-width: 763px) { #nQLsFlxMWNwlhZelFqTnacccpsXDvifF { width:47.75rem;height:11.533048623574rem;top:67.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RHXmL68eJQDTU5SI3V0pl6DgK5X7HGQi { top:68.8125rem;left:0rem;width:47.75rem;height:11.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJkx9aMo9etNSQTcrwZOCdLIdgyJuZJ1 { top:26.625rem;left:0rem;width:9.875rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #omgUSanJtq6bkWsWTVKfTI9orkVA8UEb { width:47.75rem;height:12.718566236639rem;top:13.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #u86aWTHfRiCTGC031VTBcBttNzDpXUaN { width:13.125rem;height:13.125rem;top:11.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tK0mTzUOIKNbc50JVLpGmVrmLQBhDAQG { top:14.1875rem;left:0rem;width:47.75rem;height:13.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U91xSmCWsPNeTq6Azc0HmyNeMdVEHIf4 { width:47.75rem;height:6.4673416178513rem;top:33.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wvTSlmtfGclgEtmGw0kexpOSX0QZZHwu { top:34.8125rem;left:0rem;width:47.375rem;height:4.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLn3OT6i4meLbTLmhUBFd2vWgsPz160P { width:13.125rem;height:13.125rem;top:29.5625rem;left:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEQIVlp6JCZ5g5AEm9M4MBntTf2FDcdZ { top:44.25rem;left:34.125rem;width:13.625rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tzf5QatlDmVXvDS9NL8WcfXhiiqLtKCP { width:47.75rem;height:11.694947742074rem;top:49.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KsJBFrERExSqI8lOA6QKgdPA1Lyero7S { width:13.125rem;height:13.125rem;top:47.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sfq4tXavcgtMZzTT7cN3TDJ2oovNmw6Z { top:61.125rem;left:0rem;width:12.0625rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5yaxynSuuqGLUvel267TQhbR2wAbfVq { top:50.8125rem;left:0rem;width:47.75rem;height:11.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRWStdDE5UKtbGcpfJCq5C7LOI2Hm9lI { top:2.3125rem;left:0rem;width:47.75rem;height:6rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kek9zNn0V1vTTATrhoALEHI4pRuPt6Pw { display:none; }#Kek9zNn0V1vTTATrhoALEHI4pRuPt6Pw > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #r8hiIwLsiWlZUt03ZxwO7NKRpoitxRE6 { width:21rem;height:3.4375rem;top:55.0625rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWi5kc7Uy6cloZWg5PTvzGe9bfOpN4A6 { display:block; }
 }@media only screen and (max-width: 763px) { #QxEeDvIaeNR27bVbEZXSGomkCcvt7RN9 { top:3.8125rem;left:0rem;width:47.75rem;height:2rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkwxFJv2T40aAWTcNQ3EyR6pziauFXWU { top:8.8125rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ht624XDTAmAzeVEOxTVQIcPLuDHWCwsU { width:47.75rem;height:40.843516209476rem;top:8.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U34my8kAPlsAC9iOQVwFixIQClIGUvAb { width:45.875rem;height:25.75rem;top:17.4375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPuUITTRUzw8FNQJcptHpGnOlXg1RRPN { display:none; }#pPuUITTRUzw8FNQJcptHpGnOlXg1RRPN > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sc0DKIdSXCfTwS67rO8wbl7pKCGHxOxu { top:5rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrtzR9yMObEoqybK8ZooN1qsFDPV4Jxk { width:25rem;height:0.1875rem;top:10.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTr1TbPuQ9TviOKt5fRCsgX5SbrVV7mQ { display:none; }#zTr1TbPuQ9TviOKt5fRCsgX5SbrVV7mQ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CP7xpV41h36p6DZnVe7QbuPJc4Oid7e6 { top:3rem;left:6.75rem;width:25rem;height:;font-size:1.0625rem;display:block; }#CP7xpV41h36p6DZnVe7QbuPJc4Oid7e6 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/ungibIj5/44.png); }
 }@media only screen and (max-width: 763px) { #StqZqFJZbcoK0WoxNs9uBdmw1DpXr0uZ { top:3rem;left:22.625rem;width:25rem;height:;font-size:1.0625rem;display:block; }#StqZqFJZbcoK0WoxNs9uBdmw1DpXr0uZ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/ungibIj5/44.png); }
 }@media only screen and (max-width: 763px) { #LC4hawQs4TZWwtI6z9z5NKh07wyqw7Q9 { top:3rem;left:0rem;width:19.5625rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7XbcHg1UscZtN65hPL3ufAvKpP3xrgz { display:none; }#X7XbcHg1UscZtN65hPL3ufAvKpP3xrgz > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #crnmxHFNCPTHZlbZM2Px7GGLUiJdrom9 { top:3rem;left:6.75rem;width:25rem;height:;font-size:1.0625rem;display:block; }#crnmxHFNCPTHZlbZM2Px7GGLUiJdrom9 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/UxfzJFqU/43.png); }
 }@media only screen and (max-width: 763px) { #DLqzFtUOnfAWNOCMTlElZn5Q0ATEslO4 { top:3rem;left:0rem;width:19.5625rem;height:4.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #To3A4rWrlJJX8C4cxxNT2CTSQyIH7o4b { top:3rem;left:22.625rem;width:25rem;height:;font-size:1.0625rem;display:block; }#To3A4rWrlJJX8C4cxxNT2CTSQyIH7o4b li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/UxfzJFqU/43.png); }
 }@media only screen and (max-width: 763px) { #TU2xWmCv3zbrDe9zVC06GxWVHccMCyZK { display:none; }#TU2xWmCv3zbrDe9zVC06GxWVHccMCyZK > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SMxKO2eKETVZMkkshV2GhIr6J59v3OP1 { top:0.0625rem;left:0rem;width:31.25rem;height:80.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPtL8MT7rPu23DuMeLBUeEHOhhDxTZ8f { top:31.125rem;left:0rem;width:25.625rem;height:;font-size:1.0625rem;display:block; }#hPtL8MT7rPu23DuMeLBUeEHOhhDxTZ8f li:before{  }
 }@media only screen and (max-width: 763px) { #nT1dEynpCIFMMOmV46mpfHA9wIJarkbE { top:2.5rem;left:12rem;width:6.25rem;height:2.8125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4vET20Bk7Ks433rWZ7Nv285HAxh7KF0 { top:17.6875rem;left:0rem;width:28.5rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2DGXRo9DBeq0IDe9qx2yxOomwC7F5Ns { width:13.875rem;height:3.875rem;top:63.6875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FikbNBNPeUwGMllJnoEr4LqNgEegNQN9 { display:block; }
 }@media only screen and (max-width: 763px) { #DsOmuxCyvFoCgwy00g7tvgFnlf35hOih { top:3.125rem;left:26.5625rem;width:12.5rem;height:2.8125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9b3T0RF1IZRiCPm261cO9qtkPz2mf7I { top:1.125rem;left:0rem;width:31.25rem;height:76.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9nxIXxHIy9pTFSq9trsDfEB2uEMbFiQ { width:13.75rem;height:3.875rem;top:63.6875rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXSwc8T64hT41ETLnZPnq4Mqb5mRNFdp { display:block; }
 }@media only screen and (max-width: 763px) { #RlModmMqcm5hTo3IWaT5PE98JFamgpTG { top:31.125rem;left:22.0625rem;width:25.6875rem;height:;font-size:1.0625rem;display:block; }#RlModmMqcm5hTo3IWaT5PE98JFamgpTG li:before{  }
 }@media only screen and (max-width: 763px) { #hQr0GV1uHtTIEF5rgh0oZzn5Z1G4iA71 { top:22.125rem;left:0rem;width:29.875rem;height:5.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBMAWUlHOQbTXuMp1OQmQmzcgMI9MsKT { width:17rem;height:3.875rem;top:70.25rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQ0ReTNBUEECA1BaQUWK2Xrfohs9mMpo { display:block; }
 }@media only screen and (max-width: 763px) { #blzOihBt5IfetJbPngLpEvpMEDZmz1Rr { width:17rem;height:3.875rem;top:70.25rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S41P8RBo5noaobhIy9yhZTnmEpDybvHu { display:block; }
 }@media only screen and (max-width: 763px) { #khlWP4GqK0kdWhtxbKa9TslLECRmCEai { top:22.125rem;left:17.875rem;width:29.875rem;height:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eU04tRzlL4wSirf3y8kUBif3xO5T7h7H { top:8.375rem;left:0rem;width:29.9375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXdtXcQTrxqTLifTfoQT6aFhx3eqUDXv { top:8.375rem;left:17.8125rem;width:29.9375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMbH2hmI3PMW5K9wxhhP7pyPQK8fBaD0 { top:17.6875rem;left:19.25rem;width:28.5rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i25r91CIuryNTLs4emlFFvmBaBEDSgvr { display:block; }#i25r91CIuryNTLs4emlFFvmBaBEDSgvr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ws2OVXm7TFMkqV5T8HS4CNRopr9NZ5fU { top:3.4375rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O86eSkEhoRewW7i0DhNZGOcweF4ixmtt { width:25rem;height:0.1875rem;top:8rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9EIOKmQibTEOB0a2AlBcCRacOaWradW { top:11.25rem;left:0rem;width:47.75rem;height:4.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #clrS4BgAxBnpgCbQTQNfK7EsuX1Gsb0P { top:19.375rem;left:0rem;width:47.75rem;height:2rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpEr7WE1qTzv6Ua7HxPFeUB09wENW3Ta { width:20.9375rem;height:3.4375rem;top:62.6875rem;left:13.37451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7zzTw5cPszuOkAM6uoQl0Dv61F7SU93 { display:block; }
 }@media only screen and (max-width: 763px) { #lPVEGhT8D8yCfQzzpShKEeGO5JDfWic4 { width:4.8125rem;height:4rem;top:25.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tib2yBHyUSGINKO9gN5R40ioZLPJJznV { top:25.75rem;left:0rem;width:47.75rem;height:6.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wfidq0tfITpG8TxdHVg8sewTXFSHAuG6 { width:4.75rem;height:3.9474894859479rem;top:35.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmZsVB6ZOTgPrIaZ9Xfe3ukV2UMu65us { top:35.8125rem;left:0rem;width:47.75rem;height:8.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMLOZLkPeB1W7HusJJsiHMZaIBChWZ6w { top:45.8125rem;left:0rem;width:47.75rem;height:6.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCeUxwnyTcx2usJehlCAaCdOHzyOr0kO { width:4.75rem;height:3.9474894859479rem;top:45.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqHFTi4NCxGLag0PFVUslKLCmT5EHeRv { top:55.8125rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SfvrJUw3ivmXG9oLwTeOcfF2Vrqdf2zS { top:9.5625rem;left:0rem;width:20rem;height:11rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #k4RqgIHHLECl8B27VQJJk3AHNTQknxLQ { top:89.5625rem;left:0rem;width:16.4375rem;height:6.125rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #arDvhhyundwVpgncmVI2d6seJxpPmHnd { display:block; }#arDvhhyundwVpgncmVI2d6seJxpPmHnd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kblBLmtCd55UeiS3lwPNf9ry8ePwAwVI { top:5.25rem;left:0rem;width:47.75rem;height:6.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfTNFSmi7gsVyd2GTFvHOHkfFyfkeA7z { width:25rem;height:0.1875rem;top:12.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGzE7cW46wa2kQaZ6kKBVHK8hospn3oV { top:15.375rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZqJdDkWZ5l3sittB1pZ6zZUwp6MhtuV { top:21.6875rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIuaogtBflanWTCA17ZUKZrlZH41MQ1u { top:27.3125rem;left:0rem;width:36.25rem;height:;font-size:1.125rem;display:block; }#iIuaogtBflanWTCA17ZUKZrlZH41MQ1u li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/2c3fa66a-d96a-4f16-bc44-43bf3bd34e20/93.png); }
 }@media only screen and (max-width: 763px) { #giTkXHUIOqBtidOW9hi03PTMfH7OER3P { display:none; }#giTkXHUIOqBtidOW9hi03PTMfH7OER3P > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DpVCiz6rMZBBgwPteS65ttJfbWvOkCpH .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DpVCiz6rMZBBgwPteS65ttJfbWvOkCpH .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#DpVCiz6rMZBBgwPteS65ttJfbWvOkCpH .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#DpVCiz6rMZBBgwPteS65ttJfbWvOkCpH { width:19rem;height:5.3125rem;display:flex;top:9.8125rem;left:17.25rem;z-index:15000; }
 }@media only screen and (max-width: 763px) { #DpVCiz6rMZBBgwPteS65ttJfbWvOkCpH #lo2V7EqIUxu2Sdm9TTxqu4WchN4Wi5Ua { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DpVCiz6rMZBBgwPteS65ttJfbWvOkCpH #fc1U08lb1Xt5Z3acp7zTTDEF1BTrXyup {  }
 }@media only screen and (max-width: 763px) { #DpVCiz6rMZBBgwPteS65ttJfbWvOkCpH #OGgNFT58h4uepShVaC3zzsDvxh96CZbM {  }
 }@media only screen and (max-width: 763px) { #DpVCiz6rMZBBgwPteS65ttJfbWvOkCpH #edoZBZ5Tlf6O0IBH039exzaMi3TQqSoI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DpVCiz6rMZBBgwPteS65ttJfbWvOkCpH #eNpVhAaf3EA8Fyw7QBv42DeUTHbARpXg {  }
 }@media only screen and (max-width: 763px) { #DpVCiz6rMZBBgwPteS65ttJfbWvOkCpH #bZgKr0I8Kbl0tme2JQw3oZgiIHl61a3a {  }
 }@media only screen and (max-width: 763px) { #DpVCiz6rMZBBgwPteS65ttJfbWvOkCpH #BV6gmZs5f8Gg4rixmZy9glL59fBwenJS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DpVCiz6rMZBBgwPteS65ttJfbWvOkCpH #u522qdydQVDZVnqTL00C5noC89PfLkKx {  }
 }@media only screen and (max-width: 763px) { #DpVCiz6rMZBBgwPteS65ttJfbWvOkCpH #u3svr3assIGE0DPMEaG1Aug9ku6W2cid {  }
 }@media only screen and (max-width: 763px) { #DpVCiz6rMZBBgwPteS65ttJfbWvOkCpH #SuiE2TeDnAGUsfeWTT3CIhwsycvFBhAU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DpVCiz6rMZBBgwPteS65ttJfbWvOkCpH #AiEdqHzWnMDI11f1JmqPaPsDzxA2EQ7u {  }
 }@media only screen and (max-width: 763px) { #DpVCiz6rMZBBgwPteS65ttJfbWvOkCpH #XHL3Zs9ZKysTufBMHZDBH8C2KzMg7sry {  }
 }@media only screen and (max-width: 763px) { #ychCWQ3IZSW85dvLLT3PLzoxOZ6ZC5RR { top:5.375rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #teRRgUQzIdxL2Pk12hpsC0VGJZEVNZ1t { top:20.375rem;left:0rem;width:47.75rem;height:7.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7kTsqQhPxvV7TlAXAuWnf8PpSoBkNxm { display:none; }#W7kTsqQhPxvV7TlAXAuWnf8PpSoBkNxm > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #InX0ALPIgzZIK9yOWSOSVcEJ3ADcWNmB { top:5rem;left:0rem;width:47.75rem;height:6.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtSo5rmIP7IR7nti9uWxWdOm6wBxbVXS { width:25rem;height:0.1875rem;top:13.4375rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #erJSEoy5nBAvs7mAwDVgHoihsEk0FZoe { top:16.8125rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJcbzDCplX81AHDVqq8hqMBsJHiles5i { display:none; }#tJcbzDCplX81AHDVqq8hqMBsJHiles5i > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #i5GoVRoF5JfuL62JK0Z9GWcG6H8E8J16 { width:31.5625rem;height:31.5625rem;top:12.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4kN3TQZvuFgyZd10SCHdwufBMW1T2XQ { top:43.25rem;left:0rem;width:5.375rem;height:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXKW8cIGtRmTT3QwB3p3offsET1Nzku0 { top:31.125rem;left:0rem;width:12.5rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoT5eutU6reZhhm9aD8OLi2O9cgt7nzt { top:25.4375rem;left:0rem;width:12.5rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBLK1MsS1JzkzySgk0fhxEn9nF6V6mu8 { top:19.4375rem;left:4.7185363769531rem;width:12.5rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TD0LlZlLiNTfhid2Ru9PLN8uOQDwLnxA { top:3.4375rem;left:13.375rem;width:34.375rem;height:;font-size:1.0625rem;display:block; }#TD0LlZlLiNTfhid2Ru9PLN8uOQDwLnxA li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/2c3fa66a-d96a-4f16-bc44-43bf3bd34e20/93.png); }
 }@media only screen and (max-width: 763px) { #p5lXmeHAZhsy8F6mPrE3bbuWvyCZ8hG6 { top:9.25rem;left:0rem;width:24.4375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmCzDDDhiRPCqWDV5baQ8mNDR4sIOqee { display:none; }#xmCzDDDhiRPCqWDV5baQ8mNDR4sIOqee > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #f6fABsplPfeFi9zACbGMz6T4EGB7ycVB { top:3.25rem;left:1.8122863769531rem;width:44.0625rem;height:;font-size:1.5625rem;display:block; }#f6fABsplPfeFi9zACbGMz6T4EGB7ycVB li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/2c3fa66a-d96a-4f16-bc44-43bf3bd34e20/93.png); }
 }@media only screen and (max-width: 763px) { #tzF53WyZa0TSe3KdsNUGVAa46EFkILcq { top:8.75rem;left:0rem;width:47.75rem;height:8.0625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JTLcmWSHXmQ9QOoI61wx1gsVwotbTGys { width:20.9375rem;height:3.4375rem;top:20.625rem;left:13.374786376953rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDK4kGv0uZURVie9bhce363vPCsHcTUg { display:block; }
 }@media only screen and (max-width: 763px) { #TI9IEZeCUDLe3ZIXACXdkotZCpG6R8MX { top:9.125rem;left:0rem;width:18.75rem;height:9.625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RaxPSbPbQcDGvg6eRnTTk3TXBW10ygT7 { display:block; }#RaxPSbPbQcDGvg6eRnTTk3TXBW10ygT7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sd6pTJlicViRHHB0S2lQaC7DqLqAi93t { top:5rem;left:0rem;width:47.75rem;height:6.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yO1xFyZkwtrbPAAiv00lTLM3HCK8hsSS { width:25rem;height:0.1875rem;top:13.4375rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvcAgFuCeViTTAdcmdhXvno9xQgUMMtL { top:15.75rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3N8xflovK1pq0vCZXlzrdVB5veQafk6 { display:none; }#X3N8xflovK1pq0vCZXlzrdVB5veQafk6 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oAC6SnTQeJBGhVRbw7PT7TKTKwNU0IeJ { width:30.625rem;height:30.625rem;top:6.25rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGpLIVPZ11MrvGyEK2nSprAECKDh6zki { top:4.5rem;left:0rem;width:34.375rem;height:;font-size:1.0625rem;display:block; }#gGpLIVPZ11MrvGyEK2nSprAECKDh6zki li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/2c3fa66a-d96a-4f16-bc44-43bf3bd34e20/93.png); }
 }@media only screen and (max-width: 763px) { #O8SSwT10si7E7zm8Fi2C2thE66B05wkn { top:34.125rem;left:23.875rem;width:5.375rem;height:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuafDpbpJBTEN5yF5S5gqP6bsCP71aFg { top:2.5625rem;left:37.625rem;width:10.125rem;height:4.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpb179sDX3WJXDS3pucu6EX5q1Tn5mQz { top:14.1875rem;left:23.875rem;width:13.875rem;height:2.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaBa4xxHQwJtO0mAyk4xZ9KS136rTDqt { top:35rem;left:28.811634063721rem;width:9.5625rem;height:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbbNVnXRUPRqu7u4s6QN6LPLIZ2a1No3 { top:31.5625rem;left:38.125rem;width:9.625rem;height:4.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #INtrBst0UCQsKpOWa0rE3ERLnAU29PQg { top:13.5rem;left:40.625rem;width:7.125rem;height:4.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMTcq7BrGAQun2O5IVZS9ylvmdvBeS6V { display:block; }#uMTcq7BrGAQun2O5IVZS9ylvmdvBeS6V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Imc0Evx2vOSdr4ikwC0HNAIdfUvsJ4rg { width:21rem;height:3.4375rem;top:4.75rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cq5f9tNQkocFKvtesOIA7wMl0uzX9Z2X { display:block; }
 }@media only screen and (max-width: 763px) { #AHqTvxEfQsyDMPwarMxnhPZ5x3mA3fux { display:block; }#AHqTvxEfQsyDMPwarMxnhPZ5x3mA3fux > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EN7rbTZTMwsf7TibiyeZPv1CyEyscD2a { top:3.625rem;left:0rem;width:35.0625rem;height:3.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uv29nxIDtrNNa5h6fTWbTtKxGl89VM7c { width:25rem;height:0.125rem;top:8.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExXtJk8WnEw0hQaRZuEm0ZCdyAhTFisw { top:11.1875rem;left:0rem;width:44.3125rem;height:30.6875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #itzvQZyUyfCBCMEqa0EqX6op2roC9XxZ { top:39.3125rem;left:0rem;width:18.75rem;height:40rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #K5QgtO1I1VzoCRTnLHkwnliuOUTitQld { top:6.875rem;left:0rem;width:18.75rem;height:19.3125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #SIAfJXGgvZt2xoTCt7cxMqqsxzlduE6E { width:25.4375rem;height:38.1875rem;top:7rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsWp7iSgTIzwahL4MmK4q7lo1o8o3WtI { display:none; }#vsWp7iSgTIzwahL4MmK4q7lo1o8o3WtI > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #amTmOXEaTn6JCSnUTuylSp09IV7nztMc { top:5rem;left:0rem;width:47.75rem;height:6.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #By7yDT8pzCzTlDg5FX8LVcwiqmE2nPGV { width:25rem;height:0.125rem;top:13.4375rem;left:11.375003814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #crypkT9NyQALzx2JregJWiow8ZWugGCo { width:47.75rem;height:6.0097735336553rem;top:18.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlygbz1PeurG7bTTEMnFTBJv6JRkoNgs { display:none; }#dlygbz1PeurG7bTTEMnFTBJv6JRkoNgs > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xERQ3JV0ukza1xwFi4GIZLe6GiV6MRWM { width:47.75rem;height:11.629976580796rem;top:1.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kmh8kk69VzByKOo5NMun4D8ttPL2Ee9L { top:4.125rem;left:0rem;width:47.75rem;height:8.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIw6B5LXxuRBwG8GB5cKuaUnkGrdVnAN { width:47.75rem;height:12.077941176471rem;top:28.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #abU8OzFDTdyLHk5BFQLTgvehZx5HL1xR { top:20.125rem;left:6.0625rem;width:41.6875rem;height:5.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GngA3AhfLkhLJGaDs3mLpeFbhSMUTvex { width:46.5625rem;height:9.4375rem;top:17.3125rem;left:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QGuCJnJJViRDZzzAcuW9dLoKG3TX12a3 { top:31.9375rem;left:0rem;width:47.75rem;height:8.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXNZsdMuAHcZPDN83aTLTbzINNThQ9hh { width:47.75rem;height:9.0726105068269rem;top:44.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QnnpqHmud7WMy9JUEZII3tTHddX2RtHh { top:47.375rem;left:0.375rem;width:47.375rem;height:5.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AG4N2a2dlBEGw4w9Jshyi0TXIRGcVVyq { width:20.9375rem;height:3.4375rem;top:66.0625rem;left:11.560546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkuQ1pRliUanGBFWAsrXaPAELbPsq8zu { display:block; }
 }@media only screen and (max-width: 763px) { #uOXuEKHMf0r40XSaC7gm4uyJTOJfwtQL { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #CDZzLCkO5QoMOsCgx3o2hgw8TPhf0Hcd { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #HmpLoZ1E4qtx9vXWLBTZIXmg3IU4NCy3 { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #kUFS4sniAP4GJqJ3V2HF4rq9xhvD4E8v { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #DCcnenHWcdeNXrInLxLOPPNHRB878f3N { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #i6yNLHVqDiT5GNWtpU82dtXT11a2cPwt { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #K75ILWEshTHz1LfBfG2TtR4gLog5zVsR { top:2.125rem;left:0rem;width:12.9375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpuHU1k9DTW1e8XOXec6KLFDTbNlsdbQ { top:18.0625rem;left:15.562286376953rem;width:12.9375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcfDlwzy0xcVuBBBeMRbDUdZkscekDhb { top:29.75rem;left:0rem;width:12.9375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFbdFa6x3038B6FuZAleuFaI83gPDG1b { top:45.3125rem;left:10.5625rem;width:12.9375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxVIVKiMDXpaAxaHCJwKbfAxp1QoCPoe { width:18.75rem;height:15.698009070069rem;top:40.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVFuLTucWKI9NPU79IqrJuCiATEecbe5 { width:18.75rem;height:15.6875rem;top:4.125rem;left:29rem;display:none; }
 }@media only screen and (max-width: 763px) { #K78hbUXCDzRoW4kgENUTXSIKqVy2enXX { top:78.25rem;left:0rem;width:18.75rem;height:13.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cWdv4ofcP0Ah4QZfAR4L7rvq8TI0Qfxv { top:60rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSCw8T9Z2y2cgulunnP6BK7raebspfhz { display:none; }#FSCw8T9Z2y2cgulunnP6BK7raebspfhz > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NVBERk7TliA2OdIlsBo5NETLEaqwyyHu .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NVBERk7TliA2OdIlsBo5NETLEaqwyyHu .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#NVBERk7TliA2OdIlsBo5NETLEaqwyyHu .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#NVBERk7TliA2OdIlsBo5NETLEaqwyyHu { width:19rem;height:5.3125rem;display:flex;top:9.8125rem;left:17.25rem;z-index:15000; }
 }@media only screen and (max-width: 763px) { #NVBERk7TliA2OdIlsBo5NETLEaqwyyHu #EKu7T63kriZGuLkp1LCT2vQG4CoeRXTO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NVBERk7TliA2OdIlsBo5NETLEaqwyyHu #CfLVsGxLEf9KalFieD54eKuCnkwQTLr0 {  }
 }@media only screen and (max-width: 763px) { #NVBERk7TliA2OdIlsBo5NETLEaqwyyHu #TDGUE18hnvsb7nGMDHT8FEOCar9EbO1U {  }
 }@media only screen and (max-width: 763px) { #NVBERk7TliA2OdIlsBo5NETLEaqwyyHu #xsIUo4N1tEHuFQeFDQehRTEAfSOdTG21 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NVBERk7TliA2OdIlsBo5NETLEaqwyyHu #DJcbAtMUrySkAUe9BSWc5ebJWfRlzG7m {  }
 }@media only screen and (max-width: 763px) { #NVBERk7TliA2OdIlsBo5NETLEaqwyyHu #ERCGL6aK3UU7A2E7ixZxtETyTTThcQ4u {  }
 }@media only screen and (max-width: 763px) { #NVBERk7TliA2OdIlsBo5NETLEaqwyyHu #G0grMAmnkchtzeL0psOEJoXi9unLQx1V { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NVBERk7TliA2OdIlsBo5NETLEaqwyyHu #IOzLTMJlfrb0N2ilSrUQoNTkFXdifncE {  }
 }@media only screen and (max-width: 763px) { #NVBERk7TliA2OdIlsBo5NETLEaqwyyHu #FeUU2pE9pJean2ppMrsiJG4od0TH2Ot8 {  }
 }@media only screen and (max-width: 763px) { #NVBERk7TliA2OdIlsBo5NETLEaqwyyHu #mdXIJOHstfeXubVE90SeERnE7CvVsGXW { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NVBERk7TliA2OdIlsBo5NETLEaqwyyHu #JSFTFBU35twOmNWxKoxPZpCEmKtb8C9E {  }
 }@media only screen and (max-width: 763px) { #NVBERk7TliA2OdIlsBo5NETLEaqwyyHu #ek3rANE7edBNAXvJbef2wNRZkxF1gNMH {  }
 }@media only screen and (max-width: 763px) { #Emww5QmC2ey6KAbp5wo8OeyiyiM5ETTt { top:5.375rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Om8mxi1ql7Qw2itgyz4Lt6Uep3BSaJRd { display:block; }#Om8mxi1ql7Qw2itgyz4Lt6Uep3BSaJRd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C2ZIEUikrr9y0Hii5gbm9UvnWg4VF3eo { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #meZveKJF7iVOKst2MxTQKenPLkTMOxCP { display:block; }#meZveKJF7iVOKst2MxTQKenPLkTMOxCP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fCNHbPW7L5tflXTLqtilNzClch2kRoZV { top:5rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zovZkCKDshMn3BXOlhKP8gFuN3sCfVqv { width:25rem;height:0.1875rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3DHXfGXzIKqTysXyIHzoaw5RVctdPhK { display:block; }#G3DHXfGXzIKqTysXyIHzoaw5RVctdPhK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CFEAyRakwh19KXc2Gwa4QwzT0ORLzPhT { top:1.25rem;left:0rem;width:22.1875rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8K1A1qHSkVlK3ClRTs7wOT5tkmpi2c7 { top:1.25rem;left:9.875rem;width:21.875rem;height:9.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDOv3WovJa15TKDZHaWxJgJn2JNwQmyS { top:1.25rem;left:25.75rem;width:20.8125rem;height:9.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcGzvAB5xNflk4Fp27FT00NTmdKgJ3fv { top:1.25rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXdvsIoSqxhpB3kkGpUmDgRFFh34g9Al { top:1.25rem;left:15.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEBaWRsL9A79rVcAaa8evwJgqpR0mAXv { top:1.25rem;left:31.75rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaay76oaPxF53comHnnThVn519gLWtl1 { top:6.8125rem;left:0rem;width:21.875rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Juc4o00k6VI7Hah7lQGfdSUQ30NmFvb3 { top:6.8125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEEWWFMCcLZxwFHi7hZd3Ra0ors2a8gV { display:block; }#HEEWWFMCcLZxwFHi7hZd3Ra0ors2a8gV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U3QZzQ8kWv8oZwiO6xvUMmdPitPooMTG { top:1.25rem;left:0rem;width:21.875rem;height:13.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0VOg6u7zGZhLyOFKWgNIyuOFA13hhcC { top:1.25rem;left:9.875rem;width:21.875rem;height:11rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAUxLmsMadO6AWAzAcyqqFpKv0qvFKCZ { top:1.25rem;left:25.75rem;width:21.875rem;height:8.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPaOAw6FSi85rKpufm8ZJUEAWuWvzisT { top:1.25rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2UpvS1VxrDuED5FQi0fxpqAMZPVbHQB { top:1.25rem;left:15.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJxTAmqgc39xouDyGyDNRSmDRn86sXiJ { top:1.25rem;left:31.75rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgNMA0pwDHPSwdJRCKtipmMC8BclApdf { display:block; }#AgNMA0pwDHPSwdJRCKtipmMC8BclApdf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iQT1AF4kRUTGBaewfrTD5E3C9gldGd19 { top:1.25rem;left:0rem;width:21.875rem;height:15.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcTyXcppT3TZWlHHs5R1lPLS7zrDnkfk { top:1.25rem;left:9.875rem;width:21.875rem;height:9.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEa5eiXQASDA6iOM3ZuJucB1b8vqatpT { top:1.25rem;left:25.75rem;width:21.875rem;height:13.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKCHcqZL42dy0buCd4Psr0xkJfP80Cm0 { top:1.25rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeyMupLALOBcqly9xTCxupJU8FomtvAs { top:1.25rem;left:15.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #etQKh9JLP1nDTsMBUZnduKX9GJeHpNDH { top:1.25rem;left:31.75rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBh6WDzmmNbM4wLKQxtC2CrFNCgCvlu5 { display:block; }#PBh6WDzmmNbM4wLKQxtC2CrFNCgCvlu5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a36JtLrwhuAEUOegJ42k06rKIl86b5ni { width:21rem;height:3.4375rem;top:4.875rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ec3e8VEIbeDB82kcJNE514oTQ8lTOvwu { display:block; }
 }@media only screen and (max-width: 763px) { #JnrK5aMF7HLyJy4cuDxQtQDTB0RMdXeD { top:1.25rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;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); } }@media only screen and (max-width: 763px) { #mnBJ6Udv99XmTqnC9ZcwaklpA5P5Cb1X { display:none; }#mnBJ6Udv99XmTqnC9ZcwaklpA5P5Cb1X > .row .container { width:20rem;height:13.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qttG14WR64CQvKRzgvPqo8r7eDu7GqHA .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qttG14WR64CQvKRzgvPqo8r7eDu7GqHA .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#qttG14WR64CQvKRzgvPqo8r7eDu7GqHA .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#qttG14WR64CQvKRzgvPqo8r7eDu7GqHA { display:flex;width:18rem;height:5.0625rem;top:5.623046875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qttG14WR64CQvKRzgvPqo8r7eDu7GqHA #AhKJK3rwQzeC7ldAeyxUphw37ZmCOlpu { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qttG14WR64CQvKRzgvPqo8r7eDu7GqHA #TectdQqdqtNWINNNv26ZMRiNO0geH7k6 {  }
 }@media only screen and (max-width: 763px) { #qttG14WR64CQvKRzgvPqo8r7eDu7GqHA #btq5qqyzHKVzvcn9ze4L57IK67HvJMS8 {  }
 }@media only screen and (max-width: 763px) { #qttG14WR64CQvKRzgvPqo8r7eDu7GqHA #XH4K0QnUDxJL6zgxPTuwb3P3tmDw1cci { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qttG14WR64CQvKRzgvPqo8r7eDu7GqHA #t2HzS56Ldc4KFMI7lpO9SSSaqA3L9PxW {  }
 }@media only screen and (max-width: 763px) { #qttG14WR64CQvKRzgvPqo8r7eDu7GqHA #argop6TSnKGb4OBulznoupOaUqf7WVii {  }
 }@media only screen and (max-width: 763px) { #qttG14WR64CQvKRzgvPqo8r7eDu7GqHA #BedBTiALdAOIDlN2deSMkUe9FwgNdZ21 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qttG14WR64CQvKRzgvPqo8r7eDu7GqHA #AT9Z1QwNrB1qy8WTxV4BRp5EA3K1evvP {  }
 }@media only screen and (max-width: 763px) { #qttG14WR64CQvKRzgvPqo8r7eDu7GqHA #oSmIt0l6TFn9T3BsTJfy8ChpiQMFwTDk {  }
 }@media only screen and (max-width: 763px) { #qttG14WR64CQvKRzgvPqo8r7eDu7GqHA #Oc3pu0VOtRcWEK9KtHvsQoEp8eRCb9XS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qttG14WR64CQvKRzgvPqo8r7eDu7GqHA #cxn5ecXXtoTTGZuyFcJ9g5ItrnEyMWx5 {  }
 }@media only screen and (max-width: 763px) { #qttG14WR64CQvKRzgvPqo8r7eDu7GqHA #JRNRzCo7949MC9xJ57KvWk6nTvkiRGS7 {  }
 }@media only screen and (max-width: 763px) { #u8m1sIfqPJTkVe9lPi2i4LodWfFDDnRz { width:20rem;height:1.8681625rem;top:1.8193359375rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX { display:block; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX { background-color: transparent; background-image: none; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container > .video-iframe-container { display: none; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row > .video-iframe-container { display: none; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .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); }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container { width:20rem;height:50.75rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VEvgCriwh4l0dC2c3t2llVsgLhJOh86A { width:19.1875rem;height:0;top:21.77197265625rem;left:0.62500005960463rem;font-size:1rem;text-align:left;text-align-last:left;font-family:"montserrat 500-700";display:none; }
 }@media only screen and (max-width: 763px) { #anWneLwIT0I0HUWB5uwLdVIyqchg6hor { width:18.75rem;height:6.5rem;top:3.75rem;left:0.625rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wB5CmRqJIWn9gfDT1q8Io1KkFUFCQg1c { width:18.75rem;height:2.5996125rem;top:0.875rem;left:0.625rem;font-size:1rem;font-family:"montserrat 500-700";display:block; }
 }@media only screen and (max-width: 763px) { #wDA1DWHapDdeL3tXsVxraRRDFqixqEXr { width:12.5rem;height:2.5rem;top:21.8125rem;left:3.75rem;font-size:1.125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #KJOf9u2DUuXSVdmvJVuawo0CLxk1cTpH { display:block; }
 }@media only screen and (max-width: 763px) { #MsrBs29BfwzDPi65RNzhT93xKLOsKgRR { width:0.125rem;height:0.125rem;top:14.5068359375rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NooPXiQdlS1P2m04cumTfbu24H2GK017 { top:5.5rem;left:0rem;width:9.125rem;height:9.125rem;z-index:15002;background-color:#ffffff;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) { #XP0x5EE94eRhdKJGVTKO3CWFVbCx3ueB { width:18.75rem;height:0;top:21.936849594116rem;left:1.2489150166511rem;font-size:1rem;text-align:justify;text-align-last:initial;font-family:"montserrat 500-700";z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #raeZCRy4Mr040fISc7o5Vm4UAlCZ0FcN { width:12.8125rem;height:22.7470625rem;top:28.0029296875rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AI8ZaE6RAveo9qb9e0LTdiEBDpMAoPwK { width:19.1865rem;height:9rem;top:11.6904296875rem;left:0.40625rem;font-size:1rem;text-align:left;text-align-last:left;font-family:"montserrat 500-700";z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #XMgIAiesnzr5wxHnGhWVFx2TD9oqz0rs { width:19rem;height:3.4375rem;top:25.5rem;left:0.5rem;font-size:1.125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #kG8saNL7QevWThnUFAbKWnonEURdPETi { display:block; }
 }@media only screen and (max-width: 763px) { #BvTNZ3OuKlVJ0JD46WP19UJztfXc4eaB { display:block; }#BvTNZ3OuKlVJ0JD46WP19UJztfXc4eaB > .row .container { width:20rem;height:1.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZrBcZKDaD2LWG6UFs2Rc3GhhVtDFf81X { display:block; }#ZrBcZKDaD2LWG6UFs2Rc3GhhVtDFf81X { background-color: transparent; background-image: none; }#ZrBcZKDaD2LWG6UFs2Rc3GhhVtDFf81X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZrBcZKDaD2LWG6UFs2Rc3GhhVtDFf81X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZrBcZKDaD2LWG6UFs2Rc3GhhVtDFf81X > .row .container > .video-iframe-container { display: none; }#ZrBcZKDaD2LWG6UFs2Rc3GhhVtDFf81X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZrBcZKDaD2LWG6UFs2Rc3GhhVtDFf81X > .row > .video-iframe-container { display: none; }#ZrBcZKDaD2LWG6UFs2Rc3GhhVtDFf81X > .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); }#ZrBcZKDaD2LWG6UFs2Rc3GhhVtDFf81X > .row .container { width:20rem;height:24.25rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ef1TBrxPp1wTD01UAlV3fXCWeTthlksg { top:98.75000190735rem;left:3.7187498807907rem;width:12.5625rem;height:12.5625rem;z-index:15039;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #AlIOAUVRNwBvnGrwBXrBkaqTUF3ugxow { width:18.75rem;height:2.923825rem;top:1.1875rem;left:0.625rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #kS8kJEZdf3bWuec2qNDN2PXGMdSi9b4N { height:11.25rem;width:20rem;top:6.412109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVpmDHtCEOPCJrMJ0EqmVaswfvH9k1ov { width:19rem;height:3.4375rem;top:18.912109375rem;left:0.5rem;font-size:1.125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #cF2gnNlQEbvrbBakuUDxKNp558uzc4pz { display:block; }
 }@media only screen and (max-width: 763px) { #pwmz5eNINVHpOtL29wPDbwlUWgRTIuZv { display:block; }#pwmz5eNINVHpOtL29wPDbwlUWgRTIuZv > .row .container { width:20rem;height:1.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VwAUhA0c0u8UTi5ZRJqiTN4c2DaghN6G { display:none; }#VwAUhA0c0u8UTi5ZRJqiTN4c2DaghN6G > .row .container { width:20rem;height:28.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NtTxnrP6OvSeL6og5mdVwBlNRTQTMzhy .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NtTxnrP6OvSeL6og5mdVwBlNRTQTMzhy .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#NtTxnrP6OvSeL6og5mdVwBlNRTQTMzhy .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#NtTxnrP6OvSeL6og5mdVwBlNRTQTMzhy { display:flex;width:18rem;height:5.0625rem;top:14.435791015625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NtTxnrP6OvSeL6og5mdVwBlNRTQTMzhy #UB5fKfStkoM7iZvTU3Hn42gGnr0HHAop { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NtTxnrP6OvSeL6og5mdVwBlNRTQTMzhy #eFOLMfuh7UnFLXHMhmmR4XzQcHsq5AGW {  }
 }@media only screen and (max-width: 763px) { #NtTxnrP6OvSeL6og5mdVwBlNRTQTMzhy #J5N2NyxT2pIremZHl6z46wDz9yOQQH8k {  }
 }@media only screen and (max-width: 763px) { #NtTxnrP6OvSeL6og5mdVwBlNRTQTMzhy #upK020mBr9D7mFieDzLZmwcyuxDhptCS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NtTxnrP6OvSeL6og5mdVwBlNRTQTMzhy #zHbmRpeS87nhLG28KpVIVyuqVJUiuMZa {  }
 }@media only screen and (max-width: 763px) { #NtTxnrP6OvSeL6og5mdVwBlNRTQTMzhy #DixTTLgmLyplKTCspEhvCOWTauHm6EXH {  }
 }@media only screen and (max-width: 763px) { #NtTxnrP6OvSeL6og5mdVwBlNRTQTMzhy #d1UPPaw15x13UtZWWKcb7i4w4JfzRa58 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NtTxnrP6OvSeL6og5mdVwBlNRTQTMzhy #dvz9MC56nROB6xtaZMVUm5eqtqgyrXcL {  }
 }@media only screen and (max-width: 763px) { #NtTxnrP6OvSeL6og5mdVwBlNRTQTMzhy #VNtZLODTOGda50EdBiqzFSgePhkgleba {  }
 }@media only screen and (max-width: 763px) { #NtTxnrP6OvSeL6og5mdVwBlNRTQTMzhy #uXcE36RkTeS8TgaqwmV9e1mDBhf0B92U { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NtTxnrP6OvSeL6og5mdVwBlNRTQTMzhy #farwx3GEH54WQTFKLMzLwkKnPpGQwc0m {  }
 }@media only screen and (max-width: 763px) { #NtTxnrP6OvSeL6og5mdVwBlNRTQTMzhy #Ibrt838SZoscc8PJQgTGrsR47LVQRrdM {  }
 }@media only screen and (max-width: 763px) { #UXHTnCzdXkehTT0X0rLmNe6NNtz1guoF { width:20rem;height:3.73698125rem;top:8.5069465637206rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #mnG7Cf6XMNFrarrhq6IdMZF0vpoLUdmn { width:5.56206875rem;height:5.56206875rem;top:1.3823785781861rem;left:7.217882454395rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmZ9NeC29d4CBUIX7NQ4W6TGAbPxGEcm { width:16.8120625rem;height:2.93728125rem;top:22.735439300537rem;left:1.5939670205116rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #ZgCtVdpOOIVdBbouMIExlfzVknxPBzI9 { display:block; }
 }@media only screen and (max-width: 763px) { #QUX76bQ8p3ZP5ecQENVg3XF3TpzD5XwB { display:block; }#QUX76bQ8p3ZP5ecQENVg3XF3TpzD5XwB > .row .container { width:20rem;height:7.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QNXW22z5nBV64zlP5Upn3t99RLTP9mZ6 { width:9.375rem;height:0.18652375rem;top:1.1220703125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrXDxPSXkKk9qoXJM8iUeWASlIszCm6Q { width:18.75rem;height:3.0859375rem;top:2.7490234375rem;left:0.625rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ozobfMcQTrK5SF1VNMKpFBxSAnROcKV1 { display:block; }#ozobfMcQTrK5SF1VNMKpFBxSAnROcKV1 > .row .container { width:20rem;height:55.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O2kTrEHafDtGLeQKeBsGzbAIslKg0HVX { width:18.75rem;height:7.957rem;top:7.7500004768369rem;left:0.62413197755814rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iMxXe8lE3c6GKmTWp5TGXaH8pNoch8lX { width:18.4375rem;height:3.0859375rem;top:3.4993495941162rem;left:0.78125005960463rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MhntRtTPJmOSPirpOtgwdoIurVe5UBrg { width:20rem;height:18.3125rem;top:17.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EG7VND4veA5X28ZQ0Qr0MFNf7bd5KhEq { width:18.4375rem;height:4.62890625rem;top:19.375rem;left:0.75rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mi82ipKoyroWXao8T32ZhDIZZGsLF5gn { width:18.75rem;height:7.3125rem;top:25.625rem;left:0.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tgwJk7q0lmIuBrhHhvNsOuG3ZtTvLAUr { width:2.875rem;height:3.5rem;top:15.875rem;left:0rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXeEtKkaGQDzPZJLGDttJBUCKGppTPFi { width:2.75rem;height:3.5rem;top:3.4332275390625E-5rem;left:0rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUIXQTQLhaoPcrsS0eIQQlIJCdh3Mezl { width:20rem;height:16.6875rem;top:37.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ai6RhlSzBFfQwOISWOSb6RJW0REb7HVv { width:18.75rem;height:7.3125rem;top:43.249790191651rem;left:0.62500005960463rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T43cHXoiR1tEK2d8mqOZ5KnVMw75QTt7 { width:18.4375rem;height:3.0859375rem;top:39.3125rem;left:0.75rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eHrFfus98tPEIqM5zMtF0TImddvlyQuw { width:3rem;height:3.5rem;top:35.8125rem;left:0rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgRBnSC8nyhcHGF1oISzwVmJNAWX8bEA { width:20rem;height:18.75rem;top:55.7498125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lqmMOkNSJhhir981KQKNfLiM3qwAlTME { width:20rem;height:14.25rem;top:1.630859375rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #ea2u8g5y6OsmZP88GuWoSw3eZLNJIFTA { display:block; }#ea2u8g5y6OsmZP88GuWoSw3eZLNJIFTA > .row .container { width:20rem;height:54.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PRnlDmDLWcRgAgcIUimsh66S6cmXaZWl { width:20rem;height:14.9375rem;top:1.9368896484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWOWNqSgBTyvTCmWswRD9lEvSk2ShHE2 { width:18.75rem;height:7.3125rem;top:7.8732681274412rem;left:0.62500005960463rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QLwLo4UlckLbT5aIPulB954a3gJTK2W7 { width:18.4375rem;height:3.0859375rem;top:3.5601119995117rem;left:0.78125005960463rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dLo9CeA2FyhyTqBiDUyKTbkKvMNi2W4M { width:20rem;height:15.0625rem;top:18.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfg6L5zhPdg7CXbglcbMxSsnIqkAVHFF { width:18.4375rem;height:3.0859375rem;top:20.374357938766rem;left:0.78125005960463rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dd1Tfa8srbygyArIu8N6l6Xt7gudH0PN { width:18.75rem;height:9.666rem;top:25.109592437744rem;left:0.62500005960463rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gos9Pg0fpL57xM51ieODzXUAlgsC31q8 { width:3.0625rem;height:3.5rem;top:16.875rem;left:0rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVtbEnad9RndWfeWR50kUWGsnTpusehJ { width:3.1875rem;height:3.5rem;top:0.062475204467774rem;left:0rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSeUWpoPFkF5R8Jb8qD2WBQrNrP1wPhx { width:20rem;height:18.9375rem;top:35.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuF5AyWBRUEE23ZtHRI5bKu50LkDPAMu { width:18.75rem;height:0;top:42.560766220093rem;left:0.62500005960463rem;font-size:1.0625rem;text-align:justify;text-align-last:initial;display:none; }
 }@media only screen and (max-width: 763px) { #PVOnGgJq1NXVkRhXdnre8WZxJ4ifOIJo { width:18.4375rem;height:3.0859375rem;top:37.186420440674rem;left:0.78125005960463rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yEZknmHsyDEylwUA4S4hpeRWgoPaM85C { width:3.3125rem;height:3.5rem;top:33.6875rem;left:0rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbJpxZJTRDvGqVZTEmkNq3Uk2VmaLoAM { width:18.75rem;height:7.7995rem;top:41.871746063233rem;left:0.62500005960463rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #OmBygRReS2kVL5bIwZu1dJ8AoOP1pzk4 { display:block; }#OmBygRReS2kVL5bIwZu1dJ8AoOP1pzk4 > .row .container { width:20rem;height:63.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k6o3lvqFAbIiFZ9eB1kh4letAJbsB142 { width:20rem;height:18.25rem;top:2.1246337890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcwr7u0dAol9D7p0gD0emcOig6qCGi0p { width:18.75rem;height:0;top:9.2491302490238rem;left:0.62500005960463rem;font-size:1.0625rem;text-align:justify;text-align-last:initial;display:none; }
 }@media only screen and (max-width: 763px) { #fDwzigtaKdGOeTAGGbiQvbF2SvTaNBZR { width:18.4375rem;height:3.0859375rem;top:3.5590286254883rem;left:0.78125005960463rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FfXwo6a9T950yd98ATbKAbuI1ZXmz5ri { width:20rem;height:18.6875rem;top:22rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fA7T6oTHbBfolNTttnfE17ITBOsuJMDh { width:18.4375rem;height:1.54385625rem;top:23.872614860534rem;left:0.78125005960463rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s3lJpWCJG16yPXWeb0CHumJSZJDPITfx { width:18.75rem;height:0;top:26.848959922791rem;left:0.62500005960463rem;font-size:1.0625rem;text-align:justify;text-align-last:initial;display:none; }
 }@media only screen and (max-width: 763px) { #pkWhFpC7Qk7ZodHioFXX8bpJ1lmpGb0O { width:3.5rem;height:3.5rem;top:20.375rem;left:0rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1pJ6Ea8N0HBmHtMAJGSdTzWccmwa0yn { width:3.3125rem;height:3.5rem;top:0.0625114440918rem;left:0rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NImTs0okP1omWN0loO8q0TOhR8ZrE2v7 { width:20rem;height:19.625rem;top:42.43701171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F72SMlz3tHOh9QGyqVOxmIn1sLMOmdB5 { width:18.4375rem;height:3.0859375rem;top:44.8125rem;left:0.75rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gy1IVkJ5ykWyimXqeB7qxV7T6tVUeihd { width:3.25rem;height:3.5rem;top:40.6875rem;left:0rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyF9VLzhkurn1MgFKnBqilmBkRlZTLsb { width:18.75rem;height:0;top:49.998918533325rem;left:0.62500005960463rem;font-size:1.0625rem;text-align:justify;text-align-last:initial;display:none; }
 }@media only screen and (max-width: 763px) { #DHzXNCUqQKdXkmKi0Fde2JPipd2VKi9d { width:18.75rem;height:10.3984375rem;top:49.434680938721rem;left:0.62500005960463rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #BEwWLTLkT1fmHOvxVTRW504nkpH89haS { width:18.75rem;height:11.69825rem;top:26.333552360534rem;left:0.62500005960463rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #GgqaZHogT5SQPBiAW3vEEWk4RxrLUx2h { width:18.75rem;height:7.7995rem;top:8.3105473518369rem;left:0.62500005960463rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #E6nvuDuaLPka91cqh2uAQpmr7BzerQaN { display:block; }#E6nvuDuaLPka91cqh2uAQpmr7BzerQaN > .row .container { width:20rem;height:44.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vLO3g01nIO8BeVguXcsHII5I1ZiAC3xP { width:18.75rem;height:5.6044875rem;top:2.0625rem;left:0.62413197755814rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q289iO2KWrNN4K3rAB7My6nNEmyrIbs9 { width:17.1245625rem;height:3.25rem;top:9.6647148132325rem;left:1.4377170205116rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AOAB8sntGaZFJnf5NRukVr3AbMCfStSI { width:11.624375rem;height:11.624375rem;top:11.897178649903rem;left:4.1872833371163rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0XLQir3nBvMMmrgFWiQLA5tiOZgaOUn { width:18.5625rem;height:3.65625rem;top:39.6875rem;left:0.75rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Q1CtkJMqxTKtiFv7yUqlqgngfbcsNhQp { width:19.375rem;height:8.7715rem;top:21.96293258667rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KOEu6QCF6mQDfCSQEpvMGWC9no0JHvAu { display:flex;width:3.1875rem;height:3.1875rem;top:31.6875rem;left:8.0625rem; }
 }@media only screen and (max-width: 763px) { #FlZxDCuSMmPT0zx3Tk5lpTxhT0DLuGVr { width:17.1875rem;height:1.54296875rem;top:36.5rem;left:1.4375rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JKaD7rCxly0ClTfe9dGb7WozovPuoppC { display:none; }#JKaD7rCxly0ClTfe9dGb7WozovPuoppC > .row .container { width:20rem;height:49.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yc9eN0aeeVxxfyKRe2cIk8EbI96WdMV3 { width:18.75rem;height:5.6044875rem;top:2.0625rem;left:0.62413197755814rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QCxMaFkgoma7XrFHV7MboEuNTJmW55p7 { width:17.1245625rem;height:3.25rem;top:9.6647148132325rem;left:1.4377170205116rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #trJLqfIrtU3zN5E9rVbX3xiBlvSMxkhO { width:11.624375rem;height:11.624375rem;top:11.897178649903rem;left:4.1872833371163rem;display:block; }
 }@media only screen and (max-width: 763px) { #csUSfIVML9xfimPAaQMeQJ7U2cJ8AsaO { width:18.5625rem;height:3.65625rem;top:42.060546875rem;left:0.71875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #a3PSfoHtdI2nxeAIKhc0ZPwy1HirO2DT { width:19.375rem;height:10.233375rem;top:21.96293258667rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SMxs7Q5W0Tg1WSoPhVM6Ks4BHBVrwSIr { display:flex;width:3.1875rem;height:3.1875rem;top:34.063587188721rem;left:8.0935338139531rem; }
 }@media only screen and (max-width: 763px) { #TiRwDBfPp8gOoykxTcXHaKtNuZdSgpvG { width:17.1875rem;height:1.54375rem;top:38.873701095581rem;left:1.4062500596046rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vlT8OCHIFuxoKMRBWfQ3S5w7o7S0CHfT { display:block; }#vlT8OCHIFuxoKMRBWfQ3S5w7o7S0CHfT > .row .container { width:20rem;height:39.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cnCzUNVG5Qh5E1FWRTc2QVX4fmelFhDF { width:13.061rem;height:13.061rem;top:22.539064407349rem;left:3.4689672589302rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6friZRIx3OoGSHwERgeDoVps6KPPXd4 { width:18.75rem;height:9.6660375rem;top:13.967881679535rem;left:1.2491319775581rem;font-size:1.0625rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #qBPcWRh5WUBGITvahbo0wUWcg1JCXWCt { width:18.75rem;height:4.875rem;top:2.6249656677246rem;left:0.62413197755814rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UZIJwGSL4DoGNbMgDGrogrZF3vcXa6oU { width:18.75rem;height:1.3808625rem;top:36.094757080078rem;left:1.2489150166511rem;font-size:1.0625rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #B1TQkaqrmSTiocTvI4dyoZVtxAUr3fXN { width:18.75rem;height:1.54385625rem;top:13.111111164093rem;left:1.2491319775581rem;font-size:1.1875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #TgfnoAX5Pt5r5ScnrIyxPWTiUPFQ22Xr { width:2.1875rem;height:5.6875rem;top:11.038228034973rem;left:0rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXs09rG5xfkPcwoNaTFtD9t4oslwMQcB { width:17.5625rem;height:14.688022705434rem;top:29.244792938233rem;left:1.2185329794884rem;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #IVPiAUiPLGbnSx56ohsK8BdyCq29TJra { display:block; }#IVPiAUiPLGbnSx56ohsK8BdyCq29TJra > .row .container { width:20rem;height:30rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TA4vacyk6IUQKQWd4gopS9SbDwUWTVR7 { width:18.75rem;height:8.285125rem;top:6rem;left:1.25rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CEwrZn6svDPE2xn3G6xbdx1KMpWk23VB { width:18.75rem;height:1.3808625rem;top:26.687368392944rem;left:1.2489150166511rem;font-size:1.0625rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #ZHfwiSDJ0vT47cDglQEvkKRg97JWf08A { width:18.75rem;height:1.54385625rem;top:2.875rem;left:1.25rem;font-size:1.1875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #C8iMuNKdd7ZlTcAqubTkgg1i1Fis6Qvy { width:12.9373125rem;height:12.9373125rem;top:14.280600309372rem;left:3.5308163762093rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncvXdRsNbmzhztezLJt4pamOOAhtIE45 { width:7.4375rem;height:6.4186875rem;top:0.125rem;left:0rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTsAb6Wt44MPUqEJmq6gMgvs4UJtPMgq { display:block; }#aTsAb6Wt44MPUqEJmq6gMgvs4UJtPMgq > .row .container { width:20rem;height:30rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nSxVVqFnBvR1tgU5mFHKC7w8plXf7QE1 { width:10.811625rem;height:10.811625rem;top:17.499389648438rem;left:4.5616319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvwaQ3T2gRhVWEE9OiVfoyMFHfvT9Kk5 { width:18.75rem;height:11.046875rem;top:5.9998168945312rem;left:1.2500000596046rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #byczK5DQ6nCPxXkxMkGP7y3hn15PIREK { width:18.75rem;height:3.0859375rem;top:2.0625rem;left:1.25rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #g63KdukiJGTvRRZxkq4aeyV0Lc1mee3L { width:18.75rem;height:1.3808625rem;top:27.374132335186rem;left:1.2489150166511rem;font-size:1.0625rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #Be2xpnmF5eJhis6JtC6TKEy1dSsMGSg0 { width:12.5rem;height:5.6875rem;top:0.0625rem;left:0rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmVafL8T2KiNfWQnGw064QsCKzPlueIn { display:block; }#hmVafL8T2KiNfWQnGw064QsCKzPlueIn > .row .container { width:20rem;height:21.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fV97xxvZLHvJznSwdvFhLN4wLR5l5LLt { width:18.75rem;height:11.046875rem;top:5.1875rem;left:1.25rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JFAQcpJ5hE2eVSqtshBXnaoSacVvyBus { width:18.75rem;height:1.3808625rem;top:17.561841964722rem;left:1.2489150166511rem;font-size:1.0625rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #JHIdeGhOsgswPEPd60Wsvx81CZR9ENH3 { width:18.75rem;height:1.54385625rem;top:2.75rem;left:1.25rem;font-size:1.1875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #XyqOyWDfbArCNoOv4CpgKVNT2vdatgIp { width:7.4375rem;height:5.6875rem;top:0.0625rem;left:0rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9skrNBmeZ21HcF81Tbl8pkFKNMotPQX { display:block; }#n9skrNBmeZ21HcF81Tbl8pkFKNMotPQX > .row .container { width:20rem;height:40.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XqXPFoviKnBlWNTSmkm072nKdNZgNGrH { width:12.5rem;height:5.6875rem;top:0rem;left:0rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQyAzmqqkgL4GazkfOhRKUc7Ss83bCdz { width:18.75rem;height:1.3808625rem;top:38.060984611511rem;left:1.2489150166511rem;font-size:1.0625rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #ZTJ4JnkKxcSbtuIqGimelKddBioGKnlv { width:18.75rem;height:17.95115625rem;top:5.7187767028809rem;left:1.2491319775581rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #OUKBUlGTmU16o0yu1vyHLayk8eMtDzQV { width:18.75rem;height:1.54385625rem;top:2.1332473754883rem;left:1.2489150166511rem;font-size:1.1875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #qxAoi9ZVICSG7N7LqPZnSncJUgnQcyZb { width:15rem;height:15rem;top:23.697916984558rem;left:2.5000000596046rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #vPgyN002kCVSMwXT0qeby7ydrgm5DHBR { display:none; }#vPgyN002kCVSMwXT0qeby7ydrgm5DHBR > .row .container { width:20rem;height:174.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bmxJ5Q2NvwZQ2q9A5GBcpN4l4p8XXyuG { width:18.75rem;height:59.0625rem;top:49.3125rem;left:0.625rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClaPg2qywBZpdw4EupMG2d3tsPVRKvbp { width:20rem;height:10.5rem;top:6.21875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #upN9Cux0Pi5WVcy6nfA8CWAPplMcRfGf { width:17.5rem;height:6.9043125rem;top:28.280165672302rem;left:1.2500000596046rem;font-size:1.0625rem;z-index:15032;line-height:1.3;display:block; }#upN9Cux0Pi5WVcy6nfA8CWAPplMcRfGf li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#upN9Cux0Pi5WVcy6nfA8CWAPplMcRfGf li:before{  }
 }@media only screen and (max-width: 763px) { #zismZzZpEnUc9RfxXhfdTl0QITkhqBI5 { width:10.9375rem;height:1.875rem;top:3.03125rem;left:4.53125rem;font-size:1.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #DyPMp4hdotX4SniEgRXTTtTwRiAurzPm { width:20rem;height:1.5625rem;top:17.593322753906rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #qkcdHlnzNqLLGXNkBI6K6tTCFnJVxu4Z { width:20rem;height:3.75rem;top:19.90451335907rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BInJVbxTGagBXBhi7CSzXuA5ZEJbdiEZ { width:12.999125rem;height:3.87478125rem;top:96.375rem;left:3.5rem;font-weight:700;font-style:normal;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i90wBLVS0aZdf1Pw0EfS6ZykJtTX2R3y { display:block; }
 }@media only screen and (max-width: 763px) { #d3tcTqLiCaiaPEl0utBBoe3y2vpDhVbh { width:15.499125rem;height:3.87478125rem;top:101.9375rem;left:2.25rem;font-weight:700;font-style:normal;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #btusy9ifX3WUPZmnOwWhUgI1SEZkzJ2w { display:block; }
 }@media only screen and (max-width: 763px) { #qKaLizCwFG4J0RIkybP23UE6uJOGfidB { width:16.125rem;height:2.1875rem;top:52.25rem;left:1.9375rem;font-size:2.1875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #wcBexd2KvvXzCyw1quxId0WK0nyPfbTy { width:20rem;height:10.5rem;top:56.3125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TdZA6ceSp42t2mztLU34TDuvGscl6Ctt { width:18.75rem;height:2.1875rem;top:112.9375rem;left:0.625rem;font-size:2.1875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #M2GGeCihqpQDz6G3vWaTDqJ9IWZT7Xbm { width:16.25rem;height:16.0810625rem;top:78.5rem;left:1.9375rem;font-size:1.125rem;z-index:15032;line-height:1.3;display:block; }#M2GGeCihqpQDz6G3vWaTDqJ9IWZT7Xbm li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#M2GGeCihqpQDz6G3vWaTDqJ9IWZT7Xbm li:before{  }
 }@media only screen and (max-width: 763px) { #s1pz8Bfh2klLNZi1fE5Q5BOO7HnsVmlg { width:17.5rem;height:20.4668125rem;top:140.0625rem;left:1.25rem;font-size:1.125rem;z-index:15032;line-height:1.3;display:block; }#s1pz8Bfh2klLNZi1fE5Q5BOO7HnsVmlg li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#s1pz8Bfh2klLNZi1fE5Q5BOO7HnsVmlg li:before{  }
 }@media only screen and (max-width: 763px) { #Icd0Nk1sbsqp5Sr2T7Un4rdVMWf0vIar { width:18.75rem;height:62.375rem;top:110.375rem;left:0.4375rem;border-top:0.1875rem solid #961853;border-left:0.1875rem solid #961853;border-right:0.1875rem solid #961853;border-bottom:0.1875rem solid #961853;display:block; }
 }@media only screen and (max-width: 763px) { #rfhex7569P7LmveFvfINMc9OVv7RtADd { width:18.75rem;height:46.125rem;top:1.25rem;left:0.43728297948838rem;border-top:0.1875rem solid #961853;border-left:0.1875rem solid #961853;border-right:0.1875rem solid #961853;border-bottom:0.1875rem solid #961853;display:block; }
 }@media only screen and (max-width: 763px) { #uIrDPOM2Wpgza6bGzQ3VseNf3IlToL8A { width:13.625rem;height:3.875rem;top:161.875rem;left:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wo90XUvXJDpXNo3xZHneaQvflDHZJCJW { display:block; }
 }@media only screen and (max-width: 763px) { #VJNIOHxhQmqegqoDxcXXUty9OHbWZIXm { width:17.1875rem;height:3.875rem;top:167.375rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z56cTUtnalR1W3Ggtg0DJm4m9rstsbpS { display:block; }
 }@media only screen and (max-width: 763px) { #K7hzPUg4PPKaBKObMRgP84UqtgRAnbmn { width:20rem;height:2rem;top:24.967448234558rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Ma6FG0LBvlkK362vtd7cauE5TWUb0XIa { width:17rem;height:3.875rem;top:41.1875rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BN4BdLfDBIaLT0ZgyhUO4n8ZC1yNkEM3 { display:block; }
 }@media only screen and (max-width: 763px) { #G03qxMSMDsgrVJMrkwAAheMbLs8TzQsh { width:12.25rem;height:3.875rem;top:35.3125rem;left:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fU8bxLyluqeEOnzqEt3T5sVNwhpXrZmg { display:block; }
 }@media only screen and (max-width: 763px) { #HNzk44IdSCTuA1vAE4HTslKz4lfBZ8xN { width:20rem;height:1.5625rem;top:67.875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #SBgfPfEWXhynh1Tr9uUwqoqd1CnkQT8I { width:20rem;height:3.25rem;top:70.5625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #iTXLKG5phuwUm4D8HuDok87zooD0TR3O { width:20rem;height:2rem;top:75.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #C8NyPT6pf5wRTkP1bCGB7vDPDJpKibl3 { width:20rem;height:1.5625rem;top:129.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #T9nVgrz0ivhDK8fK6OoqpN2Ayf9UT4m5 { width:20rem;height:3rem;top:132.3125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #F3i18pOziES8JVT19N5mKyfVLLb9cDee { width:20rem;height:2rem;top:136.6875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #nBEDfxPTs6vF48QdEcf3znBh5FZ2V21x { width:20rem;height:10.5rem;top:117.6875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #VWgIQTynRxI4dGJhTFyUFxePT6mKgMCn { display:none; }#VWgIQTynRxI4dGJhTFyUFxePT6mKgMCn > .row .container { width:20rem;height:18.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Okh5O2wrveNvTaJSqDqaM477uGTBCBTB { width:18.75rem;height:5.84765625rem;top:2.3740501403809rem;left:0.62500005960463rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RHrmbhchOxucbQ2Ztd5WLDCwfo0xidOy { width:9.375rem;height:0.186631875rem;top:11.398666381836rem;left:0.62500005960463rem;display:none; }
 }@media only screen and (max-width: 763px) { #rGt1XGUdkBdu4aN49JdgTrBMpKZ2e5ON { width:18.75rem;height:6.171875rem;top:10.4345703125rem;left:0.625rem;font-size:1.1875rem;text-align:left;text-align-last:left;line-height:1.3;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #DbLpl9utZDDRvC0T15RBo2T4XcKxWuA3 { display:none; }#DbLpl9utZDDRvC0T15RBo2T4XcKxWuA3 > .row .container { width:20rem;height:123.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dABy5m5gU1l58bikHeZb0m38PXbDXP5q { width:19.625rem;height:47.4375rem;top:1.25rem;left:0rem;border-top:0.1875rem solid #961853;border-left:0.1875rem solid #961853;border-right:0.1875rem solid #961853;border-bottom:0.1875rem solid #961853;display:block; }
 }@media only screen and (max-width: 763px) { #gf0O9fuKo7Vbmx50OrmveX4hxA6yuoTJ { width:10.9375rem;height:1.875rem;top:3.25rem;left:4.53125rem;font-size:1.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #t0SKH2iGFIMmg4GDTUvuf34J5olmdpiF { width:20rem;height:10.5rem;top:7.75rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Q4qfOglfDCZ3iZMlIFCFXmRlql5GBkxP { width:20rem;height:66.625rem;top:52.3125rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #d0yKL87GJ23c1Dd2pOMkrTAhU8RiEH1J { width:20rem;height:10.5rem;top:58.3125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #b61qR5VzFw7QKN42VmI93v3ed1l08dld { width:16.125rem;height:2rem;top:54.375rem;left:1.9375rem;font-size:2rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #zy9eZRSX4WzvoQBnUtEduwn3zyEq3QAO { width:20rem;height:1.5625rem;top:19rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #HUq3dOTN2icNpRQKnDrdBPBK88wEzwyb { width:20rem;height:1.5625rem;top:70.4375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #mCTNRy9M8cQLrcsoUi4KikvGREPfqa0X { width:20rem;height:3.75rem;top:21.0625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TBFXJseTKoi49soC4gLRqxUl93zCrJQz { width:20rem;height:3.25rem;top:73.6875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #DHifWtqzCkXzO0SR1klEI1OB295T5CG3 { width:20rem;height:2rem;top:25.814453125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #O0ArrmZMEZEO70W3ADWUGenXzFyTADqC { width:20rem;height:2rem;top:78.1875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TZlzrcf9T2ULGU4UyzVPBPkLzpaKvebx { width:16.25rem;height:6.9043125rem;top:30.37109375rem;left:1.875rem;font-size:1.0625rem;z-index:15085;line-height:1.3;display:block; }#TZlzrcf9T2ULGU4UyzVPBPkLzpaKvebx li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#TZlzrcf9T2ULGU4UyzVPBPkLzpaKvebx li:before{  }
 }@media only screen and (max-width: 763px) { #E04a1Lie97LP9XTsFmHH2xCHTihTkzie { width:17.625rem;height:17.543rem;top:83.6875rem;left:1.3125rem;font-size:1.125rem;z-index:15032;line-height:1.3;display:block; }#E04a1Lie97LP9XTsFmHH2xCHTihTkzie li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#E04a1Lie97LP9XTsFmHH2xCHTihTkzie li:before{  }
 }@media only screen and (max-width: 763px) { #zlR7MTVG5A5TQaiqQcELEQnL0lwWAbdQ { width:13.875rem;height:3.875rem;top:105.25rem;left:3.0625rem;font-weight:700;font-style:normal;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiondMEeKPyQEtZn6cs5Ed605QKyyLMS { display:block; }
 }@media only screen and (max-width: 763px) { #GErS8bNnP8cZxltblRWglSG4LOd79sQs { width:17rem;height:3.875rem;top:111rem;left:1.9375rem;font-weight:700;font-style:normal;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xi0DVtFIUV00zLKLLwu03UOLFiP6BA71 { display:block; }
 }@media only screen and (max-width: 763px) { #hpePXml49F3qgJrVHB0D7khv82ML9tEW { width:17rem;height:3.875rem;top:43.15625rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsQHKxpRb8lMWJpHH4kA253GgtmQNUpb { display:block; }
 }@media only screen and (max-width: 763px) { #Gc8UxWzvGIU7fK5hqtVDhsgGDMmOr4fr { width:13.75rem;height:3.875rem;top:37.275390625rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUSsakKHQGBOCsggt9NTo9TWGGwcpVMo { display:block; }
 }@media only screen and (max-width: 763px) { #rb7pJca5uFXOT27rXRVB3RSkeINZncT6 { width:19.625rem;height:5.5234375rem;top:31.0625rem;left:0.1875rem;font-size:1.0625rem;z-index:15034;line-height:1.3;display:block; }#rb7pJca5uFXOT27rXRVB3RSkeINZncT6 li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#rb7pJca5uFXOT27rXRVB3RSkeINZncT6 li:before{  }
 }@media only screen and (max-width: 763px) { #mE3uu8Lc65cSJweSkmCTwKcdkTmfP29J { width:19.625rem;height:5.5234375rem;top:25.189453125rem;left:1.53125rem;font-size:1.0625rem;z-index:15035;line-height:1.3;display:block; }#mE3uu8Lc65cSJweSkmCTwKcdkTmfP29J li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#mE3uu8Lc65cSJweSkmCTwKcdkTmfP29J li:before{  }
 }@media only screen and (max-width: 763px) { #Xe3H0ynQKFZFdOwVUh1pJv5Qk08BQ32c { display:block; }#Xe3H0ynQKFZFdOwVUh1pJv5Qk08BQ32c > .row .container { width:20rem;height:18.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H8fZkykK5QizGo9lRmAT5zkVxrHCBLZo { width:18.75rem;height:5.84765625rem;top:2.3740501403809rem;left:0.62500005960463rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #akuGlBt5hqAsOHLDJbRTFSokusd63Mae { width:9.375rem;height:0.186631875rem;top:11.398666381836rem;left:0.62500005960463rem;display:none; }
 }@media only screen and (max-width: 763px) { #OgMROetIag50JUwEq9C4RGwFEnrEeDsB { width:18.75rem;height:6.171875rem;top:10.4345703125rem;left:0.625rem;font-size:1.1875rem;text-align:left;text-align-last:left;line-height:1.3;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #JuE0BACxtEnbgPyBGTzdfqdLPPi8tPgO { display:block; }#JuE0BACxtEnbgPyBGTzdfqdLPPi8tPgO > .row .container { width:20rem;height:51.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h4AgAHZJp0c2rAK18EXabWm7AEZAxg3N { width:20rem;height:3rem;top:3.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #h2HEGEH5Jukvd2xnl2k66T8xkyc3le9B { width:20rem;height:1.5625rem;top:7.1875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #pbrmQ3cRlWEEcw3ld76wm1IELRbg5gZD { width:20rem;height:3.25rem;top:9.5rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #w7znqM7IVLqd187m7yrR4qu3tnxt5aUi { width:20rem;height:2rem;top:14rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #gNItFx75TCXp2VQ26vhUsoTuW2NsLvTx { width:17.625rem;height:17.543rem;top:18.1875rem;left:1.1875rem;font-size:1.125rem;z-index:15032;line-height:1.3;display:block; }#gNItFx75TCXp2VQ26vhUsoTuW2NsLvTx li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#gNItFx75TCXp2VQ26vhUsoTuW2NsLvTx li:before{  }
 }@media only screen and (max-width: 763px) { #UOhpfQdEIsTqtWfSz8flrIDUMwag7Tr6 { width:13.875rem;height:3.875rem;top:37.3125rem;left:2.625rem;font-weight:700;font-style:normal;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o24FSynH9rTLRNIgHM9wL0rDvIw76D54 { display:block; }
 }@media only screen and (max-width: 763px) { #JZWkwVpmARhSFzqPLo5io8QEgio4fbML { width:17rem;height:3.875rem;top:43.0625rem;left:1.5rem;font-weight:700;font-style:normal;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzTmgLKZXDOhXey66lgE4FIN01UeC60b { display:block; }
 }@media only screen and (max-width: 763px) { #S8P7c6ugyRr4bf9mO9XzXSxHIF4EVKpx { width:20rem;height:49.125rem;top:0.875rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #FsMz5H27CviQ0PdIzcLAS7mbrudPnSSX { display:block; }#FsMz5H27CviQ0PdIzcLAS7mbrudPnSSX > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RBP0Is8S1OBZQT3b4XyR8hfqNaelM29M { width:18.75rem;height:4.62890625rem;top:1.8740234375rem;left:0.625rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #hbzT5d7mxk2FbOiE2DkW2UBxQi9cgRHm { display:none; }#hbzT5d7mxk2FbOiE2DkW2UBxQi9cgRHm > .row .container { width:20rem;height:18.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EWDa237Fe8zK6mL1P7HizCh6u2gPppXy { width:18.75rem;height:8.285125rem;top:5.6875rem;left:1.2491319775581rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LWgtNQzJfcqKNftt6ruTZDvF2Jp8UZoB { width:18.75rem;height:1.3808625rem;top:15.482421875rem;left:1.25rem;font-size:1.0625rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #oFL6Qb4pBIW5Po3w2BRX2TiGZ8K09ySx { width:18.75rem;height:3.0859375rem;top:2.0711803436279rem;left:1.2491319775581rem;font-size:1.1875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #F1yVduobVBIiIo4gJHTM4x96RPECmAum { width:9.875rem;height:8.25rem;top:20.289703369141rem;left:8.7993367998106rem;display:none; }
 }@media only screen and (max-width: 763px) { #qBo25HUf8hGoSTKXAOCZzSdQceIpl0kI { display:none; }#qBo25HUf8hGoSTKXAOCZzSdQceIpl0kI > .row .container { width:20rem;height:148.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mHoEEQaKKOMIkvrT4uadaQ2fkkzbexTi { width:20rem;height:1.8684875rem;top:2.1240234375rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aaqR4WxPE3Sa3DWl3XParKrVKRp5nJdQ { width:20rem;height:4.62890625rem;top:5.5615234375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;font-family:"montserrat 500-700";display:block; }
 }@media only screen and (max-width: 763px) { #g7HR3oCOm6M5P1uzaggTiknIdtZgruhX { width:18.75rem;height:3.0859375rem;top:13.375rem;left:0.625rem;font-size:1.1875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #qPb4Wz473rTWz01IO2pNyQg67D5gudu1 { width:18.75rem;height:19.332rem;top:17.6875rem;left:0.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #h8C4htbE8VuAiKtG2Nfzvi2kOT92Mw26 { width:18.75rem;height:28.7363125rem;top:59.9375rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }#h8C4htbE8VuAiKtG2Nfzvi2kOT92Mw26 li:before{  }
 }@media only screen and (max-width: 763px) { #KuTp1WUx2VeAkGGy6dwamK2NTg0yOQfZ { width:18.75rem;height:3.0859375rem;top:94.375rem;left:0.625rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cbh0lOMkzPSufI3o6M3gJnw9plJQsvvX { width:18.75rem;height:22.0937375rem;top:109.0625rem;left:0.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yG5QM8N9fRqKT3csiNL1eNlOpoBxudnv { width:10.6875rem;height:10.6875rem;top:97.4375rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOBeUsmzlNSxaHnik3ct17812Txgedpy { width:15.25rem;height:15.25rem;top:39.375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCWJzsrJQTF9UF4rplnXObs3R6vt8rWW { width:9.56175rem;height:2.923825rem;top:101.3125rem;left:5.25rem;font-size:1.125rem;text-align:center;text-align-last:center;font-family:"montserrat 500-700";display:block; }
 }@media only screen and (max-width: 763px) { #wgWZJDgI0VAM31vqMapeTfVc6IJuokCs { width:10.6875rem;height:10.6875rem;top:49.25rem;left:8.3125rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #aPaTOTgTODMburzLugACi3vgf1RNcTtL { width:10.8125rem;height:4.1425875rem;top:52.5rem;left:8.3125rem;font-size:1.0625rem;text-align:center;text-align-last:center;font-family:"montserrat 500-700";z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #VHWpUSKyZatGJr9RPTxMPcpJnrKuPUc1 { width:20rem;height:1.3808625rem;top:90.4375rem;left:0rem;font-size:1.0625rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #gLR3VzOJWDE8gdBlRnViKCTpA0hcpMee { width:20rem;height:1.3808625rem;top:133.0625rem;left:0rem;font-size:1.0625rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #o8WQXLlkXkTDTO9kENfRkbePOnz9IUaT { width:18.75rem;height:5.5234375rem;top:136.71484375rem;left:0.625rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #snVk5xU9ialKRehzRT5JsJdJbX8tJASN { width:20rem;height:2.7625rem;top:143.23828125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #voKMECFW6q5PqLd4aBJxcr6Z0taGdHeX { display:block; }#voKMECFW6q5PqLd4aBJxcr6Z0taGdHeX { background-color: transparent; background-image: none; }#voKMECFW6q5PqLd4aBJxcr6Z0taGdHeX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#voKMECFW6q5PqLd4aBJxcr6Z0taGdHeX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#voKMECFW6q5PqLd4aBJxcr6Z0taGdHeX > .row .container > .video-iframe-container { display: none; }#voKMECFW6q5PqLd4aBJxcr6Z0taGdHeX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#voKMECFW6q5PqLd4aBJxcr6Z0taGdHeX > .row > .video-iframe-container { display: none; }#voKMECFW6q5PqLd4aBJxcr6Z0taGdHeX > .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); }#voKMECFW6q5PqLd4aBJxcr6Z0taGdHeX > .row .container { width:20rem;height:47.287109375rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HPGkeXdnaT7BWuLXCR7Jt2NPDaMTgeT2 { top:98.75000190735rem;left:3.7187498807907rem;width:12.5625rem;height:12.5625rem;z-index:15039;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #e51ilbwqoJLhGqQgMOHx9mKXoAuzZXd3 { width:19.0625rem;height:18.19725625rem;top:1.7451171875rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #fxOwt5GSIgIbEUilkRTLt5BfzuTTqCZz { width:18.75rem;height:5.84765625rem;top:21.75rem;left:0.625rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #S2eOrccpEC2TzlTFtnLex3IkdVSZ4hel { width:18.4375rem;height:2.599825rem;top:29.625rem;left:0.78125rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #P8yEiQQMXWgnZKPZLqfo8f2mRWsZ4M21 { width:6.1875rem;height:9.625rem;top:35.00390625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qIDzreCq8QT2fqBDxAKCZseIPHgFptqT { top:32.224609375rem;left:2.46875rem;width:15.0625rem;height:15.0625rem;z-index:15040;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #v4oQl8udbp4zy4Ns879DFS8obT2tU00P { display:block; }#v4oQl8udbp4zy4Ns879DFS8obT2tU00P > .row .container { width:20rem;height:50.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BD02gfSxoWPJDo7CbPpBaLPifLdJ39eD { width:19.1875rem;height:45.3125rem;top:17.91796875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xlMWI74Xri0CVgnSbxD3F7IKDclkF733 { width:20rem;height:0;top:39.480471875rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #uOeLQEH50080QL46FyaeJGRrDFKhdtzH { width:13.125rem;height:13.125rem;top:20.3183625rem;left:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #l7y3C2xTicea7JJuPHlTLAyZk4yKCUar { width:13.625rem;height:0;top:34.6933625rem;left:3.1875rem;font-size:1rem;text-align:left;text-align-last:left;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #KbvEHSqHoOdLT2bN5xWtI8bMCvvLDsqA { width:18.3125rem;height:3.575rem;top:1.8125rem;left:0.84375rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #IehK8TOrgMNiWTVdgC8QdwE56h6CBMXu { width:18.75rem;height:9.098625rem;top:6.724609375rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #uczahIyQpEVvqHzATWPTrOcIZ98qIUBi { width:18.5625rem;height:20.7128625rem;top:18.9599609375rem;left:0.71875rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #GyPX086Uw4A2F95pwvvBpXTfWFTzdH9I { top:17.75rem;left:0.3125rem;width:19.375rem;height:31.25rem;z-index:15005;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0rem 0rem 0.3125rem rgba(0,0,0,0.5) ;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZ9StAThKA7wOQQxXPgy1lagUGulDvCC { width:7.875rem;height:7.875rem;top:40.435546875rem;left:11.3427890625rem;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #odTQHebdBVogW1tDy0OpzkdwC3bvRZU0 { width:11.25rem;height:2.599825rem;top:40.435546875rem;left:0.84375rem;font-size:1rem;text-align:left;text-align-last:left;color:#000000;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #y3UqC0MI2Bb2cRrpIl2EJzTTbfgzyDLT { display:none; }#y3UqC0MI2Bb2cRrpIl2EJzTTbfgzyDLT > .row .container { width:20rem;height:62.625rem;background-color:#ffffff;background-image:none;position:relative;display:none; } }@media only screen and (max-width: 763px) { #R9fLNqcHbiKH0WHp77p6LpfQ3ot0pk3G { top:98.75000190735rem;left:3.7187498807907rem;width:12.5625rem;height:12.5625rem;z-index:15039;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #pOqqTTEP2XgQGOt4rKLgmDic9Ggd0URD { width:16.875rem;height:0;top:1.74560546875rem;left:0.625rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #m3p0e39eNg5iklTI1m6iUpFogz3XfDUF { width:19.6875rem;height:40.9140625rem;top:13.1875rem;left:-0.03125rem;font-size:1.0625rem;text-align:left;text-align-last:left;overflow:hidden;display:block; }#m3p0e39eNg5iklTI1m6iUpFogz3XfDUF li:not(:first-child){ padding-top:0.375rem;padding-right:0;padding-bottom:0;padding-left:0; }#m3p0e39eNg5iklTI1m6iUpFogz3XfDUF li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/533a0184-0627-4c18-b711-39467392d617/logo.svg); }
 }@media only screen and (max-width: 763px) { #qaLBBOBsfTevuKpUuN3W2SrlXcrPV3eJ { width:18.75rem;height:3.0859375rem;top:56.4970703125rem;left:0.625rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #q1bp1U4hvRThap6NaQagSTEQbnM4NAOT { width:16.875rem;height:9.2578125rem;top:1.710205078125rem;left:1.5625rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #oqh2RKw9JUV34k2uPrK663lBqrlPuVuI { width:18.75rem;height:5.60449375rem;top:2.4374961853027rem;left:0.62413197755814rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #zDe5QO2aRstXvXX7nELSruaEo4G83Nng { width:18.875rem;height:9.75rem;top:10.749132394791rem;left:0.62413197755814rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.3;font-family:"montserrat 500-700";display:block; }
 }@media only screen and (max-width: 763px) { #bCQ1Wbxa2u1lECdEGkdODSXmm38msvVv { width:9.375rem;height:0.1875rem;top:9.1875rem;left:5.3124998211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOommLM1tANbHwHkQ6ETnscvliF1FM69 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7fa54819-c33c-412f-ad8b-9fd1b5101221/kodstylu_082BW.JPG");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#eOommLM1tANbHwHkQ6ETnscvliF1FM69.adaptive-delivery-prevent-bg, #eOommLM1tANbHwHkQ6ETnscvliF1FM69.lazyload, #eOommLM1tANbHwHkQ6ETnscvliF1FM69.lazyloading { background-image: none; }#eOommLM1tANbHwHkQ6ETnscvliF1FM69 > .row .container { width:20rem;height:53.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PWzJhmlOgyR2Z7wXJ3ZxShT5A1p3sAf1 { width:18.75rem;height:4.5rem;top:40.0615234375rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.2;font-family:"montserrat 500-700";display:block; }
 }@media only screen and (max-width: 763px) { #AJgKJQ6Z2LCsAVWCxsfOpzesBZLMa8GI { width:12.5rem;height:2.56055rem;top:47.560546875rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGKAVOpvOtMt8vhTlJytDWizUs2Rwoqt { display:block; }
 }@media only screen and (max-width: 763px) { #TePx4bd0BTCLSPPTrOThsoC0hNsmV4UU { width:5.125rem;height:5.125rem;top:28.0556640625rem;left:7.4375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TZv3pIlBRK5Bq9TDpKghJIm4SSvzOcRO { width:20rem;height:4.0625rem;top:22.919921875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #tIcaKQTE3Cieapi8bnEyFMXwax3id9Pf { width:20rem;height:3.25rem;top:34.184125900269rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Xbsvb2pU2lP5QVTyRMmWngkOBqBmhLBd { display:block; }#Xbsvb2pU2lP5QVTyRMmWngkOBqBmhLBd > .row .container { width:20rem;height:18.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jrqu8tLVuW3dpJfqA9TmEmDNS9RRta2T { width:18.9375rem;height:0;top:2.6240234375rem;left:0.6240234375rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #mdHZ7k3rBZbdAxuyZWDIfwcCGW8sSacQ { width:9.375rem;height:0.18652375rem;top:12.0595703125rem;left:5.3125rem;background-color:#961853;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) { #AS8LWlXfXg19TFR3uMyFmxXTGizLluGw { width:18.75rem;height:3.25rem;top:13.75rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #OxIPPSnsOTzgs1r3TKac66X1eX5RfTEe { width:18.9375rem;height:7.47265625rem;top:2.5615234375rem;left:0.53125rem;font-size:1.4375rem;text-align:center;text-align-last:center;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #wfzDGTOxmxeHWI7oIkTM6qdROb5TSG3F { display:block; }#wfzDGTOxmxeHWI7oIkTM6qdROb5TSG3F > .row .container { width:20rem;height:19.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L6VR7MyVII5KBF0KCdR3OdIJCsmSye40 { width:18.75rem;height:5.5234375rem;top:3.04931640625rem;left:0.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hfhsHRIRbv4fMpnTCzkakIQQX1eCX2Qg { width:18.75rem;height:1.54385625rem;top:0.687255859375rem;left:0.625rem;font-size:1.1875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #if04lVUX9qrapAWdOi6bJH4TOFW6obb7 { width:18.75rem;height:1.54375rem;top:10.582763671875rem;left:0.62500005960463rem;font-size:1.1875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #FzMy5gRsvFF9RaTn9bBzTu1ibifoRTd4 { width:18.75rem;height:0;top:13.834228515625rem;left:0.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #HPJvRTBNWJq6KHl4lloFMlpJCm3CcLhX { width:18.75rem;height:4.14258125rem;top:13.349609375rem;left:0.62500005960463rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #WnEl8EzV77OcOOJKAEISgtbTdJf504bx { display:block; }#WnEl8EzV77OcOOJKAEISgtbTdJf504bx > .row .container { width:20rem;height:22.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h8rKAnQVhdWGqcAzPnddCGrT21XEy94a { width:13.625rem;height:auto;top:9.8125rem;left:3.1875rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #aVheZhvdbzLvTkZNcNUTaD6GIhvCQmmT { width:18.75rem;height:1.54385625rem;top:1rem;left:0.625rem;font-size:1.1875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #RKtDJmKEE4PZbS7GEVSh6FTRquT7uF2C { width:18.75rem;height:6.9043125rem;top:3.828125rem;left:0.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Of3i662fUdn5hVSK2SiEE2TOrRWU9uT4 { width:18.75rem;height:1.54385625rem;top:12.757568359375rem;left:0.625rem;font-size:1.1875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #ftkHC2V2Md4yZckKJuGXIn9Qzy9FzpLU { width:18.125rem;height:0;top:15.3173828125rem;left:0.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #DdBZwa1a7qeiPnK4x9QKltapgsRGDyG4 { width:18.125rem;height:5.5234375rem;top:15.316162109375rem;left:0.9375rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #TiDEnel4eJptvJv0yAt6V9hDPbVunZDv { display:block; }#TiDEnel4eJptvJv0yAt6V9hDPbVunZDv > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FZrzepnbR9KdIhavN3B9sLvbbG25bCZN { width:13.625rem;height:auto;top:9.8125rem;left:3.1875rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #FfxwyN4XbPMTcEklHBVBHnGZ6gt0Ocnb { width:18.75rem;height:1.54385625rem;top:1rem;left:0.625rem;font-size:1.1875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #t4yQouXM16NDg8F8LZtsGGPOpnfyrJM8 { width:18.75rem;height:4.142575rem;top:3.2500133514404rem;left:0.62413197755814rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RTitFBa0Cstio0TFEmTyKmpubg9o0MKd { width:18.75rem;height:1.54375rem;top:9.62255859375rem;left:0.62500005960463rem;font-size:1.1875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #M225mdvCzq30b18fTNL87UTJzlTk7Kon { width:18.75rem;height:5.5234375rem;top:12.353515625rem;left:0.62500005960463rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #boCUP4hq9uTZ2B3y471y1SZaTpLEvGkT { display:none; }#boCUP4hq9uTZ2B3y471y1SZaTpLEvGkT > .row .container { width:20rem;height:12.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #I0q9gXwrI1PnH2hqXkaZxal4nJzrsc0G { width:18.75rem;height:2.923825rem;top:8.1239166259762rem;left:0.62500005960463rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #tMw3SqqTbLXx1F19lGa19UpIM0amTL4I { width:9.375rem;height:0.125rem;top:7.6875rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cOQVpseLdG6qxL7gKd77AwzJW0UtX9tw { width:16.875rem;height:1.055775rem;top:5.4375rem;left:2.875rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #QyJWSDDRd2X0T55E47WtF0gs8oQf5In7 { width:2.6875rem;height:2.6875rem;top:3.9375rem;left:0.25rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #kycCrD6n4nUpEv90abPenfTlOeUL1mpH { width:17.875rem;height:1.2999125rem;top:4.125rem;left:2.875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #xINPOHORJrAKN2xKiP6hTft7ysqvvF59 { width:20rem;height:1.8684875rem;top:0.93641567230225rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fZ9484eXoIDuCASeX1ZlCS0gprKegymE { display:none; }#fZ9484eXoIDuCASeX1ZlCS0gprKegymE > .row .container { width:20rem;height:26.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cTEztksMTqt51KOSigBsnZkTopr6ufys { width:9.375rem;height:5rem;top:7.5rem;left:10.625rem;font-size:1rem;font-family:"montserrat 500-700";display:block; }
 }@media only screen and (max-width: 763px) { #t9CVFw49GTO9TTauy1qMrCXEHTaAMDoC { width:9.375rem;height:6rem;top:7.5rem;left:0.68663197755812rem;font-size:1rem;font-family:"montserrat 500-700";display:block; }
 }@media only screen and (max-width: 763px) { #PZclKXXy7WJTUDA3GMNBwQePs9FCcHCi { width:8rem;height:5rem;top:20.4375rem;left:0.6875rem;font-size:1rem;font-family:"montserrat 500-700";display:block; }
 }@media only screen and (max-width: 763px) { #vmoBuIATGn0IZoh9ApTLyvuRULeda0ZX { width:9.375rem;height:5rem;top:20.4375rem;left:10.625rem;font-size:1rem;font-family:"montserrat 500-700";display:block; }
 }@media only screen and (max-width: 763px) { #uS0VIMwJbh7DEuRgHFdWTnTGzVn0RmCM { width:4.375rem;height:4.375rem;top:1.6875019073486rem;left:2.5000000596046rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxbSrITLDpuqvsTP9ok655tZcxKD7hZ4 { width:4.375rem;height:4.375rem;top:1.6875rem;left:13.124132454395rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGqngh3cuK0PtTQ22VWvVcMBkrfVbUyT { width:4.375rem;height:4.375rem;top:15.5rem;left:2.5rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvWVRP91TKncmmfGAKA8dcb2AphbqWvc { width:4.375rem;height:4.375rem;top:15.5rem;left:13.125rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRVtmaJQzlKXEtc9GevGVI912Ka5H9Bv { display:none; }#sRVtmaJQzlKXEtc9GevGVI912Ka5H9Bv > .row .container { width:20rem;height:23.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #w7p1x6htqQ0O3KaSe7ObG6cst4s8Z2cI { width:9.375rem;height:3rem;top:5.9375rem;left:10.624132454395rem;font-size:1rem;font-family:"montserrat 500-700";display:block; }
 }@media only screen and (max-width: 763px) { #h45ir1EeuvxEggRGK2IaABSAkeP4mKGA { width:9.375rem;height:4rem;top:5.9375066757202rem;left:0.62413197755814rem;font-size:1rem;font-family:"montserrat 500-700";display:block; }
 }@media only screen and (max-width: 763px) { #Zxqt8dIgdyWxPWhE1FTREC9VOiz9mkge { width:8.311625rem;height:4rem;top:16.935756683349rem;left:0.62282985448838rem;font-size:1rem;font-family:"montserrat 500-700";display:block; }
 }@media only screen and (max-width: 763px) { #UDVIe3wabCaCCGHlIHU5Eq3r6aHBv93W { width:9.3125rem;height:4rem;top:16.9375rem;left:10.686632454395rem;font-size:1rem;font-family:"montserrat 500-700";display:block; }
 }@media only screen and (max-width: 763px) { #DXgge7Q2FQ47iTM7f02C76nRaGRyV7Gb { width:4.375rem;height:4.375rem;top:0.8125rem;left:2.5000000596046rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #flfPXRgtqrhlymRCxAr7dnHccwEckMxF { width:4.375rem;height:4.375rem;top:0.8125rem;left:13.124132454395rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbbmbI664ORK5QMyaJlGadbfWxQ9SKKk { width:4.375rem;height:4.375rem;top:11.5625rem;left:2.625rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGm4BsLCdsJpsSszZwftWt6MqQoctQz0 { width:4.375rem;height:4.375rem;top:11.5625rem;left:13.25rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIhlN2w0vc2Nqh5UTAocmPBOaosFRTuW { display:block; }#CIhlN2w0vc2Nqh5UTAocmPBOaosFRTuW > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BfDQQnM06Ugml8TTwVizZI8RxbUKdN4p { width:19rem;height:3.4375rem;top:1.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwkpgaKwDJWqtT7BODbcMHwqkHhF8tfz { display:block; }
 }@media only screen and (max-width: 763px) { #lbQzLtyiuasJxvl06raToXnuN0BVCy9K { display:block; }#lbQzLtyiuasJxvl06raToXnuN0BVCy9K > .row .container { width:20rem;height:61.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s1fqN7ExyQU6bpPcs5utptwEmnmK0Dsr { width:17.5rem;height:27.6171875rem;top:23.259765625rem;left:1.25rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wfepyupQaHCPwUe3pVL7heTR2lbVz4FU { width:20rem;height:4.3566591422122rem;top:22.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bR0TIvSV9qkQgyUIAEWymLDkonTBZUfJ { width:8.3125rem;height:8.3125rem;top:51.52734375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktb1HcKArKEHxhfDQVZ1fAqVlAHbvtSs { width:9.9375rem;height:2.599825rem;top:53.08984375rem;left:10.0625rem;font-size:1rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #po0mqyLB1wReuDdgcv9TvayMQLToCAzE { width:19.25rem;height:8.285125rem;top:12.5rem;left:0.75rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #t44Sgd9m6DSchfcEJ7fqnCo0x1mVlVBG { width:20rem;height:9.3408125rem;top:1.25rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XSWT9M4Tal0XxVZTrvOUoKCH7DX9yeZV { top:22.46484375rem;left:0.3125rem;width:19.375rem;height:37.8125rem;z-index:14999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0rem 0rem 0.3125rem rgba(0,0,0,0.5) ;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNzMTbA3iNxdMyrx98RT3r05SbTgpJ6Z { display:none; }#VNzMTbA3iNxdMyrx98RT3r05SbTgpJ6Z > .row .container { width:20rem;height:53.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nO1kAn9bgLRWfODif2eHnvnbPL7eTQ2m { width:18.75rem;height:32.7039875rem;top:7.3619928359988rem;left:0.62413197755814rem;font-size:1.0625rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #ki5yTe4TfZrfc3iy3dKNkhdnDiOwqFB9 { width:18.75rem;height:3.73698125rem;top:1.9368305206299rem;left:0.62500005960463rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oHXmtSiwZEE45dNTKreO0hc6EOJeeAU8 { width:20rem;height:7.4739375rem;top:43.186847686767rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qyMMprVTVO2HVueXl77xphJvABbSqBVZ { background-color:transparent;background-image:none;display:none; }#qyMMprVTVO2HVueXl77xphJvABbSqBVZ > .row .container { width:20rem;height:42.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ivOwgc10bqd03UQB4Nwf2L66XtWQPhoF { width:18.75rem;height:3.324225rem;top:7.2222223281863rem;left:0.62500005960463rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z7nbGJ0T6iBVstEPssRw9r5qEeWwIQe9 { width:18.75rem;height:3.73698125rem;top:2.3741895891726rem;left:0.62500005960463rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PeRK5ap0sTydGapOJBecfqnOWg7AzGeq { width:19.25rem;height:29.1963125rem;top:10.543620586395rem;left:0.74978297948838rem;font-size:1.0625rem;text-align:left;text-align-last:left;overflow:hidden;display:block; }#PeRK5ap0sTydGapOJBecfqnOWg7AzGeq li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PeRK5ap0sTydGapOJBecfqnOWg7AzGeq li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/533a0184-0627-4c18-b711-39467392d617/logo.svg); }
 }@media only screen and (max-width: 763px) { #x632T3SL7UHaIiK72TNndKnod4f3sTna { display:none; }#x632T3SL7UHaIiK72TNndKnod4f3sTna > .row .container { width:20rem;height:135.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wAKA0PW7v4v2EDE1sDEA90y4mKaNDw8S { width:18.75rem;height:0;top:2.4149303436279rem;left:0.62413197755814rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #xWLPdp9WtdWT2rbQ2F1iO42So6lDsOCE { width:20rem;height:3.6117381489842rem;top:35.66055625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tkEvICriWshlLvhrCtHaGeMTog9o76kk { width:18.75rem;height:9.666rem;top:18.525174617768rem;left:0.62413197755814rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sFbxGJvNMGKo8gsF1Azu8tXFFcVT35uL { width:20rem;height:3.7583892617449rem;top:19.17099375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KZatuGWruUdx2sfmrLG52IRlfggH791r { width:18.75rem;height:17.9511875rem;top:33.645833015442rem;left:0.62413197755814rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ukkhTvy36orfyTTngraqtEGH1Wv1MgzP { width:20rem;height:3.8002436053593rem;top:60.77516875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #w7UsidpLre2rxE5ESbdiTZB7iwmRf5du { width:18.75rem;height:17.9511875rem;top:57.785592079162rem;left:0.62413197755814rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XymrxMl45M7DTGgIoAe8es90KFhiyRO6 { width:20rem;height:3.6901408450704rem;top:86.07815rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #leBBq5xAWOwXw8KGkRmmL4PTwVTt3qTJ { width:18.75rem;height:9.666rem;top:82.080733299256rem;left:0.62413197755814rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #reTEiZkwQIrJ80Z1uSdkTBSGJefsWO9h { width:20rem;height:3.6963036963037rem;top:102.50000625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vauhnneBOxzaQbkrc8HJ4snB6mex6zsw { width:18.75rem;height:26.2363125rem;top:97.508679389956rem;left:0.62413197755814rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Tb03e37TgN5al1mERx5EmzhTfqAyHTPQ { width:12.5rem;height:2.5625rem;top:128.82120704651rem;left:3.7499998211861rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDOPdTPSopiwlWUoOUyhlAF9C5y2ypI5 { display:block; }
 }@media only screen and (max-width: 763px) { #pOF18bRfFKdnAGgB9xOzuNkkT4pFvMzn { top:1.3602428436279rem;left:0rem;width:20rem;height:12.5rem;z-index:14999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0rem 0rem 0.3125rem rgba(0,0,0,0.5) ;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXxPD32Jt7WkZEZOFoecAFVoW28mgah6 { top:17.108425855637rem;left:0rem;width:20rem;height:12.5rem;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0rem 0rem 0.3125rem rgba(0,0,0,0.5) ;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kewd3Ei5f2gvXT6mAOf7TiJ4dqF3gwkz { top:32.420140266419rem;left:0rem;width:20rem;height:20.8125rem;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0rem 0rem 0.3125rem rgba(0,0,0,0.5) ;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #okbb06Nn3AiOZiPppPzooTp9ki2QBDBX { top:56.357597827911rem;left:0rem;width:20rem;height:20.8125rem;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0rem 0rem 0.3125rem rgba(0,0,0,0.5) ;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8aQJdZGGa1OCTqGhQ2gFl9ZfnRI5aPN { top:80.499174118044rem;left:0rem;width:20rem;height:12.4375rem;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0rem 0rem 0.3125rem rgba(0,0,0,0.5) ;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewZtvVuZOFqWQ9gU79cgIwJJGEkeNLGk { top:95.668334960938rem;left:0rem;width:20rem;height:29.375rem;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0rem 0rem 0.3125rem rgba(0,0,0,0.5) ;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiNIE6Z4BB7TT5C6rQJmLbMtsfSrMPRi { width:18.75rem;height:10.3984375rem;top:2.4077701568604rem;left:0.62500005960463rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #M2XapNK2LpmtW5BL3gA8MnT1TnAiHxei { width:20rem;height:2.9571106094808rem;top:2.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XV0JofhNeAzTJHrHC70Widtz1x3QNiGS { display:block; }#XV0JofhNeAzTJHrHC70Widtz1x3QNiGS > .row .container { width:20rem;height:81.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mM6xxMq5UfWRik3iVgSfA5yuTlIGIv02 { width:18.75rem;height:7.47265rem;top:2.5624809265137rem;left:0.62413197755814rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yT76dfg9fqtzZXdzneTLtOGwS9nLTWta { width:9.375rem;height:0.186631875rem;top:10.869136810302rem;left:5.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #fofCuc8JHSLktMisTJ6ixldNiB0G3ktP { width:18.75rem;height:16.570275rem;top:13.997802734375rem;left:0.625rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #fm0QIVlauB9XaudzcfHz5MyX22vlgrGF { width:13.125rem;height:4rem;top:40.999350547791rem;left:3.4375002980233rem;font-size:1rem;font-family:"montserrat 500-700";display:block; }
 }@media only screen and (max-width: 763px) { #aHiTcmBAx5yumUhHxbKbJhstdWsWTQsh { width:5.12478125rem;height:5.12478125rem;top:35.249567985534rem;left:7.4370663762094rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMN6D6mviTtqxtyszCwG2zbH8U0TTsaP { width:20rem;height:1.8684875rem;top:32.8125rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;color:#f89b19;display:block; }
 }@media only screen and (max-width: 763px) { #XQkNZDMofLurOHmZ2B6LZICKhiZmN2h6 { width:11.5625rem;height:4rem;top:53.427737236023rem;left:4.2187502980232rem;font-size:1rem;font-family:"montserrat 500-700";display:block; }
 }@media only screen and (max-width: 763px) { #zWksrPWFO9vdws2kEHGXKBbA7dmfzcNF { width:5.56206875rem;height:5.56206875rem;top:46.987849235534rem;left:7.217882454395rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwraZTquLnfEEfcxKacd8HG1b8p2r4Q0 { width:11.5625rem;height:3rem;top:65.740019798281rem;left:4.2187502980232rem;font-size:1rem;font-family:"montserrat 500-700";display:block; }
 }@media only screen and (max-width: 763px) { #xpng6aCwB5rLMXyGvXezGI1xu6pKnCJx { width:6.06228125rem;height:6.06228125rem;top:58.926867485046rem;left:6.9672310948375rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sodm18rG5hanGRwQAIyTnsaVn7kW1CDA { width:20rem;height:3.73698125rem;top:71.36502075195rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;color:#f89b19;display:block; }
 }@media only screen and (max-width: 763px) { #UGqQQu7mf6QQITVBg78eyFiVugt7n14t { width:18.8748125rem;height:2.7625rem;top:76.10134887695rem;left:0.56206601858139rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ugM9BFEdu0SSFVuVgstBfpshcsJh55Hz { display:none; }#ugM9BFEdu0SSFVuVgstBfpshcsJh55Hz > .row .container { width:20rem;height:17.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dTEth5ZQ4rC3wAIUtcszvl0S3KOuxvxp { width:18.125rem;height:4.62890625rem;top:1.6831598281861rem;left:0.93663197755812rem;font-size:1.1875rem;text-align:center;text-align-last:center;font-family:"montserrat 500-700";display:block; }
 }@media only screen and (max-width: 763px) { #RxbAcEXPRONBwgwN9VGRHy0iPXUmBc2B { width:20rem;height:4.38574375rem;top:6.768750190735rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;font-family:"montserrat 500-700";display:block; }
 }@media only screen and (max-width: 763px) { #ZAFLUXchvpEgryy06GoJfqhO2qA9l8Ou { width:13.75rem;height:2.8125rem;top:12.1240234375rem;left:3.125rem;font-size:1rem;font-weight:400;font-style:normal;font-family:"montserrat 500-700";z-index:15040;display:none; }
 }@media only screen and (max-width: 763px) { #PMtaD9yoWpVpTeEq5Bq2QePdLDcrRMcv { display:block; }
 }@media only screen and (max-width: 763px) { #M3SnnoyWJLoUiZIWEqe2UVeNcfhQWFnd { width:20rem;height:3.25rem;top:12.7490234375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;font-family:"montserrat 500-700";display:block; }
 }@media only screen and (max-width: 763px) { #oqEvaFueK8dfwkSXTzKm1smla8A7aZw9 { display:block; }#oqEvaFueK8dfwkSXTzKm1smla8A7aZw9 > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d7D3yJCrV30EBMIgzmUGaS5k84T8LD5v { width:14.812rem;height:2.8125rem;top:1.23046875rem;left:2.5927734375rem;font-size:1rem;font-weight:700;font-style:normal;font-family:"montserrat 500-700";display:block; }
 }@media only screen and (max-width: 763px) { #Eqblqo0kEKf34Q9JMqiUCgab9Bm2b53M { display:block; }
 }@media only screen and (max-width: 763px) { #CS6C9NTR8zd1AUVerrnC4DTJkpdye1fy { width:20rem;height:16.716032728232rem;top:5.3580932617188rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #t3iHh7HBpNiyCTzG5mfBxe03namOrrDs { display:none; }#t3iHh7HBpNiyCTzG5mfBxe03namOrrDs > .row .container { width:20rem;height:28.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Qqhothnm58kbQVMcduTM9bRuwF168zai .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Qqhothnm58kbQVMcduTM9bRuwF168zai .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#Qqhothnm58kbQVMcduTM9bRuwF168zai .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#Qqhothnm58kbQVMcduTM9bRuwF168zai { display:flex;width:18rem;height:5.0625rem;top:13.436495304108rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Qqhothnm58kbQVMcduTM9bRuwF168zai #EXFd8r68MVVKOENOLxqWcvQVZpE3mVss { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Qqhothnm58kbQVMcduTM9bRuwF168zai #a7kSfcUXWm6ncdtvcTQQdXr5GbB8Bv0l {  }
 }@media only screen and (max-width: 763px) { #Qqhothnm58kbQVMcduTM9bRuwF168zai #uSOL40vax4FRa9AQDnPOdfqdG4PIfiBL {  }
 }@media only screen and (max-width: 763px) { #Qqhothnm58kbQVMcduTM9bRuwF168zai #JdOItDDlMCsM4IUo4yP5eVHaqe4abDFT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Qqhothnm58kbQVMcduTM9bRuwF168zai #zphbwGhqAP86bI0w8PGmwS4TI2V9cene {  }
 }@media only screen and (max-width: 763px) { #Qqhothnm58kbQVMcduTM9bRuwF168zai #VdP26pWoscI52gLsOts9ZdThgX07UdmG {  }
 }@media only screen and (max-width: 763px) { #Qqhothnm58kbQVMcduTM9bRuwF168zai #KNHDEwInhBV5aXqNCw6pGMlEBbwr2lVg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Qqhothnm58kbQVMcduTM9bRuwF168zai #DDOMsbZblFOlzn8ZAOX8ul2Kl8x8GS9t {  }
 }@media only screen and (max-width: 763px) { #Qqhothnm58kbQVMcduTM9bRuwF168zai #xkkgbaQR125RZO5TUbzFqm8an7poVzyJ {  }
 }@media only screen and (max-width: 763px) { #Qqhothnm58kbQVMcduTM9bRuwF168zai #QDyVJL7LuZyuTXiKQun7W6y8DquDgKml { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Qqhothnm58kbQVMcduTM9bRuwF168zai #CRTityKcRedVwtMzudOD8B9rxrK8FaIi {  }
 }@media only screen and (max-width: 763px) { #Qqhothnm58kbQVMcduTM9bRuwF168zai #rpkFZoSghffr9TVyHcGzJ8TQVNU9ooea {  }
 }@media only screen and (max-width: 763px) { #EJqsF85ncu7QZXeGymtJKT5lWHoI6KIn { width:20rem;height:3.736975rem;top:8.3734817504881rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #pyUhmCtPA5vH493QpukNfOLW6Bfhldgk { width:5.43728125rem;height:5.43728125rem;top:1.2489166259766rem;left:7.2797310948375rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmLuzh03c7ubPTShEFLEcv89MPxyiBiJ { width:18.997375rem;height:3.4375rem;top:21.749134540558rem;left:0.50021702051162rem;font-size:1rem;font-weight:700;font-style:normal;font-family:"montserrat 500-700";display:block; }
 }@media only screen and (max-width: 763px) { #dIFPeEFQMdUokfh7GTvou1poV0aXkOLT { display:block; }
 }@media only screen and (max-width: 763px) { #WETPEKI3GhIiUVSgEyPA7Cw2EC7O5NKV { display:block; }#WETPEKI3GhIiUVSgEyPA7Cw2EC7O5NKV > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kiv1UWRqPZGJqhdTKRwLlRQzgzn1q7FG { width:18.75rem;height:5.60449375rem;top:2.6875rem;left:0.62413197755814rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QsHkCFwzDcAFyaUUeWOe0HokupKfCC6r { width:9.375rem;height:0.186631875rem;top:9.110243320465rem;left:0.62282985448838rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykpLV27NcTTmH2QuBR0QZu4XN45AhJHT { width:18.75rem;height:10.80075rem;top:10.923394680023rem;left:0.62500005960463rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #licSidQWurrqvLKUBmRRdQbhOdZOtNTZ { display:block; }#licSidQWurrqvLKUBmRRdQbhOdZOtNTZ > .row .container { width:20rem;height:28.564453125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #InWBZ7oQQ53aR4KB0cNyU8mrheoLiacB { width:20rem;height:15.1894375rem;top:0.67923259735106rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }#InWBZ7oQQ53aR4KB0cNyU8mrheoLiacB li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/2c3fa66a-d96a-4f16-bc44-43bf3bd34e20/93.png); }
 }@media only screen and (max-width: 763px) { #pmXOgVPbg5MFN7LwDCHulBmd5KzfxFmT { width:20rem;height:11.0468625rem;top:17.565135955811rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }#pmXOgVPbg5MFN7LwDCHulBmd5KzfxFmT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/2c3fa66a-d96a-4f16-bc44-43bf3bd34e20/93.png); }
 }@media only screen and (max-width: 763px) { #FA5Te9c75TdmIX5s92pJzn5KIGincMO7 { display:block; }#FA5Te9c75TdmIX5s92pJzn5KIGincMO7 > .row .container { width:20rem;height:30rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nwtTEP69t5ArCKECTE1gJPXcr4mAcMmH { width:20rem;height:12.42775rem;top:1.1866321563721rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }#nwtTEP69t5ArCKECTE1gJPXcr4mAcMmH li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/2c3fa66a-d96a-4f16-bc44-43bf3bd34e20/93.png); }
 }@media only screen and (max-width: 763px) { #bAp9OrPCWmRBTIP6RnH2qQ8zipza2dI4 { width:20rem;height:12.42775rem;top:15.465412139892rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }#bAp9OrPCWmRBTIP6RnH2qQ8zipza2dI4 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/2c3fa66a-d96a-4f16-bc44-43bf3bd34e20/93.png); }
 }@media only screen and (max-width: 763px) { #fIOxai5DdgKPBku6E1EVHkCKz3SZsApb { display:block; }#fIOxai5DdgKPBku6E1EVHkCKz3SZsApb > .row .container { width:20rem;height:161.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vZCkPvfmzsOddGJboJ8z5CvV4ITuau6L { top:52.625rem;left:0.625rem;width:18.75rem;height:22.75rem;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0rem 0rem 0.3125rem rgba(0,0,0,0.5) ;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQLiO1Z2zUp9MokugbMXkTDTEoa7O8LT { top:10.0625rem;left:0.625rem;width:18.75rem;height:40.5625rem;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0rem 0rem 0.3125rem rgba(0,0,0,0.5) ;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0OVJRzpdXTBbSI1vSX1GoNcXR7ea01G { top:112.5rem;left:0.625rem;width:18.75rem;height:39.875rem;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0rem 0rem 0.3125rem rgba(0,0,0,0.5) ;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aelk8sZn5NUyMk91hCVibAZgoNaZbPh2 { top:77.5rem;left:0.6875rem;width:18.75rem;height:32.9375rem;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0rem 0rem 0.3125rem rgba(0,0,0,0.5) ;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvHRhSKrakANGgdol4sVEJuTHIiuaeL0 { width:17.3730625rem;height:2.599825rem;top:148.625rem;left:1.3125rem;font-size:1rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #DZHDorI5ASkAiwVdfpnuWbchRsqw7MCT { width:5.9375rem;height:5.9375rem;top:135rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6e60ApXM3Suozn230EQ4QsnP0QccUTr { width:16.9995rem;height:3.31176875rem;top:156rem;left:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzHeSd4IVJIgzJIQpa1T5kwFoS4oyet8 { display:block; }
 }@media only screen and (max-width: 763px) { #nQLsFlxMWNwlhZelFqTnacccpsXDvifF { width:20rem;height:4.8305962821251rem;top:67.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RHXmL68eJQDTU5SI3V0pl6DgK5X7HGQi { width:17.5rem;height:30.378875rem;top:113.9375rem;left:1.25rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bJkx9aMo9etNSQTcrwZOCdLIdgyJuZJ1 { width:9.8730625rem;height:2.599825rem;top:45.125rem;left:9.25rem;font-size:1rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #omgUSanJtq6bkWsWTVKfTI9orkVA8UEb { width:20rem;height:5.3271481619431rem;top:13.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #u86aWTHfRiCTGC031VTBcBttNzDpXUaN { width:6.3733125rem;height:6.3733125rem;top:43.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tK0mTzUOIKNbc50JVLpGmVrmLQBhDAQG { width:17.5rem;height:31.75975rem;top:11.125rem;left:1.25rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #U91xSmCWsPNeTq6Azc0HmyNeMdVEHIf4 { width:20rem;height:2.7088341854874rem;top:33.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wvTSlmtfGclgEtmGw0kexpOSX0QZZHwu { width:17.5rem;height:11.046875rem;top:53.3125rem;left:1.25rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tLn3OT6i4meLbTLmhUBFd2vWgsPz160P { width:6.43675rem;height:6.43675rem;top:59.75rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEQIVlp6JCZ5g5AEm9M4MBntTf2FDcdZ { width:13.6230625rem;height:2.599825rem;top:70.1875rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Tzf5QatlDmVXvDS9NL8WcfXhiiqLtKCP { width:20rem;height:4.8984074312351rem;top:49.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KsJBFrERExSqI8lOA6QKgdPA1Lyero7S { width:6.5625rem;height:6.5625rem;top:103.0625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sfq4tXavcgtMZzTT7cN3TDJ2oovNmw6Z { width:12.0605625rem;height:2.599825rem;top:105.0625rem;left:8rem;font-size:1rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #v5yaxynSuuqGLUvel267TQhbR2wAbfVq { width:17.5rem;height:23.4746125rem;top:78.625rem;left:1.25rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dRWStdDE5UKtbGcpfJCq5C7LOI2Hm9lI { width:20rem;height:6.5rem;top:1.6851615905762rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Kek9zNn0V1vTTATrhoALEHI4pRuPt6Pw { display:none; }#Kek9zNn0V1vTTATrhoALEHI4pRuPt6Pw > .row .container { width:20rem;height:34.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #r8hiIwLsiWlZUt03ZxwO7NKRpoitxRE6 { width:19rem;height:3.4375rem;top:1.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWi5kc7Uy6cloZWg5PTvzGe9bfOpN4A6 { display:block; }
 }@media only screen and (max-width: 763px) { #QxEeDvIaeNR27bVbEZXSGomkCcvt7RN9 { width:20rem;height:3.0875rem;top:8.2257356643675rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HkwxFJv2T40aAWTcNQ3EyR6pziauFXWU { width:18.75rem;height:2.7625rem;top:12.237813949585rem;left:0.62413197755814rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ht624XDTAmAzeVEOxTVQIcPLuDHWCwsU { width:20rem;height:17.107231920199rem;top:14.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U34my8kAPlsAC9iOQVwFixIQClIGUvAb { height:10.25rem;width:18.3125rem;top:18.365451335907rem;left:0.84288197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPuUITTRUzw8FNQJcptHpGnOlXg1RRPN { display:none; }#pPuUITTRUzw8FNQJcptHpGnOlXg1RRPN > .row .container { width:20rem;height:10rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sc0DKIdSXCfTwS67rO8wbl7pKCGHxOxu { width:18.75rem;height:3.73698125rem;top:3.1250267028809rem;left:0rem;font-size:1.4375rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #MrtzR9yMObEoqybK8ZooN1qsFDPV4Jxk { width:9.375rem;height:0.1875rem;top:7.6987875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTr1TbPuQ9TviOKt5fRCsgX5SbrVV7mQ { display:none; }#zTr1TbPuQ9TviOKt5fRCsgX5SbrVV7mQ > .row .container { width:20rem;height:64.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CP7xpV41h36p6DZnVe7QbuPJc4Oid7e6 { width:18.75rem;height:29.9355625rem;top:4.8610439300537rem;left:0.62413197755814rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }#CP7xpV41h36p6DZnVe7QbuPJc4Oid7e6 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/ungibIj5/44.png); }
 }@media only screen and (max-width: 763px) { #StqZqFJZbcoK0WoxNs9uBdmw1DpXr0uZ { width:18.75rem;height:25.4805rem;top:37.165832519531rem;left:0.62500005960463rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }#StqZqFJZbcoK0WoxNs9uBdmw1DpXr0uZ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/ungibIj5/44.png); }
 }@media only screen and (max-width: 763px) { #LC4hawQs4TZWwtI6z9z5NKh07wyqw7Q9 { width:18.75rem;height:2.923825rem;top:1.25rem;left:0.62413197755814rem;font-size:1.125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #X7XbcHg1UscZtN65hPL3ufAvKpP3xrgz { display:none; }#X7XbcHg1UscZtN65hPL3ufAvKpP3xrgz > .row .container { width:20rem;height:47.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #crnmxHFNCPTHZlbZM2Px7GGLUiJdrom9 { width:18.75rem;height:17.1953125rem;top:6.38453578949rem;left:0.62413197755814rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }#crnmxHFNCPTHZlbZM2Px7GGLUiJdrom9 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/UxfzJFqU/43.png); }
 }@media only screen and (max-width: 763px) { #DLqzFtUOnfAWNOCMTlElZn5Q0ATEslO4 { width:18.75rem;height:4.38574375rem;top:1.25rem;left:0.62413197755814rem;font-size:1.125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #To3A4rWrlJJX8C4cxxNT2CTSQyIH7o4b { width:18.75rem;height:20.2695rem;top:23.902831077576rem;left:0.62413197755814rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }#To3A4rWrlJJX8C4cxxNT2CTSQyIH7o4b li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/UxfzJFqU/43.png); }
 }@media only screen and (max-width: 763px) { #TU2xWmCv3zbrDe9zVC06GxWVHccMCyZK { display:none; }#TU2xWmCv3zbrDe9zVC06GxWVHccMCyZK > .row .container { width:20rem;height:130.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SMxKO2eKETVZMkkshV2GhIr6J59v3OP1 { width:19.125rem;height:58.9375rem;top:1.8728332519531rem;left:0.43619793653488rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPtL8MT7rPu23DuMeLBUeEHOhhDxTZ8f { width:17.5rem;height:26.40625rem;top:21.4375rem;left:1.25rem;font-size:1.0625rem;z-index:15032;line-height:1.3;display:block; }#hPtL8MT7rPu23DuMeLBUeEHOhhDxTZ8f li:before{  }
 }@media only screen and (max-width: 763px) { #nT1dEynpCIFMMOmV46mpfHA9wIJarkbE { width:17.125rem;height:1.43771875rem;top:3.123263835907rem;left:1.4375000596046rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y4vET20Bk7Ks433rWZ7Nv285HAxh7KF0 { width:19.1875rem;height:1.375rem;top:12.123437690549rem;left:0.34374988079071rem;font-size:1.375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #W2DGXRo9DBeq0IDe9qx2yxOomwC7F5Ns { width:10.625rem;height:2.5rem;top:50.249620437622rem;left:4.6875000596046rem;font-weight:700;font-style:normal;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FikbNBNPeUwGMllJnoEr4LqNgEegNQN9 { display:block; }
 }@media only screen and (max-width: 763px) { #DsOmuxCyvFoCgwy00g7tvgFnlf35hOih { width:17.125rem;height:1.43771875rem;top:64.5625rem;left:1.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9b3T0RF1IZRiCPm261cO9qtkPz2mf7I { width:18.75rem;height:63.375rem;top:63.375rem;left:0.4375rem;border-top:0.1875rem solid #961853;border-left:0.1875rem solid #961853;border-right:0.1875rem solid #961853;border-bottom:0.1875rem solid #961853;display:block; }
 }@media only screen and (max-width: 763px) { #P9nxIXxHIy9pTFSq9trsDfEB2uEMbFiQ { width:10.625rem;height:2.5rem;top:115.31136322021rem;left:4.6875000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXSwc8T64hT41ETLnZPnq4Mqb5mRNFdp { display:block; }
 }@media only screen and (max-width: 763px) { #RlModmMqcm5hTo3IWaT5PE98JFamgpTG { width:17.5rem;height:28.6445rem;top:84rem;left:1.25rem;font-size:1.0625rem;line-height:1.2;display:block; }#RlModmMqcm5hTo3IWaT5PE98JFamgpTG li:before{  }
 }@media only screen and (max-width: 763px) { #hQr0GV1uHtTIEF5rgh0oZzn5Z1G4iA71 { width:19.375rem;height:4.78125rem;top:14.883857727051rem;left:0.3125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hBMAWUlHOQbTXuMp1OQmQmzcgMI9MsKT { width:12.5rem;height:2.5rem;top:55.061891794205rem;left:3.7500000596046rem;font-weight:700;font-style:normal;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQ0ReTNBUEECA1BaQUWK2Xrfohs9mMpo { display:block; }
 }@media only screen and (max-width: 763px) { #blzOihBt5IfetJbPngLpEvpMEDZmz1Rr { width:12.5rem;height:2.5rem;top:120.49913406372rem;left:3.7500000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S41P8RBo5noaobhIy9yhZTnmEpDybvHu { display:block; }
 }@media only screen and (max-width: 763px) { #khlWP4GqK0kdWhtxbKa9TslLECRmCEai { width:19.375rem;height:3.1875rem;top:78.375rem;left:0.3125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eU04tRzlL4wSirf3y8kUBif3xO5T7h7H { width:18.75rem;height:6.375rem;top:5.498263835907rem;left:0.62413197755814rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NXdtXcQTrxqTLifTfoQT6aFhx3eqUDXv { width:18.75rem;height:6.375rem;top:67.25rem;left:0.625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pMbH2hmI3PMW5K9wxhhP7pyPQK8fBaD0 { width:19rem;height:1.375rem;top:74.1875rem;left:0.625rem;font-size:1.375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #i25r91CIuryNTLs4emlFFvmBaBEDSgvr { display:block; }#i25r91CIuryNTLs4emlFFvmBaBEDSgvr > .row .container { width:20rem;height:104.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ws2OVXm7TFMkqV5T8HS4CNRopr9NZ5fU { width:18.75rem;height:1.8684875rem;top:1.6875rem;left:0.62413197755814rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O86eSkEhoRewW7i0DhNZGOcweF4ixmtt { width:9.375rem;height:0.186631875rem;top:4.8231258392334rem;left:5.3125002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9EIOKmQibTEOB0a2AlBcCRacOaWradW { width:20rem;height:0;top:9.1362875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #clrS4BgAxBnpgCbQTQNfK7EsuX1Gsb0P { width:18.75rem;height:4.62890625rem;top:19.25rem;left:0.5rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QpEr7WE1qTzv6Ua7HxPFeUB09wENW3Ta { width:12.5rem;height:2.5610375rem;top:94.4375rem;left:3.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7zzTw5cPszuOkAM6uoQl0Dv61F7SU93 { display:block; }
 }@media only screen and (max-width: 763px) { #lPVEGhT8D8yCfQzzpShKEeGO5JDfWic4 { width:2.8125rem;height:2.3120125rem;top:26.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tib2yBHyUSGINKO9gN5R40ioZLPJJznV { width:16.25rem;height:15.1894875rem;top:26.6875rem;left:3rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Wfidq0tfITpG8TxdHVg8sewTXFSHAuG6 { width:2.8125rem;height:2.3120125rem;top:44.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmZsVB6ZOTgPrIaZ9Xfe3ukV2UMu65us { width:15.125rem;height:19.33205rem;top:44.875rem;left:3rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CMLOZLkPeB1W7HusJJsiHMZaIBChWZ6w { width:16.5625rem;height:16.5703rem;top:65.75rem;left:3rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fCeUxwnyTcx2usJehlCAaCdOHzyOr0kO { width:2.8125rem;height:2.3125rem;top:65.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqHFTi4NCxGLag0PFVUslKLCmT5EHeRv { width:16.5rem;height:0;top:89.483642578125rem;left:1.1865234375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #SfvrJUw3ivmXG9oLwTeOcfF2Vrqdf2zS { width:20rem;height:11.04688125rem;top:6.7599830627444rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #k4RqgIHHLECl8B27VQJJk3AHNTQknxLQ { width:16.499rem;height:6.171875rem;top:85.625rem;left:1.625rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #arDvhhyundwVpgncmVI2d6seJxpPmHnd { display:block; }#arDvhhyundwVpgncmVI2d6seJxpPmHnd > .row .container { width:20rem;height:46.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kblBLmtCd55UeiS3lwPNf9ry8ePwAwVI { width:19.125rem;height:5.60449375rem;top:1.9998168945312rem;left:0.62391489744186rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IfTNFSmi7gsVyd2GTFvHOHkfFyfkeA7z { width:9.375rem;height:0.186631875rem;top:8.977867126465rem;left:0.62282985448838rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGzE7cW46wa2kQaZ6kKBVHK8hospn3oV { width:18.75rem;height:7.3095625rem;top:10.791015625rem;left:0.62500005960463rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NZqJdDkWZ5l3sittB1pZ6zZUwp6MhtuV { width:18.75rem;height:8.7715rem;top:21.357421875rem;left:0.625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iIuaogtBflanWTCA17ZUKZrlZH41MQ1u { width:15.3125rem;height:10.0215rem;top:32.95166015625rem;left:1.436767578125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#iIuaogtBflanWTCA17ZUKZrlZH41MQ1u li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/2c3fa66a-d96a-4f16-bc44-43bf3bd34e20/93.png); }
 }@media only screen and (max-width: 763px) { #giTkXHUIOqBtidOW9hi03PTMfH7OER3P { display:none; }#giTkXHUIOqBtidOW9hi03PTMfH7OER3P > .row .container { width:20rem;height:27.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DpVCiz6rMZBBgwPteS65ttJfbWvOkCpH .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DpVCiz6rMZBBgwPteS65ttJfbWvOkCpH .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#DpVCiz6rMZBBgwPteS65ttJfbWvOkCpH .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#DpVCiz6rMZBBgwPteS65ttJfbWvOkCpH { width:19rem;height:5.3125rem;display:flex;top:11rem;left:0.5rem;z-index:15000; }
 }@media only screen and (max-width: 763px) { #DpVCiz6rMZBBgwPteS65ttJfbWvOkCpH #lo2V7EqIUxu2Sdm9TTxqu4WchN4Wi5Ua { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DpVCiz6rMZBBgwPteS65ttJfbWvOkCpH #fc1U08lb1Xt5Z3acp7zTTDEF1BTrXyup {  }
 }@media only screen and (max-width: 763px) { #DpVCiz6rMZBBgwPteS65ttJfbWvOkCpH #OGgNFT58h4uepShVaC3zzsDvxh96CZbM {  }
 }@media only screen and (max-width: 763px) { #DpVCiz6rMZBBgwPteS65ttJfbWvOkCpH #edoZBZ5Tlf6O0IBH039exzaMi3TQqSoI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DpVCiz6rMZBBgwPteS65ttJfbWvOkCpH #eNpVhAaf3EA8Fyw7QBv42DeUTHbARpXg {  }
 }@media only screen and (max-width: 763px) { #DpVCiz6rMZBBgwPteS65ttJfbWvOkCpH #bZgKr0I8Kbl0tme2JQw3oZgiIHl61a3a {  }
 }@media only screen and (max-width: 763px) { #DpVCiz6rMZBBgwPteS65ttJfbWvOkCpH #BV6gmZs5f8Gg4rixmZy9glL59fBwenJS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DpVCiz6rMZBBgwPteS65ttJfbWvOkCpH #u522qdydQVDZVnqTL00C5noC89PfLkKx {  }
 }@media only screen and (max-width: 763px) { #DpVCiz6rMZBBgwPteS65ttJfbWvOkCpH #u3svr3assIGE0DPMEaG1Aug9ku6W2cid {  }
 }@media only screen and (max-width: 763px) { #DpVCiz6rMZBBgwPteS65ttJfbWvOkCpH #SuiE2TeDnAGUsfeWTT3CIhwsycvFBhAU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DpVCiz6rMZBBgwPteS65ttJfbWvOkCpH #AiEdqHzWnMDI11f1JmqPaPsDzxA2EQ7u {  }
 }@media only screen and (max-width: 763px) { #DpVCiz6rMZBBgwPteS65ttJfbWvOkCpH #XHL3Zs9ZKysTufBMHZDBH8C2KzMg7sry {  }
 }@media only screen and (max-width: 763px) { #ychCWQ3IZSW85dvLLT3PLzoxOZ6ZC5RR { width:18.75rem;height:4.3125rem;top:3.6875rem;left:0.625rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #teRRgUQzIdxL2Pk12hpsC0VGJZEVNZ1t { width:18.75rem;height:5.60449375rem;top:18.4375rem;left:0.625rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #W7kTsqQhPxvV7TlAXAuWnf8PpSoBkNxm { display:none; }#W7kTsqQhPxvV7TlAXAuWnf8PpSoBkNxm > .row .container { width:20rem;height:17.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #InX0ALPIgzZIK9yOWSOSVcEJ3ADcWNmB { width:18.75rem;height:5.60449375rem;top:2.9375rem;left:0.625rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VtSo5rmIP7IR7nti9uWxWdOm6wBxbVXS { width:9.375rem;height:0.186631875rem;top:9.7493247985837rem;left:5.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #erJSEoy5nBAvs7mAwDVgHoihsEk0FZoe { width:17.874375rem;height:4.62890625rem;top:11.873914718628rem;left:1.0611979365349rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tJcbzDCplX81AHDVqq8hqMBsJHiles5i { display:none; }#tJcbzDCplX81AHDVqq8hqMBsJHiles5i > .row .container { width:20rem;height:110.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #i5GoVRoF5JfuL62JK0Z9GWcG6H8E8J16 { width:20rem;height:20rem;top:7.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4kN3TQZvuFgyZd10SCHdwufBMW1T2XQ { width:3.8125rem;height:2.4375rem;top:26.99131902121rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AXKW8cIGtRmTT3QwB3p3offsET1Nzku0 { width:6.4375rem;height:2.599825rem;top:16.324652990326rem;left:12.998263657093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NoT5eutU6reZhhm9aD8OLi2O9cgt7nzt { width:9.5rem;height:2.599825rem;top:16.323785146698rem;left:1.4366319775581rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PBLK1MsS1JzkzySgk0fhxEn9nF6V6mu8 { width:11.749125rem;height:2.599825rem;top:24.460762023926rem;left:5.9364152550698rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TD0LlZlLiNTfhid2Ru9PLN8uOQDwLnxA { width:18.75rem;height:70.605625rem;top:34.289985656738rem;left:0.62413197755814rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }#TD0LlZlLiNTfhid2Ru9PLN8uOQDwLnxA li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/2c3fa66a-d96a-4f16-bc44-43bf3bd34e20/93.png); }
 }@media only screen and (max-width: 763px) { #p5lXmeHAZhsy8F6mPrE3bbuWvyCZ8hG6 { width:11.625rem;height:4.875rem;top:2.2992362976074rem;left:8.3125rem;font-size:1.25rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #xmCzDDDhiRPCqWDV5baQ8mNDR4sIOqee { display:none; }#xmCzDDDhiRPCqWDV5baQ8mNDR4sIOqee > .row .container { width:20rem;height:24.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #f6fABsplPfeFi9zACbGMz6T4EGB7ycVB { width:18.75rem;height:6.09375rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }#f6fABsplPfeFi9zACbGMz6T4EGB7ycVB li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/2c3fa66a-d96a-4f16-bc44-43bf3bd34e20/93.png); }
 }@media only screen and (max-width: 763px) { #tzF53WyZa0TSe3KdsNUGVAa46EFkILcq { width:18.75rem;height:0;top:8.5937099456788rem;left:0.62413197755814rem;font-size:1.0625rem;text-align:justify;text-align-last:initial;display:none; }
 }@media only screen and (max-width: 763px) { #JTLcmWSHXmQ9QOoI61wx1gsVwotbTGys { width:12.5rem;height:2.56185rem;top:19.747245788574rem;left:3.7500002980233rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDK4kGv0uZURVie9bhce363vPCsHcTUg { display:block; }
 }@media only screen and (max-width: 763px) { #TI9IEZeCUDLe3ZIXACXdkotZCpG6R8MX { width:19.375rem;height:8.2851625rem;top:9.153648376465rem;left:0.18771702051163rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #RaxPSbPbQcDGvg6eRnTTk3TXBW10ygT7 { display:block; }#RaxPSbPbQcDGvg6eRnTTk3TXBW10ygT7 > .row .container { width:20rem;height:17.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sd6pTJlicViRHHB0S2lQaC7DqLqAi93t { width:18.75rem;height:5.60449375rem;top:2.4999046325684rem;left:0.62413197755814rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yO1xFyZkwtrbPAAiv00lTLM3HCK8hsSS { width:9.375rem;height:0.1875rem;top:9.6111106872556rem;left:5.3124998211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvcAgFuCeViTTAdcmdhXvno9xQgUMMtL { width:18.75rem;height:3.0859375rem;top:11.486110687256rem;left:0.62413197755814rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X3N8xflovK1pq0vCZXlzrdVB5veQafk6 { display:none; }#X3N8xflovK1pq0vCZXlzrdVB5veQafk6 > .row .container { width:20rem;height:94.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oAC6SnTQeJBGhVRbw7PT7TKTKwNU0IeJ { width:20rem;height:20rem;top:71.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGpLIVPZ11MrvGyEK2nSprAECKDh6zki { width:18.75rem;height:64.769375rem;top:0rem;left:0.62413197755814rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }#gGpLIVPZ11MrvGyEK2nSprAECKDh6zki li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/2c3fa66a-d96a-4f16-bc44-43bf3bd34e20/93.png); }
 }@media only screen and (max-width: 763px) { #O8SSwT10si7E7zm8Fi2C2thE66B05wkn { width:3.6875rem;height:2.4375rem;top:89rem;left:0.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #NuafDpbpJBTEN5yF5S5gqP6bsCP71aFg { width:6.75rem;height:4.142575rem;top:68.125rem;left:10.4375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tpb179sDX3WJXDS3pucu6EX5q1Tn5mQz { width:10.0625rem;height:2.4375rem;top:74.1875rem;left:1.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zaBa4xxHQwJtO0mAyk4xZ9KS136rTDqt { width:6.624375rem;height:3.65625rem;top:90.125rem;left:4.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zbbNVnXRUPRqu7u4s6QN6LPLIZ2a1No3 { width:7.5625rem;height:3.65625rem;top:89.5625rem;left:13.0625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #INtrBst0UCQsKpOWa0rE3ERLnAU29PQg { width:7.125rem;height:3.65625rem;top:80.1875rem;left:12.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uMTcq7BrGAQun2O5IVZS9ylvmdvBeS6V { display:block; }#uMTcq7BrGAQun2O5IVZS9ylvmdvBeS6V > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Imc0Evx2vOSdr4ikwC0HNAIdfUvsJ4rg { width:12.5rem;height:2.5625rem;top:2.6875rem;left:3.7499998211861rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cq5f9tNQkocFKvtesOIA7wMl0uzX9Z2X { display:block; }
 }@media only screen and (max-width: 763px) { #AHqTvxEfQsyDMPwarMxnhPZ5x3mA3fux { background-color:#d1d0ce;background-image:url("https://images.assets-landingi.com/uc/ef2fade4-4834-44fd-984b-170127cd12f3/kodstylu_107BWobcite.JPG");background-position:center left !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; }#AHqTvxEfQsyDMPwarMxnhPZ5x3mA3fux.adaptive-delivery-prevent-bg, #AHqTvxEfQsyDMPwarMxnhPZ5x3mA3fux.lazyload, #AHqTvxEfQsyDMPwarMxnhPZ5x3mA3fux.lazyloading { background-image: none; }#AHqTvxEfQsyDMPwarMxnhPZ5x3mA3fux > .row .container { background-color: transparent; background-image: none; }#AHqTvxEfQsyDMPwarMxnhPZ5x3mA3fux::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AHqTvxEfQsyDMPwarMxnhPZ5x3mA3fux > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AHqTvxEfQsyDMPwarMxnhPZ5x3mA3fux > .row .container > .video-iframe-container { display: none; }#AHqTvxEfQsyDMPwarMxnhPZ5x3mA3fux > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AHqTvxEfQsyDMPwarMxnhPZ5x3mA3fux > .row > .video-iframe-container { display: none; }#AHqTvxEfQsyDMPwarMxnhPZ5x3mA3fux > .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); }#AHqTvxEfQsyDMPwarMxnhPZ5x3mA3fux > .row .container { border-width: 0; border-radius: 0; }#AHqTvxEfQsyDMPwarMxnhPZ5x3mA3fux > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AHqTvxEfQsyDMPwarMxnhPZ5x3mA3fux > .row .container { width:20rem;height:83.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EN7rbTZTMwsf7TibiyeZPv1CyEyscD2a { width:18.75rem;height:1.8684875rem;top:1.375rem;left:0.62413197755814rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uv29nxIDtrNNa5h6fTWbTtKxGl89VM7c { width:9.375rem;height:0.1875rem;top:4.3125rem;left:0.62413197755814rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExXtJk8WnEw0hQaRZuEm0ZCdyAhTFisw { width:18.75rem;height:0;top:6.5737857818606rem;left:0.62413197755814rem;font-size:1.0625rem;text-align:justify;text-align-last:initial;display:none; }
 }@media only screen and (max-width: 763px) { #itzvQZyUyfCBCMEqa0EqX6op2roC9XxZ { width:18.75rem;height:40.0449125rem;top:27.47314453125rem;left:0.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #K5QgtO1I1VzoCRTnLHkwnliuOUTitQld { width:18.75rem;height:19.33205rem;top:5.947265625rem;left:0.62500005960463rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #SIAfJXGgvZt2xoTCt7cxMqqsxzlduE6E { width:11.624375rem;height:17.6248125rem;top:65.811634063719rem;left:3.5601132512093rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsWp7iSgTIzwahL4MmK4q7lo1o8o3WtI { display:none; }#vsWp7iSgTIzwahL4MmK4q7lo1o8o3WtI > .row .container { width:20rem;height:18.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #amTmOXEaTn6JCSnUTuylSp09IV7nztMc { width:18.75rem;height:5.6066875rem;top:4.875rem;left:0.625rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #By7yDT8pzCzTlDg5FX8LVcwiqmE2nPGV { width:9.375rem;height:0.1875rem;top:13.75rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #crypkT9NyQALzx2JregJWiow8ZWugGCo { width:20rem;height:2.5172315944603rem;top:15.186631875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlygbz1PeurG7bTTEMnFTBJv6JRkoNgs { display:none; }#dlygbz1PeurG7bTTEMnFTBJv6JRkoNgs > .row .container { width:20rem;height:106.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xERQ3JV0ukza1xwFi4GIZLe6GiV6MRWM { width:20rem;height:3.7275985663083rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kmh8kk69VzByKOo5NMun4D8ttPL2Ee9L { width:18.75rem;height:18.183625rem;top:4.3488483428955rem;left:0.62500005960463rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vIw6B5LXxuRBwG8GB5cKuaUnkGrdVnAN { width:20rem;height:3.6117381489842rem;top:35.66055625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #abU8OzFDTdyLHk5BFQLTgvehZx5HL1xR { width:18.75rem;height:11.0449375rem;top:30.375rem;left:0.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GngA3AhfLkhLJGaDs3mLpeFbhSMUTvex { width:20rem;height:3.7583892617449rem;top:19.17099375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QGuCJnJJViRDZzzAcuW9dLoKG3TX12a3 { width:18.75rem;height:22.089875rem;top:48.4375rem;left:0.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FXNZsdMuAHcZPDN83aTLTbzINNThQ9hh { width:20rem;height:3.8002436053593rem;top:60.77516875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QnnpqHmud7WMy9JUEZII3tTHddX2RtHh { width:18.75rem;height:0;top:79.4375rem;left:0.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #AG4N2a2dlBEGw4w9Jshyi0TXIRGcVVyq { width:12.5rem;height:2.56185rem;top:98.694664001462rem;left:3.7500000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkuQ1pRliUanGBFWAsrXaPAELbPsq8zu { display:block; }
 }@media only screen and (max-width: 763px) { #uOXuEKHMf0r40XSaC7gm4uyJTOJfwtQL { top:1.3595581054688rem;left:0rem;width:20rem;height:23.1875rem;z-index:14999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0rem 0rem 0.3125rem rgba(0,0,0,0.5) ;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDZzLCkO5QoMOsCgx3o2hgw8TPhf0Hcd { top:24rem;left:0rem;width:20rem;height:12.5rem;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0rem 0rem 0.3125rem rgba(0,0,0,0.5) ;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HmpLoZ1E4qtx9vXWLBTZIXmg3IU4NCy3 { top:26.875rem;left:0rem;width:20rem;height:16.3125rem;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0rem 0rem 0.3125rem rgba(0,0,0,0.5) ;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUFS4sniAP4GJqJ3V2HF4rq9xhvD4E8v { top:45.5rem;left:0rem;width:20rem;height:26.8125rem;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0rem 0rem 0.3125rem rgba(0,0,0,0.5) ;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCcnenHWcdeNXrInLxLOPPNHRB878f3N { top:75rem;left:0rem;width:20rem;height:20.375rem;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0rem 0rem 0.3125rem rgba(0,0,0,0.5) ;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6yNLHVqDiT5GNWtpU82dtXT11a2cPwt { top:83.3125rem;left:0rem;width:20rem;height:11.25rem;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0rem 0rem 0.3125rem rgba(0,0,0,0.5) ;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #K75ILWEshTHz1LfBfG2TtR4gLog5zVsR { width:12.9373125rem;height:1.3rem;top:2.1929388046264rem;left:3.5308161377907rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WpuHU1k9DTW1e8XOXec6KLFDTbNlsdbQ { width:12.9373125rem;height:1.3rem;top:27.875rem;left:4.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pcfDlwzy0xcVuBBBeMRbDUdZkscekDhb { width:12.9373125rem;height:1.3rem;top:46.25rem;left:4.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VFbdFa6x3038B6FuZAleuFaI83gPDG1b { width:12.9373125rem;height:1.3rem;top:76.1875rem;left:3.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mxVIVKiMDXpaAxaHCJwKbfAxp1QoCPoe { width:18.75rem;height:15.6976875rem;top:16.96506690979rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JVFuLTucWKI9NPU79IqrJuCiATEecbe5 { width:8.6875rem;height:7.25rem;top:69.914283752444rem;left:11.165365073282rem;z-index:15043;display:none; }
 }@media only screen and (max-width: 763px) { #K78hbUXCDzRoW4kgENUTXSIKqVy2enXX { width:18.75rem;height:13.806125rem;top:78.286680221556rem;left:0.62500005960463rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #cWdv4ofcP0Ah4QZfAR4L7rvq8TI0Qfxv { width:20rem;height:1.86889375rem;top:102.50488515625rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FSCw8T9Z2y2cgulunnP6BK7raebspfhz { display:none; }#FSCw8T9Z2y2cgulunnP6BK7raebspfhz > .row .container { width:20rem;height:19.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NVBERk7TliA2OdIlsBo5NETLEaqwyyHu .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NVBERk7TliA2OdIlsBo5NETLEaqwyyHu .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#NVBERk7TliA2OdIlsBo5NETLEaqwyyHu .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#NVBERk7TliA2OdIlsBo5NETLEaqwyyHu { width:19rem;height:5.3125rem;display:flex;top:10.5rem;left:0.5rem;z-index:15000; }
 }@media only screen and (max-width: 763px) { #NVBERk7TliA2OdIlsBo5NETLEaqwyyHu #EKu7T63kriZGuLkp1LCT2vQG4CoeRXTO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NVBERk7TliA2OdIlsBo5NETLEaqwyyHu #CfLVsGxLEf9KalFieD54eKuCnkwQTLr0 {  }
 }@media only screen and (max-width: 763px) { #NVBERk7TliA2OdIlsBo5NETLEaqwyyHu #TDGUE18hnvsb7nGMDHT8FEOCar9EbO1U {  }
 }@media only screen and (max-width: 763px) { #NVBERk7TliA2OdIlsBo5NETLEaqwyyHu #xsIUo4N1tEHuFQeFDQehRTEAfSOdTG21 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NVBERk7TliA2OdIlsBo5NETLEaqwyyHu #DJcbAtMUrySkAUe9BSWc5ebJWfRlzG7m {  }
 }@media only screen and (max-width: 763px) { #NVBERk7TliA2OdIlsBo5NETLEaqwyyHu #ERCGL6aK3UU7A2E7ixZxtETyTTThcQ4u {  }
 }@media only screen and (max-width: 763px) { #NVBERk7TliA2OdIlsBo5NETLEaqwyyHu #G0grMAmnkchtzeL0psOEJoXi9unLQx1V { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NVBERk7TliA2OdIlsBo5NETLEaqwyyHu #IOzLTMJlfrb0N2ilSrUQoNTkFXdifncE {  }
 }@media only screen and (max-width: 763px) { #NVBERk7TliA2OdIlsBo5NETLEaqwyyHu #FeUU2pE9pJean2ppMrsiJG4od0TH2Ot8 {  }
 }@media only screen and (max-width: 763px) { #NVBERk7TliA2OdIlsBo5NETLEaqwyyHu #mdXIJOHstfeXubVE90SeERnE7CvVsGXW { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NVBERk7TliA2OdIlsBo5NETLEaqwyyHu #JSFTFBU35twOmNWxKoxPZpCEmKtb8C9E {  }
 }@media only screen and (max-width: 763px) { #NVBERk7TliA2OdIlsBo5NETLEaqwyyHu #ek3rANE7edBNAXvJbef2wNRZkxF1gNMH {  }
 }@media only screen and (max-width: 763px) { #Emww5QmC2ey6KAbp5wo8OeyiyiM5ETTt { width:18.75rem;height:5.60416875rem;top:2.6874523162842rem;left:0.62413197755814rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Om8mxi1ql7Qw2itgyz4Lt6Uep3BSaJRd { display:block; }#Om8mxi1ql7Qw2itgyz4Lt6Uep3BSaJRd > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C2ZIEUikrr9y0Hii5gbm9UvnWg4VF3eo { top:4.3368072509766rem;left:3.7187498211861rem;width:12.5625rem;height:12.5625rem;z-index:15039;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #meZveKJF7iVOKst2MxTQKenPLkTMOxCP { display:block; }#meZveKJF7iVOKst2MxTQKenPLkTMOxCP > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fCNHbPW7L5tflXTLqtilNzClch2kRoZV { width:18.75rem;height:1.5625rem;top:3.125rem;left:0.62413197755814rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zovZkCKDshMn3BXOlhKP8gFuN3sCfVqv { width:9.375rem;height:0.1875rem;top:5.5000810623169rem;left:0.62413197755814rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3DHXfGXzIKqTysXyIHzoaw5RVctdPhK { display:block; }#G3DHXfGXzIKqTysXyIHzoaw5RVctdPhK > .row .container { width:20rem;height:44.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CFEAyRakwh19KXc2Gwa4QwzT0ORLzPhT { width:17.5rem;height:4.14258125rem;top:1.5rem;left:2.4991319775581rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8K1A1qHSkVlK3ClRTs7wOT5tkmpi2c7 { width:16.4375rem;height:15.1894375rem;top:13.512369632721rem;left:2.4989150166511rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDOv3WovJa15TKDZHaWxJgJn2JNwQmyS { width:17.5rem;height:11.04684375rem;top:31.124134540558rem;left:2.4989150166511rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcGzvAB5xNflk4Fp27FT00NTmdKgJ3fv { width:1.875rem;height:1.875rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXdvsIoSqxhpB3kkGpUmDgRFFh34g9Al { width:1.875rem;height:1.875rem;top:13.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEBaWRsL9A79rVcAaa8evwJgqpR0mAXv { width:1.875rem;height:1.875rem;top:7.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaay76oaPxF53comHnnThVn519gLWtl1 { width:16.624375rem;height:4.14258125rem;top:7.5000004768369rem;left:2.4989150166511rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Juc4o00k6VI7Hah7lQGfdSUQ30NmFvb3 { width:1.875rem;height:1.875rem;top:31.124134540558rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEEWWFMCcLZxwFHi7hZd3Ra0ors2a8gV { display:block; }#HEEWWFMCcLZxwFHi7hZd3Ra0ors2a8gV > .row .container { width:20rem;height:47.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U3QZzQ8kWv8oZwiO6xvUMmdPitPooMTG { width:17.5rem;height:16.5703125rem;top:1.5rem;left:2.4991319775581rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0VOg6u7zGZhLyOFKWgNIyuOFA13hhcC { width:16.6875rem;height:13.80859375rem;top:19.75rem;left:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAUxLmsMadO6AWAzAcyqqFpKv0qvFKCZ { width:17.5rem;height:11.046875rem;top:35.125rem;left:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPaOAw6FSi85rKpufm8ZJUEAWuWvzisT { width:1.875rem;height:1.875rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2UpvS1VxrDuED5FQi0fxpqAMZPVbHQB { width:1.875rem;height:1.875rem;top:35.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJxTAmqgc39xouDyGyDNRSmDRn86sXiJ { width:1.875rem;height:1.875rem;top:19.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgNMA0pwDHPSwdJRCKtipmMC8BclApdf { display:block; }#AgNMA0pwDHPSwdJRCKtipmMC8BclApdf > .row .container { width:20rem;height:56.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iQT1AF4kRUTGBaewfrTD5E3C9gldGd19 { width:17.5rem;height:20.712875rem;top:1.5rem;left:2.4991319775581rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcTyXcppT3TZWlHHs5R1lPLS7zrDnkfk { width:16.6875rem;height:12.42775rem;top:22.75rem;left:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEa5eiXQASDA6iOM3ZuJucB1b8vqatpT { width:17.5rem;height:19.3320125rem;top:37rem;left:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKCHcqZL42dy0buCd4Psr0xkJfP80Cm0 { width:1.875rem;height:1.875rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeyMupLALOBcqly9xTCxupJU8FomtvAs { width:1.875rem;height:1.875rem;top:37rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #etQKh9JLP1nDTsMBUZnduKX9GJeHpNDH { width:1.875rem;height:1.875rem;top:22.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBh6WDzmmNbM4wLKQxtC2CrFNCgCvlu5 { display:block; }#PBh6WDzmmNbM4wLKQxtC2CrFNCgCvlu5 > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a36JtLrwhuAEUOegJ42k06rKIl86b5ni { width:12.5rem;height:2.5625rem;top:4.05859375rem;left:3.7499998807907rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ec3e8VEIbeDB82kcJNE514oTQ8lTOvwu { display:block; }
 }@media only screen and (max-width: 763px) { #JnrK5aMF7HLyJy4cuDxQtQDTB0RMdXeD { width:20rem;height:1.8684875rem;top:0.74609375rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }