.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;
}
.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-input-select option {
  color: #000;
}
.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 {
  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:#ffffff;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); }#m7DGhoT2w8DQQcN4UXgqibfFfSrGRLKi { position:relative;display:block; }#m7DGhoT2w8DQQcN4UXgqibfFfSrGRLKi { background-color: transparent; background-image: none; }#m7DGhoT2w8DQQcN4UXgqibfFfSrGRLKi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m7DGhoT2w8DQQcN4UXgqibfFfSrGRLKi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m7DGhoT2w8DQQcN4UXgqibfFfSrGRLKi > .row .container > .video-iframe-container { display: none; }#m7DGhoT2w8DQQcN4UXgqibfFfSrGRLKi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m7DGhoT2w8DQQcN4UXgqibfFfSrGRLKi > .row > .video-iframe-container { display: none; }#m7DGhoT2w8DQQcN4UXgqibfFfSrGRLKi > .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); }#m7DGhoT2w8DQQcN4UXgqibfFfSrGRLKi { border-width: 0; border-radius: 0; }#m7DGhoT2w8DQQcN4UXgqibfFfSrGRLKi > .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:5.9375rem;width:75rem;position:relative;display:block; }#azzPdDNp4psB6NgD84QPIpuoLW4CqmB0 { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3rem;width:8.4375rem;top:1.46875rem;left:27.1875rem;overflow:hidden;display:block; }
#HQcvTlfMM9TqzwSSgZ4UHu19vQwo6JUI { position:absolute;display:block;z-index:100026;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;height:3.125rem;width:0.0625rem;top:1.5625rem;left:37.3125rem;display:block; }
#yaHG0A2XRGB2tMaBvffrES0f6yoiUiJR { color:#000000;display:block;width:7.5625rem;position:absolute;font-family:"proxima nova thin medium bold";font-size:0.9375rem;font-weight:300;z-index:100016;line-height:1.3;letter-spacing:0;top:1.625rem;left:38.5rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MMX1xTkqSZl6JGy7SI0ra3ZpqgbQNhoz { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5rem;width:4.6875rem;top:2.875rem;left:40.0625rem;overflow:hidden;display:block; }
#tp5R55X9qXOLDMKCN6WRDJcTOQv3tsB2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(236,236,236,0.3);background-image:url("https://images.assets-landingi.com/uc/1b1d9c11-0b2d-41c7-be20-ffafffcdf904/Headerriver01.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#tp5R55X9qXOLDMKCN6WRDJcTOQv3tsB2.adaptive-delivery-prevent-bg, #tp5R55X9qXOLDMKCN6WRDJcTOQv3tsB2.lazyload, #tp5R55X9qXOLDMKCN6WRDJcTOQv3tsB2.lazyloading { background-image: none; }#tp5R55X9qXOLDMKCN6WRDJcTOQv3tsB2 > .row .container { background-color: transparent; background-image: none; }#tp5R55X9qXOLDMKCN6WRDJcTOQv3tsB2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tp5R55X9qXOLDMKCN6WRDJcTOQv3tsB2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tp5R55X9qXOLDMKCN6WRDJcTOQv3tsB2 > .row .container > .video-iframe-container { display: none; }#tp5R55X9qXOLDMKCN6WRDJcTOQv3tsB2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tp5R55X9qXOLDMKCN6WRDJcTOQv3tsB2 > .row > .video-iframe-container { display: none; }#tp5R55X9qXOLDMKCN6WRDJcTOQv3tsB2 > .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); }#tp5R55X9qXOLDMKCN6WRDJcTOQv3tsB2 > .row .container { border-width: 0; border-radius: 0; }#tp5R55X9qXOLDMKCN6WRDJcTOQv3tsB2 > .row .container { font-size:0.875rem;font-family:arial;height:34.3125rem;width:75rem;position:relative;display:block; }#A7ONhZ1WhtBQmNTwFg490aGQAlsEmZfb { position:absolute;display:block;z-index:100000;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;height:3rem;width:50.125rem;top:7.25rem;left:12.4375rem;display:block; }
#vh2k3DHJ8yOOGw78ztJKfXLwrB8hhl2s { color:#ffffff;display:block;width:27.375rem;position:absolute;font-family:"proxima nova thin medium bold";font-size:1.5rem;font-weight:300;z-index:100003;line-height:1.2;letter-spacing:0;top:18.82470703125rem;left:23.8125rem;height:1.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QHp0nfdmoPapQo353yQARdWy8d0aafVl { position:absolute;display:block;z-index:100004;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;height:0.125rem;width:16.625rem;top:20.875rem;left:29.1875rem;display:block; }
#neBMFO0FEQ10LXK187KEMamr5WdmgXAr { position:absolute;display:block;z-index:100005;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;height:0.125rem;width:16.625rem;top:18.375rem;left:29.1875rem;display:block; }
#t6CzPpttGvM1wymgdhOJKCyAyc6dBSmM { color:#ffffff;display:block;width:27.375rem;position:absolute;font-family:"proxima nova meli semibold";font-size:0.9375rem;font-weight:400;z-index:100004;line-height:1.2;letter-spacing:0;top:23.875rem;left:23.8125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#T88fzMSPLP2dwo33uP79KwMW2E7ItyF1 { background-color:#0b0a0a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: 0.0625rem 0.0625rem 1.875rem 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:"proxima nova meli semibold";font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.25rem;height:3.1875rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:25.8125rem;left:27.375rem;display:block; }
#yuHQU2eyCVioCfaXT3MVS9aDoFJIcT2O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#v99TBTVF2VdAshC5nIZTf3zhfeN4Cp2f { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.6875rem;width:19.4375rem;top:2.375rem;left:27.78125rem;overflow:hidden;display:block; }
#JuvkbAnbCFQJg33E0LQJ7W2c7zAZv7Hs { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.25rem;width:49.6875rem;top:6.9375rem;left:12.6875rem;overflow:hidden;display:block; }
#BLuUrFwsf0apsF2RK69n7NacEgT1ZCLz { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:46.875rem;top:12.8125rem;left:14.0625rem;overflow:hidden;display:block; }
#q2ZGzsJl9fvSAVRKs7bB2fEJnes1blIi .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; }
#q2ZGzsJl9fvSAVRKs7bB2fEJnes1blIi .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;color:#d01720;padding-top:0.724375rem;padding-right:0.645625rem;padding-bottom:0.724375rem;padding-left:0.645625rem;display:block;align-items:center;width:3.871875rem;min-width:3.871875rem;height:3.8925rem;position:relative;font-family:"proxima nova meli semibold";font-size:2.8975rem;font-weight:400;line-height:62.28px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-style:normal;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem; }
#q2ZGzsJl9fvSAVRKs7bB2fEJnes1blIi .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.4525rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.1625rem;height:1.53875rem;position:relative;font-family:"open sans";font-size:1.086875rem;font-weight:400;line-height:24.62px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#q2ZGzsJl9fvSAVRKs7bB2fEJnes1blIi { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:transparent;background-image:none;display:flex;justify-content:space-between;width:24.625rem;height:7.3325rem;padding-top:0.905625rem;padding-right:0.921875rem;padding-bottom:0.905625rem;padding-left:0.921875rem;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:25.5rem;left:24.3125rem;z-index:99999;display:none; }
#q2ZGzsJl9fvSAVRKs7bB2fEJnes1blIi #v7qGNfTOC7PZo3h4uNUIoiqJsixJtKlM { display:flex;position:relative;top:0rem;left:0rem; }
#q2ZGzsJl9fvSAVRKs7bB2fEJnes1blIi #DFsChVNkcboV25OdlgJw8TqpZx1HeOEX { width:auto; }
#q2ZGzsJl9fvSAVRKs7bB2fEJnes1blIi #vbGBsIpfyzrxdOpvPFZ9eoCDkphmWsCU {  }
#q2ZGzsJl9fvSAVRKs7bB2fEJnes1blIi #T352QGfFcOKyPz8Ab8JinTiXRkRXg04V { display:flex;position:relative;top:0rem;left:0rem; }
#q2ZGzsJl9fvSAVRKs7bB2fEJnes1blIi #aUSKOeLiTVEbmlp9TBy4csgcT0VO71fe {  }
#q2ZGzsJl9fvSAVRKs7bB2fEJnes1blIi #OpFI8H4edoicyvVdFgS4MTDRrWt6HqqP {  }
#q2ZGzsJl9fvSAVRKs7bB2fEJnes1blIi #HpvfGpXfhUMzWOpPox7lbwfVlmh8ua4M { display:flex;position:relative;top:0rem;left:0rem; }
#q2ZGzsJl9fvSAVRKs7bB2fEJnes1blIi #XuKKHsgznHeuP7TJ4DqfUKaWugSJyyUQ {  }
#q2ZGzsJl9fvSAVRKs7bB2fEJnes1blIi #f4Zyvpiey2VDwkGuB4IxSvrtPkhK2zKI {  }
#q2ZGzsJl9fvSAVRKs7bB2fEJnes1blIi #xxAZ9P9uQMX1xLdZ83sIa9SOzzADPAJH { display:flex;position:relative;top:0rem;left:0rem; }
#q2ZGzsJl9fvSAVRKs7bB2fEJnes1blIi #UKyfNtMosHc6hfAl1Vu5IE9nqSAziV9B {  }
#q2ZGzsJl9fvSAVRKs7bB2fEJnes1blIi #GM4luT9KPAgsHuHugAv94v3OnkGdRRq6 {  }
#noWfxigyURG4LGPCqXn0RGQwub8AOTtU { color:#000000;display:block;width:7.4375rem;position:absolute;font-family:"proxima nova meli semibold";font-size:0.8125rem;font-weight:400;z-index:100005;line-height:1.2;letter-spacing:0;top:30.4375rem;left:24.0625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#g2h28TRTZxwBqHtO0mtvMVbJTZi1ZoZp { color:#000000;display:block;width:7.4375rem;position:absolute;font-family:"proxima nova meli semibold";font-size:0.8125rem;font-weight:400;z-index:100006;line-height:1.2;letter-spacing:0;top:30.4375rem;left:30.6875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#wkFrB6VpMNqB7ALwedylMd7rsw49zTiT { color:#000000;display:block;width:7.4375rem;position:absolute;font-family:"proxima nova meli semibold";font-size:0.8125rem;font-weight:400;z-index:100007;line-height:1.2;letter-spacing:0;top:30.4375rem;left:37.1875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#HwMmgtO9uC0Q4MlIISJnPc6q65ImQU4l { color:#000000;display:block;width:7.4375rem;position:absolute;font-family:"proxima nova meli semibold";font-size:0.8125rem;font-weight:400;z-index:100008;line-height:1.2;letter-spacing:0;top:30.4375rem;left:43.5rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#iVTRhVqM57K4BCS8OCwA4RHJRi3Ra7xH { color:#000000;display:block;width:7.4375rem;position:absolute;font-family:"proxima nova meli semibold";font-size:0.8125rem;font-weight:400;z-index:100005;line-height:1.2;letter-spacing:0;top:30.4375rem;left:24.0625rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#IRnEiCqVpVRvemARMPWpN6tNKe7xhI6w { color:#000000;display:block;width:7.4375rem;position:absolute;font-family:"proxima nova meli semibold";font-size:0.8125rem;font-weight:400;z-index:100006;line-height:1.2;letter-spacing:0;top:30.4375rem;left:30.6875rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#nH00lFiJ33JkyRvbXpeZ7t2eIDE9XJ2s { color:#000000;display:block;width:7.4375rem;position:absolute;font-family:"proxima nova meli semibold";font-size:0.8125rem;font-weight:400;z-index:100007;line-height:1.2;letter-spacing:0;top:30.4375rem;left:37.1875rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#cQOBxUifpz4DpinrL7kQvNUibcZ8mrl9 { color:#000000;display:block;width:7.4375rem;position:absolute;font-family:"proxima nova meli semibold";font-size:0.8125rem;font-weight:400;z-index:100008;line-height:1.2;letter-spacing:0;top:30.4375rem;left:43.5rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Eacp0E3xwp6qJBBvbtQHKs6eeah56DbZ { position:relative;display:block; }#Eacp0E3xwp6qJBBvbtQHKs6eeah56DbZ { background-color: transparent; background-image: none; }#Eacp0E3xwp6qJBBvbtQHKs6eeah56DbZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Eacp0E3xwp6qJBBvbtQHKs6eeah56DbZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Eacp0E3xwp6qJBBvbtQHKs6eeah56DbZ > .row .container > .video-iframe-container { display: none; }#Eacp0E3xwp6qJBBvbtQHKs6eeah56DbZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Eacp0E3xwp6qJBBvbtQHKs6eeah56DbZ > .row > .video-iframe-container { display: none; }#Eacp0E3xwp6qJBBvbtQHKs6eeah56DbZ > .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); }#Eacp0E3xwp6qJBBvbtQHKs6eeah56DbZ { border-width: 0; border-radius: 0; }#Eacp0E3xwp6qJBBvbtQHKs6eeah56DbZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:16.125rem;width:75rem;position:relative;display:block; }#mRWdVdE1a8MOvpO6enfuetmkn7HqJbdx { color:#000000;display:block;width:64.5rem;position:absolute;font-family:"proxima nova ok";font-size:1.25rem;font-weight:400;z-index:100000;line-height:1.3;letter-spacing:0;top:2.6023445129394rem;left:5.25rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mbu88WedQ2SNKedvs0qGZQZEFdpCnicO { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.0625rem;width:2.8125rem;top:11.375rem;left:21rem;overflow:hidden;display:block; }
#VeEhnih8ZpnPytSoCiRG2hIVTUHSJlDz { color:#000000;display:block;width:15.625rem;position:absolute;font-family:"proxima nova meli semibold";font-size:1.3125rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:11.75rem;left:23.875rem;height:1.70605625rem;text-align:left;text-align-last:left;display:block; }
#wszF92k2uWGv7xL2LfedKN3aWmfM1n0B { color:#000000;display:block;width:15.625rem;position:absolute;font-family:"proxima nova meli semibold";font-size:1.3125rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:11.75rem;left:40.9375rem;height:1.70605625rem;text-align:left;text-align-last:left;display:block; }
#Xv80ypXmhEB4QGXhNB72hOgX4y9QEMNw { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.625rem;width:2.0625rem;top:11.6875rem;left:38.5rem;overflow:hidden;display:block; }
#dV43kO86hfzzN7Wwr35fpa5P6Rns9oLA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:none; }#dV43kO86hfzzN7Wwr35fpa5P6Rns9oLA > .row .container { border-width: 0; border-radius: 0; }#dV43kO86hfzzN7Wwr35fpa5P6Rns9oLA > .row .container { font-size:0.875rem;font-family:arial;height:0.125rem;width:75rem;position:relative;display:none; }#rLXTIyCWXUrFD4KlwH9kG8hHHGcwdFo5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/_JBKdviweXI/unsplash/shapelined-_JBKdviweXI-photo-1454117096348-e4abbeba002c.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:none; }#rLXTIyCWXUrFD4KlwH9kG8hHHGcwdFo5.adaptive-delivery-prevent-bg, #rLXTIyCWXUrFD4KlwH9kG8hHHGcwdFo5.lazyload, #rLXTIyCWXUrFD4KlwH9kG8hHHGcwdFo5.lazyloading { background-image: none; }#rLXTIyCWXUrFD4KlwH9kG8hHHGcwdFo5 > .row .container { border-width: 0; border-radius: 0; }#rLXTIyCWXUrFD4KlwH9kG8hHHGcwdFo5 > .row .container { font-size:0.875rem;font-family:arial;height:51.375rem;width:75rem;position:relative;display:none; }#NTXTIrGRMLsvu2rlnvtERtyByLfmyikC { position:absolute;display:block;z-index:100012;background-color:#d01720;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;height:0.0625rem;width:58.875rem;top:17rem;left:8.0625rem;display:block; }
#TvcsKFQ6XT9qg7wv911mUgtbxMZE7Q8E { position:absolute;display:block;z-index:100014;background-color:#d01720;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;height:0.0625rem;width:58.875rem;top:20rem;left:8.0625rem;display:block; }
#EbMSEk7DUw2Dx309txGw87nfLF5IxCz6 { position:absolute;display:block;z-index:100016;background-color:#d01720;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;height:0.0625rem;width:58.875rem;top:23.1875rem;left:8.0625rem;display:block; }
#gTGLggBuNXVoJgTQOVnZHwlp0pB4csVt { position:absolute;display:block;z-index:100018;background-color:#d01720;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;height:0.0625rem;width:58.875rem;top:26.25rem;left:8.0625rem;display:block; }
#K3t56SovHcJc2MAp8Dm9fzPKcX2GIxmt { position:absolute;display:block;z-index:100020;background-color:#d01720;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;height:0.0625rem;width:58.875rem;top:32.6875rem;left:8.0625rem;display:block; }
#eCakh0g4VhdErahbd0d0NxTm7d5lkurD { position:absolute;display:block;z-index:100022;background-color:#d01720;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;height:0.0625rem;width:58.875rem;top:35.9375rem;left:8.0625rem;display:block; }
#ENpAnWhi6yzxo4SHS5tarXrCpyd6q4fV { position:absolute;display:block;z-index:100024;background-color:#d01720;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;height:0.0625rem;width:58.875rem;top:39.0625rem;left:8.0625rem;display:block; }
#wxtsIBsJO0JXeDxK8lmTVzlfgGhmvCnW { color:#000000;display:block;width:14.875rem;position:absolute;font-family:"montserrat semi bold";font-size:2.1875rem;font-weight:400;z-index:100031;line-height:1.3;letter-spacing:0;top:4.9375rem;left:8rem;height:2.84375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CSN9KeoWrULHk5iTAoUfEFR55Nk95TOH { position:absolute;display:block;z-index:99999;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(139,139,139,0.5) ;height:40.9375rem;width:67.8125rem;top:2.78125rem;left:3.59375rem;display:block; }
#nCu6rzwk0HXono6qEIzIPdEO7PzbUIa8 { position:absolute;display:block;z-index:100014;background-color:#d01720;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;height:0.0625rem;width:58.875rem;top:14rem;left:8.0625rem;display:block; }
#O4OC1fNkfdRUXeL2GixGfz62BhyufpEX { color:#000000;display:block;width:42.1875rem;position:absolute;font-family:"montserrat medium";font-size:1.5rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:8.4375rem;left:8.0625rem;height:1.94970625rem;text-align:left;text-align-last:left;display:block; }
#dC0qnxNsOrAHenpvrefAimAsPedaQlcl { color:#000000;display:block;width:25.5625rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:normal;z-index:100041;line-height:1.3;letter-spacing:0;top:14.6875rem;left:8.0625rem;height:1.70605625rem;display:block; }
#yKJWvb9mRvNMHRHTnEvt2NB9UT5BgNOu { color:#000000;display:block;width:25.5625rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:normal;z-index:100042;line-height:1.3;letter-spacing:0;top:11.75rem;left:8.0625rem;height:1.70605625rem;display:block; }
#iJVDJCDiNBRKt4C920nHqa8ghNq0g3XL { color:#000000;display:block;width:58.375rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:normal;z-index:100042;line-height:1.3;letter-spacing:0;top:17.6875rem;left:8.0625rem;height:1.70605625rem;display:block; }
#KDc2OZ0dafC3M2fFSQlbTAuOICzpJMw4 { color:#000000;display:block;width:58.375rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:normal;z-index:100043;line-height:1.3;letter-spacing:0;top:20.78125rem;left:8.0625rem;height:1.70605625rem;display:block; }
#ToRPTiyIuXk82K1dFztT55bIWkFgArBn { color:#000000;display:block;width:58.375rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:normal;z-index:100044;line-height:1.3;letter-spacing:0;top:23.84375rem;left:8.0625rem;height:1.70605625rem;display:block; }
#k7Dr9HBuTz3XHzURgJQ6r4JQ1s7FhSk2 { color:#000000;display:block;width:58.375rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:normal;z-index:100045;line-height:1.3;letter-spacing:0;top:30.21875rem;left:8.0625rem;height:1.70605625rem;display:block; }
#IRxud55JMzHCyDhIXReLoMBb4TJwywBh { color:#000000;display:block;width:58.375rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:normal;z-index:100046;line-height:1.3;letter-spacing:0;top:33.46875rem;left:8.0625rem;height:1.70605625rem;display:block; }
#eJvkpWA773HXqorAgcCwT0dFFdRwUvoa { color:#000000;display:block;width:58.375rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:normal;z-index:100047;line-height:1.3;letter-spacing:0;top:36.71875rem;left:8.0625rem;height:1.70605625rem;display:block; }
#Tn3svPa4P2x8oOcS8WNVkFg7i3up3XM5 { color:#000000;display:block;width:58.375rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:normal;z-index:100048;line-height:1.3;letter-spacing:0;top:39.84375rem;left:8.0625rem;height:1.70605625rem;display:block; }
#nQUFao5TybJhry2Q7RzPTr64yOcQ7BZg { color:#000000;display:block;width:58.375rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:normal;z-index:100046;line-height:1.3;letter-spacing:0;top:27rem;left:8.0625rem;height:1.70605625rem;display:block; }
#hmZIhCyzJmfNCsqUVivMQAdXRIic7Eqf { position:absolute;display:block;z-index:100020;background-color:#d01720;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;height:0.0625rem;width:58.875rem;top:29.375rem;left:8.0625rem;display:block; }
#Ib2x1BZ6zQxzRXrI4f2zFMGvukRHCFvc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#Ib2x1BZ6zQxzRXrI4f2zFMGvukRHCFvc > .row .container { background-color: transparent; background-image: none; }#Ib2x1BZ6zQxzRXrI4f2zFMGvukRHCFvc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ib2x1BZ6zQxzRXrI4f2zFMGvukRHCFvc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ib2x1BZ6zQxzRXrI4f2zFMGvukRHCFvc > .row .container > .video-iframe-container { display: none; }#Ib2x1BZ6zQxzRXrI4f2zFMGvukRHCFvc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ib2x1BZ6zQxzRXrI4f2zFMGvukRHCFvc > .row > .video-iframe-container { display: none; }#Ib2x1BZ6zQxzRXrI4f2zFMGvukRHCFvc > .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); }#Ib2x1BZ6zQxzRXrI4f2zFMGvukRHCFvc > .row .container { border-width: 0; border-radius: 0; }#Ib2x1BZ6zQxzRXrI4f2zFMGvukRHCFvc > .row .container { font-size:0.875rem;font-family:arial;height:0.125rem;width:75rem;position:relative;display:block; }#TibAE8QQ2MnGXuWhwbUeCWKsxlhLmrfI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/_JBKdviweXI/unsplash/shapelined-_JBKdviweXI-photo-1454117096348-e4abbeba002c.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#TibAE8QQ2MnGXuWhwbUeCWKsxlhLmrfI.adaptive-delivery-prevent-bg, #TibAE8QQ2MnGXuWhwbUeCWKsxlhLmrfI.lazyload, #TibAE8QQ2MnGXuWhwbUeCWKsxlhLmrfI.lazyloading { background-image: none; }#TibAE8QQ2MnGXuWhwbUeCWKsxlhLmrfI > .row .container { background-color: transparent; background-image: none; }#TibAE8QQ2MnGXuWhwbUeCWKsxlhLmrfI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.74); }#TibAE8QQ2MnGXuWhwbUeCWKsxlhLmrfI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TibAE8QQ2MnGXuWhwbUeCWKsxlhLmrfI > .row .container > .video-iframe-container { display: none; }#TibAE8QQ2MnGXuWhwbUeCWKsxlhLmrfI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.74); }#TibAE8QQ2MnGXuWhwbUeCWKsxlhLmrfI > .row > .video-iframe-container { display: none; }#TibAE8QQ2MnGXuWhwbUeCWKsxlhLmrfI > .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); }#TibAE8QQ2MnGXuWhwbUeCWKsxlhLmrfI > .row .container { border-width: 0; border-radius: 0; }#TibAE8QQ2MnGXuWhwbUeCWKsxlhLmrfI > .row .container { font-size:0.875rem;font-family:arial;height:29rem;width:75rem;position:relative;display:block; }#IL2Ze1Q71JIzQ4oA6puWg7ZhneXLyuoz { position:absolute;display:block;z-index:100012;background-color:#d01720;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;height:0.0625rem;width:58.875rem;top:17rem;left:8.0625rem;display:block; }
#WZU4Fz9sSu6mIhdCkRIn5O8drPIB9pv7 { position:absolute;display:block;z-index:100014;background-color:#d01720;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;height:0.0625rem;width:58.875rem;top:20rem;left:8.0625rem;display:block; }
#s2MGrUcsAkvR4ifL7GbyIPAIPKgetUEV { color:#000000;display:block;width:14.875rem;position:absolute;font-family:"montserrat semi bold";font-size:2.1875rem;font-weight:400;z-index:100031;line-height:1.3;letter-spacing:0;top:4.9375rem;left:8rem;height:2.84375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wpGex1qZ6bZTa32m0n262Zx5xIt4ZCwy { position:absolute;display:block;z-index:99999;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(139,139,139,0.5) ;height:22.9375rem;width:67.8125rem;top:2.78125rem;left:3.59375rem;display:block; }
#CcHxLeAuMAR89N5TJNOkxRwHDcytS9zE { position:absolute;display:block;z-index:100014;background-color:#d01720;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;height:0.0625rem;width:58.875rem;top:14rem;left:8.0625rem;display:block; }
#mASNE51h5NhTDTdpfBGHnLdKfs0vSlc9 { color:#000000;display:block;width:42.1875rem;position:absolute;font-family:"montserrat medium";font-size:1.5rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:8.4375rem;left:8.0625rem;height:1.95rem;text-align:left;text-align-last:left;display:block; }
#FdX787zhp9faHdK6vubvo88IhimfCSA0 { color:#000000;display:block;width:25.5625rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:normal;z-index:100041;line-height:1.3;letter-spacing:0;top:14.6875rem;left:8.0625rem;height:1.70605625rem;display:block; }
#JtqI22xJRGqNCa5MchOiIJsA2kUF4Vmd { color:#000000;display:block;width:25.5625rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:normal;z-index:100042;line-height:1.3;letter-spacing:0;top:11.75rem;left:8.0625rem;height:1.70605625rem;display:block; }
#xmqcLRuyfO3u7OpBdEqFhmiDS9rUxNyQ { color:#000000;display:block;width:49.25rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:normal;z-index:100042;line-height:1.3;letter-spacing:0;top:17.6875rem;left:13.25rem;height:1.70605625rem;display:block; }
#F5PEOcomV4dSDzeLlvR6lCPVTBShGxgJ { color:#000000;display:block;width:58.375rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:normal;z-index:100043;line-height:1.3;letter-spacing:0;top:20.78125rem;left:8.0625rem;height:1.70605625rem;display:block; }
#Nc8drXbfy7IbOipmS3hKLyy94SQsZWlZ { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5rem;width:4.6875rem;top:17.79052734375rem;left:8.25rem;overflow:hidden;display:block; }
#oUsGiniEhEXVCbL4s5IzDRrTFa2QyLKc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#oUsGiniEhEXVCbL4s5IzDRrTFa2QyLKc > .row .container { background-color: transparent; background-image: none; }#oUsGiniEhEXVCbL4s5IzDRrTFa2QyLKc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oUsGiniEhEXVCbL4s5IzDRrTFa2QyLKc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oUsGiniEhEXVCbL4s5IzDRrTFa2QyLKc > .row .container > .video-iframe-container { display: none; }#oUsGiniEhEXVCbL4s5IzDRrTFa2QyLKc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oUsGiniEhEXVCbL4s5IzDRrTFa2QyLKc > .row > .video-iframe-container { display: none; }#oUsGiniEhEXVCbL4s5IzDRrTFa2QyLKc > .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); }#oUsGiniEhEXVCbL4s5IzDRrTFa2QyLKc > .row .container { border-width: 0; border-radius: 0; }#oUsGiniEhEXVCbL4s5IzDRrTFa2QyLKc > .row .container { font-size:0.875rem;font-family:arial;height:0.125rem;width:75rem;position:relative;display:block; }#eS1vL89r0AvvVbiFJsPpSgKApza5U6fn { position:relative;display:block; }#eS1vL89r0AvvVbiFJsPpSgKApza5U6fn { background-color: transparent; background-image: none; }#eS1vL89r0AvvVbiFJsPpSgKApza5U6fn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eS1vL89r0AvvVbiFJsPpSgKApza5U6fn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eS1vL89r0AvvVbiFJsPpSgKApza5U6fn > .row .container > .video-iframe-container { display: none; }#eS1vL89r0AvvVbiFJsPpSgKApza5U6fn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eS1vL89r0AvvVbiFJsPpSgKApza5U6fn > .row > .video-iframe-container { display: none; }#eS1vL89r0AvvVbiFJsPpSgKApza5U6fn > .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); }#eS1vL89r0AvvVbiFJsPpSgKApza5U6fn { border-width: 0; border-radius: 0; }#eS1vL89r0AvvVbiFJsPpSgKApza5U6fn > .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:42.4375rem;width:75rem;position:relative;display:block; }#VWOxg1OEJizTq7UA15SNQOWTIgWorW6x { color:#000000;display:block;width:14.875rem;position:absolute;font-family:"proxima nova meli semibold";font-size:2.1875rem;font-weight:400;z-index:100032;line-height:1.3;letter-spacing:0;top:1.875rem;left:30.0625rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xbcOR76rRflh9fSX4OTnIr2xctkD7OCD { position:absolute;display:block;z-index:100034;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.9375rem;width:6.5rem;top:22rem;left:1.625rem;overflow:hidden;display:block; }
#NhrkWvpA6nqrFAxdPIR5JJfOCaDn6zX9 { position:absolute;display:block;z-index:99997;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;height:31.25rem;width:8.375rem;top:7.375rem;left:0.6875rem;display:block; }
#xmg1sRqm3a2TLmPhUJyVExNTxKlLboJe { position:absolute;display:block;z-index:100035;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.9375rem;width:6.5rem;top:22.0625rem;left:66.8125rem;overflow:hidden;display:block; }
#H7g5UiePhB6HBbX7gBL0LWffnV4ur1y0 { position:absolute;display:block;z-index:99998;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;height:31.25rem;width:8.375rem;top:7.375rem;left:65.875rem;display:block; }
#Xi72z8OOnsXzCGXqB72NVLxWqegbiq4I { position:absolute;display:block;z-index:100013;height:31.25rem;width:55.4375rem;top:7.40625rem;left:9.78125rem;display:block; }
#J0mxBGLTpV27tCIvaT1d57CbrOtftoZ5 { position:relative;display:block; }#J0mxBGLTpV27tCIvaT1d57CbrOtftoZ5 { background-color: transparent; background-image: none; }#J0mxBGLTpV27tCIvaT1d57CbrOtftoZ5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J0mxBGLTpV27tCIvaT1d57CbrOtftoZ5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J0mxBGLTpV27tCIvaT1d57CbrOtftoZ5 > .row .container > .video-iframe-container { display: none; }#J0mxBGLTpV27tCIvaT1d57CbrOtftoZ5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J0mxBGLTpV27tCIvaT1d57CbrOtftoZ5 > .row > .video-iframe-container { display: none; }#J0mxBGLTpV27tCIvaT1d57CbrOtftoZ5 > .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); }#J0mxBGLTpV27tCIvaT1d57CbrOtftoZ5 { border-width: 0; border-radius: 0; }#J0mxBGLTpV27tCIvaT1d57CbrOtftoZ5 > .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:2.875rem;width:75rem;position:relative;display:block; }#QzT7IlJZqtl2FhFQiIEMDerVNOCXgIh2 { color:#000000;display:block;width:19.3125rem;position:absolute;font-family:"proxima nova meli semibold";font-size:2.1875rem;font-weight:400;z-index:100033;line-height:1.3;letter-spacing:0;top:0rem;left:27.84375rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TWahiZ1k67Tw0eTkmzJvs2hqZ91soGw4 { position:relative;display:block; }#TWahiZ1k67Tw0eTkmzJvs2hqZ91soGw4 { background-color: transparent; background-image: none; }#TWahiZ1k67Tw0eTkmzJvs2hqZ91soGw4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TWahiZ1k67Tw0eTkmzJvs2hqZ91soGw4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TWahiZ1k67Tw0eTkmzJvs2hqZ91soGw4 > .row .container > .video-iframe-container { display: none; }#TWahiZ1k67Tw0eTkmzJvs2hqZ91soGw4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TWahiZ1k67Tw0eTkmzJvs2hqZ91soGw4 > .row > .video-iframe-container { display: none; }#TWahiZ1k67Tw0eTkmzJvs2hqZ91soGw4 > .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); }#TWahiZ1k67Tw0eTkmzJvs2hqZ91soGw4 { border-width: 0; border-radius: 0; }#TWahiZ1k67Tw0eTkmzJvs2hqZ91soGw4 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:43rem;width:75rem;position:relative;display:block; }#DhdtJbBE4rzSc6rQUCXJDEh0FQ980E4S { position:absolute;display:block;z-index:100007;height:32.875rem;width:73.8125rem;top:0.625rem;left:0.59375rem;display:block; }
#x0H8mqsSoUBFaGsem1Z1FPwdhkrTOdlm { position:absolute;display:block;z-index:100000;height:11.25rem;width:20rem;display:none; }
#DRBoX41hJ5PFfdcPImygQ9t2zXq1LqJZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#DRBoX41hJ5PFfdcPImygQ9t2zXq1LqJZ > .row .container { background-color: transparent; background-image: none; }#DRBoX41hJ5PFfdcPImygQ9t2zXq1LqJZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DRBoX41hJ5PFfdcPImygQ9t2zXq1LqJZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DRBoX41hJ5PFfdcPImygQ9t2zXq1LqJZ > .row .container > .video-iframe-container { display: none; }#DRBoX41hJ5PFfdcPImygQ9t2zXq1LqJZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DRBoX41hJ5PFfdcPImygQ9t2zXq1LqJZ > .row > .video-iframe-container { display: none; }#DRBoX41hJ5PFfdcPImygQ9t2zXq1LqJZ > .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); }#DRBoX41hJ5PFfdcPImygQ9t2zXq1LqJZ > .row .container { border-width: 0; border-radius: 0; }#DRBoX41hJ5PFfdcPImygQ9t2zXq1LqJZ > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:75rem;position:relative;display:block; }#K4hpbwSdXHz3F9LfDwaZmCnHXfOI3d59 { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.6875rem;width:12.9375rem;top:0.875rem;left:29.96875rem;overflow:hidden;display:block; }
#lfR0XiM4XDcQMpeKBeSPEaosDmE7K01l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d01720;background-image:none;position:relative;display:block; }#lfR0XiM4XDcQMpeKBeSPEaosDmE7K01l > .row .container { background-color: transparent; background-image: none; }#lfR0XiM4XDcQMpeKBeSPEaosDmE7K01l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lfR0XiM4XDcQMpeKBeSPEaosDmE7K01l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lfR0XiM4XDcQMpeKBeSPEaosDmE7K01l > .row .container > .video-iframe-container { display: none; }#lfR0XiM4XDcQMpeKBeSPEaosDmE7K01l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lfR0XiM4XDcQMpeKBeSPEaosDmE7K01l > .row > .video-iframe-container { display: none; }#lfR0XiM4XDcQMpeKBeSPEaosDmE7K01l > .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); }#lfR0XiM4XDcQMpeKBeSPEaosDmE7K01l > .row .container { border-width: 0; border-radius: 0; }#lfR0XiM4XDcQMpeKBeSPEaosDmE7K01l > .row .container { font-size:0.875rem;font-family:arial;height:4.0625rem;width:75rem;position:relative;display:block; }#Txw3QeEd5toyhS7bHvLM9MuFC7Cn2a5C { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5625rem;width:10.25rem;top:1.1875rem;left:8.4375rem;overflow:hidden;display:block; }
#N1BbHNlc8mEfGaPVXalieScUhLrTs2fk { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5625rem;width:9.875rem;top:1.1875rem;left:31.5625rem;overflow:hidden;display:block; }
#XZikvVnntGltUB7n5BNbBkRCECvycIF9 { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5625rem;width:14.0625rem;top:1.1875rem;left:52.5rem;overflow:hidden;display:block; }
#ugdstUmZNoyqvQ8TgIcRWeqfcWfXwQb2 { background-color:#333333;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#ugdstUmZNoyqvQ8TgIcRWeqfcWfXwQb2 > .row .container { background-color: transparent; background-image: none; }#ugdstUmZNoyqvQ8TgIcRWeqfcWfXwQb2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ugdstUmZNoyqvQ8TgIcRWeqfcWfXwQb2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ugdstUmZNoyqvQ8TgIcRWeqfcWfXwQb2 > .row .container > .video-iframe-container { display: none; }#ugdstUmZNoyqvQ8TgIcRWeqfcWfXwQb2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ugdstUmZNoyqvQ8TgIcRWeqfcWfXwQb2 > .row > .video-iframe-container { display: none; }#ugdstUmZNoyqvQ8TgIcRWeqfcWfXwQb2 > .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); }#ugdstUmZNoyqvQ8TgIcRWeqfcWfXwQb2 > .row .container { border-width: 0; border-radius: 0; }#ugdstUmZNoyqvQ8TgIcRWeqfcWfXwQb2 > .row .container { font-size:0.875rem;font-family:arial;height:8.875rem;width:75rem;overflow:visible;position:relative;display:block; }#c4smFy4tg6kOZTAuleOwbmLH4Wt9o2vN { color:#ffffff;display:block;width:21.4375rem;position:absolute;font-family:"hsbc bien";font-size:0.8125rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:4.125rem;left:7.9375rem;height:2.1125rem;display:block; }
#wPbrr6s1TuQzH909tltCeMelQqvmfk8I { color:#000000;display:block;width:26.1875rem;position:absolute;font-family:"hsbc bien";font-size:0.75rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:7.8125rem;left:24.40625rem;height:0.975rem;display:block; }
#UcOhcVUDBlVXJkbSIA2WBHMVBcekuScd { color:#000000;display:block;width:22.875rem;position:absolute;font-family:"hsbc bien";font-size:0.8125rem;font-weight:normal;z-index:100002;line-height:1.5;letter-spacing:0;top:3.9375rem;left:44.1875rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#vHL8TMii86gDDR5RqC1QWQSVQfGLvvTK { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.625rem;width:12.5rem;top:0.9375rem;left:7.9375rem;overflow:hidden;display:block; }
#LD4ivWzwAZAJ7ua6s83UqXfdlxhtIWkF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#LD4ivWzwAZAJ7ua6s83UqXfdlxhtIWkF > .row .container { background-color: transparent; background-image: none; }#LD4ivWzwAZAJ7ua6s83UqXfdlxhtIWkF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LD4ivWzwAZAJ7ua6s83UqXfdlxhtIWkF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LD4ivWzwAZAJ7ua6s83UqXfdlxhtIWkF > .row .container > .video-iframe-container { display: none; }#LD4ivWzwAZAJ7ua6s83UqXfdlxhtIWkF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LD4ivWzwAZAJ7ua6s83UqXfdlxhtIWkF > .row > .video-iframe-container { display: none; }#LD4ivWzwAZAJ7ua6s83UqXfdlxhtIWkF > .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); }#LD4ivWzwAZAJ7ua6s83UqXfdlxhtIWkF > .row .container { border-width: 0; border-radius: 0; }#LD4ivWzwAZAJ7ua6s83UqXfdlxhtIWkF > .row .container { font-size:0.875rem;font-family:arial;height:0.125rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #m7DGhoT2w8DQQcN4UXgqibfFfSrGRLKi { display:block; }#m7DGhoT2w8DQQcN4UXgqibfFfSrGRLKi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #azzPdDNp4psB6NgD84QPIpuoLW4CqmB0 { top:1.4375rem;left:13.5625rem;width:8.4375rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQcvTlfMM9TqzwSSgZ4UHu19vQwo6JUI { top:1.5625rem;left:23.6875rem;width:0.0625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaHG0A2XRGB2tMaBvffrES0f6yoiUiJR { top:1.625rem;left:24.875rem;width:7.5625rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMX1xTkqSZl6JGy7SI0ra3ZpqgbQNhoz { top:2.875rem;left:26.4375rem;width:4.6875rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tp5R55X9qXOLDMKCN6WRDJcTOQv3tsB2 { display:block; }#tp5R55X9qXOLDMKCN6WRDJcTOQv3tsB2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A7ONhZ1WhtBQmNTwFg490aGQAlsEmZfb { top:7.25rem;left:0rem;width:47.75rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #vh2k3DHJ8yOOGw78ztJKfXLwrB8hhl2s { top:18.8125rem;left:10.1875rem;width:27.375rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHp0nfdmoPapQo353yQARdWy8d0aafVl { top:20.875rem;left:15.5625rem;width:16.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #neBMFO0FEQ10LXK187KEMamr5WdmgXAr { top:18.375rem;left:15.5625rem;width:16.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6CzPpttGvM1wymgdhOJKCyAyc6dBSmM { top:23.875rem;left:10.1875rem;width:27.375rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T88fzMSPLP2dwo33uP79KwMW2E7ItyF1 { width:20.25rem;height:3.1875rem;top:25.8125rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuHQU2eyCVioCfaXT3MVS9aDoFJIcT2O { display:block; }
 }@media only screen and (max-width: 763px) { #v99TBTVF2VdAshC5nIZTf3zhfeN4Cp2f { top:2.375rem;left:14.15625rem;width:19.4375rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuvkbAnbCFQJg33E0LQJ7W2c7zAZv7Hs { top:6.9375rem;left:0rem;width:47.75rem;height:4.0842767295597rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLuUrFwsf0apsF2RK69n7NacEgT1ZCLz { top:12.8125rem;left:0.4375rem;width:46.875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2ZGzsJl9fvSAVRKs7bB2fEJnes1blIi .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#q2ZGzsJl9fvSAVRKs7bB2fEJnes1blIi .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; }
#q2ZGzsJl9fvSAVRKs7bB2fEJnes1blIi .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; }
#q2ZGzsJl9fvSAVRKs7bB2fEJnes1blIi { display:flex;width:18rem;height:5.0625rem;top:23.8125rem;left:13.046875rem; }
 }@media only screen and (max-width: 763px) { #q2ZGzsJl9fvSAVRKs7bB2fEJnes1blIi #v7qGNfTOC7PZo3h4uNUIoiqJsixJtKlM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #q2ZGzsJl9fvSAVRKs7bB2fEJnes1blIi #DFsChVNkcboV25OdlgJw8TqpZx1HeOEX {  }
 }@media only screen and (max-width: 763px) { #q2ZGzsJl9fvSAVRKs7bB2fEJnes1blIi #vbGBsIpfyzrxdOpvPFZ9eoCDkphmWsCU {  }
 }@media only screen and (max-width: 763px) { #q2ZGzsJl9fvSAVRKs7bB2fEJnes1blIi #T352QGfFcOKyPz8Ab8JinTiXRkRXg04V { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #q2ZGzsJl9fvSAVRKs7bB2fEJnes1blIi #aUSKOeLiTVEbmlp9TBy4csgcT0VO71fe {  }
 }@media only screen and (max-width: 763px) { #q2ZGzsJl9fvSAVRKs7bB2fEJnes1blIi #OpFI8H4edoicyvVdFgS4MTDRrWt6HqqP {  }
 }@media only screen and (max-width: 763px) { #q2ZGzsJl9fvSAVRKs7bB2fEJnes1blIi #HpvfGpXfhUMzWOpPox7lbwfVlmh8ua4M { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #q2ZGzsJl9fvSAVRKs7bB2fEJnes1blIi #XuKKHsgznHeuP7TJ4DqfUKaWugSJyyUQ {  }
 }@media only screen and (max-width: 763px) { #q2ZGzsJl9fvSAVRKs7bB2fEJnes1blIi #f4Zyvpiey2VDwkGuB4IxSvrtPkhK2zKI {  }
 }@media only screen and (max-width: 763px) { #q2ZGzsJl9fvSAVRKs7bB2fEJnes1blIi #xxAZ9P9uQMX1xLdZ83sIa9SOzzADPAJH { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #q2ZGzsJl9fvSAVRKs7bB2fEJnes1blIi #UKyfNtMosHc6hfAl1Vu5IE9nqSAziV9B {  }
 }@media only screen and (max-width: 763px) { #q2ZGzsJl9fvSAVRKs7bB2fEJnes1blIi #GM4luT9KPAgsHuHugAv94v3OnkGdRRq6 {  }
 }@media only screen and (max-width: 763px) { #noWfxigyURG4LGPCqXn0RGQwub8AOTtU { top:30.4375rem;left:10.4375rem;width:7.4375rem;height:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2h28TRTZxwBqHtO0mtvMVbJTZi1ZoZp { top:30.4375rem;left:17.0625rem;width:7.4375rem;height:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkFrB6VpMNqB7ALwedylMd7rsw49zTiT { top:30.4375rem;left:23.5625rem;width:7.4375rem;height:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwMmgtO9uC0Q4MlIISJnPc6q65ImQU4l { top:30.4375rem;left:29.875rem;width:7.4375rem;height:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVTRhVqM57K4BCS8OCwA4RHJRi3Ra7xH { top:19.1875rem;left:0rem;width:4.625rem;height:0.9375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IRnEiCqVpVRvemARMPWpN6tNKe7xhI6w { top:19.1875rem;left:0rem;width:7.4375rem;height:0.9375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nH00lFiJ33JkyRvbXpeZ7t2eIDE9XJ2s { top:18.25rem;left:0rem;width:7.4375rem;height:0.9375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cQOBxUifpz4DpinrL7kQvNUibcZ8mrl9 { top:19.1875rem;left:1.5rem;width:4.875rem;height:0.9375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Eacp0E3xwp6qJBBvbtQHKs6eeah56DbZ { display:block; }#Eacp0E3xwp6qJBBvbtQHKs6eeah56DbZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mRWdVdE1a8MOvpO6enfuetmkn7HqJbdx { top:2.5625rem;left:0rem;width:47.75rem;height:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbu88WedQ2SNKedvs0qGZQZEFdpCnicO { top:11.375rem;left:7.375rem;width:2.8125rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeEhnih8ZpnPytSoCiRG2hIVTUHSJlDz { top:11.75rem;left:10.25rem;width:15.625rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wszF92k2uWGv7xL2LfedKN3aWmfM1n0B { top:11.75rem;left:27.3125rem;width:15.625rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xv80ypXmhEB4QGXhNB72hOgX4y9QEMNw { top:11.6875rem;left:24.875rem;width:2.0625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dV43kO86hfzzN7Wwr35fpa5P6Rns9oLA { display:block; }#dV43kO86hfzzN7Wwr35fpa5P6Rns9oLA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rLXTIyCWXUrFD4KlwH9kG8hHHGcwdFo5 { display:block; }#rLXTIyCWXUrFD4KlwH9kG8hHHGcwdFo5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NTXTIrGRMLsvu2rlnvtERtyByLfmyikC { top:17rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvcsKFQ6XT9qg7wv911mUgtbxMZE7Q8E { top:20rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbMSEk7DUw2Dx309txGw87nfLF5IxCz6 { top:23.1875rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTGLggBuNXVoJgTQOVnZHwlp0pB4csVt { top:26.25rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3t56SovHcJc2MAp8Dm9fzPKcX2GIxmt { top:32.6875rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCakh0g4VhdErahbd0d0NxTm7d5lkurD { top:35.9375rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENpAnWhi6yzxo4SHS5tarXrCpyd6q4fV { top:39.0625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxtsIBsJO0JXeDxK8lmTVzlfgGhmvCnW { top:4.9375rem;left:0rem;width:14.875rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSN9KeoWrULHk5iTAoUfEFR55Nk95TOH { top:2.75rem;left:0rem;width:47.75rem;height:40.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCu6rzwk0HXono6qEIzIPdEO7PzbUIa8 { top:14rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4OC1fNkfdRUXeL2GixGfz62BhyufpEX { top:8.4375rem;left:0rem;width:42.1875rem;height:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dC0qnxNsOrAHenpvrefAimAsPedaQlcl { top:14.6875rem;left:0rem;width:25.5625rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKJWvb9mRvNMHRHTnEvt2NB9UT5BgNOu { top:11.75rem;left:0rem;width:25.5625rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJVDJCDiNBRKt4C920nHqa8ghNq0g3XL { top:17.6875rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDc2OZ0dafC3M2fFSQlbTAuOICzpJMw4 { top:20.75rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToRPTiyIuXk82K1dFztT55bIWkFgArBn { top:23.8125rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7Dr9HBuTz3XHzURgJQ6r4JQ1s7FhSk2 { top:30.1875rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRxud55JMzHCyDhIXReLoMBb4TJwywBh { top:33.4375rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJvkpWA773HXqorAgcCwT0dFFdRwUvoa { top:36.6875rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tn3svPa4P2x8oOcS8WNVkFg7i3up3XM5 { top:39.8125rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQUFao5TybJhry2Q7RzPTr64yOcQ7BZg { top:27rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmZIhCyzJmfNCsqUVivMQAdXRIic7Eqf { top:29.375rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ib2x1BZ6zQxzRXrI4f2zFMGvukRHCFvc { display:block; }#Ib2x1BZ6zQxzRXrI4f2zFMGvukRHCFvc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TibAE8QQ2MnGXuWhwbUeCWKsxlhLmrfI { display:block; }#TibAE8QQ2MnGXuWhwbUeCWKsxlhLmrfI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IL2Ze1Q71JIzQ4oA6puWg7ZhneXLyuoz { top:17rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZU4Fz9sSu6mIhdCkRIn5O8drPIB9pv7 { top:20rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2MGrUcsAkvR4ifL7GbyIPAIPKgetUEV { top:4.9375rem;left:0rem;width:14.875rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpGex1qZ6bZTa32m0n262Zx5xIt4ZCwy { top:2.75rem;left:0rem;width:47.75rem;height:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcHxLeAuMAR89N5TJNOkxRwHDcytS9zE { top:14rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mASNE51h5NhTDTdpfBGHnLdKfs0vSlc9 { top:8.4375rem;left:0rem;width:42.1875rem;height:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdX787zhp9faHdK6vubvo88IhimfCSA0 { top:14.6875rem;left:0rem;width:25.5625rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtqI22xJRGqNCa5MchOiIJsA2kUF4Vmd { top:11.75rem;left:0rem;width:25.5625rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmqcLRuyfO3u7OpBdEqFhmiDS9rUxNyQ { top:17.6875rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5PEOcomV4dSDzeLlvR6lCPVTBShGxgJ { top:20.75rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nc8drXbfy7IbOipmS3hKLyy94SQsZWlZ { top:17.75rem;left:0rem;width:4.6875rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUsGiniEhEXVCbL4s5IzDRrTFa2QyLKc { display:block; }#oUsGiniEhEXVCbL4s5IzDRrTFa2QyLKc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eS1vL89r0AvvVbiFJsPpSgKApza5U6fn { display:block; }#eS1vL89r0AvvVbiFJsPpSgKApza5U6fn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VWOxg1OEJizTq7UA15SNQOWTIgWorW6x { top:1.875rem;left:16.4375rem;width:14.875rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbcOR76rRflh9fSX4OTnIr2xctkD7OCD { top:22rem;left:0rem;width:6.5rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhrkWvpA6nqrFAxdPIR5JJfOCaDn6zX9 { top:7.375rem;left:0rem;width:8.375rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmg1sRqm3a2TLmPhUJyVExNTxKlLboJe { top:22.0625rem;left:41.25rem;width:6.5rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7g5UiePhB6HBbX7gBL0LWffnV4ur1y0 { top:7.375rem;left:39.375rem;width:8.375rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xi72z8OOnsXzCGXqB72NVLxWqegbiq4I { top:7.375rem;left:0rem;width:47.75rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0mxBGLTpV27tCIvaT1d57CbrOtftoZ5 { display:block; }#J0mxBGLTpV27tCIvaT1d57CbrOtftoZ5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QzT7IlJZqtl2FhFQiIEMDerVNOCXgIh2 { top:0rem;left:14.21875rem;width:19.3125rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWahiZ1k67Tw0eTkmzJvs2hqZ91soGw4 { display:block; }#TWahiZ1k67Tw0eTkmzJvs2hqZ91soGw4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DhdtJbBE4rzSc6rQUCXJDEh0FQ980E4S { top:0.625rem;left:0rem;width:47.75rem;height:32.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0H8mqsSoUBFaGsem1Z1FPwdhkrTOdlm { display:none; }
 }@media only screen and (max-width: 763px) { #DRBoX41hJ5PFfdcPImygQ9t2zXq1LqJZ { display:block; }#DRBoX41hJ5PFfdcPImygQ9t2zXq1LqJZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K4hpbwSdXHz3F9LfDwaZmCnHXfOI3d59 { top:0.875rem;left:16.34375rem;width:12.9375rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfR0XiM4XDcQMpeKBeSPEaosDmE7K01l { display:block; }#lfR0XiM4XDcQMpeKBeSPEaosDmE7K01l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Txw3QeEd5toyhS7bHvLM9MuFC7Cn2a5C { top:1.1875rem;left:0rem;width:10.25rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1BbHNlc8mEfGaPVXalieScUhLrTs2fk { top:1.1875rem;left:17.9375rem;width:9.875rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZikvVnntGltUB7n5BNbBkRCECvycIF9 { top:1.1875rem;left:33.6875rem;width:14.0625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugdstUmZNoyqvQ8TgIcRWeqfcWfXwQb2 { display:block; }#ugdstUmZNoyqvQ8TgIcRWeqfcWfXwQb2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c4smFy4tg6kOZTAuleOwbmLH4Wt9o2vN { top:4.125rem;left:0rem;width:21.4375rem;height:2rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPbrr6s1TuQzH909tltCeMelQqvmfk8I { top:7.8125rem;left:10.78125rem;width:26.1875rem;height:0.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcOhcVUDBlVXJkbSIA2WBHMVBcekuScd { top:3.9375rem;left:24.875rem;width:22.875rem;height:2.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHL8TMii86gDDR5RqC1QWQSVQfGLvvTK { top:0.9375rem;left:0rem;width:12.5rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LD4ivWzwAZAJ7ua6s83UqXfdlxhtIWkF { display:block; }#LD4ivWzwAZAJ7ua6s83UqXfdlxhtIWkF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #m7DGhoT2w8DQQcN4UXgqibfFfSrGRLKi { display:block; }#m7DGhoT2w8DQQcN4UXgqibfFfSrGRLKi > .row .container { width:20rem;height:3.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #azzPdDNp4psB6NgD84QPIpuoLW4CqmB0 { width:5.125rem;height:1.8125rem;top:0.75rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQcvTlfMM9TqzwSSgZ4UHu19vQwo6JUI { width:0.0625rem;height:1.875rem;top:1rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaHG0A2XRGB2tMaBvffrES0f6yoiUiJR { width:7.5625rem;height:0.975rem;top:0.875rem;left:10rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMX1xTkqSZl6JGy7SI0ra3ZpqgbQNhoz { width:4.0625rem;height:1.25rem;top:1.8125rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tp5R55X9qXOLDMKCN6WRDJcTOQv3tsB2 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1b1d9c11-0b2d-41c7-be20-ffafffcdf904/Headerriver01.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#tp5R55X9qXOLDMKCN6WRDJcTOQv3tsB2.adaptive-delivery-prevent-bg, #tp5R55X9qXOLDMKCN6WRDJcTOQv3tsB2.lazyload, #tp5R55X9qXOLDMKCN6WRDJcTOQv3tsB2.lazyloading { background-image: none; }#tp5R55X9qXOLDMKCN6WRDJcTOQv3tsB2 > .row .container { background-color: transparent; background-image: none; }#tp5R55X9qXOLDMKCN6WRDJcTOQv3tsB2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(236,236,236,0.17); }#tp5R55X9qXOLDMKCN6WRDJcTOQv3tsB2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tp5R55X9qXOLDMKCN6WRDJcTOQv3tsB2 > .row .container > .video-iframe-container { display: none; }#tp5R55X9qXOLDMKCN6WRDJcTOQv3tsB2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(236,236,236,0.17); }#tp5R55X9qXOLDMKCN6WRDJcTOQv3tsB2 > .row > .video-iframe-container { display: none; }#tp5R55X9qXOLDMKCN6WRDJcTOQv3tsB2 > .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); }#tp5R55X9qXOLDMKCN6WRDJcTOQv3tsB2 > .row .container { width:20rem;height:17.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A7ONhZ1WhtBQmNTwFg490aGQAlsEmZfb { width:20rem;height:1.6875rem;top:3.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vh2k3DHJ8yOOGw78ztJKfXLwrB8hhl2s { width:20rem;height:1.2rem;top:9.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHp0nfdmoPapQo353yQARdWy8d0aafVl { width:16.625rem;height:0.0625rem;top:10.5rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #neBMFO0FEQ10LXK187KEMamr5WdmgXAr { width:16.625rem;height:0.0625rem;top:8.9375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6CzPpttGvM1wymgdhOJKCyAyc6dBSmM { width:20rem;height:0;top:11.625rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #T88fzMSPLP2dwo33uP79KwMW2E7ItyF1 { width:11.625rem;height:2.1875rem;top:13.47314453125rem;left:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuHQU2eyCVioCfaXT3MVS9aDoFJIcT2O { display:block; }
 }@media only screen and (max-width: 763px) { #v99TBTVF2VdAshC5nIZTf3zhfeN4Cp2f { width:9.9375rem;height:1.3125rem;top:1.81103515625rem;left:5.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuvkbAnbCFQJg33E0LQJ7W2c7zAZv7Hs { width:20rem;height:1.71045rem;top:4.05078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLuUrFwsf0apsF2RK69n7NacEgT1ZCLz { width:20rem;height:1.33300625rem;top:6.771484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2ZGzsJl9fvSAVRKs7bB2fEJnes1blIi .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#q2ZGzsJl9fvSAVRKs7bB2fEJnes1blIi .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; }
#q2ZGzsJl9fvSAVRKs7bB2fEJnes1blIi .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; }
#q2ZGzsJl9fvSAVRKs7bB2fEJnes1blIi { display:flex;width:18rem;height:5.0625rem;top:12.349609375rem;left:0.15625rem;display:none; }
 }@media only screen and (max-width: 763px) { #q2ZGzsJl9fvSAVRKs7bB2fEJnes1blIi #v7qGNfTOC7PZo3h4uNUIoiqJsixJtKlM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #q2ZGzsJl9fvSAVRKs7bB2fEJnes1blIi #DFsChVNkcboV25OdlgJw8TqpZx1HeOEX {  }
 }@media only screen and (max-width: 763px) { #q2ZGzsJl9fvSAVRKs7bB2fEJnes1blIi #vbGBsIpfyzrxdOpvPFZ9eoCDkphmWsCU {  }
 }@media only screen and (max-width: 763px) { #q2ZGzsJl9fvSAVRKs7bB2fEJnes1blIi #T352QGfFcOKyPz8Ab8JinTiXRkRXg04V { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #q2ZGzsJl9fvSAVRKs7bB2fEJnes1blIi #aUSKOeLiTVEbmlp9TBy4csgcT0VO71fe {  }
 }@media only screen and (max-width: 763px) { #q2ZGzsJl9fvSAVRKs7bB2fEJnes1blIi #OpFI8H4edoicyvVdFgS4MTDRrWt6HqqP {  }
 }@media only screen and (max-width: 763px) { #q2ZGzsJl9fvSAVRKs7bB2fEJnes1blIi #HpvfGpXfhUMzWOpPox7lbwfVlmh8ua4M { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #q2ZGzsJl9fvSAVRKs7bB2fEJnes1blIi #XuKKHsgznHeuP7TJ4DqfUKaWugSJyyUQ {  }
 }@media only screen and (max-width: 763px) { #q2ZGzsJl9fvSAVRKs7bB2fEJnes1blIi #f4Zyvpiey2VDwkGuB4IxSvrtPkhK2zKI {  }
 }@media only screen and (max-width: 763px) { #q2ZGzsJl9fvSAVRKs7bB2fEJnes1blIi #xxAZ9P9uQMX1xLdZ83sIa9SOzzADPAJH { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #q2ZGzsJl9fvSAVRKs7bB2fEJnes1blIi #UKyfNtMosHc6hfAl1Vu5IE9nqSAziV9B {  }
 }@media only screen and (max-width: 763px) { #q2ZGzsJl9fvSAVRKs7bB2fEJnes1blIi #GM4luT9KPAgsHuHugAv94v3OnkGdRRq6 {  }
 }@media only screen and (max-width: 763px) { #noWfxigyURG4LGPCqXn0RGQwub8AOTtU { width:4.625rem;height:0;top:17.2919921875rem;left:0.46875rem;font-size:0.8125rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #g2h28TRTZxwBqHtO0mtvMVbJTZi1ZoZp { width:7.4375rem;height:0;top:17.2919921875rem;left:3.9375rem;font-size:0.8125rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #wkFrB6VpMNqB7ALwedylMd7rsw49zTiT { width:7.4375rem;height:0;top:17.2919921875rem;left:8.8125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HwMmgtO9uC0Q4MlIISJnPc6q65ImQU4l { width:4.875rem;height:0;top:17.2919921875rem;left:14.875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iVTRhVqM57K4BCS8OCwA4RHJRi3Ra7xH { width:4.625rem;height:0;top:17.2919921875rem;left:0.46875rem;font-size:0.8125rem;color:#ffffff;z-index:100006;display:none; }
 }@media only screen and (max-width: 763px) { #IRnEiCqVpVRvemARMPWpN6tNKe7xhI6w { width:7.4375rem;height:0;top:17.2919921875rem;left:4rem;font-size:0.8125rem;color:#ffffff;z-index:100007;display:none; }
 }@media only screen and (max-width: 763px) { #nH00lFiJ33JkyRvbXpeZ7t2eIDE9XJ2s { width:7.4375rem;height:0;top:17.2919921875rem;left:8.9375rem;font-size:0.8125rem;z-index:100008;display:none; }
 }@media only screen and (max-width: 763px) { #cQOBxUifpz4DpinrL7kQvNUibcZ8mrl9 { width:4.875rem;height:0;top:17.2919921875rem;left:14.9375rem;font-size:0.8125rem;z-index:100009;display:none; }
 }@media only screen and (max-width: 763px) { #Eacp0E3xwp6qJBBvbtQHKs6eeah56DbZ { display:block; }#Eacp0E3xwp6qJBBvbtQHKs6eeah56DbZ > .row .container { width:20rem;height:14rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mRWdVdE1a8MOvpO6enfuetmkn7HqJbdx { width:20rem;height:6.09375rem;top:1.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbu88WedQ2SNKedvs0qGZQZEFdpCnicO { width:2.1875rem;height:1.5625rem;top:8.25rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeEhnih8ZpnPytSoCiRG2hIVTUHSJlDz { width:11.6875rem;height:1.3808625rem;top:8.4375rem;left:5.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wszF92k2uWGv7xL2LfedKN3aWmfM1n0B { width:12.0625rem;height:1.3808625rem;top:10.8125rem;left:5.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xv80ypXmhEB4QGXhNB72hOgX4y9QEMNw { width:1.625rem;height:1.25rem;top:10.875rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dV43kO86hfzzN7Wwr35fpa5P6Rns9oLA { display:none; }#dV43kO86hfzzN7Wwr35fpa5P6Rns9oLA > .row .container { width:20rem;height:0.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rLXTIyCWXUrFD4KlwH9kG8hHHGcwdFo5 { display:none; }#rLXTIyCWXUrFD4KlwH9kG8hHHGcwdFo5 > .row .container { width:20rem;height:41.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NTXTIrGRMLsvu2rlnvtERtyByLfmyikC { width:20rem;height:0.0625rem;top:10.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvcsKFQ6XT9qg7wv911mUgtbxMZE7Q8E { width:20rem;height:0.0625rem;top:14.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbMSEk7DUw2Dx309txGw87nfLF5IxCz6 { width:20rem;height:0.0625rem;top:17.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTGLggBuNXVoJgTQOVnZHwlp0pB4csVt { width:20rem;height:0.0625rem;top:21.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3t56SovHcJc2MAp8Dm9fzPKcX2GIxmt { width:20rem;height:0.0625rem;top:30.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCakh0g4VhdErahbd0d0NxTm7d5lkurD { width:20rem;height:0.0625rem;top:33.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENpAnWhi6yzxo4SHS5tarXrCpyd6q4fV { width:20rem;height:0.0625rem;top:36.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxtsIBsJO0JXeDxK8lmTVzlfgGhmvCnW { width:14.875rem;height:1.625rem;top:2.125rem;left:2.5625rem;font-size:1.25rem;text-align:center;text-align-last:center;font-family:"montserrat medium";display:block; }
 }@media only screen and (max-width: 763px) { #CSN9KeoWrULHk5iTAoUfEFR55Nk95TOH { width:20rem;height:37.875rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCu6rzwk0HXono6qEIzIPdEO7PzbUIa8 { width:20rem;height:0.0625rem;top:8.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4OC1fNkfdRUXeL2GixGfz62BhyufpEX { width:20rem;height:1.125rem;top:4.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dC0qnxNsOrAHenpvrefAimAsPedaQlcl { width:20rem;height:1.1875rem;top:8.9375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yKJWvb9mRvNMHRHTnEvt2NB9UT5BgNOu { width:20rem;height:1.1875rem;top:6.4375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iJVDJCDiNBRKt4C920nHqa8ghNq0g3XL { width:20rem;height:2.375rem;top:11.6875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KDc2OZ0dafC3M2fFSQlbTAuOICzpJMw4 { width:20rem;height:1.1875rem;top:15.6875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ToRPTiyIuXk82K1dFztT55bIWkFgArBn { width:20rem;height:2.375rem;top:18.40625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k7Dr9HBuTz3XHzURgJQ6r4JQ1s7FhSk2 { width:20rem;height:3.5625rem;top:26.125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IRxud55JMzHCyDhIXReLoMBb4TJwywBh { width:20rem;height:1.1875rem;top:31.375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eJvkpWA773HXqorAgcCwT0dFFdRwUvoa { width:20rem;height:1.1875rem;top:34.5rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tn3svPa4P2x8oOcS8WNVkFg7i3up3XM5 { width:20rem;height:1.1875rem;top:37.5rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nQUFao5TybJhry2Q7RzPTr64yOcQ7BZg { width:20rem;height:2.375rem;top:22.25rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hmZIhCyzJmfNCsqUVivMQAdXRIic7Eqf { width:20rem;height:0.0625rem;top:25.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ib2x1BZ6zQxzRXrI4f2zFMGvukRHCFvc { display:block; }#Ib2x1BZ6zQxzRXrI4f2zFMGvukRHCFvc > .row .container { width:20rem;height:0.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TibAE8QQ2MnGXuWhwbUeCWKsxlhLmrfI { display:block; }#TibAE8QQ2MnGXuWhwbUeCWKsxlhLmrfI > .row .container { width:20rem;height:21.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IL2Ze1Q71JIzQ4oA6puWg7ZhneXLyuoz { width:20rem;height:0.0625rem;top:10.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZU4Fz9sSu6mIhdCkRIn5O8drPIB9pv7 { width:20rem;height:0.0625rem;top:16rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2MGrUcsAkvR4ifL7GbyIPAIPKgetUEV { width:14.875rem;height:1.625rem;top:2.125rem;left:2.5625rem;font-size:1.25rem;text-align:center;text-align-last:center;font-family:"montserrat medium";display:block; }
 }@media only screen and (max-width: 763px) { #wpGex1qZ6bZTa32m0n262Zx5xIt4ZCwy { width:20rem;height:18.5625rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcHxLeAuMAR89N5TJNOkxRwHDcytS9zE { width:20rem;height:0.0625rem;top:8.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mASNE51h5NhTDTdpfBGHnLdKfs0vSlc9 { width:20rem;height:1.13720625rem;top:4.1875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FdX787zhp9faHdK6vubvo88IhimfCSA0 { width:20rem;height:1.21875rem;top:8.9375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JtqI22xJRGqNCa5MchOiIJsA2kUF4Vmd { width:20rem;height:1.21875rem;top:6.4375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xmqcLRuyfO3u7OpBdEqFhmiDS9rUxNyQ { width:20rem;height:2.4375rem;top:11.6875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F5PEOcomV4dSDzeLlvR6lCPVTBShGxgJ { width:20rem;height:2.4375rem;top:16.875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Nc8drXbfy7IbOipmS3hKLyy94SQsZWlZ { width:4.0625rem;height:1.25rem;top:14.09375rem;left:7.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUsGiniEhEXVCbL4s5IzDRrTFa2QyLKc { display:block; }#oUsGiniEhEXVCbL4s5IzDRrTFa2QyLKc > .row .container { width:20rem;height:0.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eS1vL89r0AvvVbiFJsPpSgKApza5U6fn { display:block; }#eS1vL89r0AvvVbiFJsPpSgKApza5U6fn > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VWOxg1OEJizTq7UA15SNQOWTIgWorW6x { width:14.875rem;height:1.625rem;top:0.625rem;left:2.5625rem;font-size:1.25rem;text-align:center;text-align-last:center;font-family:"montserrat medium";display:block; }
 }@media only screen and (max-width: 763px) { #xbcOR76rRflh9fSX4OTnIr2xctkD7OCD { width:4.1875rem;height:1.25rem;top:16.5rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhrkWvpA6nqrFAxdPIR5JJfOCaDn6zX9 { width:20rem;height:1.875rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmg1sRqm3a2TLmPhUJyVExNTxKlLboJe { width:4.1875rem;height:1.25rem;top:3.1875rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7g5UiePhB6HBbX7gBL0LWffnV4ur1y0 { width:20rem;height:1.875rem;top:16.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xi72z8OOnsXzCGXqB72NVLxWqegbiq4I { width:20rem;height:11.1875rem;top:4.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0mxBGLTpV27tCIvaT1d57CbrOtftoZ5 { display:block; }#J0mxBGLTpV27tCIvaT1d57CbrOtftoZ5 > .row .container { width:20rem;height:1.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QzT7IlJZqtl2FhFQiIEMDerVNOCXgIh2 { width:14.875rem;height:1.625rem;top:0rem;left:2.5625rem;font-size:1.25rem;text-align:center;text-align-last:center;font-family:"montserrat medium";display:block; }
 }@media only screen and (max-width: 763px) { #TWahiZ1k67Tw0eTkmzJvs2hqZ91soGw4 { display:block; }#TWahiZ1k67Tw0eTkmzJvs2hqZ91soGw4 > .row .container { width:20rem;height:32.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DhdtJbBE4rzSc6rQUCXJDEh0FQ980E4S { width:20rem;height:52.625rem;top:3.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #x0H8mqsSoUBFaGsem1Z1FPwdhkrTOdlm { top:0rem;left:0rem;width:20rem;height:22.5rem;z-index:100035;display:block; }
 }@media only screen and (max-width: 763px) { #DRBoX41hJ5PFfdcPImygQ9t2zXq1LqJZ { display:block; }#DRBoX41hJ5PFfdcPImygQ9t2zXq1LqJZ > .row .container { width:20rem;height:4.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K4hpbwSdXHz3F9LfDwaZmCnHXfOI3d59 { width:7.625rem;height:2.75rem;top:0.5625rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfR0XiM4XDcQMpeKBeSPEaosDmE7K01l { display:block; }#lfR0XiM4XDcQMpeKBeSPEaosDmE7K01l > .row .container { width:20rem;height:5.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Txw3QeEd5toyhS7bHvLM9MuFC7Cn2a5C { width:8.3125rem;height:1.25rem;top:1.15625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1BbHNlc8mEfGaPVXalieScUhLrTs2fk { width:7.875rem;height:1.25rem;top:1.15625rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZikvVnntGltUB7n5BNbBkRCECvycIF9 { width:11.25rem;height:1.25rem;top:3rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugdstUmZNoyqvQ8TgIcRWeqfcWfXwQb2 { display:block; }#ugdstUmZNoyqvQ8TgIcRWeqfcWfXwQb2 > .row .container { width:20rem;height:9.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c4smFy4tg6kOZTAuleOwbmLH4Wt9o2vN { width:20rem;height:1.7875rem;top:3.75rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wPbrr6s1TuQzH909tltCeMelQqvmfk8I { width:20rem;height:0.73125rem;top:6.8125rem;left:0rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UcOhcVUDBlVXJkbSIA2WBHMVBcekuScd { width:20rem;height:auto;top:3.9375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #vHL8TMii86gDDR5RqC1QWQSVQfGLvvTK { width:9.375rem;height:1.1875rem;top:1.125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LD4ivWzwAZAJ7ua6s83UqXfdlxhtIWkF { display:block; }#LD4ivWzwAZAJ7ua6s83UqXfdlxhtIWkF > .row .container { width:20rem;height:0.125rem;position:relative;display:block; } }