.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-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#fn6k0Kcw46CcGZykdZgTHSlzoqusMaGy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fn6k0Kcw46CcGZykdZgTHSlzoqusMaGy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fn6k0Kcw46CcGZykdZgTHSlzoqusMaGy > .row > .video-iframe-container { display: none; }#fn6k0Kcw46CcGZykdZgTHSlzoqusMaGy > .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); }#sm1lSLnHTV5DxPK28uU485wUvhBBTVVf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00aaff;background-image:none;position:relative;display:block; }#sm1lSLnHTV5DxPK28uU485wUvhBBTVVf > .row .container { background-color: transparent; background-image: none; }#sm1lSLnHTV5DxPK28uU485wUvhBBTVVf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sm1lSLnHTV5DxPK28uU485wUvhBBTVVf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sm1lSLnHTV5DxPK28uU485wUvhBBTVVf > .row .container > .video-iframe-container { display: none; }#sm1lSLnHTV5DxPK28uU485wUvhBBTVVf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sm1lSLnHTV5DxPK28uU485wUvhBBTVVf > .row > .video-iframe-container { display: none; }#sm1lSLnHTV5DxPK28uU485wUvhBBTVVf > .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); }#sm1lSLnHTV5DxPK28uU485wUvhBBTVVf > .row .container { border-width: 0; border-radius: 0; }#sm1lSLnHTV5DxPK28uU485wUvhBBTVVf > .row > .video-iframe-container {  }#sm1lSLnHTV5DxPK28uU485wUvhBBTVVf > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:60rem;position:relative;display:block; }#IuaW0qrewVcBxJdG5rTlGRHV9XVn2JJU { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5625rem;width:10rem;top:1.21875rem;left:0rem;overflow:hidden;display:block; }
#St8ukpDV52m142VkHUwTh5mOtJehtIXL { color:#cceeff;display:block;width:16.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:1.9125003814698rem;left:43.936462402344rem;height:1.3rem;text-align:right;text-align-last:right;display:block; }
#rinLX6DKOFon7HsW1yZAdrxqBiJ9ZLv0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7d9b2b58-89d9-40f0-b03c-b112bef44749/WWW_LP_BTS22_00.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#rinLX6DKOFon7HsW1yZAdrxqBiJ9ZLv0.adaptive-delivery-prevent-bg, #rinLX6DKOFon7HsW1yZAdrxqBiJ9ZLv0.lazyload, #rinLX6DKOFon7HsW1yZAdrxqBiJ9ZLv0.lazyloading { background-image: none; }#rinLX6DKOFon7HsW1yZAdrxqBiJ9ZLv0 > .row .container { background-color: transparent; background-image: none; }#rinLX6DKOFon7HsW1yZAdrxqBiJ9ZLv0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rinLX6DKOFon7HsW1yZAdrxqBiJ9ZLv0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rinLX6DKOFon7HsW1yZAdrxqBiJ9ZLv0 > .row .container > .video-iframe-container { display: none; }#rinLX6DKOFon7HsW1yZAdrxqBiJ9ZLv0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rinLX6DKOFon7HsW1yZAdrxqBiJ9ZLv0 > .row > .video-iframe-container { display: none; }#rinLX6DKOFon7HsW1yZAdrxqBiJ9ZLv0 > .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); }#rinLX6DKOFon7HsW1yZAdrxqBiJ9ZLv0 > .row .container { border-width: 0; border-radius: 0; }#rinLX6DKOFon7HsW1yZAdrxqBiJ9ZLv0 > .row > .video-iframe-container {  }#rinLX6DKOFon7HsW1yZAdrxqBiJ9ZLv0 > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:60rem;position:relative;display:block; }#FkCU4bVfdvKI9iKaBPdRbbbBT82oP12x { position:relative;display:block; }#FkCU4bVfdvKI9iKaBPdRbbbBT82oP12x { background-color: transparent; background-image: none; }#FkCU4bVfdvKI9iKaBPdRbbbBT82oP12x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FkCU4bVfdvKI9iKaBPdRbbbBT82oP12x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FkCU4bVfdvKI9iKaBPdRbbbBT82oP12x > .row .container > .video-iframe-container { display: none; }#FkCU4bVfdvKI9iKaBPdRbbbBT82oP12x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FkCU4bVfdvKI9iKaBPdRbbbBT82oP12x > .row > .video-iframe-container { display: none; }#FkCU4bVfdvKI9iKaBPdRbbbBT82oP12x > .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); }#FkCU4bVfdvKI9iKaBPdRbbbBT82oP12x { border-width: 0; border-radius: 0; }#FkCU4bVfdvKI9iKaBPdRbbbBT82oP12x > .row .container > .video-iframe-container {  }#FkCU4bVfdvKI9iKaBPdRbbbBT82oP12x > .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:21.25rem;width:60rem;position:relative;display:block; }#mEUDLgP4ObZ0dWw5TInNIBhXeyaRWrDA { color:#1b1b1b;display:block;width:45rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:4.34375rem;left:7.5rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#u7m08fnD6376m7aUlUKMu8G6PmlatbLI { color:#1b1b1b;display:block;width:43.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:8.6749992370606rem;left:8.1249980926512rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#rJQ0mchsWOndGR4VTah8v56nwKk7qtp4 { color:#1b1b1b;display:block;width:41.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:13.787498474121rem;left:9.375rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#sw8suKeMxTBm5pTwR0Radb0VVmoszh1e { position:relative;display:block; }#sw8suKeMxTBm5pTwR0Radb0VVmoszh1e { background-color: transparent; background-image: none; }#sw8suKeMxTBm5pTwR0Radb0VVmoszh1e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sw8suKeMxTBm5pTwR0Radb0VVmoszh1e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sw8suKeMxTBm5pTwR0Radb0VVmoszh1e > .row .container > .video-iframe-container { display: none; }#sw8suKeMxTBm5pTwR0Radb0VVmoszh1e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sw8suKeMxTBm5pTwR0Radb0VVmoszh1e > .row > .video-iframe-container { display: none; }#sw8suKeMxTBm5pTwR0Radb0VVmoszh1e > .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); }#sw8suKeMxTBm5pTwR0Radb0VVmoszh1e { border-width: 0; border-radius: 0; }#sw8suKeMxTBm5pTwR0Radb0VVmoszh1e > .row .container > .video-iframe-container {  }#sw8suKeMxTBm5pTwR0Radb0VVmoszh1e > .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:37.5rem;width:60rem;position:relative;display:block; }#VMSGbDNTr57F2ZyyVO5q6z911TZoSxIm { background-color:#0075c4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.125rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:30.625rem;left:23.75rem;display:block; }
#MBgSEERBqsveZu2VW5t5QSGlTxaw4yaT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#L0m0DaU5WIT4mSF6P9ISciWJeJxITBea { color:#000000;display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:27.3125rem;left:21.875rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#nZPwT7ZTg1BAOCVuwOhodVOuu5oRT7ih { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.3125rem;width:14.3125rem;top:3.75rem;left:2.8125rem;overflow:hidden;display:block; }
#DzGHVZggiiW5GUFTTlozKRoTETXGLV1B { color:#000000;display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:27.3125rem;left:1.875rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#WGVR5Rn7HZAPu2NGmMdtKmTgfQndqIeh { background-color:#0075c4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.125rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:30.625rem;left:3.75rem;display:block; }
#TCZDfhSMzE4Mfi2WagVB7ZgtBHnDXLVU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#oiPGcOWRggZqvisGUQHPu49UHENlBxcG { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.4375rem;width:19.4375rem;top:0.25rem;left:40.28125rem;overflow:hidden;display:block; }
#qk9n11OKhcllUOUlqdxoPc9eZpkGnZWv { color:#000000;display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:27.3125rem;left:41.875rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#qEreJk0PNkCgOyb1WXHxWPTwrrspFvHX { background-color:#0075c4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.125rem;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:30.625rem;left:43.75rem;display:block; }
#ZV7Mxwge1FITWbdAZ004ZnPwGkVq10bD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qweCmStuVV4fxnzlG2gVQQz8k9UXlpnd { color:#222222;display:block;width:14.375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:19.625rem;left:2.8125rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UcFzrlHyu1AAdVnNkL5bTh8uJKhkX9E5 { color:#222222;display:block;width:14.375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:19.625rem;left:42.812503814698rem;height:6.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pd8fwzPCmPVnxWRPbNhoMimg6Z8ifovT { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.25rem;width:16.25rem;top:1.8625001907349rem;left:21.875rem;overflow:hidden;display:block; }
#TtwVRnOawObSfapnRRrKkUfiF3aUwkIK { color:#222222;display:block;width:14.375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:19.625rem;left:22.8125rem;height:6.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fASclQro1VD9EwT6udVD21z8bQfROzOa { position:relative;display:block; }#fASclQro1VD9EwT6udVD21z8bQfROzOa { background-color: transparent; background-image: none; }#fASclQro1VD9EwT6udVD21z8bQfROzOa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fASclQro1VD9EwT6udVD21z8bQfROzOa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fASclQro1VD9EwT6udVD21z8bQfROzOa > .row .container > .video-iframe-container { display: none; }#fASclQro1VD9EwT6udVD21z8bQfROzOa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fASclQro1VD9EwT6udVD21z8bQfROzOa > .row > .video-iframe-container { display: none; }#fASclQro1VD9EwT6udVD21z8bQfROzOa > .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); }#fASclQro1VD9EwT6udVD21z8bQfROzOa { border-width: 0; border-radius: 0; }#fASclQro1VD9EwT6udVD21z8bQfROzOa > .row .container > .video-iframe-container {  }#fASclQro1VD9EwT6udVD21z8bQfROzOa > .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:38.6875rem;width:60rem;position:relative;display:block; }#K6STQPgnTV7GZEOPRWoTT3JHcfzAKV5y { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.375rem;width:19.375rem;top:0rem;left:0.3125rem;overflow:hidden;display:block; }
#uP5nzDGeIoyDmdfEITC0I1HUg1BTckfk { background-color:#0075c4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.125rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:30.625rem;left:3.75rem;display:block; }
#xcLnDdTFTifWX1X4k2vK75rnHvO5IMCT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#yHhzv6fmoTwVtgJQn7A7Nbrx2G1OhDZ9 { color:#222222;display:block;width:14.375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:19.624996185302rem;left:2.8125rem;height:6.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZwsFk1Qg6k0emc7bH9x4y6sDW2hlDlwZ { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.375rem;width:19.375rem;top:0rem;left:20.3125rem;overflow:hidden;display:block; }
#TULwFKR1Gl0CUaVhqMTh3zhV6QWQGRnG { color:#222222;display:block;width:13.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:19.625rem;left:23.6875rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ke93QuEWmKOUrFbTBbuwka7lMUIGRx3z { color:#0075c4;display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:27.3125rem;left:21.875rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#PanrmPSr8cEZOTGJTp1WkMCGF2WTVi2w { background-color:#0075c4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.125rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:30.625rem;left:23.75rem;display:block; }
#Feev76E0GVi6uaTqgC4cIrWMGHtC9yJf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#GZsmUphPb8ESth1fkniWi4gJwD05fJaw { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;top:5.0249977111816rem;left:43.75rem;overflow:hidden;display:block; }
#U4MHRNXF2JeJPRRrJTLyfRhOU4z6SbzO { color:#222222;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:19.625001907349rem;left:43.4375rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BpMPQzexizvSW0qyx3PffTWnuyzu18eT { color:#000000;display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:27.3125rem;left:41.874998092651rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#PF5TVNGHOPaxUR2AiZLmxTFZp76zCEgU { background-color:#0075c4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.125rem;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:30.625rem;left:43.749998092651rem;display:block; }
#Xom4BAOoTfr0iAdzUHTXfdGc2AIyBMrB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#UiJVmcEWFuW5QHgiJfX1NKUdzyzXVr2g { color:#000000;display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:27.125rem;left:1.25rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#DUH03IQwGho7VM0oCbco2dhw9MummGAH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(150deg, #0075c4, #00aaff);background-image: -moz-linear-gradient(150deg, #0075c4, #00aaff);background-image: -ms-linear-gradient(150deg, #0075c4, #00aaff);background-image: -o-linear-gradient(150deg, #0075c4, #00aaff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0075c4', endColorstr='#00aaff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0075c4', endColorstr='#00aaff' );";background-image: linear-gradient(150deg, #0075c4, #00aaff);background-size:auto !important;position:relative;display:block; }#DUH03IQwGho7VM0oCbco2dhw9MummGAH > .row .container { background-color: transparent; background-image: none; }#DUH03IQwGho7VM0oCbco2dhw9MummGAH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DUH03IQwGho7VM0oCbco2dhw9MummGAH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DUH03IQwGho7VM0oCbco2dhw9MummGAH > .row .container > .video-iframe-container { display: none; }#DUH03IQwGho7VM0oCbco2dhw9MummGAH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DUH03IQwGho7VM0oCbco2dhw9MummGAH > .row > .video-iframe-container { display: none; }#DUH03IQwGho7VM0oCbco2dhw9MummGAH > .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); }#DUH03IQwGho7VM0oCbco2dhw9MummGAH > .row .container { border-width: 0; border-radius: 0; }#DUH03IQwGho7VM0oCbco2dhw9MummGAH > .row > .video-iframe-container {  }#DUH03IQwGho7VM0oCbco2dhw9MummGAH > .row .container { font-size:0.875rem;font-family:arial;height:34.25rem;width:60rem;position:relative;display:block; }#BB4IzMOpsJHFQWTLXAhfXc8uPDUWRaJf { color:#ffffff;display:block;width:34.375rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:4.4375rem;left:12.8125rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Waebs87zcfFvmIgVEXodcvspw1pdHXPw { color:rgba(255,255,255,0.5);display:block;width:34.75rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:27.449996948243rem;left:12.625rem;height:1.95rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#H3xl4LOKgQO7BBFBJkWAciMz8Kr2IdNO { background-color:transparent;background-image: -webkit-linear-gradient(165deg, #fdd600, #fdd600);background-image: -moz-linear-gradient(165deg, #fdd600, #fdd600);background-image: -ms-linear-gradient(165deg, #fdd600, #fdd600);background-image: -o-linear-gradient(165deg, #fdd600, #fdd600);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdd600', endColorstr='#fdd600' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdd600', endColorstr='#fdd600' );";background-image: linear-gradient(165deg, #fdd600, #fdd600);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-sizing:border-box;color:#222222;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.125rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:21.187498092651rem;left:21.875rem;display:block; }
#hTmQDvOQZPGa1DgbwF6zCWqDyeygAT5G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#NsqMnLQGzSq2z7iVKohNutTPvBVKX2sI .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#NsqMnLQGzSq2z7iVKohNutTPvBVKX2sI .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#ffffff;padding-top:0.92rem;padding-right:0.8rem;padding-bottom:0.92rem;padding-left:0.8rem;display:block;align-items:center;width:4.803125rem;min-width:4.803125rem;height:4.94625rem;position:relative;font-family:"open sans";font-size:3.680625rem;font-weight:700;line-height:79.14px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NsqMnLQGzSq2z7iVKohNutTPvBVKX2sI .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.575rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:6.40375rem;height:1.955625rem;position:relative;font-family:"open sans";font-size:1.380625rem;font-weight:400;line-height:31.29px;text-align:center;text-align-last:center;text-transform:none;top:-5%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#NsqMnLQGzSq2z7iVKohNutTPvBVKX2sI { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:flex;justify-content:space-between;width:29.625rem;height:9.316875rem;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;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:7.8750019073488rem;left:14.25rem;z-index:100006; }
#NsqMnLQGzSq2z7iVKohNutTPvBVKX2sI #pTTSU40a4nuOZrA67v9nWL9AwLlbuQaw { display:flex;position:relative;top:0rem;left:0rem; }
#NsqMnLQGzSq2z7iVKohNutTPvBVKX2sI #iZMpX2NhdLsTgsdpAVPWTvgdQlqqbUoQ { width:auto; }
#NsqMnLQGzSq2z7iVKohNutTPvBVKX2sI #BZ9QpttrslgE1h1HbDWcL5DfZb7pTlux {  }
#NsqMnLQGzSq2z7iVKohNutTPvBVKX2sI #spDpIC2xnb9oBCqQC2PPureUaiO0KkhF { display:flex;position:relative;top:0rem;left:0rem; }
#NsqMnLQGzSq2z7iVKohNutTPvBVKX2sI #WOf7uXPGGsfNv4Nbc8htE18tKiHvrPaL {  }
#NsqMnLQGzSq2z7iVKohNutTPvBVKX2sI #cfOuaypEy1XnPzMDw8b4AoOmT2BTG25P {  }
#NsqMnLQGzSq2z7iVKohNutTPvBVKX2sI #IQcA8QKxlL3iP7bEN2wJ0ExQdphPpK6T { display:flex;position:relative;top:0rem;left:0rem; }
#NsqMnLQGzSq2z7iVKohNutTPvBVKX2sI #mPQwDdgrnapK5RlGfhsg954mAKGIJRmM {  }
#NsqMnLQGzSq2z7iVKohNutTPvBVKX2sI #E3lf2zTxImGUzIIvvf29cHx81OBti6Wg {  }
#NsqMnLQGzSq2z7iVKohNutTPvBVKX2sI #dEvMTKWHqXCSXlaaLHCBlnJgLqycZPZV { display:flex;position:relative;top:0rem;left:0rem; }
#NsqMnLQGzSq2z7iVKohNutTPvBVKX2sI #FkOxeiGBqzN4x5q9wcaJaBTd0rfKZqfy {  }
#NsqMnLQGzSq2z7iVKohNutTPvBVKX2sI #yIfT3KAIHrczFVpkXm9P9v8gJP1UBmoK {  }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #sm1lSLnHTV5DxPK28uU485wUvhBBTVVf { display:block; }#sm1lSLnHTV5DxPK28uU485wUvhBBTVVf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IuaW0qrewVcBxJdG5rTlGRHV9XVn2JJU { top:1.1875rem;left:0rem;width:10rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #St8ukpDV52m142VkHUwTh5mOtJehtIXL { top:1.875rem;left:31.6875rem;width:16.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rinLX6DKOFon7HsW1yZAdrxqBiJ9ZLv0 { display:block; }#rinLX6DKOFon7HsW1yZAdrxqBiJ9ZLv0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FkCU4bVfdvKI9iKaBPdRbbbBT82oP12x { display:block; }#FkCU4bVfdvKI9iKaBPdRbbbBT82oP12x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mEUDLgP4ObZ0dWw5TInNIBhXeyaRWrDA { top:4.3125rem;left:1.375rem;width:45rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7m08fnD6376m7aUlUKMu8G6PmlatbLI { top:8.625rem;left:1.9999980926514rem;width:43.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJQ0mchsWOndGR4VTah8v56nwKk7qtp4 { top:13.75rem;left:3.25rem;width:41.25rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sw8suKeMxTBm5pTwR0Radb0VVmoszh1e { display:block; }#sw8suKeMxTBm5pTwR0Radb0VVmoszh1e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VMSGbDNTr57F2ZyyVO5q6z911TZoSxIm { width:12.5rem;height:3.125rem;top:30.625rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBgSEERBqsveZu2VW5t5QSGlTxaw4yaT { display:block; }
 }@media only screen and (max-width: 763px) { #L0m0DaU5WIT4mSF6P9ISciWJeJxITBea { top:27.3125rem;left:15.5rem;width:16.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZPwT7ZTg1BAOCVuwOhodVOuu5oRT7ih { top:3.75rem;left:0.75rem;width:14.3125rem;height:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzGHVZggiiW5GUFTTlozKRoTETXGLV1B { top:27.3125rem;left:0rem;width:16.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGVR5Rn7HZAPu2NGmMdtKmTgfQndqIeh { width:12.5rem;height:3.125rem;top:30.625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCZDfhSMzE4Mfi2WagVB7ZgtBHnDXLVU { display:block; }
 }@media only screen and (max-width: 763px) { #oiPGcOWRggZqvisGUQHPu49UHENlBxcG { top:0.25rem;left:28.1875rem;width:19.4375rem;height:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qk9n11OKhcllUOUlqdxoPc9eZpkGnZWv { top:27.3125rem;left:31.375rem;width:16.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEreJk0PNkCgOyb1WXHxWPTwrrspFvHX { width:12.5rem;height:3.125rem;top:30.625rem;left:33.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZV7Mxwge1FITWbdAZ004ZnPwGkVq10bD { display:block; }
 }@media only screen and (max-width: 763px) { #qweCmStuVV4fxnzlG2gVQQz8k9UXlpnd { top:19.625rem;left:0.75rem;width:14.375rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcFzrlHyu1AAdVnNkL5bTh8uJKhkX9E5 { top:19.625rem;left:32.5rem;width:14.375rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pd8fwzPCmPVnxWRPbNhoMimg6Z8ifovT { top:1.8125rem;left:15.5rem;width:16.25rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtwVRnOawObSfapnRRrKkUfiF3aUwkIK { top:19.625rem;left:16.625rem;width:14.375rem;height:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fASclQro1VD9EwT6udVD21z8bQfROzOa { display:block; }#fASclQro1VD9EwT6udVD21z8bQfROzOa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K6STQPgnTV7GZEOPRWoTT3JHcfzAKV5y { top:0rem;left:0rem;width:19.375rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uP5nzDGeIoyDmdfEITC0I1HUg1BTckfk { width:12.5rem;height:3.125rem;top:30.625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcLnDdTFTifWX1X4k2vK75rnHvO5IMCT { display:block; }
 }@media only screen and (max-width: 763px) { #yHhzv6fmoTwVtgJQn7A7Nbrx2G1OhDZ9 { top:19.625rem;left:0.75rem;width:14.375rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwsFk1Qg6k0emc7bH9x4y6sDW2hlDlwZ { top:0rem;left:12.375rem;width:19.375rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TULwFKR1Gl0CUaVhqMTh3zhV6QWQGRnG { top:19.625rem;left:17.5rem;width:13.8125rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ke93QuEWmKOUrFbTBbuwka7lMUIGRx3z { top:27.3125rem;left:15.5rem;width:16.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PanrmPSr8cEZOTGJTp1WkMCGF2WTVi2w { width:12.5rem;height:3.125rem;top:30.625rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Feev76E0GVi6uaTqgC4cIrWMGHtC9yJf { display:block; }
 }@media only screen and (max-width: 763px) { #GZsmUphPb8ESth1fkniWi4gJwD05fJaw { top:5rem;left:33.4375rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4MHRNXF2JeJPRRrJTLyfRhOU4z6SbzO { top:19.625rem;left:33.125rem;width:13.125rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpMPQzexizvSW0qyx3PffTWnuyzu18eT { top:27.3125rem;left:31.375rem;width:16.25rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PF5TVNGHOPaxUR2AiZLmxTFZp76zCEgU { width:12.5rem;height:3.125rem;top:30.625rem;left:33.437498092651rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xom4BAOoTfr0iAdzUHTXfdGc2AIyBMrB { display:block; }
 }@media only screen and (max-width: 763px) { #UiJVmcEWFuW5QHgiJfX1NKUdzyzXVr2g { top:27.125rem;left:0rem;width:16.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUH03IQwGho7VM0oCbco2dhw9MummGAH { display:block; }#DUH03IQwGho7VM0oCbco2dhw9MummGAH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BB4IzMOpsJHFQWTLXAhfXc8uPDUWRaJf { top:4.4375rem;left:6.6875rem;width:34.375rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Waebs87zcfFvmIgVEXodcvspw1pdHXPw { top:27.4375rem;left:6.5rem;width:34.75rem;height:1.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3xl4LOKgQO7BBFBJkWAciMz8Kr2IdNO { width:16.25rem;height:3.125rem;top:21.125rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTmQDvOQZPGa1DgbwF6zCWqDyeygAT5G { display:block; }
 }@media only screen and (max-width: 763px) { #NsqMnLQGzSq2z7iVKohNutTPvBVKX2sI .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NsqMnLQGzSq2z7iVKohNutTPvBVKX2sI .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; }
#NsqMnLQGzSq2z7iVKohNutTPvBVKX2sI .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; }
#NsqMnLQGzSq2z7iVKohNutTPvBVKX2sI { display:flex;width:18rem;height:5.0625rem;top:7.75rem;left:7.9197921752931rem; }
 }@media only screen and (max-width: 763px) { #NsqMnLQGzSq2z7iVKohNutTPvBVKX2sI #pTTSU40a4nuOZrA67v9nWL9AwLlbuQaw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NsqMnLQGzSq2z7iVKohNutTPvBVKX2sI #iZMpX2NhdLsTgsdpAVPWTvgdQlqqbUoQ {  }
 }@media only screen and (max-width: 763px) { #NsqMnLQGzSq2z7iVKohNutTPvBVKX2sI #BZ9QpttrslgE1h1HbDWcL5DfZb7pTlux {  }
 }@media only screen and (max-width: 763px) { #NsqMnLQGzSq2z7iVKohNutTPvBVKX2sI #spDpIC2xnb9oBCqQC2PPureUaiO0KkhF { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NsqMnLQGzSq2z7iVKohNutTPvBVKX2sI #WOf7uXPGGsfNv4Nbc8htE18tKiHvrPaL {  }
 }@media only screen and (max-width: 763px) { #NsqMnLQGzSq2z7iVKohNutTPvBVKX2sI #cfOuaypEy1XnPzMDw8b4AoOmT2BTG25P {  }
 }@media only screen and (max-width: 763px) { #NsqMnLQGzSq2z7iVKohNutTPvBVKX2sI #IQcA8QKxlL3iP7bEN2wJ0ExQdphPpK6T { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NsqMnLQGzSq2z7iVKohNutTPvBVKX2sI #mPQwDdgrnapK5RlGfhsg954mAKGIJRmM {  }
 }@media only screen and (max-width: 763px) { #NsqMnLQGzSq2z7iVKohNutTPvBVKX2sI #E3lf2zTxImGUzIIvvf29cHx81OBti6Wg {  }
 }@media only screen and (max-width: 763px) { #NsqMnLQGzSq2z7iVKohNutTPvBVKX2sI #dEvMTKWHqXCSXlaaLHCBlnJgLqycZPZV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NsqMnLQGzSq2z7iVKohNutTPvBVKX2sI #FkOxeiGBqzN4x5q9wcaJaBTd0rfKZqfy {  }
 }@media only screen and (max-width: 763px) { #NsqMnLQGzSq2z7iVKohNutTPvBVKX2sI #yIfT3KAIHrczFVpkXm9P9v8gJP1UBmoK {  }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:rgba(255,255,255,0.4);background-image:none;display:block; }
#fn6k0Kcw46CcGZykdZgTHSlzoqusMaGy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fn6k0Kcw46CcGZykdZgTHSlzoqusMaGy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fn6k0Kcw46CcGZykdZgTHSlzoqusMaGy > .row > .video-iframe-container { display: none; }#fn6k0Kcw46CcGZykdZgTHSlzoqusMaGy > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #sm1lSLnHTV5DxPK28uU485wUvhBBTVVf { background-color:#00aaff;background-image:none;display:block; }#sm1lSLnHTV5DxPK28uU485wUvhBBTVVf > .row .container { background-color: transparent; background-image: none; }#sm1lSLnHTV5DxPK28uU485wUvhBBTVVf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sm1lSLnHTV5DxPK28uU485wUvhBBTVVf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sm1lSLnHTV5DxPK28uU485wUvhBBTVVf > .row .container > .video-iframe-container { display: none; }#sm1lSLnHTV5DxPK28uU485wUvhBBTVVf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sm1lSLnHTV5DxPK28uU485wUvhBBTVVf > .row > .video-iframe-container { display: none; }#sm1lSLnHTV5DxPK28uU485wUvhBBTVVf > .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); }#sm1lSLnHTV5DxPK28uU485wUvhBBTVVf > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IuaW0qrewVcBxJdG5rTlGRHV9XVn2JJU { width:13.3125rem;height:3.4375rem;top:1.25rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #St8ukpDV52m142VkHUwTh5mOtJehtIXL { width:16.0625rem;height:1.3rem;top:5.9375rem;left:1.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rinLX6DKOFon7HsW1yZAdrxqBiJ9ZLv0 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7d9b2b58-89d9-40f0-b03c-b112bef44749/WWW_LP_BTS22_00.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#rinLX6DKOFon7HsW1yZAdrxqBiJ9ZLv0.adaptive-delivery-prevent-bg, #rinLX6DKOFon7HsW1yZAdrxqBiJ9ZLv0.lazyload, #rinLX6DKOFon7HsW1yZAdrxqBiJ9ZLv0.lazyloading { background-image: none; }#rinLX6DKOFon7HsW1yZAdrxqBiJ9ZLv0 > .row .container { background-color: transparent; background-image: none; }#rinLX6DKOFon7HsW1yZAdrxqBiJ9ZLv0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rinLX6DKOFon7HsW1yZAdrxqBiJ9ZLv0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rinLX6DKOFon7HsW1yZAdrxqBiJ9ZLv0 > .row .container > .video-iframe-container { display: none; }#rinLX6DKOFon7HsW1yZAdrxqBiJ9ZLv0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rinLX6DKOFon7HsW1yZAdrxqBiJ9ZLv0 > .row > .video-iframe-container { display: none; }#rinLX6DKOFon7HsW1yZAdrxqBiJ9ZLv0 > .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); }#rinLX6DKOFon7HsW1yZAdrxqBiJ9ZLv0 > .row .container { width:20rem;height:28.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FkCU4bVfdvKI9iKaBPdRbbbBT82oP12x { display:block; }#FkCU4bVfdvKI9iKaBPdRbbbBT82oP12x > .row .container { width:20rem;height:27.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mEUDLgP4ObZ0dWw5TInNIBhXeyaRWrDA { width:20rem;height:2.03125rem;top:4.5625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;color:rgba(27,27,27,0.9);font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #u7m08fnD6376m7aUlUKMu8G6PmlatbLI { width:20rem;height:7.8rem;top:8.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJQ0mchsWOndGR4VTah8v56nwKk7qtp4 { width:20rem;height:6.5rem;top:17.325000762939rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sw8suKeMxTBm5pTwR0Radb0VVmoszh1e { display:block; }#sw8suKeMxTBm5pTwR0Radb0VVmoszh1e > .row .container { width:20rem;height:106.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VMSGbDNTr57F2ZyyVO5q6z911TZoSxIm { width:12.5rem;height:3.125rem;top:65.125000953675rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBgSEERBqsveZu2VW5t5QSGlTxaw4yaT { display:block; }
 }@media only screen and (max-width: 763px) { #L0m0DaU5WIT4mSF6P9ISciWJeJxITBea { width:16.25rem;height:1.625rem;top:62.250000953674rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZPwT7ZTg1BAOCVuwOhodVOuu5oRT7ih { width:17.375rem;height:17.375rem;top:1.25rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzGHVZggiiW5GUFTTlozKRoTETXGLV1B { width:16.25rem;height:1.625rem;top:26rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGVR5Rn7HZAPu2NGmMdtKmTgfQndqIeh { width:12.5rem;height:3.125rem;top:28.875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCZDfhSMzE4Mfi2WagVB7ZgtBHnDXLVU { display:block; }
 }@media only screen and (max-width: 763px) { #oiPGcOWRggZqvisGUQHPu49UHENlBxcG { width:17.375rem;height:17.375rem;top:71.687500953675rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qk9n11OKhcllUOUlqdxoPc9eZpkGnZWv { width:16.25rem;height:1.625rem;top:96.8125rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEreJk0PNkCgOyb1WXHxWPTwrrspFvHX { width:12.5rem;height:3.125rem;top:99.6875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZV7Mxwge1FITWbdAZ004ZnPwGkVq10bD { display:block; }
 }@media only screen and (max-width: 763px) { #qweCmStuVV4fxnzlG2gVQQz8k9UXlpnd { width:14.375rem;height:4.875rem;top:19.875rem;left:2.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcFzrlHyu1AAdVnNkL5bTh8uJKhkX9E5 { width:14.375rem;height:6.5rem;top:89.0625rem;left:2.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pd8fwzPCmPVnxWRPbNhoMimg6Z8ifovT { width:16.25rem;height:16.25rem;top:37.000000953674rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtwVRnOawObSfapnRRrKkUfiF3aUwkIK { width:14.375rem;height:6.5rem;top:54.500000953674rem;left:2.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fASclQro1VD9EwT6udVD21z8bQfROzOa { display:block; }#fASclQro1VD9EwT6udVD21z8bQfROzOa > .row .container { width:20rem;height:100.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K6STQPgnTV7GZEOPRWoTT3JHcfzAKV5y { width:17.5rem;height:17.5rem;top:0rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uP5nzDGeIoyDmdfEITC0I1HUg1BTckfk { width:12.5rem;height:3.125rem;top:26.5rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcLnDdTFTifWX1X4k2vK75rnHvO5IMCT { display:block; }
 }@media only screen and (max-width: 763px) { #yHhzv6fmoTwVtgJQn7A7Nbrx2G1OhDZ9 { width:16.4375rem;height:4.875rem;top:17.5rem;left:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwsFk1Qg6k0emc7bH9x4y6sDW2hlDlwZ { width:17.375rem;height:17.375rem;top:33.375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TULwFKR1Gl0CUaVhqMTh3zhV6QWQGRnG { width:16.4375rem;height:4.875rem;top:52rem;left:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ke93QuEWmKOUrFbTBbuwka7lMUIGRx3z { width:16.25rem;height:1.625rem;top:58.125rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PanrmPSr8cEZOTGJTp1WkMCGF2WTVi2w { width:12.5rem;height:3.125rem;top:61rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Feev76E0GVi6uaTqgC4cIrWMGHtC9yJf { display:block; }
 }@media only screen and (max-width: 763px) { #GZsmUphPb8ESth1fkniWi4gJwD05fJaw { width:12.5625rem;height:12.5625rem;top:69.125rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4MHRNXF2JeJPRRrJTLyfRhOU4z6SbzO { width:16.4375rem;height:4.875rem;top:82.9375rem;left:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpMPQzexizvSW0qyx3PffTWnuyzu18eT { width:16.25rem;height:1.625rem;top:89.0625rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PF5TVNGHOPaxUR2AiZLmxTFZp76zCEgU { width:12.5rem;height:3.125rem;top:92.375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xom4BAOoTfr0iAdzUHTXfdGc2AIyBMrB { display:block; }
 }@media only screen and (max-width: 763px) { #UiJVmcEWFuW5QHgiJfX1NKUdzyzXVr2g { width:16.25rem;height:1.625rem;top:23.625rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUH03IQwGho7VM0oCbco2dhw9MummGAH { background-color:transparent;background-image: -webkit-linear-gradient(150deg, #00aaff, #0075c4);background-image: -moz-linear-gradient(150deg, #00aaff, #0075c4);background-image: -ms-linear-gradient(150deg, #00aaff, #0075c4);background-image: -o-linear-gradient(150deg, #00aaff, #0075c4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00aaff', endColorstr='#0075c4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00aaff', endColorstr='#0075c4' );";background-image: linear-gradient(150deg, #00aaff, #0075c4);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#DUH03IQwGho7VM0oCbco2dhw9MummGAH > .row .container { background-color: transparent; background-image: none; }#DUH03IQwGho7VM0oCbco2dhw9MummGAH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DUH03IQwGho7VM0oCbco2dhw9MummGAH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DUH03IQwGho7VM0oCbco2dhw9MummGAH > .row .container > .video-iframe-container { display: none; }#DUH03IQwGho7VM0oCbco2dhw9MummGAH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DUH03IQwGho7VM0oCbco2dhw9MummGAH > .row > .video-iframe-container { display: none; }#DUH03IQwGho7VM0oCbco2dhw9MummGAH > .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); }#DUH03IQwGho7VM0oCbco2dhw9MummGAH > .row .container { border-width: 0; border-radius: 0; }#DUH03IQwGho7VM0oCbco2dhw9MummGAH > .row > .video-iframe-container {  }#DUH03IQwGho7VM0oCbco2dhw9MummGAH > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BB4IzMOpsJHFQWTLXAhfXc8uPDUWRaJf { width:19.1875rem;height:4.0625rem;top:4.5625rem;left:0.375rem;font-size:1.5625rem;text-align:center;text-align-last:center;color:#ffffff;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Waebs87zcfFvmIgVEXodcvspw1pdHXPw { width:16.875rem;height:3.25rem;top:24.875rem;left:1.5625rem;font-size:0.625rem;text-align:center;text-align-last:center;color:rgba(255,255,255,0.6);display:block; }
 }@media only screen and (max-width: 763px) { #H3xl4LOKgQO7BBFBJkWAciMz8Kr2IdNO { width:12.5rem;height:3.125rem;top:18.4375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTmQDvOQZPGa1DgbwF6zCWqDyeygAT5G { display:block; }
 }@media only screen and (max-width: 763px) { #NsqMnLQGzSq2z7iVKohNutTPvBVKX2sI .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#NsqMnLQGzSq2z7iVKohNutTPvBVKX2sI .widget-text.counter-number { padding-top:0.574375rem;padding-right:0.498125rem;padding-bottom:0.574375rem;padding-left:0.498125rem;width:2.9925rem;min-width:2.9925rem;height:3.08875rem;font-size:2.3rem;line-height:49.42px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#NsqMnLQGzSq2z7iVKohNutTPvBVKX2sI .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.35875rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.99rem;height:1.22125rem;font-size:0.8625rem;line-height:19.54px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#NsqMnLQGzSq2z7iVKohNutTPvBVKX2sI { display:flex;width:19.9375rem;height:5.8175rem;top:10.000001907349rem;left:0rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #NsqMnLQGzSq2z7iVKohNutTPvBVKX2sI #pTTSU40a4nuOZrA67v9nWL9AwLlbuQaw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NsqMnLQGzSq2z7iVKohNutTPvBVKX2sI #iZMpX2NhdLsTgsdpAVPWTvgdQlqqbUoQ {  }
 }@media only screen and (max-width: 763px) { #NsqMnLQGzSq2z7iVKohNutTPvBVKX2sI #BZ9QpttrslgE1h1HbDWcL5DfZb7pTlux {  }
 }@media only screen and (max-width: 763px) { #NsqMnLQGzSq2z7iVKohNutTPvBVKX2sI #spDpIC2xnb9oBCqQC2PPureUaiO0KkhF { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NsqMnLQGzSq2z7iVKohNutTPvBVKX2sI #WOf7uXPGGsfNv4Nbc8htE18tKiHvrPaL {  }
 }@media only screen and (max-width: 763px) { #NsqMnLQGzSq2z7iVKohNutTPvBVKX2sI #cfOuaypEy1XnPzMDw8b4AoOmT2BTG25P {  }
 }@media only screen and (max-width: 763px) { #NsqMnLQGzSq2z7iVKohNutTPvBVKX2sI #IQcA8QKxlL3iP7bEN2wJ0ExQdphPpK6T { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NsqMnLQGzSq2z7iVKohNutTPvBVKX2sI #mPQwDdgrnapK5RlGfhsg954mAKGIJRmM {  }
 }@media only screen and (max-width: 763px) { #NsqMnLQGzSq2z7iVKohNutTPvBVKX2sI #E3lf2zTxImGUzIIvvf29cHx81OBti6Wg {  }
 }@media only screen and (max-width: 763px) { #NsqMnLQGzSq2z7iVKohNutTPvBVKX2sI #dEvMTKWHqXCSXlaaLHCBlnJgLqycZPZV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NsqMnLQGzSq2z7iVKohNutTPvBVKX2sI #FkOxeiGBqzN4x5q9wcaJaBTd0rfKZqfy {  }
 }@media only screen and (max-width: 763px) { #NsqMnLQGzSq2z7iVKohNutTPvBVKX2sI #yIfT3KAIHrczFVpkXm9P9v8gJP1UBmoK {  }
 }