.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:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#slqgalJ7Xz3c8Wg9g32U0M5Ge19p0rrM { position:relative;display:none; }#slqgalJ7Xz3c8Wg9g32U0M5Ge19p0rrM { border-width: 0; border-radius: 0; }#slqgalJ7Xz3c8Wg9g32U0M5Ge19p0rrM > .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; }#slqgalJ7Xz3c8Wg9g32U0M5Ge19p0rrM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:1.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#KXs47937vCLu9la6zEXTUGRTJDduFqwF { position:absolute;display:block;z-index:15000;height:0.99935rem;width:1.81206875rem;top:0rem;left:0.91471481323244rem;display:block; }
#gSkW0XtHwrI9gLTKbwNIq1c5d2ukmBb2 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:0.125rem;left:70.3125rem; }
#gSkW0XtHwrI9gLTKbwNIq1c5d2ukmBb2 > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#d1tnkkxlRaGCQrUlmGHv9DaCZTWXTxl3 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:0.1875rem;left:71.75rem; }
#d1tnkkxlRaGCQrUlmGHv9DaCZTWXTxl3 > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#Ibulu8uW1FJWr52HtMLOXCCDsuE3kwZD { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:0.1875rem;left:73.1875rem; }
#Ibulu8uW1FJWr52HtMLOXCCDsuE3kwZD > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#K5TJpxAw1ZVRBSvhvs0O7urb0WpoX9b4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(183deg, #051d4b, #000000);background-image: -moz-linear-gradient(183deg, #051d4b, #000000);background-image: -ms-linear-gradient(183deg, #051d4b, #000000);background-image: -o-linear-gradient(183deg, #051d4b, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#051d4b', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#051d4b', endColorstr='#000000' );";background-image: linear-gradient(183deg, #051d4b, #000000);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#K5TJpxAw1ZVRBSvhvs0O7urb0WpoX9b4 > .row .container { border-width: 0; border-radius: 0; }#K5TJpxAw1ZVRBSvhvs0O7urb0WpoX9b4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K5TJpxAw1ZVRBSvhvs0O7urb0WpoX9b4 > .row .container { font-size:0.875rem;font-family:arial;height:6.8125rem;width:75rem;position:relative;display:none; }#LyDqlPGTh9I2TJVccxNoQQErkRWEZP53 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:3rem;width:3rem;top:2rem;left:8.4375rem;overflow:hidden;display:none; }
#Thhnm164H8q1GMpDQePHT4Wg6TyiqFS8 { color:#ffffff;display:block;width:9.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.755859375rem;left:12.25rem;height:0;display:none; }
#MMIeoksdI0J6gwhdgqdZAWoHPIg8EVHv { color:#ffffff;display:block;width:6.625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.755859375rem;left:27.3115234375rem;height:0;display:none; }
#X6s7PHdEU35ubTMOOk0lZcl1RyiK3wq1 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.9375rem;width:3.0625rem;top:2rem;left:23.3125rem;overflow:hidden;display:none; }
#mEGOOBCVncu342ch199A93wFMF9GD9td { color:#ffffff;display:block;width:9.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:2.75rem;left:41rem;height:0;display:none; }
#DFGfFni7dzr4OJRZHIuTAQ2ZLwNtnVK0 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.99913125rem;width:2.99913125rem;top:2rem;left:36.8125rem;overflow:hidden;display:none; }
#qrtsxMfx5u8LveH4293CCKzX8fo8U1Oe { color:#ffffff;display:block;width:7.4375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:2.6875rem;left:56.25rem;height:0;display:none; }
#AaRV1LwamLZ3rsKee4G8RKnc2lFrBxgG { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:3rem;width:3rem;top:2rem;left:52.1875rem;overflow:hidden;display:none; }
#amKWqh5nIAUz8NgXTeduZdKyTeNJ1KT3 { position:absolute;display:block;z-index:14999;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;border-left:0.0625rem solid rgba(255,255,255,0.78);border-right:0.0625rem solid rgba(255,255,255,0.78);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;height:7.4375rem;width:65.625rem;top:0rem;left:4.6875rem;display:block; }
#zvasUm2SIAaAITULnDOJUDnKTNDUk7dC { color:#ffffff;display:block;width:45.6875rem;position:absolute;font-family:poppins;font-size:1.8125rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:2.228515625rem;left:14.65625rem;height:2.35595625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fqO4Tvy654XielsinLQ5DdQUu9ttqrHQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4480a6;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; }#fqO4Tvy654XielsinLQ5DdQUu9ttqrHQ > .row .container { background-color: transparent; background-image: none; }#fqO4Tvy654XielsinLQ5DdQUu9ttqrHQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fqO4Tvy654XielsinLQ5DdQUu9ttqrHQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fqO4Tvy654XielsinLQ5DdQUu9ttqrHQ > .row .container > .video-iframe-container { display: none; }#fqO4Tvy654XielsinLQ5DdQUu9ttqrHQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fqO4Tvy654XielsinLQ5DdQUu9ttqrHQ > .row > .video-iframe-container { display: none; }#fqO4Tvy654XielsinLQ5DdQUu9ttqrHQ > .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); }#fqO4Tvy654XielsinLQ5DdQUu9ttqrHQ > .row .container { border-width: 0; border-radius: 0; }#fqO4Tvy654XielsinLQ5DdQUu9ttqrHQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fqO4Tvy654XielsinLQ5DdQUu9ttqrHQ > .row .container { font-size:0.875rem;font-family:arial;height:8.25rem;width:75rem;position:relative;display:block; }#IXqpVp9xTI7HfGz6Tx91NN1tP1pV159N { color:#ffffff;display:block;width:16.4375rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:1.5029296875rem;left:9.775390625rem;height:1.86865rem;text-align:left;text-align-last:left;display:block; }
#uRxmxyH14DIy6mEM5mz71TfaLOTuH6wE .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; }
#uRxmxyH14DIy6mEM5mz71TfaLOTuH6wE .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; }
#uRxmxyH14DIy6mEM5mz71TfaLOTuH6wE .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; }
#uRxmxyH14DIy6mEM5mz71TfaLOTuH6wE { 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:0.96875rem;left:38.306640625rem;z-index:15014; }
#uRxmxyH14DIy6mEM5mz71TfaLOTuH6wE #KkfOlpdmOZiFxeDthP1MfqfNEvCsNI50 { display:flex;position:relative;top:0rem;left:0rem; }
#uRxmxyH14DIy6mEM5mz71TfaLOTuH6wE #y4QQZpawIeeRKd5LssZ4mL43hmH43SrS { width:auto; }
#uRxmxyH14DIy6mEM5mz71TfaLOTuH6wE #pNKmiRQhSXonDmuuTlmUCFCQGGZNCXGC {  }
#uRxmxyH14DIy6mEM5mz71TfaLOTuH6wE #MuMzNV2GeMlHuTgTW3nVAVl1avqWz5Gd { display:flex;position:relative;top:0rem;left:0rem; }
#uRxmxyH14DIy6mEM5mz71TfaLOTuH6wE #Tv4oTnnuIEFlESPoTdMeWG6UCmg4hPxJ {  }
#uRxmxyH14DIy6mEM5mz71TfaLOTuH6wE #SVN12OiswAxal11Pg64Rvt4kTqHdnCeX {  }
#uRxmxyH14DIy6mEM5mz71TfaLOTuH6wE #ToAgqbRNklaOWTHfALNu9g4c314i5Zvd { display:flex;position:relative;top:0rem;left:0rem; }
#uRxmxyH14DIy6mEM5mz71TfaLOTuH6wE #ACEVuWM6Vv3PJziL8bQAWo6TH7xeh86O {  }
#uRxmxyH14DIy6mEM5mz71TfaLOTuH6wE #cqlgS9kIP6gFl6h4TWHqlC3a90N8ax2a {  }
#uRxmxyH14DIy6mEM5mz71TfaLOTuH6wE #Bn9NTEilvepyKdoEuGUQigy3mrnnmNbE { display:flex;position:relative;top:0rem;left:0rem; }
#uRxmxyH14DIy6mEM5mz71TfaLOTuH6wE #Z1uOUI1s6ZeC9ayUiH6wHFDVO6ZxDTw6 {  }
#uRxmxyH14DIy6mEM5mz71TfaLOTuH6wE #I3OnPt2LBZ0tA9AAnLs9VyZgQyO8no61 {  }
#khaHr1EQ4CWNUmW353AzAkPzR3H4tWfB { color:#ffffff;display:block;width:25.8125rem;position:absolute;font-family:lobster;font-size:1.4375rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:3.37060546875rem;left:19.556640625rem;height:1.86865rem;text-align:left;text-align-last:left;display:block; }
#qkGB1Czo01BnOkS7Gw3KwFHsEgOIyHvg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#051d4b;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; }#qkGB1Czo01BnOkS7Gw3KwFHsEgOIyHvg > .row .container { background-color: transparent; background-image: none; }#qkGB1Czo01BnOkS7Gw3KwFHsEgOIyHvg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qkGB1Czo01BnOkS7Gw3KwFHsEgOIyHvg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qkGB1Czo01BnOkS7Gw3KwFHsEgOIyHvg > .row .container > .video-iframe-container { display: none; }#qkGB1Czo01BnOkS7Gw3KwFHsEgOIyHvg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qkGB1Czo01BnOkS7Gw3KwFHsEgOIyHvg > .row > .video-iframe-container { display: none; }#qkGB1Czo01BnOkS7Gw3KwFHsEgOIyHvg > .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); }#qkGB1Czo01BnOkS7Gw3KwFHsEgOIyHvg > .row .container { border-width: 0; border-radius: 0; }#qkGB1Czo01BnOkS7Gw3KwFHsEgOIyHvg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qkGB1Czo01BnOkS7Gw3KwFHsEgOIyHvg > .row .container { font-size:0.875rem;font-family:arial;height:115rem;width:75rem;position:relative;display:block; }#FtDF7v7SoHRCfuvzQXJPhOT26rQo6DtH { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #051d4b, #0d4d8e);background-image: -moz-linear-gradient(0deg, #051d4b, #0d4d8e);background-image: -ms-linear-gradient(0deg, #051d4b, #0d4d8e);background-image: -o-linear-gradient(0deg, #051d4b, #0d4d8e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#051d4b', endColorstr='#0d4d8e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#051d4b', endColorstr='#0d4d8e' );";background-image: linear-gradient(0deg, #051d4b, #0d4d8e);background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.3125rem 0.3125rem 0.6875rem rgba(255,255,255,0.3) ;height:97.75rem;width:17.625rem;top:13.75rem;left:38.5rem;display:block; }
#nmNhu2fTwcWuGKrRtlsFvNkr9wqJLePk { position:absolute;display:block;z-index:15011;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: none;height:0.3125rem;width:3.125rem;top:22.8125rem;left:45.8125rem;display:block; }
#ZnygwW0xHxsISfFsDC24QaZKUD15k5AT { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.0625rem;width:16.6875rem;top:1.20556640625rem;left:39.625rem;overflow:hidden;display:block; }
#ssAVXN24mgsSFb49o98wG1cHDaWIqWXM { background-color:#ea4a86;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;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:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.4375rem;height:4rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:83.8369140625rem;left:40.15625rem;display:block; }
#E7buhWDGLMlGrRiIJzAOTXRltdDlpNsO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Pco8T6M460CqiIz1TAWZoNsxViwJWqAa { color:#f20505;display:block;width:12.5rem;position:absolute;font-family:oswald;font-size:1.6875rem;font-weight:300;z-index:15049;line-height:1.3;letter-spacing:0;top:78.25rem;left:41.125rem;height:2.1933625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WDgXM35mwVsCFVQKXZZ0QKROCuT6S4uJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.936525rem;width:1.936525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:92.712890625rem;left:39.625rem; }
#xwHKWeuJFUE6AxKZOGNqHeJGSpRNmlcV { color:#f5f3f4;display:block;width:13.25rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15049;line-height:1.3;letter-spacing:0;top:25.6435546875rem;left:42.43701171875rem;height:2.2744125rem;font-style:normal;display:block; }
#wrbzSNR6QeqpScrNbHILFUugl3VzF7sP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.68728125rem;width:1.68728125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:25.6875rem;left:39.9375rem; }
#TAQqA8oW4kWFviA1d5lh1vGm2Oxh7aoT { color:#ffffff;display:block;width:12.8125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:28.8125rem;left:42.46826171875rem;height:4.548825rem;font-style:normal;display:block; }
#nxoLyFMfSNQIOObPFIzHza8swXUBJe5B { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6862rem;width:1.6862rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:28.8125rem;left:39.9375rem; }
#XHTIf9BePkPHIKlN7IHfXTuZ4kPHV5g0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6860375rem;width:1.6860375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:34.73046875rem;left:40.0625rem; }
#gaPEcJfD5AuMFaAR3rzgthBpIOQOS3hx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6860375rem;width:1.6860375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:40.01171875rem;left:40.15673828125rem; }
#TZVnOf6FVEI0K0T3XXuxvsecf2X7Hla6 { background-color:rgba(197,26,146,0.72);background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;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:poppins;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4375rem;height:3.4375rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:101.94921875rem;left:39.65625rem;display:block; }
#g0KcnPiV08oFAkkNt97fusU5yEsJUqnn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Eo9q7OHdsU0GMFNNbV4bKeruKoRs1nz9 { position:absolute;display:block;z-index:15011;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: none;height:0.3125rem;width:3.125rem;top:23.3125rem;left:45.75rem;display:none; }
#RAeaQaTOGHXxSWTTo0HvO1yP7LMkc7uT { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:oswald;font-size:1.75rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:19.37451171875rem;left:41.125rem;height:2.2749rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nQZO6PSmy4bCCiIOBSyXRaoQn7oMhwuR { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15054;line-height:1.3;letter-spacing:0;top:45.94873046875rem;left:42.74951171875rem;height:4.548825rem;font-style:normal;display:block; }
#fXz4FrTZJJlwwTXu57a9doMtB6GCFvLc { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15055;line-height:1.3;letter-spacing:0;top:40.01171875rem;left:42.6240234375rem;height:3.41161875rem;font-style:normal;display:block; }
#ogpDdw3TgUOX812UykTtGUMbGucNXDeZ { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15056;line-height:1.3;letter-spacing:0;top:34.73046875rem;left:42.52978515625rem;height:3.41161875rem;font-style:normal;display:block; }
#e0pzwPcLAmz4pxgldlvQyC0TT8h91EFb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6860375rem;width:1.6860375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:45.94873046875rem;left:40.25rem; }
#wFKGh7MtUVlWhholASeziZmxK0iAAe7U { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15057;line-height:1.3;letter-spacing:0;top:51.94873046875rem;left:42.8115234375rem;height:4.548825rem;font-style:normal;display:block; }
#XdRP5xGtMZGb9mftStbPeB2gZ2UQGV7F { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6860375rem;width:1.6860375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:52.06298828125rem;left:40.34423828125rem; }
#bbETOMkMXli3Iidyt5cFK3tEWWILXHKK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6860375rem;width:1.6860375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:58.40673828125rem;left:40.46923828125rem; }
#QCQvWJ335Iu2fWxTzwtGwnQsIZy1VGxo { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15058;line-height:1.3;letter-spacing:0;top:58.3623046875rem;left:42.81201171875rem;height:2.2744125rem;font-style:normal;display:block; }
#mM8VXycpNO35IzO9hpOA5Az29w7fgcnO { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15059;line-height:1.3;letter-spacing:0;top:62.625rem;left:42.78076171875rem;height:5.68603125rem;font-style:normal;display:block; }
#AtlB1wvqntlEAsHk1o2CUkKUycoAWZet { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6860375rem;width:1.6860375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:62.625rem;left:40.40673828125rem; }
#xVmsE7fOuVoV1bIyW5VM0F53zmEK7cSJ { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:oswald;font-size:1.0625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:108.19921875rem;left:41.125rem;height:2.761725rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Hih89GWfI3EKAlK2lSLlbNOSxqvk8Oqa { color:#ffffff;display:block;width:16rem;position:absolute;font-family:oswald;font-size:1.0625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:71.13427734375rem;left:39.84375rem;height:4.1425875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DfbQuMiTRPeV4cDGxb83edNEz8a9C3OL { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:oswald;font-size:1rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:17.88720703125rem;left:41rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#skzxfmf6qrNHGvbHTNl0CT7tGiRkM5iP { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #f5f3f4;border-left:0.0625rem solid #f5f3f4;border-right:0.0625rem solid #f5f3f4;border-bottom:0.0625rem solid #f5f3f4;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.3125rem 0.3125rem 0.6875rem rgba(255,255,255,0.3) ;height:87.125rem;width:17.625rem;top:15.5625rem;left:38.5rem;display:block; }
#x9RTQigdeZrkGyWv9v43n8FSxZnPCfNv { background-color:#3be3a1;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;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:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.4375rem;height:4.1875rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:90.3994140625rem;left:40.15625rem;display:block; }
#y1P9h2yXCiNW3spD0LX7Qgxha97808bw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mJVT27dvvNlT2Of4e25SkJoLtQouN0ec { color:#ffffff;display:block;width:16rem;position:absolute;font-family:oswald;font-size:1.0625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:93.95263671875rem;left:39.5rem;height:4.1425875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#D8lCnF7Z6IZ5kN8vUP3OM47Fe3ri7d5B { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15060;opacity:1;top:94.6494140625rem;left:40.15625rem; }
#WcQJabTe5bQdvK9c2DSIFnpxBSNBUlvC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#051d4b;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#WcQJabTe5bQdvK9c2DSIFnpxBSNBUlvC > .row .container { border-width: 0; border-radius: 0; }#WcQJabTe5bQdvK9c2DSIFnpxBSNBUlvC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WcQJabTe5bQdvK9c2DSIFnpxBSNBUlvC > .row .container { font-size:0.875rem;font-family:arial;height:107.6875rem;width:75rem;position:relative;display:none; }#HVefnGTUTmiKvgDNACRDychyxG9zM0ut { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #051d4b, #0d4d8e);background-image: -moz-linear-gradient(0deg, #051d4b, #0d4d8e);background-image: -ms-linear-gradient(0deg, #051d4b, #0d4d8e);background-image: -o-linear-gradient(0deg, #051d4b, #0d4d8e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#051d4b', endColorstr='#0d4d8e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#051d4b', endColorstr='#0d4d8e' );";background-image: linear-gradient(0deg, #051d4b, #0d4d8e);background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.3125rem 0.3125rem 0.6875rem rgba(255,255,255,0.3) ;height:91.375rem;width:17.625rem;top:13.75rem;left:38.5rem;display:block; }
#yyiXsRLGIPlvoPFgDbMht6Z57H0VWwZz { position:absolute;display:block;z-index:15011;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: none;height:0.3125rem;width:3.125rem;top:23.3125rem;left:45.75rem;display:block; }
#JJV1qK3IG8pGDO9WEtD3d4kcTWGHSKIk { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.0625rem;width:16.6875rem;top:1.20556640625rem;left:39.625rem;overflow:hidden;display:block; }
#piiFHaGwbxgrRLrmrTmvuPqSiTnUrfT6 { background-color:#051d4b;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;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:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.4355625rem;height:3.4375rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:85.64892578125rem;left:40.15673828125rem;display:block; }
#E35VlazZpvibr3pmCSd522LDtwNpfT3f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KEhoObTLGuDhT42l7Bf3aG70eveu81Ru { color:#ffffff;display:block;width:8.3125rem;position:absolute;font-family:oswald;font-size:1.75rem;font-weight:300;z-index:15048;line-height:1.3;letter-spacing:0;top:79.53125rem;left:45.375rem;height:2.2749rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kT6kEEkzatCqIilo8Sgo6cOFL689nrd7 { color:#f20505;display:block;width:12.5rem;position:absolute;font-family:oswald;font-size:1.5625rem;font-weight:300;z-index:15049;line-height:1.3;letter-spacing:0;top:77.5rem;left:41.125rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Qe24r4U900vq2V4naXkbUT1E07xe7aaD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.936525rem;width:1.936525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:86.3994140625rem;left:41.125rem; }
#tk1eMQFDoWTDOyXypR3ZkBbgD6fiq5ua { color:#f5f3f4;display:block;width:13.25rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15049;line-height:1.3;letter-spacing:0;top:26rem;left:42.4375rem;height:1.13720625rem;font-style:normal;display:block; }
#FIlHwISUkBOoLLAx1O9mzvK5XMu9K6Rk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.68728125rem;width:1.68728125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:25.6875rem;left:39.9375rem; }
#g3nEsDuCRi1bOn7TtMkA63o8w0UGwbhA { color:#ffffff;display:block;width:12.8125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:28.8125rem;left:42.46826171875rem;height:4.548825rem;font-style:normal;display:block; }
#U2iTlo2KouXSbi7k4o4u3ZEoX5fAm1xV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6862rem;width:1.6862rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:28.8125rem;left:39.9375rem; }
#ANnvWNl4TmOI3SrDA7ycF2XSFQICiFSG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6860375rem;width:1.6860375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:34.73046875rem;left:40.0625rem; }
#AVKPHsXRqei25bx9x9TP2gzrP3RzGC5u { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6860375rem;width:1.6860375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:40.82421875rem;left:40.0625rem; }
#EtHZ12bT1uBd6Kto5e07bx2uhc42clzH { background-color:rgba(197,26,146,0.72);background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;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:poppins;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4375rem;height:2.9375rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:91.5rem;left:39.65625rem;display:block; }
#kBfTE9zKLdegaFza4RHm2f9iLaw2c7o5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sZnnX9TJwE8bsqOG6ZLNzFBua4BZo1C6 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:oswald;font-size:1.75rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:79.53076171875rem;left:37.34326171875rem;height:2.2749rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#y15RvAPwxpl3cAAEFAxaR9lraOipJHGS { position:absolute;display:block;z-index:15011;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: none;height:0.3125rem;width:3.125rem;top:23.3125rem;left:45.75rem;display:none; }
#ZK3gmfV9FsZAgm89rpqOe9IPRR3zPezb { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:oswald;font-size:1.75rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:20.05615234375rem;left:41.125rem;height:2.2749rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bv3EDNhkTMT3IyAVc2432nx8IHVZWgCt { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15054;line-height:1.3;letter-spacing:0;top:34.54296875rem;left:42.185546875rem;height:4.548825rem;font-style:normal;display:block; }
#NcRpLxEhmTL4OeNdDqP0gRwGeMHcVNQh { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15055;line-height:1.3;letter-spacing:0;top:40.69921875rem;left:42.28076171875rem;height:3.41161875rem;font-style:normal;display:block; }
#PtxLggIc1GMpuSgwA1i8WNCiE31I6Cba { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15056;line-height:1.3;letter-spacing:0;top:45.82373046875rem;left:42.40576171875rem;height:3.41161875rem;font-style:normal;display:block; }
#mraRm1dr1P3d6Gx3AxMJsWRSkHSPyN81 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6860375rem;width:1.6860375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:45.94873046875rem;left:40.25rem; }
#NQgkJg1wcLZQ5b1IMSXkTq8lEVQB6Vk5 { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15057;line-height:1.3;letter-spacing:0;top:51.13623046875rem;left:42.46826171875rem;height:5.68603125rem;font-style:normal;display:block; }
#eO4SnXmDb4l7H2Sd8Q0REBErIgyPh0Xu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6860375rem;width:1.6860375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:51.25048828125rem;left:40.34423828125rem; }
#yTucmwOM2AOadgsH7RR7ba6SNFRhICTP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6860375rem;width:1.6860375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:58.34423828125rem;left:40.40673828125rem; }
#HxxBgfLobIl356wT3rNOh7N6T1LhDTay { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15058;line-height:1.3;letter-spacing:0;top:58.34423828125rem;left:42.78076171875rem;height:2.2744125rem;font-style:normal;display:block; }
#s5enxG22BciHsWQRQzxqLdw3EBlTvic1 { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15059;line-height:1.3;letter-spacing:0;top:62.875rem;left:42.78076171875rem;height:5.68603125rem;font-style:normal;display:block; }
#Ob3iJFnxyAALISJWQT7zM9WTDsOHHvOi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6860375rem;width:1.6860375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:62.875rem;left:40.40673828125rem; }
#VzuwaNfTST6m4BIirfGKqtqT6eASWMz7 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:oswald;font-size:1.0625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:100.82421875rem;left:41.125rem;height:2.761725rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Nm2IKFu2xfSBwLwO0swvXGTP0i72yuuB { color:#ffffff;display:block;width:15.0625rem;position:absolute;font-family:oswald;font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:71.13427734375rem;left:39.84375rem;height:3.89941875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qDpkkwLVpNmJyh3a2fKZvbB5cu9PSOEv { color:#ffffff;display:block;width:16.25rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15060;line-height:1.3;letter-spacing:0;top:95.07421875rem;left:39.25rem;height:1.13720625rem;font-style:normal;display:block; }
#RJTysMEFRkH3izfSiA6LuOQCLiPGsBNP { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:oswald;font-size:1rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:17.88720703125rem;left:41rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eLA6ST1wECZ8pMCKqzciM6uk96x6DKCT { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #f5f3f4;border-left:0.0625rem solid #f5f3f4;border-right:0.0625rem solid #f5f3f4;border-bottom:0.0625rem solid #f5f3f4;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.3125rem 0.3125rem 0.6875rem rgba(255,255,255,0.3) ;height:87.125rem;width:17.625rem;top:15.5625rem;left:38.5rem;display:block; }
#aMhU8o6x7mLC41S5Oy51PI5bvnv3TkLM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.936525rem;width:1.936525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:86.3994140625rem;left:41.125rem;display:none; }
#JGIvOE3GXzvTIa6dUbvOMA20v3FQuN7q { 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; }#JGIvOE3GXzvTIa6dUbvOMA20v3FQuN7q > .row .container { background-color: transparent; background-image: none; }#JGIvOE3GXzvTIa6dUbvOMA20v3FQuN7q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JGIvOE3GXzvTIa6dUbvOMA20v3FQuN7q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JGIvOE3GXzvTIa6dUbvOMA20v3FQuN7q > .row .container > .video-iframe-container { display: none; }#JGIvOE3GXzvTIa6dUbvOMA20v3FQuN7q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JGIvOE3GXzvTIa6dUbvOMA20v3FQuN7q > .row > .video-iframe-container { display: none; }#JGIvOE3GXzvTIa6dUbvOMA20v3FQuN7q > .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); }#JGIvOE3GXzvTIa6dUbvOMA20v3FQuN7q > .row .container { border-width: 0; border-radius: 0; }#JGIvOE3GXzvTIa6dUbvOMA20v3FQuN7q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JGIvOE3GXzvTIa6dUbvOMA20v3FQuN7q > .row .container { font-size:0.875rem;font-family:arial;height:6.4375rem;width:75rem;position:relative;display:block; }#BGwd6miesPuJtWJvoFQHiabvsMnUR3hz { 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.4375rem;width:3.5625rem;top:0.9375rem;left:3.3125rem;overflow:hidden;display:block; }
#G5v2cxTW6gGAN1TTKc72JGChnNIFXDXi { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:oswald;font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.811rem;height:1.875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:2.3125rem;left:64.9375rem;display:block; }
#V50HbtBVCa58ZlE3JiqVsTvwwcTqgHb7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oAo3nVW3Vu29VAPCeGbO2oVfr29bEiBq { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:oswald;font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5rem;height:1.875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:2.28125rem;left:56.25rem;display:block; }
#T5LQD8TVTZruEv3wVK9c3KaECkvhTHeJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UQksHWaN5m6BJWoUs6kNToy0dEtL3FVT { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:oswald;font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:1.875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:2.28125rem;left:45.5rem;display:block; }
#vEEO9XJTdlusTxnvmn6DX7KZQe2vnAsi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #slqgalJ7Xz3c8Wg9g32U0M5Ge19p0rrM { display:none; }#slqgalJ7Xz3c8Wg9g32U0M5Ge19p0rrM > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KXs47937vCLu9la6zEXTUGRTJDduFqwF { top:0rem;left:0rem;width:1.75rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSkW0XtHwrI9gLTKbwNIq1c5d2ukmBb2 { top:0.125rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
#gSkW0XtHwrI9gLTKbwNIq1c5d2ukmBb2 > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #d1tnkkxlRaGCQrUlmGHv9DaCZTWXTxl3 { top:0.1875rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
#d1tnkkxlRaGCQrUlmGHv9DaCZTWXTxl3 > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #Ibulu8uW1FJWr52HtMLOXCCDsuE3kwZD { top:0.1875rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
#Ibulu8uW1FJWr52HtMLOXCCDsuE3kwZD > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #K5TJpxAw1ZVRBSvhvs0O7urb0WpoX9b4 { display:none; }#K5TJpxAw1ZVRBSvhvs0O7urb0WpoX9b4 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LyDqlPGTh9I2TJVccxNoQQErkRWEZP53 { top:2rem;left:0rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Thhnm164H8q1GMpDQePHT4Wg6TyiqFS8 { top:2.75rem;left:0rem;width:9.0625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMIeoksdI0J6gwhdgqdZAWoHPIg8EVHv { top:2.75rem;left:13.6865234375rem;width:6.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6s7PHdEU35ubTMOOk0lZcl1RyiK3wq1 { top:2rem;left:9.6875rem;width:3.0625rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEGOOBCVncu342ch199A93wFMF9GD9td { top:2.75rem;left:27.375rem;width:9.375rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFGfFni7dzr4OJRZHIuTAQ2ZLwNtnVK0 { top:2rem;left:23.1875rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrtsxMfx5u8LveH4293CCKzX8fo8U1Oe { top:2.6875rem;left:40.3125rem;width:7.4375rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaRV1LwamLZ3rsKee4G8RKnc2lFrBxgG { top:2rem;left:38.5625rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #amKWqh5nIAUz8NgXTeduZdKyTeNJ1KT3 { top:0rem;left:0rem;width:47.625rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvasUm2SIAaAITULnDOJUDnKTNDUk7dC { top:2.1875rem;left:1.03125rem;width:45.6875rem;height:2.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqO4Tvy654XielsinLQ5DdQUu9ttqrHQ { display:none; }#fqO4Tvy654XielsinLQ5DdQUu9ttqrHQ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IXqpVp9xTI7HfGz6Tx91NN1tP1pV159N { top:1.5rem;left:0rem;width:16.4375rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRxmxyH14DIy6mEM5mz71TfaLOTuH6wE .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uRxmxyH14DIy6mEM5mz71TfaLOTuH6wE .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; }
#uRxmxyH14DIy6mEM5mz71TfaLOTuH6wE .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; }
#uRxmxyH14DIy6mEM5mz71TfaLOTuH6wE { display:flex;width:18rem;height:5.0625rem;top:0.9375rem;left:18.369140625rem; }
 }@media only screen and (max-width: 763px) { #uRxmxyH14DIy6mEM5mz71TfaLOTuH6wE #KkfOlpdmOZiFxeDthP1MfqfNEvCsNI50 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uRxmxyH14DIy6mEM5mz71TfaLOTuH6wE #y4QQZpawIeeRKd5LssZ4mL43hmH43SrS {  }
 }@media only screen and (max-width: 763px) { #uRxmxyH14DIy6mEM5mz71TfaLOTuH6wE #pNKmiRQhSXonDmuuTlmUCFCQGGZNCXGC {  }
 }@media only screen and (max-width: 763px) { #uRxmxyH14DIy6mEM5mz71TfaLOTuH6wE #MuMzNV2GeMlHuTgTW3nVAVl1avqWz5Gd { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uRxmxyH14DIy6mEM5mz71TfaLOTuH6wE #Tv4oTnnuIEFlESPoTdMeWG6UCmg4hPxJ {  }
 }@media only screen and (max-width: 763px) { #uRxmxyH14DIy6mEM5mz71TfaLOTuH6wE #SVN12OiswAxal11Pg64Rvt4kTqHdnCeX {  }
 }@media only screen and (max-width: 763px) { #uRxmxyH14DIy6mEM5mz71TfaLOTuH6wE #ToAgqbRNklaOWTHfALNu9g4c314i5Zvd { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uRxmxyH14DIy6mEM5mz71TfaLOTuH6wE #ACEVuWM6Vv3PJziL8bQAWo6TH7xeh86O {  }
 }@media only screen and (max-width: 763px) { #uRxmxyH14DIy6mEM5mz71TfaLOTuH6wE #cqlgS9kIP6gFl6h4TWHqlC3a90N8ax2a {  }
 }@media only screen and (max-width: 763px) { #uRxmxyH14DIy6mEM5mz71TfaLOTuH6wE #Bn9NTEilvepyKdoEuGUQigy3mrnnmNbE { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uRxmxyH14DIy6mEM5mz71TfaLOTuH6wE #Z1uOUI1s6ZeC9ayUiH6wHFDVO6ZxDTw6 {  }
 }@media only screen and (max-width: 763px) { #uRxmxyH14DIy6mEM5mz71TfaLOTuH6wE #I3OnPt2LBZ0tA9AAnLs9VyZgQyO8no61 {  }
 }@media only screen and (max-width: 763px) { #khaHr1EQ4CWNUmW353AzAkPzR3H4tWfB { top:3.3125rem;left:5.931640625rem;width:25.8125rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkGB1Czo01BnOkS7Gw3KwFHsEgOIyHvg { display:block; }#qkGB1Czo01BnOkS7Gw3KwFHsEgOIyHvg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FtDF7v7SoHRCfuvzQXJPhOT26rQo6DtH { top:13.75rem;left:24.875rem;width:17.625rem;height:97.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmNhu2fTwcWuGKrRtlsFvNkr9wqJLePk { top:22.8125rem;left:32.1875rem;width:3.125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnygwW0xHxsISfFsDC24QaZKUD15k5AT { top:1.1875rem;left:26rem;width:16.6875rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssAVXN24mgsSFb49o98wG1cHDaWIqWXM { width:14.4375rem;height:4rem;top:83.8125rem;left:26.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7buhWDGLMlGrRiIJzAOTXRltdDlpNsO { display:block; }
 }@media only screen and (max-width: 763px) { #Pco8T6M460CqiIz1TAWZoNsxViwJWqAa { top:78.25rem;left:27.5rem;width:12.5rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDgXM35mwVsCFVQKXZZ0QKROCuT6S4uJ { top:92.6875rem;left:26rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwHKWeuJFUE6AxKZOGNqHeJGSpRNmlcV { top:25.625rem;left:28.81201171875rem;width:13.25rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrbzSNR6QeqpScrNbHILFUugl3VzF7sP { top:25.6875rem;left:26.3125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAQqA8oW4kWFviA1d5lh1vGm2Oxh7aoT { top:28.8125rem;left:28.84326171875rem;width:12.8125rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxoLyFMfSNQIOObPFIzHza8swXUBJe5B { top:28.8125rem;left:26.3125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHTIf9BePkPHIKlN7IHfXTuZ4kPHV5g0 { top:34.6875rem;left:26.4375rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaPEcJfD5AuMFaAR3rzgthBpIOQOS3hx { top:40rem;left:26.53173828125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZVnOf6FVEI0K0T3XXuxvsecf2X7Hla6 { width:15.4375rem;height:3.4375rem;top:101.9375rem;left:26.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0KcnPiV08oFAkkNt97fusU5yEsJUqnn { display:block; }
 }@media only screen and (max-width: 763px) { #Eo9q7OHdsU0GMFNNbV4bKeruKoRs1nz9 { top:23.3125rem;left:32.125rem;width:3.125rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RAeaQaTOGHXxSWTTo0HvO1yP7LMkc7uT { top:19.3125rem;left:27.5rem;width:12.5rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQZO6PSmy4bCCiIOBSyXRaoQn7oMhwuR { top:45.9375rem;left:29.12451171875rem;width:12.625rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXz4FrTZJJlwwTXu57a9doMtB6GCFvLc { top:40rem;left:28.9990234375rem;width:12.625rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogpDdw3TgUOX812UykTtGUMbGucNXDeZ { top:34.6875rem;left:28.90478515625rem;width:12.625rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0pzwPcLAmz4pxgldlvQyC0TT8h91EFb { top:45.9375rem;left:26.625rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFKGh7MtUVlWhholASeziZmxK0iAAe7U { top:51.9375rem;left:29.1865234375rem;width:12.625rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdRP5xGtMZGb9mftStbPeB2gZ2UQGV7F { top:52.0625rem;left:26.71923828125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbETOMkMXli3Iidyt5cFK3tEWWILXHKK { top:58.375rem;left:26.84423828125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCQvWJ335Iu2fWxTzwtGwnQsIZy1VGxo { top:58.3125rem;left:29.18701171875rem;width:12.625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mM8VXycpNO35IzO9hpOA5Az29w7fgcnO { top:62.625rem;left:29.15576171875rem;width:12.625rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtlB1wvqntlEAsHk1o2CUkKUycoAWZet { top:62.625rem;left:26.78173828125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVmsE7fOuVoV1bIyW5VM0F53zmEK7cSJ { top:108.1875rem;left:27.5rem;width:12.5rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hih89GWfI3EKAlK2lSLlbNOSxqvk8Oqa { top:71.125rem;left:26.21875rem;width:16rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfbQuMiTRPeV4cDGxb83edNEz8a9C3OL { top:17.875rem;left:27.375rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #skzxfmf6qrNHGvbHTNl0CT7tGiRkM5iP { top:15.5625rem;left:24.875rem;width:17.625rem;height:87.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9RTQigdeZrkGyWv9v43n8FSxZnPCfNv { width:14.4375rem;height:4.1875rem;top:90.375rem;left:26.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1P9h2yXCiNW3spD0LX7Qgxha97808bw { display:block; }
 }@media only screen and (max-width: 763px) { #mJVT27dvvNlT2Of4e25SkJoLtQouN0ec { top:93.9375rem;left:25.875rem;width:16rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8lCnF7Z6IZ5kN8vUP3OM47Fe3ri7d5B { width:3.125rem;height:3.125rem;top:94.625rem;left:26.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcQJabTe5bQdvK9c2DSIFnpxBSNBUlvC { display:none; }#WcQJabTe5bQdvK9c2DSIFnpxBSNBUlvC > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HVefnGTUTmiKvgDNACRDychyxG9zM0ut { top:13.75rem;left:24.875rem;width:17.625rem;height:91.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyiXsRLGIPlvoPFgDbMht6Z57H0VWwZz { top:23.3125rem;left:32.125rem;width:3.125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJV1qK3IG8pGDO9WEtD3d4kcTWGHSKIk { top:1.1875rem;left:26rem;width:16.6875rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #piiFHaGwbxgrRLrmrTmvuPqSiTnUrfT6 { width:14.375rem;height:3.4375rem;top:85.625rem;left:26.53173828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E35VlazZpvibr3pmCSd522LDtwNpfT3f { display:block; }
 }@media only screen and (max-width: 763px) { #KEhoObTLGuDhT42l7Bf3aG70eveu81Ru { top:79.5rem;left:31.75rem;width:8.3125rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kT6kEEkzatCqIilo8Sgo6cOFL689nrd7 { top:77.5rem;left:27.5rem;width:12.5rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qe24r4U900vq2V4naXkbUT1E07xe7aaD { top:86.375rem;left:27.5rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tk1eMQFDoWTDOyXypR3ZkBbgD6fiq5ua { top:26rem;left:28.8125rem;width:13.25rem;height:1.13720625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIlHwISUkBOoLLAx1O9mzvK5XMu9K6Rk { top:25.6875rem;left:26.3125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3nEsDuCRi1bOn7TtMkA63o8w0UGwbhA { top:28.8125rem;left:28.84326171875rem;width:12.8125rem;height:4.548825rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2iTlo2KouXSbi7k4o4u3ZEoX5fAm1xV { top:28.8125rem;left:26.3125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANnvWNl4TmOI3SrDA7ycF2XSFQICiFSG { top:34.6875rem;left:26.4375rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVKPHsXRqei25bx9x9TP2gzrP3RzGC5u { top:40.8125rem;left:26.4375rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtHZ12bT1uBd6Kto5e07bx2uhc42clzH { width:15.4375rem;height:2.9375rem;top:91.5rem;left:26.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBfTE9zKLdegaFza4RHm2f9iLaw2c7o5 { display:block; }
 }@media only screen and (max-width: 763px) { #sZnnX9TJwE8bsqOG6ZLNzFBua4BZo1C6 { top:79.5rem;left:23.71826171875rem;width:12.5rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y15RvAPwxpl3cAAEFAxaR9lraOipJHGS { top:23.3125rem;left:32.125rem;width:3.125rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZK3gmfV9FsZAgm89rpqOe9IPRR3zPezb { top:20rem;left:27.5rem;width:12.5rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bv3EDNhkTMT3IyAVc2432nx8IHVZWgCt { top:34.5rem;left:28.560546875rem;width:12.625rem;height:4.548825rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcRpLxEhmTL4OeNdDqP0gRwGeMHcVNQh { top:40.6875rem;left:28.65576171875rem;width:12.625rem;height:3.41161875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtxLggIc1GMpuSgwA1i8WNCiE31I6Cba { top:45.8125rem;left:28.78076171875rem;width:12.625rem;height:3.41161875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mraRm1dr1P3d6Gx3AxMJsWRSkHSPyN81 { top:45.9375rem;left:26.625rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQgkJg1wcLZQ5b1IMSXkTq8lEVQB6Vk5 { top:51.125rem;left:28.84326171875rem;width:12.625rem;height:5.68603125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eO4SnXmDb4l7H2Sd8Q0REBErIgyPh0Xu { top:51.25rem;left:26.71923828125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTucmwOM2AOadgsH7RR7ba6SNFRhICTP { top:58.3125rem;left:26.78173828125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxxBgfLobIl356wT3rNOh7N6T1LhDTay { top:58.3125rem;left:29.15576171875rem;width:12.625rem;height:2.2744125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5enxG22BciHsWQRQzxqLdw3EBlTvic1 { top:62.875rem;left:29.15576171875rem;width:12.625rem;height:5.68603125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ob3iJFnxyAALISJWQT7zM9WTDsOHHvOi { top:62.875rem;left:26.78173828125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzuwaNfTST6m4BIirfGKqtqT6eASWMz7 { top:100.8125rem;left:27.5rem;width:12.5rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nm2IKFu2xfSBwLwO0swvXGTP0i72yuuB { top:71.125rem;left:26.21875rem;width:15.0625rem;height:3.89941875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDpkkwLVpNmJyh3a2fKZvbB5cu9PSOEv { top:95.0625rem;left:25.625rem;width:16.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJTysMEFRkH3izfSiA6LuOQCLiPGsBNP { top:17.875rem;left:27.375rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLA6ST1wECZ8pMCKqzciM6uk96x6DKCT { top:15.5625rem;left:24.875rem;width:17.625rem;height:87.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMhU8o6x7mLC41S5Oy51PI5bvnv3TkLM { top:86.375rem;left:27.5rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JGIvOE3GXzvTIa6dUbvOMA20v3FQuN7q { display:block; }#JGIvOE3GXzvTIa6dUbvOMA20v3FQuN7q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BGwd6miesPuJtWJvoFQHiabvsMnUR3hz { top:0.9375rem;left:0rem;width:3.5625rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5v2cxTW6gGAN1TTKc72JGChnNIFXDXi { width:6.75rem;height:1.875rem;top:2.3125rem;left:41rem;display:block; }
 }@media only screen and (max-width: 763px) { #V50HbtBVCa58ZlE3JiqVsTvwwcTqgHb7 { display:block; }
 }@media only screen and (max-width: 763px) { #oAo3nVW3Vu29VAPCeGbO2oVfr29bEiBq { width:9.5rem;height:1.875rem;top:2.25rem;left:38.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5LQD8TVTZruEv3wVK9c3KaECkvhTHeJ { display:block; }
 }@media only screen and (max-width: 763px) { #UQksHWaN5m6BJWoUs6kNToy0dEtL3FVT { width:10rem;height:1.875rem;top:2.25rem;left:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEEO9XJTdlusTxnvmn6DX7KZQe2vnAsi { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #slqgalJ7Xz3c8Wg9g32U0M5Ge19p0rrM { display:none; }#slqgalJ7Xz3c8Wg9g32U0M5Ge19p0rrM > .row .container { width:20rem;height:1.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KXs47937vCLu9la6zEXTUGRTJDduFqwF { width:1.75rem;height:0.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSkW0XtHwrI9gLTKbwNIq1c5d2ukmBb2 { display:flex;width:1.25rem;height:1.25rem;top:0.34375rem;left:18.125rem; }
#gSkW0XtHwrI9gLTKbwNIq1c5d2ukmBb2 > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #d1tnkkxlRaGCQrUlmGHv9DaCZTWXTxl3 { display:flex;width:1.25rem;height:1.25rem;top:0.34375rem;left:16.3125rem; }
#d1tnkkxlRaGCQrUlmGHv9DaCZTWXTxl3 > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #Ibulu8uW1FJWr52HtMLOXCCDsuE3kwZD { display:flex;width:1.25rem;height:1.25rem;top:0.34375rem;left:14.5rem; }
#Ibulu8uW1FJWr52HtMLOXCCDsuE3kwZD > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #K5TJpxAw1ZVRBSvhvs0O7urb0WpoX9b4 { display:none; }#K5TJpxAw1ZVRBSvhvs0O7urb0WpoX9b4 { border-width: 0; border-radius: 0; }#K5TJpxAw1ZVRBSvhvs0O7urb0WpoX9b4 > .row .container { width:20rem;height:5.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LyDqlPGTh9I2TJVccxNoQQErkRWEZP53 { width:3.75rem;height:3.75rem;top:0.75rem;left:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Thhnm164H8q1GMpDQePHT4Wg6TyiqFS8 { width:9.0625rem;height:0;top:4.255859375rem;left:7.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #MMIeoksdI0J6gwhdgqdZAWoHPIg8EVHv { width:6.624rem;height:0;top:4.255859375rem;left:13.376rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #X6s7PHdEU35ubTMOOk0lZcl1RyiK3wq1 { width:3.75rem;height:3.5625rem;top:0.84375rem;left:15.75rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #mEGOOBCVncu342ch199A93wFMF9GD9td { width:9.375rem;height:0;top:4.25rem;left:10.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #DFGfFni7dzr4OJRZHIuTAQ2ZLwNtnVK0 { width:3.75rem;height:3.75rem;top:0.75rem;left:10.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qrtsxMfx5u8LveH4293CCKzX8fo8U1Oe { width:7.4365rem;height:0;top:4.1875rem;left:12.5635rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #AaRV1LwamLZ3rsKee4G8RKnc2lFrBxgG { width:3.75rem;height:3.75rem;top:0.75rem;left:5.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #amKWqh5nIAUz8NgXTeduZdKyTeNJ1KT3 { width:19.875rem;height:5.25rem;top:0rem;left:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #zvasUm2SIAaAITULnDOJUDnKTNDUk7dC { width:20rem;height:3.73730625rem;top:1.068359375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqO4Tvy654XielsinLQ5DdQUu9ttqrHQ { display:block; }#fqO4Tvy654XielsinLQ5DdQUu9ttqrHQ > .row .container { width:20rem;height:15.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IXqpVp9xTI7HfGz6Tx91NN1tP1pV159N { width:19.375rem;height:1.70605625rem;top:1.3125rem;left:0.3125rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uRxmxyH14DIy6mEM5mz71TfaLOTuH6wE .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uRxmxyH14DIy6mEM5mz71TfaLOTuH6wE .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; }
#uRxmxyH14DIy6mEM5mz71TfaLOTuH6wE .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; }
#uRxmxyH14DIy6mEM5mz71TfaLOTuH6wE { display:flex;width:18rem;height:5.0625rem;top:6.1748046875rem;left:0.375rem; }
 }@media only screen and (max-width: 763px) { #uRxmxyH14DIy6mEM5mz71TfaLOTuH6wE #KkfOlpdmOZiFxeDthP1MfqfNEvCsNI50 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uRxmxyH14DIy6mEM5mz71TfaLOTuH6wE #y4QQZpawIeeRKd5LssZ4mL43hmH43SrS {  }
 }@media only screen and (max-width: 763px) { #uRxmxyH14DIy6mEM5mz71TfaLOTuH6wE #pNKmiRQhSXonDmuuTlmUCFCQGGZNCXGC {  }
 }@media only screen and (max-width: 763px) { #uRxmxyH14DIy6mEM5mz71TfaLOTuH6wE #MuMzNV2GeMlHuTgTW3nVAVl1avqWz5Gd { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uRxmxyH14DIy6mEM5mz71TfaLOTuH6wE #Tv4oTnnuIEFlESPoTdMeWG6UCmg4hPxJ {  }
 }@media only screen and (max-width: 763px) { #uRxmxyH14DIy6mEM5mz71TfaLOTuH6wE #SVN12OiswAxal11Pg64Rvt4kTqHdnCeX {  }
 }@media only screen and (max-width: 763px) { #uRxmxyH14DIy6mEM5mz71TfaLOTuH6wE #ToAgqbRNklaOWTHfALNu9g4c314i5Zvd { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uRxmxyH14DIy6mEM5mz71TfaLOTuH6wE #ACEVuWM6Vv3PJziL8bQAWo6TH7xeh86O {  }
 }@media only screen and (max-width: 763px) { #uRxmxyH14DIy6mEM5mz71TfaLOTuH6wE #cqlgS9kIP6gFl6h4TWHqlC3a90N8ax2a {  }
 }@media only screen and (max-width: 763px) { #uRxmxyH14DIy6mEM5mz71TfaLOTuH6wE #Bn9NTEilvepyKdoEuGUQigy3mrnnmNbE { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uRxmxyH14DIy6mEM5mz71TfaLOTuH6wE #Z1uOUI1s6ZeC9ayUiH6wHFDVO6ZxDTw6 {  }
 }@media only screen and (max-width: 763px) { #uRxmxyH14DIy6mEM5mz71TfaLOTuH6wE #I3OnPt2LBZ0tA9AAnLs9VyZgQyO8no61 {  }
 }@media only screen and (max-width: 763px) { #khaHr1EQ4CWNUmW353AzAkPzR3H4tWfB { width:20rem;height:1.70605625rem;top:3.53076171875rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qkGB1Czo01BnOkS7Gw3KwFHsEgOIyHvg { display:block; }#qkGB1Czo01BnOkS7Gw3KwFHsEgOIyHvg > .row .container { width:20rem;height:124.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FtDF7v7SoHRCfuvzQXJPhOT26rQo6DtH { width:17.5625rem;height:101.125rem;top:8rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmNhu2fTwcWuGKrRtlsFvNkr9wqJLePk { width:20rem;height:0.625rem;top:119.1875rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #a6b9e3, #6739e6);background-image: -moz-linear-gradient(180deg, #a6b9e3, #6739e6);background-image: -ms-linear-gradient(180deg, #a6b9e3, #6739e6);background-image: -o-linear-gradient(180deg, #a6b9e3, #6739e6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6b9e3', endColorstr='#6739e6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6b9e3', endColorstr='#6739e6' );";background-image: linear-gradient(180deg, #a6b9e3, #6739e6);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ZnygwW0xHxsISfFsDC24QaZKUD15k5AT { width:13.75rem;height:17.3125rem;top:0rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssAVXN24mgsSFb49o98wG1cHDaWIqWXM { width:14.375rem;height:3.4375rem;top:78.75rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7buhWDGLMlGrRiIJzAOTXRltdDlpNsO { display:block; }
 }@media only screen and (max-width: 763px) { #Pco8T6M460CqiIz1TAWZoNsxViwJWqAa { width:12.5rem;height:2.03125rem;top:74.125rem;left:3.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDgXM35mwVsCFVQKXZZ0QKROCuT6S4uJ { display:flex;width:1.875rem;height:1.875rem;top:87.5rem;left:2.25rem; }
 }@media only screen and (max-width: 763px) { #xwHKWeuJFUE6AxKZOGNqHeJGSpRNmlcV { width:13.1875rem;height:2.2744125rem;top:21.6875rem;left:5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrbzSNR6QeqpScrNbHILFUugl3VzF7sP { display:flex;width:1.625rem;height:1.625rem;top:21.75rem;left:2.6875rem; }
 }@media only screen and (max-width: 763px) { #TAQqA8oW4kWFviA1d5lh1vGm2Oxh7aoT { width:13.3125rem;height:3.41161875rem;top:25.375rem;left:5.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxoLyFMfSNQIOObPFIzHza8swXUBJe5B { display:flex;width:1.625rem;height:1.625rem;top:25.4375rem;left:2.6875rem; }
 }@media only screen and (max-width: 763px) { #XHTIf9BePkPHIKlN7IHfXTuZ4kPHV5g0 { display:flex;width:1.625rem;height:1.625rem;top:30.375rem;left:2.75rem; }
 }@media only screen and (max-width: 763px) { #gaPEcJfD5AuMFaAR3rzgthBpIOQOS3hx { display:flex;width:1.625rem;height:1.625rem;top:35.8125rem;left:2.75rem; }
 }@media only screen and (max-width: 763px) { #TZVnOf6FVEI0K0T3XXuxvsecf2X7Hla6 { width:14.375rem;height:3.4375rem;top:96.3125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0KcnPiV08oFAkkNt97fusU5yEsJUqnn { display:block; }
 }@media only screen and (max-width: 763px) { #Eo9q7OHdsU0GMFNNbV4bKeruKoRs1nz9 { width:3.125rem;height:0.3125rem;top:18.875rem;left:7.9375rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #RAeaQaTOGHXxSWTTo0HvO1yP7LMkc7uT { width:16.0625rem;height:2.5996125rem;top:15.3125rem;left:2rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQZO6PSmy4bCCiIOBSyXRaoQn7oMhwuR { width:12.625rem;height:4.548825rem;top:42rem;left:5.28125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXz4FrTZJJlwwTXu57a9doMtB6GCFvLc { width:12.625rem;height:3.41161875rem;top:35.8125rem;left:5.28125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogpDdw3TgUOX812UykTtGUMbGucNXDeZ { width:12.625rem;height:3.41161875rem;top:30.375rem;left:5.28125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0pzwPcLAmz4pxgldlvQyC0TT8h91EFb { display:flex;width:1.625rem;height:1.625rem;top:42.125rem;left:2.75rem; }
 }@media only screen and (max-width: 763px) { #wFKGh7MtUVlWhholASeziZmxK0iAAe7U { width:12.625rem;height:4.548825rem;top:47.6875rem;left:5.28125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdRP5xGtMZGb9mftStbPeB2gZ2UQGV7F { display:flex;width:1.625rem;height:1.625rem;top:47.6875rem;left:2.75rem; }
 }@media only screen and (max-width: 763px) { #bbETOMkMXli3Iidyt5cFK3tEWWILXHKK { display:flex;width:1.625rem;height:1.625rem;top:55rem;left:2.75rem; }
 }@media only screen and (max-width: 763px) { #QCQvWJ335Iu2fWxTzwtGwnQsIZy1VGxo { width:12.625rem;height:2.2744125rem;top:54.875rem;left:5.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mM8VXycpNO35IzO9hpOA5Az29w7fgcnO { width:12.625rem;height:5.68603125rem;top:58.9375rem;left:5.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtlB1wvqntlEAsHk1o2CUkKUycoAWZet { display:flex;width:1.625rem;height:1.625rem;top:59.125rem;left:2.75rem; }
 }@media only screen and (max-width: 763px) { #xVmsE7fOuVoV1bIyW5VM0F53zmEK7cSJ { width:15.3125rem;height:2.761725rem;top:104.75rem;left:2.34375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hih89GWfI3EKAlK2lSLlbNOSxqvk8Oqa { width:15.0625rem;height:3.89941875rem;top:67.5625rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfbQuMiTRPeV4cDGxb83edNEz8a9C3OL { width:12.5rem;height:1.29980625rem;top:14.0625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #skzxfmf6qrNHGvbHTNl0CT7tGiRkM5iP { width:17.625rem;height:0.9375rem;top:115.6875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9RTQigdeZrkGyWv9v43n8FSxZnPCfNv { width:14.4375rem;height:4.1875rem;top:85.3125rem;left:2.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1P9h2yXCiNW3spD0LX7Qgxha97808bw { display:block; }
 }@media only screen and (max-width: 763px) { #mJVT27dvvNlT2Of4e25SkJoLtQouN0ec { width:16rem;height:3.89941875rem;top:88.9375rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8lCnF7Z6IZ5kN8vUP3OM47Fe3ri7d5B { display:flex;width:3.125rem;height:3.125rem;top:89.51220703125rem;left:2.8125rem; }
 }@media only screen and (max-width: 763px) { #WcQJabTe5bQdvK9c2DSIFnpxBSNBUlvC { display:none; }#WcQJabTe5bQdvK9c2DSIFnpxBSNBUlvC > .row .container { width:20rem;height:110.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HVefnGTUTmiKvgDNACRDychyxG9zM0ut { width:17.5625rem;height:93.5625rem;top:10.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyiXsRLGIPlvoPFgDbMht6Z57H0VWwZz { width:20rem;height:0.625rem;top:107.25rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #a6b9e3, #6739e6);background-image: -moz-linear-gradient(180deg, #a6b9e3, #6739e6);background-image: -ms-linear-gradient(180deg, #a6b9e3, #6739e6);background-image: -o-linear-gradient(180deg, #a6b9e3, #6739e6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6b9e3', endColorstr='#6739e6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6b9e3', endColorstr='#6739e6' );";background-image: linear-gradient(180deg, #a6b9e3, #6739e6);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #JJV1qK3IG8pGDO9WEtD3d4kcTWGHSKIk { width:13.75rem;height:17.3125rem;top:0rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #piiFHaGwbxgrRLrmrTmvuPqSiTnUrfT6 { width:14.375rem;height:3.4375rem;top:81.4375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E35VlazZpvibr3pmCSd522LDtwNpfT3f { display:block; }
 }@media only screen and (max-width: 763px) { #KEhoObTLGuDhT42l7Bf3aG70eveu81Ru { width:8.4375rem;height:2.2749rem;top:77.125rem;left:8.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kT6kEEkzatCqIilo8Sgo6cOFL689nrd7 { width:12.5rem;height:2.03125rem;top:74.875rem;left:3.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qe24r4U900vq2V4naXkbUT1E07xe7aaD { display:flex;width:1.875rem;height:1.875rem;top:80.8125rem;left:2.5625rem; }
 }@media only screen and (max-width: 763px) { #tk1eMQFDoWTDOyXypR3ZkBbgD6fiq5ua { width:13.1875rem;height:1.13720625rem;top:22.1875rem;left:5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIlHwISUkBOoLLAx1O9mzvK5XMu9K6Rk { display:flex;width:1.625rem;height:1.625rem;top:22.125rem;left:2.6875rem; }
 }@media only screen and (max-width: 763px) { #g3nEsDuCRi1bOn7TtMkA63o8w0UGwbhA { width:13.8110625rem;height:3.41161875rem;top:25.125rem;left:5.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2iTlo2KouXSbi7k4o4u3ZEoX5fAm1xV { display:flex;width:1.625rem;height:1.625rem;top:25.25rem;left:2.6875rem; }
 }@media only screen and (max-width: 763px) { #ANnvWNl4TmOI3SrDA7ycF2XSFQICiFSG { display:flex;width:1.625rem;height:1.625rem;top:30.375rem;left:2.75rem; }
 }@media only screen and (max-width: 763px) { #AVKPHsXRqei25bx9x9TP2gzrP3RzGC5u { display:flex;width:1.625rem;height:1.625rem;top:36.9375rem;left:2.75rem; }
 }@media only screen and (max-width: 763px) { #EtHZ12bT1uBd6Kto5e07bx2uhc42clzH { width:14.375rem;height:3.4375rem;top:87.5625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBfTE9zKLdegaFza4RHm2f9iLaw2c7o5 { display:block; }
 }@media only screen and (max-width: 763px) { #sZnnX9TJwE8bsqOG6ZLNzFBua4BZo1C6 { width:6rem;height:2.2749rem;top:77.125rem;left:4.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y15RvAPwxpl3cAAEFAxaR9lraOipJHGS { width:3.125rem;height:0.3125rem;top:18.875rem;left:7.9375rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #ZK3gmfV9FsZAgm89rpqOe9IPRR3zPezb { width:16.0625rem;height:2.5996125rem;top:15.3125rem;left:2rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bv3EDNhkTMT3IyAVc2432nx8IHVZWgCt { width:12.625rem;height:4.548825rem;top:30.25rem;left:5.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcRpLxEhmTL4OeNdDqP0gRwGeMHcVNQh { width:12.625rem;height:3.41161875rem;top:36.8125rem;left:5.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtxLggIc1GMpuSgwA1i8WNCiE31I6Cba { width:12.625rem;height:3.41161875rem;top:42rem;left:5.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mraRm1dr1P3d6Gx3AxMJsWRSkHSPyN81 { display:flex;width:1.625rem;height:1.625rem;top:42.125rem;left:2.75rem; }
 }@media only screen and (max-width: 763px) { #NQgkJg1wcLZQ5b1IMSXkTq8lEVQB6Vk5 { width:12.625rem;height:5.68603125rem;top:47.3125rem;left:5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eO4SnXmDb4l7H2Sd8Q0REBErIgyPh0Xu { display:flex;width:1.625rem;height:1.625rem;top:47.4375rem;left:2.75rem; }
 }@media only screen and (max-width: 763px) { #yTucmwOM2AOadgsH7RR7ba6SNFRhICTP { display:flex;width:1.625rem;height:1.625rem;top:54.8125rem;left:2.75rem; }
 }@media only screen and (max-width: 763px) { #HxxBgfLobIl356wT3rNOh7N6T1LhDTay { width:12.625rem;height:2.2744125rem;top:54.625rem;left:5.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5enxG22BciHsWQRQzxqLdw3EBlTvic1 { width:12.625rem;height:5.68603125rem;top:58.9375rem;left:5.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ob3iJFnxyAALISJWQT7zM9WTDsOHHvOi { display:flex;width:1.625rem;height:1.625rem;top:59.125rem;left:2.75rem; }
 }@media only screen and (max-width: 763px) { #VzuwaNfTST6m4BIirfGKqtqT6eASWMz7 { width:15.3125rem;height:2.761725rem;top:98.0625rem;left:2.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nm2IKFu2xfSBwLwO0swvXGTP0i72yuuB { width:15.0625rem;height:3.89941875rem;top:67.5625rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDpkkwLVpNmJyh3a2fKZvbB5cu9PSOEv { width:16.25rem;height:1.13720625rem;top:91.6875rem;left:2.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJTysMEFRkH3izfSiA6LuOQCLiPGsBNP { width:12.5rem;height:1.29980625rem;top:14.0625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLA6ST1wECZ8pMCKqzciM6uk96x6DKCT { width:17.625rem;height:0.9375rem;top:105.125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMhU8o6x7mLC41S5Oy51PI5bvnv3TkLM { display:flex;width:1.875rem;height:1.875rem;top:86.5rem;left:15.5rem;z-index:15053; }
 }@media only screen and (max-width: 763px) { #JGIvOE3GXzvTIa6dUbvOMA20v3FQuN7q { display:block; }#JGIvOE3GXzvTIa6dUbvOMA20v3FQuN7q > .row .container { width:20rem;height:11.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BGwd6miesPuJtWJvoFQHiabvsMnUR3hz { width:2.875rem;height:3.625rem;top:0rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5v2cxTW6gGAN1TTKc72JGChnNIFXDXi { width:6.75rem;height:1.875rem;top:7.625rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V50HbtBVCa58ZlE3JiqVsTvwwcTqgHb7 { display:block; }
 }@media only screen and (max-width: 763px) { #oAo3nVW3Vu29VAPCeGbO2oVfr29bEiBq { width:8.625rem;height:1.875rem;top:5.8125rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5LQD8TVTZruEv3wVK9c3KaECkvhTHeJ { display:block; }
 }@media only screen and (max-width: 763px) { #UQksHWaN5m6BJWoUs6kNToy0dEtL3FVT { width:13.5625rem;height:1.875rem;top:3.9375rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEEO9XJTdlusTxnvmn6DX7KZQe2vnAsi { display:block; }
 }