.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/226HZpeM/Metabo.jpg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(49,49,49,0.41); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(49,49,49,0.41); }#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); }#gRoP0wm99GFHJCGGnArV6wa8wlK3uZS2 { position:relative;display:block; }#gRoP0wm99GFHJCGGnArV6wa8wlK3uZS2 { background-color: transparent; background-image: none; }#gRoP0wm99GFHJCGGnArV6wa8wlK3uZS2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gRoP0wm99GFHJCGGnArV6wa8wlK3uZS2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gRoP0wm99GFHJCGGnArV6wa8wlK3uZS2 > .row .container > .video-iframe-container { display: none; }#gRoP0wm99GFHJCGGnArV6wa8wlK3uZS2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gRoP0wm99GFHJCGGnArV6wa8wlK3uZS2 > .row > .video-iframe-container { display: none; }#gRoP0wm99GFHJCGGnArV6wa8wlK3uZS2 > .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); }#gRoP0wm99GFHJCGGnArV6wa8wlK3uZS2 { border-width: 0; border-radius: 0; }#gRoP0wm99GFHJCGGnArV6wa8wlK3uZS2 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#gRoP0wm99GFHJCGGnArV6wa8wlK3uZS2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:0.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:15.875rem;width:75rem;position:relative;display:block; }#i1qvdMIlsMxwOlk30wCAbu3kcemnyEq7 { color:#000000;display:block;width:58.375rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.75rem;left:8.3125004768369rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U2Z12KzA2H96a2V94X9T8mGRHHA7TF5C { color:#000000;display:block;width:73.5rem;position:absolute;font-family:lato;font-size:3.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.201171875rem;left:0.75rem;height:12.6738625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rOKRvUxPwFVvFAOc0fy81lSlBQ3Pb9f9 { position:absolute;display:block;z-index:14998;background-color:rgba(53,53,55,0.85);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32rem;width:75rem;top:-1.3125rem;left:0rem;display:block; }
#JorXPKbl7wTcUwTc9Db75bZL7OhG9d5t { position:relative;display:block; }#JorXPKbl7wTcUwTc9Db75bZL7OhG9d5t { background-color: transparent; background-image: none; }#JorXPKbl7wTcUwTc9Db75bZL7OhG9d5t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JorXPKbl7wTcUwTc9Db75bZL7OhG9d5t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JorXPKbl7wTcUwTc9Db75bZL7OhG9d5t > .row .container > .video-iframe-container { display: none; }#JorXPKbl7wTcUwTc9Db75bZL7OhG9d5t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JorXPKbl7wTcUwTc9Db75bZL7OhG9d5t > .row > .video-iframe-container { display: none; }#JorXPKbl7wTcUwTc9Db75bZL7OhG9d5t > .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); }#JorXPKbl7wTcUwTc9Db75bZL7OhG9d5t { border-width: 0; border-radius: 0; }#JorXPKbl7wTcUwTc9Db75bZL7OhG9d5t > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#JorXPKbl7wTcUwTc9Db75bZL7OhG9d5t > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:15rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#FzLyzu0zJxZeMBcxpzSfLW3N8l0SEPc4 { position:absolute;display:block;z-index:15000;background-color:#fffdfd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.375rem dashed #eb1010;border-left:0.375rem dashed #eb1010;border-right:0.375rem dashed #eb1010;border-bottom:0.375rem dashed #eb1010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5rem;width:34.5rem;top:0rem;left:19.875rem;display:block; }
#SspepG9LV22JoqwgC75TA4scSiTcw3vP { position:absolute;display:block;z-index:15001;background-color:#cedde6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:31.8125rem;top:1.625rem;left:21.625rem;display:block; }
#sQkUl7ob6ZL7DMnGKZdXxkUzDNmVXeKi { color:#000000;display:block;width:30.4375rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.1875rem;left:22.3125rem;height:1.94986875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NHR8L8uJTSxfMwnVGx96fLMZboXZ61KG { background-color:#ec6433;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.25rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:5.8125rem;left:21.875rem;display:block; }
#sMb9intocW5mewenPCbvzHB7xx3JIGt8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#adcftINGh8CCF5TZpm0hf9bIyLp6qs8K { color:#000000;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:10.25rem;left:31.25rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#whGFBKsts5QXtTZ8nqVHOJnTwb7qGWVc { box-sizing:content-box;color:#5c5e5f;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:9.875rem;left:31.25rem;display:block; }
#OzShodeP3lt4p9S5rqJvw93Jyy37UmQp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0f0f0;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OzShodeP3lt4p9S5rqJvw93Jyy37UmQp > .row .container { background-color: transparent; background-image: none; }#OzShodeP3lt4p9S5rqJvw93Jyy37UmQp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OzShodeP3lt4p9S5rqJvw93Jyy37UmQp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OzShodeP3lt4p9S5rqJvw93Jyy37UmQp > .row .container > .video-iframe-container { display: none; }#OzShodeP3lt4p9S5rqJvw93Jyy37UmQp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OzShodeP3lt4p9S5rqJvw93Jyy37UmQp > .row > .video-iframe-container { display: none; }#OzShodeP3lt4p9S5rqJvw93Jyy37UmQp > .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); }#OzShodeP3lt4p9S5rqJvw93Jyy37UmQp > .row .container { border-width: 0; border-radius: 0; }#OzShodeP3lt4p9S5rqJvw93Jyy37UmQp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OzShodeP3lt4p9S5rqJvw93Jyy37UmQp > .row .container { font-size:0.875rem;font-family:arial;height:11.3125rem;width:75rem;position:relative;display:block; }#R80cZg7oRTKJed3blKTrVVIKJZv36UCE { color:#000000;display:block;width:60.5625rem;position:absolute;font-family:roboto;font-size:1.6875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.375rem;left:7.7500004768369rem;height:6.58008125rem;text-align:center;text-align-last:center;display:block; }
#nHPxrmKuThrZQzzx5Jed8swlzoAvRzAw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nHPxrmKuThrZQzzx5Jed8swlzoAvRzAw > .row .container { background-color: transparent; background-image: none; }#nHPxrmKuThrZQzzx5Jed8swlzoAvRzAw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nHPxrmKuThrZQzzx5Jed8swlzoAvRzAw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nHPxrmKuThrZQzzx5Jed8swlzoAvRzAw > .row .container > .video-iframe-container { display: none; }#nHPxrmKuThrZQzzx5Jed8swlzoAvRzAw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nHPxrmKuThrZQzzx5Jed8swlzoAvRzAw > .row > .video-iframe-container { display: none; }#nHPxrmKuThrZQzzx5Jed8swlzoAvRzAw > .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); }#nHPxrmKuThrZQzzx5Jed8swlzoAvRzAw > .row .container { border-width: 0; border-radius: 0; }#nHPxrmKuThrZQzzx5Jed8swlzoAvRzAw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nHPxrmKuThrZQzzx5Jed8swlzoAvRzAw > .row .container { font-size:0.875rem;font-family:arial;height:53.1875rem;width:75rem;position:relative;display:block; }#fGiIhTZPWN1DozMdECTAeM5T0yhWiJ10 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:11.8125rem;width:12.8125rem;top:1.7356796264649rem;left:2.1796875rem;overflow:hidden;display:block; }
#QU5p1y0XJaxULdrn9JZ9gGtASLPooZKE { color:#000000;display:block;width:43.1875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.7356796264649rem;left:16.968750476837rem;height:49.71611875rem;display:block; }
#KT2eOm1L6iDH532LRkoTTGDA1OftTFdl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/gUsyS3ek/ezgif.com_webp_to_png_1_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KT2eOm1L6iDH532LRkoTTGDA1OftTFdl.adaptive-delivery-prevent-bg, #KT2eOm1L6iDH532LRkoTTGDA1OftTFdl.lazyload, #KT2eOm1L6iDH532LRkoTTGDA1OftTFdl.lazyloading { background-image: none; }#KT2eOm1L6iDH532LRkoTTGDA1OftTFdl > .row .container { background-color: transparent; background-image: none; }#KT2eOm1L6iDH532LRkoTTGDA1OftTFdl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.8); }#KT2eOm1L6iDH532LRkoTTGDA1OftTFdl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KT2eOm1L6iDH532LRkoTTGDA1OftTFdl > .row .container > .video-iframe-container { display: none; }#KT2eOm1L6iDH532LRkoTTGDA1OftTFdl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.8); }#KT2eOm1L6iDH532LRkoTTGDA1OftTFdl > .row > .video-iframe-container { display: none; }#KT2eOm1L6iDH532LRkoTTGDA1OftTFdl > .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); }#KT2eOm1L6iDH532LRkoTTGDA1OftTFdl > .row .container { border-width: 0; border-radius: 0; }#KT2eOm1L6iDH532LRkoTTGDA1OftTFdl::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KT2eOm1L6iDH532LRkoTTGDA1OftTFdl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KT2eOm1L6iDH532LRkoTTGDA1OftTFdl > .row .container { font-size:0.875rem;font-family:arial;height:13.375rem;width:75rem;position:relative;display:block; }#DzRnJgVMN4W7gDzTRiP8JyhCENp5lV8z { color:#000000;display:block;width:69.1875rem;position:absolute;font-family:lato;font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.75rem;left:2.90625rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aFczfKdD7fNKyON35fQcguTVvTrxPZGt { color:#000000;display:block;width:69.6875rem;position:absolute;font-family:roboto;font-size:1.6875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:5.4062442779541rem;left:2.65625rem;height:4.38671875rem;text-align:center;text-align-last:center;display:block; }
#iaQxWT368HVgfSbGSPTKpJvzvel8CalT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iaQxWT368HVgfSbGSPTKpJvzvel8CalT > .row .container { background-color: transparent; background-image: none; }#iaQxWT368HVgfSbGSPTKpJvzvel8CalT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iaQxWT368HVgfSbGSPTKpJvzvel8CalT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iaQxWT368HVgfSbGSPTKpJvzvel8CalT > .row .container > .video-iframe-container { display: none; }#iaQxWT368HVgfSbGSPTKpJvzvel8CalT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iaQxWT368HVgfSbGSPTKpJvzvel8CalT > .row > .video-iframe-container { display: none; }#iaQxWT368HVgfSbGSPTKpJvzvel8CalT > .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); }#iaQxWT368HVgfSbGSPTKpJvzvel8CalT > .row .container { border-width: 0; border-radius: 0; }#iaQxWT368HVgfSbGSPTKpJvzvel8CalT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iaQxWT368HVgfSbGSPTKpJvzvel8CalT > .row .container { font-size:0.875rem;font-family:arial;height:28.625rem;width:75rem;position:relative;display:block; }#v2zzpq8lXrgJGkak3RSSnJ4M1Ru0hhF6 { color:#000000;display:block;width:66.25rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:2.302734375rem;left:5.5625004768372rem;height:4.38671875rem;text-align:center;text-align-last:center;display:block; }
#NvUWLJnwg1fbKxGF0OvcFX4T4uB51PPv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NvUWLJnwg1fbKxGF0OvcFX4T4uB51PPv > .row .container { background-color: transparent; background-image: none; }#NvUWLJnwg1fbKxGF0OvcFX4T4uB51PPv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NvUWLJnwg1fbKxGF0OvcFX4T4uB51PPv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NvUWLJnwg1fbKxGF0OvcFX4T4uB51PPv > .row .container > .video-iframe-container { display: none; }#NvUWLJnwg1fbKxGF0OvcFX4T4uB51PPv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NvUWLJnwg1fbKxGF0OvcFX4T4uB51PPv > .row > .video-iframe-container { display: none; }#NvUWLJnwg1fbKxGF0OvcFX4T4uB51PPv > .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); }#NvUWLJnwg1fbKxGF0OvcFX4T4uB51PPv > .row .container { border-width: 0; border-radius: 0; }#NvUWLJnwg1fbKxGF0OvcFX4T4uB51PPv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NvUWLJnwg1fbKxGF0OvcFX4T4uB51PPv > .row .container { font-size:0.875rem;font-family:arial;height:10.125rem;width:75rem;position:relative;display:block; }#BXwo4IbTZRcHIGD0I8LMXNlPCEOzpT5u { color:#ff5335;display:block;width:59.875rem;position:absolute;font-family:ubuntu;font-size:2.375rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:2.4375rem;left:7.5625004768369rem;height:2.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tEDbAvZFkOqrtkF39TLlC4Pebh8g3ESA { color:#848484;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.8;letter-spacing:0;top:5.3932294845581rem;left:0rem;height:2.0247375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b5d6cTBLv7w0Gad8y7KlLTDOhsgKQ6M4 { position:absolute;display:block;z-index:15003;background-color:#ff5335;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:52.875rem;top:8.599609375rem;left:11.062500476837rem;display:block; }
#gX4pw9VSRtVpZe1QgODdt3yHeah30tT3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gX4pw9VSRtVpZe1QgODdt3yHeah30tT3 > .row .container { background-color: transparent; background-image: none; }#gX4pw9VSRtVpZe1QgODdt3yHeah30tT3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gX4pw9VSRtVpZe1QgODdt3yHeah30tT3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gX4pw9VSRtVpZe1QgODdt3yHeah30tT3 > .row .container > .video-iframe-container { display: none; }#gX4pw9VSRtVpZe1QgODdt3yHeah30tT3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gX4pw9VSRtVpZe1QgODdt3yHeah30tT3 > .row > .video-iframe-container { display: none; }#gX4pw9VSRtVpZe1QgODdt3yHeah30tT3 > .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); }#gX4pw9VSRtVpZe1QgODdt3yHeah30tT3 > .row .container { border-width: 0; border-radius: 0; }#gX4pw9VSRtVpZe1QgODdt3yHeah30tT3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gX4pw9VSRtVpZe1QgODdt3yHeah30tT3 > .row .container { font-size:0.875rem;font-family:arial;height:31.3125rem;width:75rem;position:relative;display:block; }#RWb1FziRoCl9lqoG3VW0UVUg4KIQaCbk { color:#3d4051;display:block;width:17.375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15002;line-height:1.9;letter-spacing:0;top:17.035157203674rem;left:3.8125rem;height:11.3984375rem;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dsX9yA3XoRInxvWqynFDAPwDqiEwo0TE { color:#050b26;display:block;width:16.8125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.19465637207rem;left:4.09375rem;height:2.92448125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s6ZLQg3Q1UZNpfTtKbhHMWg7aQzRKqws { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ff2079;border-left:0.125rem solid #ff2079;border-right:0.125rem solid #ff2079;border-bottom:0.125rem solid #ff2079;border-top-left-radius:13.0625rem;border-top-right-radius:13.0625rem;border-bottom-left-radius:13.0625rem;border-bottom-right-radius:13.0625rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.1) ;height:11.81392rem;width:11.75142rem;top:0.0625rem;left:31.5625rem;display:block; }
#TKuPvC7ipdvwnRQKHzoAx0uA7Tgio4yi { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #fda63f;border-left:0.125rem solid #fda63f;border-right:0.125rem solid #fda63f;border-bottom:0.125rem solid #fda63f;border-top-left-radius:13.0625rem;border-top-right-radius:13.0625rem;border-bottom-left-radius:13.0625rem;border-bottom-right-radius:13.0625rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.1) ;height:11.81392rem;width:11.75142rem;top:0rem;left:56.5625rem;display:block; }
#uZ7WW2rhTxNN2MuBZgASeuB0uZKVT3Nx { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #fda63f;border-left:0.125rem solid #fda63f;border-right:0.125rem solid #fda63f;border-bottom:0.125rem solid #fda63f;border-top-left-radius:13.0625rem;border-top-right-radius:13.0625rem;border-bottom-left-radius:13.0625rem;border-bottom-right-radius:13.0625rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.1) ;height:11.75rem;width:11.75rem;top:0.0625rem;left:6.5rem;display:block; }
#IMx0GQ9HAembCq5chw6kViVpsNcWlass { color:#050b26;display:block;width:16.8125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:14.111328125rem;left:29.0625rem;height:2.92448125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tp5pUazvJIwBfZ1f9o0upLuXdW3xQTFA { color:#050b26;display:block;width:16.8125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:14.111328125rem;left:54.0625rem;height:2.92448125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KsKiR71DHM2Blk01bGvFo4QR4lW1isCn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.25rem;width:8.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:2.1041675786743rem;left:8.25rem; }
#kzpQArbS1kJbynBAwA7gGfTi4m1z7BHp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.5rem;width:8.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:1.7610679845581rem;left:33.125rem; }
#pENs0TAJsTPpLeUvv0NAorW3yzXnuH6L { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.5625rem;width:8.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:1.8860679845581rem;left:58.25rem; }
#bJoaU1hi5xTTmUNRINR2iF8NqL8S0DZF { color:#3d4051;display:block;width:17.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15003;line-height:1.9;letter-spacing:0;top:17.034505844116rem;left:28.750000476837rem;height:11.39841875rem;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NrP8Gsx8TVHnZ6DKLZKugEXawLpXe431 { color:#3d4051;display:block;width:17.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15004;line-height:1.9;letter-spacing:0;top:17.034505844116rem;left:53.750002384186rem;height:11.398425rem;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZebiVLoDZAZwkG3dMGnzQ9w7AFRsJBLf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZebiVLoDZAZwkG3dMGnzQ9w7AFRsJBLf > .row .container { background-color: transparent; background-image: none; }#ZebiVLoDZAZwkG3dMGnzQ9w7AFRsJBLf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZebiVLoDZAZwkG3dMGnzQ9w7AFRsJBLf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZebiVLoDZAZwkG3dMGnzQ9w7AFRsJBLf > .row .container > .video-iframe-container { display: none; }#ZebiVLoDZAZwkG3dMGnzQ9w7AFRsJBLf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZebiVLoDZAZwkG3dMGnzQ9w7AFRsJBLf > .row > .video-iframe-container { display: none; }#ZebiVLoDZAZwkG3dMGnzQ9w7AFRsJBLf > .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); }#ZebiVLoDZAZwkG3dMGnzQ9w7AFRsJBLf > .row .container { border-width: 0; border-radius: 0; }#ZebiVLoDZAZwkG3dMGnzQ9w7AFRsJBLf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZebiVLoDZAZwkG3dMGnzQ9w7AFRsJBLf > .row .container { font-size:0.875rem;font-family:arial;height:37.4375rem;width:75rem;position:relative;display:block; }#TLkFSD0V6Qn3XNTUTo8PmZfEA6LZ2ObH { color:#000000;display:block;width:66.25rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:0.92772960662844rem;left:5.5625rem;height:4.875rem;text-align:left;text-align-last:left;display:block; }
#x098E7OLPJFwvhQzztflaz91OKemyP6e { color:#000000;display:block;width:66.25rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:10.552735328674rem;left:5.5625rem;height:14.62238125rem;text-align:left;text-align-last:left;display:block; }
#McTUVXfWq9d4qvHFQmqxKdVO0y6fxSCw { color:#000000;display:block;width:66.25rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:7.8652296066281rem;left:5.5625rem;height:1.94986875rem;text-align:left;text-align-last:left;display:block; }
#dH5U6VNnCRQp9z3yV2CvtEMavHWVtcOs { color:#000000;display:block;width:66.25rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:26.302740097046rem;left:5.5625rem;height:1.94986875rem;text-align:left;text-align-last:left;display:block; }
#MrA6eJm3bF1ogvfXfu3uMCPz0Ky8uD86 { background-color:transparent;background-image: -webkit-linear-gradient(245deg, #fda63f, #ff5335);background-image: -moz-linear-gradient(245deg, #fda63f, #ff5335);background-image: -ms-linear-gradient(245deg, #fda63f, #ff5335);background-image: -o-linear-gradient(245deg, #fda63f, #ff5335);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fda63f', endColorstr='#ff5335' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fda63f', endColorstr='#ff5335' );";background-image: linear-gradient(245deg, #fda63f, #ff5335);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;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:ubuntu;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34.0625rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:29.479166746139rem;left:21.656250476837rem;display:block; }
#AWUnKp2nXtEwHiII4MzpsGi7F2BZB8Ki { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y9cZrcyv6HVBpTT1ra6x5WEb2lOLPlos { color:#000000;display:block;width:18.9375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:33.75rem;left:28.031250476837rem;height:1.13736875rem;text-align:center;text-align-last:center;display:block; }
#gwUcu4DhzLTR7KVTAQcMTepbixCm7dIw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eeeeee;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gwUcu4DhzLTR7KVTAQcMTepbixCm7dIw > .row .container { background-color: transparent; background-image: none; }#gwUcu4DhzLTR7KVTAQcMTepbixCm7dIw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gwUcu4DhzLTR7KVTAQcMTepbixCm7dIw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gwUcu4DhzLTR7KVTAQcMTepbixCm7dIw > .row .container > .video-iframe-container { display: none; }#gwUcu4DhzLTR7KVTAQcMTepbixCm7dIw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gwUcu4DhzLTR7KVTAQcMTepbixCm7dIw > .row > .video-iframe-container { display: none; }#gwUcu4DhzLTR7KVTAQcMTepbixCm7dIw > .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); }#gwUcu4DhzLTR7KVTAQcMTepbixCm7dIw > .row .container { border-width: 0; border-radius: 0; }#gwUcu4DhzLTR7KVTAQcMTepbixCm7dIw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gwUcu4DhzLTR7KVTAQcMTepbixCm7dIw > .row .container { font-size:0.875rem;font-family:arial;height:27.375rem;width:75rem;position:relative;display:block; }#K5cZddbtvRUCBo3d1bCVAlO4yT8ZmadG { color:#000000;display:block;width:52.5625rem;position:absolute;font-family:roboto;font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.625rem;left:11.21875rem;height:5.84895625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rXNh8vxEAhlOGs5B15hBqHv4w6ufvBTK { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.625rem;width:26.5rem;top:11.5rem;left:10.468750476837rem;display:block; }
#saDBK0OZMc2pm2N7tpaSUahvg5sau96k { color:#000000;display:block;width:24.6875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:12.46875rem;left:11.375rem;height:6.497375rem;text-align:justify;text-align-last:initial;display:block; }
#dw9LTLwXn1MZ7bvXVAQhWMI55MWO6ETD { color:#000000;display:block;width:11.875rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:20.187500953674rem;left:25.010416507721rem;height:2.2747375rem;text-align:center;text-align-last:center;display:block; }
#QnlbHI2TSA13HVLdo7LZKgBROpFOO5DT { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.5rem;width:26.5rem;top:11.5rem;left:38.906252384186rem;display:block; }
#SJpdqr4mSIu67zHBKz3Cl3ql4wsoeZe1 { color:#000000;display:block;width:24.6875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:12.468750476837rem;left:39.812502384186rem;height:9.096375rem;text-align:justify;text-align-last:initial;display:block; }
#diOfW4cvspUW73qOzfAedKtIDOn4PqyG { color:#000000;display:block;width:13.5625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:21.705079078674rem;left:51.885416507721rem;height:2.2747375rem;text-align:center;text-align-last:center;display:block; }
#LuaWRfzQIVT9aFBrh4OHh6fkQewQyyIp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LuaWRfzQIVT9aFBrh4OHh6fkQewQyyIp > .row .container { background-color: transparent; background-image: none; }#LuaWRfzQIVT9aFBrh4OHh6fkQewQyyIp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LuaWRfzQIVT9aFBrh4OHh6fkQewQyyIp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LuaWRfzQIVT9aFBrh4OHh6fkQewQyyIp > .row .container > .video-iframe-container { display: none; }#LuaWRfzQIVT9aFBrh4OHh6fkQewQyyIp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LuaWRfzQIVT9aFBrh4OHh6fkQewQyyIp > .row > .video-iframe-container { display: none; }#LuaWRfzQIVT9aFBrh4OHh6fkQewQyyIp > .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); }#LuaWRfzQIVT9aFBrh4OHh6fkQewQyyIp > .row .container { border-width: 0; border-radius: 0; }#LuaWRfzQIVT9aFBrh4OHh6fkQewQyyIp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LuaWRfzQIVT9aFBrh4OHh6fkQewQyyIp > .row .container { font-size:0.875rem;font-family:arial;height:28.625rem;width:75rem;position:relative;display:block; }#Tw7b1754H2lEA3gof72menlTDxiGPNLT { color:#000000;display:block;width:66.25rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:4.5527400970459rem;left:4.375rem;height:21.9335875rem;text-align:left;text-align-last:left;display:block; }
#qIUA35GFfRlv3T3KkTGWb60NKA6P49zS { box-sizing:content-box;color:#ec6433;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:4.552734375rem;left:2.7916665077209rem;display:block; }
#qHid1kWUkJAiAgU5PtDwsyGLXQ83tV10 { box-sizing:content-box;color:#ec6433;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:10.490234375rem;left:2.791015625rem;display:block; }
#bIGs6QtUWoh5xTXfOsTFE9AbHp6QsQ8i { box-sizing:content-box;color:#ec6433;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:16.177734375rem;left:2.791015625rem;display:block; }
#FW2qaMwGTdWZuNXWlZfZKGnRU4nUTaAx { box-sizing:content-box;color:#ec6433;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15012;top:21.927734375rem;left:2.7916665077209rem;display:block; }
#ccQ4wdqox8mPPDBTDE7R30c912aWwqrt { color:#000000;display:block;width:52.5625rem;position:absolute;font-family:roboto;font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1rem;left:11.218750476837rem;height:2.92448125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TMKa4tQZ2rPDfadG9M5XGhbhfUP7Gplp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TMKa4tQZ2rPDfadG9M5XGhbhfUP7Gplp > .row .container { background-color: transparent; background-image: none; }#TMKa4tQZ2rPDfadG9M5XGhbhfUP7Gplp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMKa4tQZ2rPDfadG9M5XGhbhfUP7Gplp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMKa4tQZ2rPDfadG9M5XGhbhfUP7Gplp > .row .container > .video-iframe-container { display: none; }#TMKa4tQZ2rPDfadG9M5XGhbhfUP7Gplp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMKa4tQZ2rPDfadG9M5XGhbhfUP7Gplp > .row > .video-iframe-container { display: none; }#TMKa4tQZ2rPDfadG9M5XGhbhfUP7Gplp > .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); }#TMKa4tQZ2rPDfadG9M5XGhbhfUP7Gplp > .row .container { border-width: 0; border-radius: 0; }#TMKa4tQZ2rPDfadG9M5XGhbhfUP7Gplp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TMKa4tQZ2rPDfadG9M5XGhbhfUP7Gplp > .row .container { font-size:0.875rem;font-family:arial;height:23.4375rem;width:75rem;position:relative;display:block; }#EzsTGKw9uF7r9bufIFd1ATs2TEuTbepT { color:#000000;display:block;width:71.125rem;position:absolute;font-family:lato;font-size:2.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.09375rem;left:1.9375rem;height:3.0872375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MHxUIdGd7QKCa0z5xTCgAmkNWfhmsVL7 { color:#000000;display:block;width:66.25rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:5.9915409088135rem;left:4.375rem;height:11.69790625rem;text-align:left;text-align-last:left;display:block; }
#wTmer0Tw8ulUwTHHLmpwd8KCehRX2Icu { color:#000000;display:block;width:30.4375rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:20.875000953674rem;left:4.375rem;height:1.94986875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yT6swhEUvuEaf9PwVTE9b1oisOQAVMTT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yT6swhEUvuEaf9PwVTE9b1oisOQAVMTT > .row .container { background-color: transparent; background-image: none; }#yT6swhEUvuEaf9PwVTE9b1oisOQAVMTT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yT6swhEUvuEaf9PwVTE9b1oisOQAVMTT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yT6swhEUvuEaf9PwVTE9b1oisOQAVMTT > .row .container > .video-iframe-container { display: none; }#yT6swhEUvuEaf9PwVTE9b1oisOQAVMTT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yT6swhEUvuEaf9PwVTE9b1oisOQAVMTT > .row > .video-iframe-container { display: none; }#yT6swhEUvuEaf9PwVTE9b1oisOQAVMTT > .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); }#yT6swhEUvuEaf9PwVTE9b1oisOQAVMTT > .row .container { border-width: 0; border-radius: 0; }#yT6swhEUvuEaf9PwVTE9b1oisOQAVMTT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yT6swhEUvuEaf9PwVTE9b1oisOQAVMTT > .row .container { font-size:0.875rem;font-family:arial;height:19.5rem;width:75rem;position:relative;display:block; }#hwzqRE7Qvdpin44QasqFyTLrtexv31tA { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.375rem dashed #040404;border-left:0.375rem dashed #040404;border-right:0.375rem dashed #040404;border-bottom:0.375rem dashed #040404;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.625rem;width:44.1875rem;top:2.75rem;left:14.062500476837rem;display:block; }
#dptELCL6i4GhotWZ6uATybzzFUswGTf2 { background-color:#ec6433;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:42.9375rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:11.750000953674rem;left:15.062500476837rem;display:block; }
#ItaWyfklquv2rgA8EEhBquHMpW4y70Vm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#b3ncH92Nnd1drwO2QLdlBQTsQeIae0Ze { color:#000000;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:17.312500953674rem;left:31.250002384186rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#SgqSk0TLckeknsdU6JeAgDTThUa25zUT { box-sizing:content-box;color:#5c5e5f;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:16.924479484558rem;left:30.625002384186rem;display:block; }
#BTAoTx6AKslISyl9cagRlOdEWvpZ91Mu .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; }
#BTAoTx6AKslISyl9cagRlOdEWvpZ91Mu .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;color:#ffffff;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:"open sans";font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#BTAoTx6AKslISyl9cagRlOdEWvpZ91Mu .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.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:"open sans";font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#BTAoTx6AKslISyl9cagRlOdEWvpZ91Mu { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:18rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;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:4.3326826095581rem;left:25.916666507721rem;z-index:15006; }
#BTAoTx6AKslISyl9cagRlOdEWvpZ91Mu #dTBpbyJy8hSBquDOfUQRZorG54EczyVm { display:flex;position:relative;top:0rem;left:0rem; }
#BTAoTx6AKslISyl9cagRlOdEWvpZ91Mu #xIbqHJDJ1edOFboGKZPkmGliKtKDUMmE { width:auto; }
#BTAoTx6AKslISyl9cagRlOdEWvpZ91Mu #bR6TE7tM9Skn9vbO4xZyVTxWzDR0aJS4 {  }
#BTAoTx6AKslISyl9cagRlOdEWvpZ91Mu #pOJmkX5ffckh4ea43sbXvzXfQJTBpByG { display:flex;position:relative;top:0rem;left:0rem; }
#BTAoTx6AKslISyl9cagRlOdEWvpZ91Mu #nIDhgJ2ebot33oROOVeaiqX6V6prBpnH {  }
#BTAoTx6AKslISyl9cagRlOdEWvpZ91Mu #umSiMKoeblHAC43reeu77VTF48XoHVu7 {  }
#BTAoTx6AKslISyl9cagRlOdEWvpZ91Mu #FFOx23acUuI1dom3AQs7ExlErSFtbR7n { display:flex;position:relative;top:0rem;left:0rem; }
#BTAoTx6AKslISyl9cagRlOdEWvpZ91Mu #bvyEkawNDKitATOMi2dCqu74T188f2qD {  }
#BTAoTx6AKslISyl9cagRlOdEWvpZ91Mu #ryPXZgk6TlXkN1Zut7amAok1EMFOv8Kk {  }
#BTAoTx6AKslISyl9cagRlOdEWvpZ91Mu #M3GTvSI6vTqaI5GOlqT9h0IdDseksWIu { display:flex;position:relative;top:0rem;left:0rem; }
#BTAoTx6AKslISyl9cagRlOdEWvpZ91Mu #LQKzLGUzEXTNfzox0s53P1Xksr5uw4bx {  }
#BTAoTx6AKslISyl9cagRlOdEWvpZ91Mu #KLHh6TuQk8CTIqqmPUBOngf1FdtyE7G6 {  }
#AV1RiOJT4FcXO8x1ehuczykU7nyfgIgP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AV1RiOJT4FcXO8x1ehuczykU7nyfgIgP > .row .container { background-color: transparent; background-image: none; }#AV1RiOJT4FcXO8x1ehuczykU7nyfgIgP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AV1RiOJT4FcXO8x1ehuczykU7nyfgIgP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AV1RiOJT4FcXO8x1ehuczykU7nyfgIgP > .row .container > .video-iframe-container { display: none; }#AV1RiOJT4FcXO8x1ehuczykU7nyfgIgP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AV1RiOJT4FcXO8x1ehuczykU7nyfgIgP > .row > .video-iframe-container { display: none; }#AV1RiOJT4FcXO8x1ehuczykU7nyfgIgP > .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); }#AV1RiOJT4FcXO8x1ehuczykU7nyfgIgP > .row .container { border-width: 0; border-radius: 0; }#AV1RiOJT4FcXO8x1ehuczykU7nyfgIgP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AV1RiOJT4FcXO8x1ehuczykU7nyfgIgP > .row .container { font-size:0.875rem;font-family:arial;height:18.4375rem;width:75rem;position:relative;display:block; }#L7KdTASJIOqaWv4ThIIeLfaqIIRqmP6I { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:5.4375rem;top:1.625rem;left:35.303586370251rem;overflow:hidden;display:block; }
#ONzh5fxuXQcfbJbcfTdJIDb4TuakETNU { color:#000000;display:block;width:6.125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.3125rem;left:31.40625rem;height:1.13736875rem;text-align:center;text-align-last:center;display:block; }
#sITAvyfV348GEAp0gmLoBxqm47b4oI6h { color:#000000;display:block;width:8.5625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7.3125rem;left:39.156252384186rem;height:1.13736875rem;text-align:center;text-align-last:center;display:block; }
#ypVm2CnWnQbSvQLsJ2Oq3ODZbuZ1Lw3c { color:#000000;display:block;width:69.5rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:10.875rem;left:2.75rem;height:4.87305625rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #gRoP0wm99GFHJCGGnArV6wa8wlK3uZS2 { display:block; }#gRoP0wm99GFHJCGGnArV6wa8wlK3uZS2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i1qvdMIlsMxwOlk30wCAbu3kcemnyEq7 { top:0.75rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2Z12KzA2H96a2V94X9T8mGRHHA7TF5C { top:3.1875rem;left:0rem;width:47.75rem;height:12.625rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOKRvUxPwFVvFAOc0fy81lSlBQ3Pb9f9 { top:-1.3125rem;left:0rem;width:47.75rem;height:32rem;display:block; }
 }@media only screen and (max-width: 763px) { #JorXPKbl7wTcUwTc9Db75bZL7OhG9d5t { display:block; }#JorXPKbl7wTcUwTc9Db75bZL7OhG9d5t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FzLyzu0zJxZeMBcxpzSfLW3N8l0SEPc4 { top:0rem;left:6.25rem;width:34.5rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SspepG9LV22JoqwgC75TA4scSiTcw3vP { top:1.625rem;left:8rem;width:31.8125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQkUl7ob6ZL7DMnGKZdXxkUzDNmVXeKi { top:2.1875rem;left:8.6875rem;width:30.4375rem;height:1.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHR8L8uJTSxfMwnVGx96fLMZboXZ61KG { width:31.25rem;height:3.4375rem;top:5.8125rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMb9intocW5mewenPCbvzHB7xx3JIGt8 { display:block; }
 }@media only screen and (max-width: 763px) { #adcftINGh8CCF5TZpm0hf9bIyLp6qs8K { top:10.25rem;left:17.625rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #whGFBKsts5QXtTZ8nqVHOJnTwb7qGWVc { top:9.875rem;left:17.625rem;width:1.75rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzShodeP3lt4p9S5rqJvw93Jyy37UmQp { display:block; }#OzShodeP3lt4p9S5rqJvw93Jyy37UmQp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R80cZg7oRTKJed3blKTrVVIKJZv36UCE { top:1.375rem;left:0rem;width:47.75rem;height:6.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHPxrmKuThrZQzzx5Jed8swlzoAvRzAw { display:block; }#nHPxrmKuThrZQzzx5Jed8swlzoAvRzAw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fGiIhTZPWN1DozMdECTAeM5T0yhWiJ10 { top:1.6875rem;left:0rem;width:12.8125rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QU5p1y0XJaxULdrn9JZ9gGtASLPooZKE { top:1.6875rem;left:3.3437504768372rem;width:43.1875rem;height:49.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KT2eOm1L6iDH532LRkoTTGDA1OftTFdl { display:block; }#KT2eOm1L6iDH532LRkoTTGDA1OftTFdl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DzRnJgVMN4W7gDzTRiP8JyhCENp5lV8z { top:1.75rem;left:0rem;width:47.75rem;height:3.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFczfKdD7fNKyON35fQcguTVvTrxPZGt { top:5.375rem;left:0rem;width:47.75rem;height:4.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaQxWT368HVgfSbGSPTKpJvzvel8CalT { display:block; }#iaQxWT368HVgfSbGSPTKpJvzvel8CalT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v2zzpq8lXrgJGkak3RSSnJ4M1Ru0hhF6 { top:2.25rem;left:0rem;width:47.75rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvUWLJnwg1fbKxGF0OvcFX4T4uB51PPv { display:block; }#NvUWLJnwg1fbKxGF0OvcFX4T4uB51PPv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BXwo4IbTZRcHIGD0I8LMXNlPCEOzpT5u { width:47.75rem;height:2.375rem;top:2.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEDbAvZFkOqrtkF39TLlC4Pebh8g3ESA { width:47.75rem;height:2rem;top:5.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5d6cTBLv7w0Gad8y7KlLTDOhsgKQ6M4 { width:47.75rem;height:0.3125rem;top:8.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gX4pw9VSRtVpZe1QgODdt3yHeah30tT3 { display:block; }#gX4pw9VSRtVpZe1QgODdt3yHeah30tT3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RWb1FziRoCl9lqoG3VW0UVUg4KIQaCbk { width:17.375rem;height:11.375rem;top:17rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsX9yA3XoRInxvWqynFDAPwDqiEwo0TE { width:16.8125rem;height:2.875rem;top:13.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6ZLQg3Q1UZNpfTtKbhHMWg7aQzRKqws { width:11.75rem;height:11.8125rem;top:0.0625rem;left:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKuPvC7ipdvwnRQKHzoAx0uA7Tgio4yi { width:11.75rem;height:11.875rem;top:0rem;left:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZ7WW2rhTxNN2MuBZgASeuB0uZKVT3Nx { width:11.75rem;height:11.75rem;top:0.0625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMx0GQ9HAembCq5chw6kViVpsNcWlass { width:16.8125rem;height:2.875rem;top:14.0625rem;left:14.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tp5pUazvJIwBfZ1f9o0upLuXdW3xQTFA { width:16.8125rem;height:2.875rem;top:14.0625rem;left:30.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsKiR71DHM2Blk01bGvFo4QR4lW1isCn { top:2.0625rem;left:3.6875rem;width:8.25rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzpQArbS1kJbynBAwA7gGfTi4m1z7BHp { top:1.75rem;left:19.4375rem;width:8.5rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pENs0TAJsTPpLeUvv0NAorW3yzXnuH6L { top:1.875rem;left:35.4375rem;width:8.5625rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJoaU1hi5xTTmUNRINR2iF8NqL8S0DZF { width:17.5rem;height:11.375rem;top:17rem;left:14.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrP8Gsx8TVHnZ6DKLZKugEXawLpXe431 { width:17.5rem;height:11.375rem;top:17rem;left:30.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZebiVLoDZAZwkG3dMGnzQ9w7AFRsJBLf { display:block; }#ZebiVLoDZAZwkG3dMGnzQ9w7AFRsJBLf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TLkFSD0V6Qn3XNTUTo8PmZfEA6LZ2ObH { top:0.875rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x098E7OLPJFwvhQzztflaz91OKemyP6e { top:10.5rem;left:0rem;width:47.75rem;height:14.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #McTUVXfWq9d4qvHFQmqxKdVO0y6fxSCw { top:7.8125rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dH5U6VNnCRQp9z3yV2CvtEMavHWVtcOs { top:26.25rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrA6eJm3bF1ogvfXfu3uMCPz0Ky8uD86 { width:34.0625rem;height:3.4375rem;top:29.4375rem;left:8.0312504768369rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWUnKp2nXtEwHiII4MzpsGi7F2BZB8Ki { display:block; }
 }@media only screen and (max-width: 763px) { #y9cZrcyv6HVBpTT1ra6x5WEb2lOLPlos { top:33.75rem;left:14.406250476837rem;width:18.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwUcu4DhzLTR7KVTAQcMTepbixCm7dIw { display:block; }#gwUcu4DhzLTR7KVTAQcMTepbixCm7dIw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K5cZddbtvRUCBo3d1bCVAlO4yT8ZmadG { top:2.625rem;left:0rem;width:47.75rem;height:5.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXNh8vxEAhlOGs5B15hBqHv4w6ufvBTK { top:11.5rem;left:0rem;width:26.5rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #saDBK0OZMc2pm2N7tpaSUahvg5sau96k { top:12.4375rem;left:0rem;width:24.6875rem;height:6.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dw9LTLwXn1MZ7bvXVAQhWMI55MWO6ETD { top:20.1875rem;left:11.385416507721rem;width:11.875rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnlbHI2TSA13HVLdo7LZKgBROpFOO5DT { top:11.5rem;left:21.25rem;width:26.5rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJpdqr4mSIu67zHBKz3Cl3ql4wsoeZe1 { top:12.4375rem;left:23.0625rem;width:24.6875rem;height:9.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #diOfW4cvspUW73qOzfAedKtIDOn4PqyG { top:21.6875rem;left:34.1875rem;width:13.5625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuaWRfzQIVT9aFBrh4OHh6fkQewQyyIp { display:block; }#LuaWRfzQIVT9aFBrh4OHh6fkQewQyyIp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tw7b1754H2lEA3gof72menlTDxiGPNLT { top:4.5rem;left:0rem;width:47.75rem;height:21.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIUA35GFfRlv3T3KkTGWb60NKA6P49zS { top:4.5rem;left:0rem;width:1.625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHid1kWUkJAiAgU5PtDwsyGLXQ83tV10 { top:10.4375rem;left:0rem;width:1.625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIGs6QtUWoh5xTXfOsTFE9AbHp6QsQ8i { top:16.125rem;left:0rem;width:1.625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FW2qaMwGTdWZuNXWlZfZKGnRU4nUTaAx { top:21.875rem;left:0rem;width:1.625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccQ4wdqox8mPPDBTDE7R30c912aWwqrt { top:1rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMKa4tQZ2rPDfadG9M5XGhbhfUP7Gplp { display:block; }#TMKa4tQZ2rPDfadG9M5XGhbhfUP7Gplp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EzsTGKw9uF7r9bufIFd1ATs2TEuTbepT { top:2.0625rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHxUIdGd7QKCa0z5xTCgAmkNWfhmsVL7 { top:5.9375rem;left:0rem;width:47.75rem;height:11.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTmer0Tw8ulUwTHHLmpwd8KCehRX2Icu { top:20.875rem;left:0rem;width:30.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yT6swhEUvuEaf9PwVTE9b1oisOQAVMTT { display:block; }#yT6swhEUvuEaf9PwVTE9b1oisOQAVMTT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hwzqRE7Qvdpin44QasqFyTLrtexv31tA { top:2.75rem;left:0.43750047683716rem;width:44.1875rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dptELCL6i4GhotWZ6uATybzzFUswGTf2 { width:42.9375rem;height:3.4375rem;top:11.75rem;left:1.4375004768372rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItaWyfklquv2rgA8EEhBquHMpW4y70Vm { display:block; }
 }@media only screen and (max-width: 763px) { #b3ncH92Nnd1drwO2QLdlBQTsQeIae0Ze { top:17.3125rem;left:17.625002384186rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgqSk0TLckeknsdU6JeAgDTThUa25zUT { top:16.875rem;left:17.000002384186rem;width:1.75rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTAoTx6AKslISyl9cagRlOdEWvpZ91Mu .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BTAoTx6AKslISyl9cagRlOdEWvpZ91Mu .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; }
#BTAoTx6AKslISyl9cagRlOdEWvpZ91Mu .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; }
#BTAoTx6AKslISyl9cagRlOdEWvpZ91Mu { display:flex;width:18rem;height:5.0625rem;top:3.625rem;left:12.291666507721rem; }
 }@media only screen and (max-width: 763px) { #BTAoTx6AKslISyl9cagRlOdEWvpZ91Mu #dTBpbyJy8hSBquDOfUQRZorG54EczyVm { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BTAoTx6AKslISyl9cagRlOdEWvpZ91Mu #xIbqHJDJ1edOFboGKZPkmGliKtKDUMmE {  }
 }@media only screen and (max-width: 763px) { #BTAoTx6AKslISyl9cagRlOdEWvpZ91Mu #bR6TE7tM9Skn9vbO4xZyVTxWzDR0aJS4 {  }
 }@media only screen and (max-width: 763px) { #BTAoTx6AKslISyl9cagRlOdEWvpZ91Mu #pOJmkX5ffckh4ea43sbXvzXfQJTBpByG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BTAoTx6AKslISyl9cagRlOdEWvpZ91Mu #nIDhgJ2ebot33oROOVeaiqX6V6prBpnH {  }
 }@media only screen and (max-width: 763px) { #BTAoTx6AKslISyl9cagRlOdEWvpZ91Mu #umSiMKoeblHAC43reeu77VTF48XoHVu7 {  }
 }@media only screen and (max-width: 763px) { #BTAoTx6AKslISyl9cagRlOdEWvpZ91Mu #FFOx23acUuI1dom3AQs7ExlErSFtbR7n { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BTAoTx6AKslISyl9cagRlOdEWvpZ91Mu #bvyEkawNDKitATOMi2dCqu74T188f2qD {  }
 }@media only screen and (max-width: 763px) { #BTAoTx6AKslISyl9cagRlOdEWvpZ91Mu #ryPXZgk6TlXkN1Zut7amAok1EMFOv8Kk {  }
 }@media only screen and (max-width: 763px) { #BTAoTx6AKslISyl9cagRlOdEWvpZ91Mu #M3GTvSI6vTqaI5GOlqT9h0IdDseksWIu { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BTAoTx6AKslISyl9cagRlOdEWvpZ91Mu #LQKzLGUzEXTNfzox0s53P1Xksr5uw4bx {  }
 }@media only screen and (max-width: 763px) { #BTAoTx6AKslISyl9cagRlOdEWvpZ91Mu #KLHh6TuQk8CTIqqmPUBOngf1FdtyE7G6 {  }
 }@media only screen and (max-width: 763px) { #AV1RiOJT4FcXO8x1ehuczykU7nyfgIgP { display:block; }#AV1RiOJT4FcXO8x1ehuczykU7nyfgIgP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L7KdTASJIOqaWv4ThIIeLfaqIIRqmP6I { top:1.625rem;left:21.678586370251rem;width:5.4375rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONzh5fxuXQcfbJbcfTdJIDb4TuakETNU { top:7.3125rem;left:17.781252384186rem;width:6.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sITAvyfV348GEAp0gmLoBxqm47b4oI6h { top:7.3125rem;left:25.531252384186rem;width:8.5625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypVm2CnWnQbSvQLsJ2Oq3ODZbuZ1Lw3c { top:10.875rem;left:0rem;width:47.75rem;height:4.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #gRoP0wm99GFHJCGGnArV6wa8wlK3uZS2 { display:block; }#gRoP0wm99GFHJCGGnArV6wa8wlK3uZS2 > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:21.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i1qvdMIlsMxwOlk30wCAbu3kcemnyEq7 { width:18.75rem;height:1.8684875rem;top:1.625rem;left:0.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2Z12KzA2H96a2V94X9T8mGRHHA7TF5C { width:18.75rem;height:13.648425rem;top:6.6875rem;left:0.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOKRvUxPwFVvFAOc0fy81lSlBQ3Pb9f9 { width:20rem;height:14.625rem;top:6.1992189064622rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JorXPKbl7wTcUwTc9Db75bZL7OhG9d5t { display:block; }#JorXPKbl7wTcUwTc9Db75bZL7OhG9d5t > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FzLyzu0zJxZeMBcxpzSfLW3N8l0SEPc4 { width:19.25rem;height:11.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SspepG9LV22JoqwgC75TA4scSiTcw3vP { width:17.625rem;height:3.4375rem;top:2.84375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQkUl7ob6ZL7DMnGKZdXxkUzDNmVXeKi { width:17.0625rem;height:1.3808625rem;top:3.875rem;left:1.46875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NHR8L8uJTSxfMwnVGx96fLMZboXZ61KG { width:18.0625rem;height:3.4375rem;top:6.90625rem;left:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMb9intocW5mewenPCbvzHB7xx3JIGt8 { display:block; }
 }@media only screen and (max-width: 763px) { #adcftINGh8CCF5TZpm0hf9bIyLp6qs8K { width:12.5rem;height:0.9746125rem;top:11.5rem;left:4.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #whGFBKsts5QXtTZ8nqVHOJnTwb7qGWVc { width:1.75rem;height:1.75rem;top:11.09375rem;left:4.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzShodeP3lt4p9S5rqJvw93Jyy37UmQp { display:block; }#OzShodeP3lt4p9S5rqJvw93Jyy37UmQp > .row .container { width:20rem;height:15.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R80cZg7oRTKJed3blKTrVVIKJZv36UCE { width:19.25rem;height:13.6458125rem;top:1.625rem;left:0.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHPxrmKuThrZQzzx5Jed8swlzoAvRzAw { display:block; }#nHPxrmKuThrZQzzx5Jed8swlzoAvRzAw > .row .container { width:20rem;height:95.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fGiIhTZPWN1DozMdECTAeM5T0yhWiJ10 { width:9.375rem;height:8.625rem;top:0.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QU5p1y0XJaxULdrn9JZ9gGtASLPooZKE { width:18.75rem;height:81.88536875rem;top:11.000000953674rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KT2eOm1L6iDH532LRkoTTGDA1OftTFdl { display:block; }#KT2eOm1L6iDH532LRkoTTGDA1OftTFdl > .row .container { width:20rem;height:25.25131237793rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DzRnJgVMN4W7gDzTRiP8JyhCENp5lV8z { width:18.75rem;height:8.53125rem;top:1.25rem;left:0.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFczfKdD7fNKyON35fQcguTVvTrxPZGt { width:18.75rem;height:15.5989375rem;top:9.6529951095581rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaQxWT368HVgfSbGSPTKpJvzvel8CalT { display:block; }#iaQxWT368HVgfSbGSPTKpJvzvel8CalT > .row .container { width:20rem;height:34.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v2zzpq8lXrgJGkak3RSSnJ4M1Ru0hhF6 { width:18.625rem;height:10.3958125rem;top:1.8111977577209rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvUWLJnwg1fbKxGF0OvcFX4T4uB51PPv { display:block; }#NvUWLJnwg1fbKxGF0OvcFX4T4uB51PPv > .row .container { width:20rem;height:7.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BXwo4IbTZRcHIGD0I8LMXNlPCEOzpT5u { width:20rem;height:3rem;top:0.68359375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEDbAvZFkOqrtkF39TLlC4Pebh8g3ESA { width:18.75rem;height:3.1497375rem;top:3.6835942268372rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5d6cTBLv7w0Gad8y7KlLTDOhsgKQ6M4 { width:19.875rem;height:0.1875rem;top:7.1451821327213rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gX4pw9VSRtVpZe1QgODdt3yHeah30tT3 { display:block; }#gX4pw9VSRtVpZe1QgODdt3yHeah30tT3 > .row .container { width:20rem;height:92.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RWb1FziRoCl9lqoG3VW0UVUg4KIQaCbk { width:16.0625rem;height:10.19925rem;top:17.768230438233rem;left:1.9687501192093rem;font-size:1rem;text-align:justify;text-align-last:initial;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #dsX9yA3XoRInxvWqynFDAPwDqiEwo0TE { width:15.125rem;height:2.92448125rem;top:14.844390869141rem;left:2.4375001192093rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6ZLQg3Q1UZNpfTtKbhHMWg7aQzRKqws { width:11.75rem;height:11.8125rem;top:30.479169845581rem;left:4.0000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKuPvC7ipdvwnRQKHzoAx0uA7Tgio4yi { width:11.75rem;height:11.875rem;top:61.692698478699rem;left:4.0000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZ7WW2rhTxNN2MuBZgASeuB0uZKVT3Nx { width:11.75rem;height:11.75rem;top:1.8743491172791rem;left:4.0000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMx0GQ9HAembCq5chw6kViVpsNcWlass { width:16.8125rem;height:2.92448125rem;top:44.483714103699rem;left:1.5937501192093rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tp5pUazvJIwBfZ1f9o0upLuXdW3xQTFA { width:16.8125rem;height:2.92448125rem;top:75.939443111419rem;left:1.5937501192093rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsKiR71DHM2Blk01bGvFo4QR4lW1isCn { display:flex;width:8.25rem;height:8.25rem;top:3.7493491172791rem;left:5.8750001192093rem; }
 }@media only screen and (max-width: 763px) { #kzpQArbS1kJbynBAwA7gGfTi4m1z7BHp { display:flex;width:8.5rem;height:8.5rem;top:32.260414123535rem;left:5.7500001192093rem; }
 }@media only screen and (max-width: 763px) { #pENs0TAJsTPpLeUvv0NAorW3yzXnuH6L { display:flex;width:8.5625rem;height:8.5625rem;top:63.473297119137rem;left:5.7187501192093rem; }
 }@media only screen and (max-width: 763px) { #bJoaU1hi5xTTmUNRINR2iF8NqL8S0DZF { width:17.5rem;height:10.1992375rem;top:48.440113067627rem;left:1.2500001192093rem;font-size:1rem;text-align:justify;text-align-last:initial;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #NrP8Gsx8TVHnZ6DKLZKugEXawLpXe431 { width:17.5rem;height:10.19924375rem;top:79.56316661835rem;left:1.2500001192093rem;font-size:1rem;text-align:justify;text-align-last:initial;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #ZebiVLoDZAZwkG3dMGnzQ9w7AFRsJBLf { display:block; }#ZebiVLoDZAZwkG3dMGnzQ9w7AFRsJBLf > .row .container { width:20rem;height:54.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TLkFSD0V6Qn3XNTUTo8PmZfEA6LZ2ObH { width:19.125rem;height:5.84895625rem;top:1.3111972808838rem;left:0.291015625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x098E7OLPJFwvhQzztflaz91OKemyP6e { width:20rem;height:27.7825375rem;top:10.958325244141rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #McTUVXfWq9d4qvHFQmqxKdVO0y6fxSCw { width:20rem;height:1.94986875rem;top:7.7591064941406rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dH5U6VNnCRQp9z3yV2CvtEMavHWVtcOs { width:20rem;height:5.8496125rem;top:39.990200244141rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MrA6eJm3bF1ogvfXfu3uMCPz0Ky8uD86 { width:17.75rem;height:3.4375rem;top:47.151691436767rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWUnKp2nXtEwHiII4MzpsGi7F2BZB8Ki { display:block; }
 }@media only screen and (max-width: 763px) { #y9cZrcyv6HVBpTT1ra6x5WEb2lOLPlos { width:18.9375rem;height:1.13736875rem;top:51.839202880859rem;left:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwUcu4DhzLTR7KVTAQcMTepbixCm7dIw { display:block; }#gwUcu4DhzLTR7KVTAQcMTepbixCm7dIw > .row .container { width:20rem;height:50.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K5cZddbtvRUCBo3d1bCVAlO4yT8ZmadG { width:18.75rem;height:9.75rem;top:2.125rem;left:0.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXNh8vxEAhlOGs5B15hBqHv4w6ufvBTK { width:18.75rem;height:16.75rem;top:13.499996185302rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #saDBK0OZMc2pm2N7tpaSUahvg5sau96k { width:18.3125rem;height:6.82425rem;top:14.718750953674rem;left:0.84375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dw9LTLwXn1MZ7bvXVAQhWMI55MWO6ETD { width:12.5rem;height:2.2747375rem;top:22.375rem;left:6.91666662693rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #QnlbHI2TSA13HVLdo7LZKgBROpFOO5DT { width:20rem;height:16.75rem;top:31.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJpdqr4mSIu67zHBKz3Cl3ql4wsoeZe1 { width:18.8125rem;height:9.0989375rem;top:33.34375rem;left:0.90625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #diOfW4cvspUW73qOzfAedKtIDOn4PqyG { width:13.875rem;height:2.2747375rem;top:43.061849594116rem;left:6.1250001192093rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #LuaWRfzQIVT9aFBrh4OHh6fkQewQyyIp { display:block; }#LuaWRfzQIVT9aFBrh4OHh6fkQewQyyIp > .row .container { width:20rem;height:66.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tw7b1754H2lEA3gof72menlTDxiGPNLT { width:18.625rem;height:36.3854125rem;top:6.1848964691162rem;left:1.3750001192093rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #qIUA35GFfRlv3T3KkTGWb60NKA6P49zS { width:1.625rem;height:1.625rem;top:6.1848959922791rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHid1kWUkJAiAgU5PtDwsyGLXQ83tV10 { width:1.625rem;height:1.625rem;top:35.881511688233rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIGs6QtUWoh5xTXfOsTFE9AbHp6QsQ8i { width:1.625rem;height:1.625rem;top:25.444661855698rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FW2qaMwGTdWZuNXWlZfZKGnRU4nUTaAx { width:1.625rem;height:1.625rem;top:15.189453125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccQ4wdqox8mPPDBTDE7R30c912aWwqrt { width:20rem;height:4.875rem;top:0.62498092651367rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMKa4tQZ2rPDfadG9M5XGhbhfUP7Gplp { display:block; }#TMKa4tQZ2rPDfadG9M5XGhbhfUP7Gplp > .row .container { width:20rem;height:32.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EzsTGKw9uF7r9bufIFd1ATs2TEuTbepT { width:18.75rem;height:6.09375rem;top:1.25rem;left:0.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHxUIdGd7QKCa0z5xTCgAmkNWfhmsVL7 { width:20rem;height:19.492175rem;top:8.59375rem;left:0rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #wTmer0Tw8ulUwTHHLmpwd8KCehRX2Icu { width:18.75rem;height:1.94986875rem;top:30.812490463257rem;left:0.625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yT6swhEUvuEaf9PwVTE9b1oisOQAVMTT { display:block; }#yT6swhEUvuEaf9PwVTE9b1oisOQAVMTT > .row .container { width:20rem;height:18.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hwzqRE7Qvdpin44QasqFyTLrtexv31tA { width:19.25rem;height:12.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dptELCL6i4GhotWZ6uATybzzFUswGTf2 { width:13.875rem;height:3.4375rem;top:9.78125rem;left:3.0625001192093rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItaWyfklquv2rgA8EEhBquHMpW4y70Vm { display:block; }
 }@media only screen and (max-width: 763px) { #b3ncH92Nnd1drwO2QLdlBQTsQeIae0Ze { width:10.375rem;height:0.9746125rem;top:17.115886688233rem;left:4.8125001192093rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgqSk0TLckeknsdU6JeAgDTThUa25zUT { width:1.75rem;height:1.75rem;top:16.727865219116rem;left:3.0625001192093rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTAoTx6AKslISyl9cagRlOdEWvpZ91Mu .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BTAoTx6AKslISyl9cagRlOdEWvpZ91Mu .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;background-color:#f10a1f;background-image:none; }
#BTAoTx6AKslISyl9cagRlOdEWvpZ91Mu .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; }
#BTAoTx6AKslISyl9cagRlOdEWvpZ91Mu { display:flex;width:18rem;height:5.0625rem;top:2.71875rem;left:0.375rem; }
 }@media only screen and (max-width: 763px) { #BTAoTx6AKslISyl9cagRlOdEWvpZ91Mu #dTBpbyJy8hSBquDOfUQRZorG54EczyVm { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BTAoTx6AKslISyl9cagRlOdEWvpZ91Mu #xIbqHJDJ1edOFboGKZPkmGliKtKDUMmE {  }
 }@media only screen and (max-width: 763px) { #BTAoTx6AKslISyl9cagRlOdEWvpZ91Mu #bR6TE7tM9Skn9vbO4xZyVTxWzDR0aJS4 {  }
 }@media only screen and (max-width: 763px) { #BTAoTx6AKslISyl9cagRlOdEWvpZ91Mu #pOJmkX5ffckh4ea43sbXvzXfQJTBpByG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BTAoTx6AKslISyl9cagRlOdEWvpZ91Mu #nIDhgJ2ebot33oROOVeaiqX6V6prBpnH {  }
 }@media only screen and (max-width: 763px) { #BTAoTx6AKslISyl9cagRlOdEWvpZ91Mu #umSiMKoeblHAC43reeu77VTF48XoHVu7 {  }
 }@media only screen and (max-width: 763px) { #BTAoTx6AKslISyl9cagRlOdEWvpZ91Mu #FFOx23acUuI1dom3AQs7ExlErSFtbR7n { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BTAoTx6AKslISyl9cagRlOdEWvpZ91Mu #bvyEkawNDKitATOMi2dCqu74T188f2qD {  }
 }@media only screen and (max-width: 763px) { #BTAoTx6AKslISyl9cagRlOdEWvpZ91Mu #ryPXZgk6TlXkN1Zut7amAok1EMFOv8Kk {  }
 }@media only screen and (max-width: 763px) { #BTAoTx6AKslISyl9cagRlOdEWvpZ91Mu #M3GTvSI6vTqaI5GOlqT9h0IdDseksWIu { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BTAoTx6AKslISyl9cagRlOdEWvpZ91Mu #LQKzLGUzEXTNfzox0s53P1Xksr5uw4bx {  }
 }@media only screen and (max-width: 763px) { #BTAoTx6AKslISyl9cagRlOdEWvpZ91Mu #KLHh6TuQk8CTIqqmPUBOngf1FdtyE7G6 {  }
 }@media only screen and (max-width: 763px) { #AV1RiOJT4FcXO8x1ehuczykU7nyfgIgP { display:block; }#AV1RiOJT4FcXO8x1ehuczykU7nyfgIgP > .row .container { width:20rem;height:24.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L7KdTASJIOqaWv4ThIIeLfaqIIRqmP6I { width:4.5625rem;height:3.4375rem;top:0rem;left:7.7187505960462rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONzh5fxuXQcfbJbcfTdJIDb4TuakETNU { width:6.125rem;height:1.13736875rem;top:4.5299482345581rem;left:2.6875001192093rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sITAvyfV348GEAp0gmLoBxqm47b4oI6h { width:6.625rem;height:1.13736875rem;top:4.5299482345581rem;left:11.281250596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypVm2CnWnQbSvQLsJ2Oq3ODZbuZ1Lw3c { width:18.75rem;height:15.59375rem;top:7.6875rem;left:0.625rem;font-size:0.75rem;display:block; }
 }