.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OTKb1yICeaHBeM0bwPnlaeysGoeSTarn { position:relative;display:block; }#OTKb1yICeaHBeM0bwPnlaeysGoeSTarn { background-color: transparent; background-image: none; }#OTKb1yICeaHBeM0bwPnlaeysGoeSTarn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OTKb1yICeaHBeM0bwPnlaeysGoeSTarn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OTKb1yICeaHBeM0bwPnlaeysGoeSTarn > .row .container > .video-iframe-container { display: none; }#OTKb1yICeaHBeM0bwPnlaeysGoeSTarn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OTKb1yICeaHBeM0bwPnlaeysGoeSTarn > .row > .video-iframe-container { display: none; }#OTKb1yICeaHBeM0bwPnlaeysGoeSTarn > .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); }#OTKb1yICeaHBeM0bwPnlaeysGoeSTarn { border-width: 0; border-radius: 0; }#OTKb1yICeaHBeM0bwPnlaeysGoeSTarn > .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; }#OTKb1yICeaHBeM0bwPnlaeysGoeSTarn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:88px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hGcUzvwAsa8BhsMAFuUEqzpqQ9yPtBhs { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:60px;width:234px;top:14px;left:376.484375px;overflow:hidden;display:block; }
#ey5z5T53bA1d52W2JzCziTGiHTIZicHK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#33c7ea;background-image:url("https://images.assets-landingi.com/uc/ebd7000f-32ae-41d7-bff9-a565025604fc/Untitleddesign20240827T171555651.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK.adaptive-delivery-prevent-bg, #ey5z5T53bA1d52W2JzCziTGiHTIZicHK.lazyload, #ey5z5T53bA1d52W2JzCziTGiHTIZicHK.lazyloading { background-image: none; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container { background-color: transparent; background-image: none; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container > .video-iframe-container { display: none; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row > .video-iframe-container { display: none; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .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); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container { border-width: 0; border-radius: 0; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container { font-size:14px;font-family:arial;height:614px;width:960px;position:relative;display:block; }#yoIgJlgA6Zrw21a92rCyyWtd4FyAR7hl { color:#ffffff;display:block;width:629px;position:absolute;font-family:adelle;font-size:53px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:84.1484375px;left:21.8984375px;height:206.695px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Vynaln5OL9DQNMi4RLW6gKTXw4F82ItT { color:#00b9e5;display:block;width:440px;position:absolute;font-family:guthen;font-size:54px;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:383.9453125px;left:21.8984375px;height:70.1953px;font-style:normal;display:block; }
#bxBnoOZJFF2evc2eqWuM1B4xCf0dvwTe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.1);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; }#bxBnoOZJFF2evc2eqWuM1B4xCf0dvwTe > .row .container { background-color: transparent; background-image: none; }#bxBnoOZJFF2evc2eqWuM1B4xCf0dvwTe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bxBnoOZJFF2evc2eqWuM1B4xCf0dvwTe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bxBnoOZJFF2evc2eqWuM1B4xCf0dvwTe > .row .container > .video-iframe-container { display: none; }#bxBnoOZJFF2evc2eqWuM1B4xCf0dvwTe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bxBnoOZJFF2evc2eqWuM1B4xCf0dvwTe > .row > .video-iframe-container { display: none; }#bxBnoOZJFF2evc2eqWuM1B4xCf0dvwTe > .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); }#bxBnoOZJFF2evc2eqWuM1B4xCf0dvwTe > .row .container { border-width: 0; border-radius: 0; }#bxBnoOZJFF2evc2eqWuM1B4xCf0dvwTe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bxBnoOZJFF2evc2eqWuM1B4xCf0dvwTe > .row .container { font-size:14px;font-family:arial;height:887px;width:960px;position:relative;display:block; }#nr9u6yBmIxbbT37bcUNJ4KFIf8rtDyKs { color:#000000;display:block;width:788.984px;position:absolute;font-family:adelle;font-size:40px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:72px;left:86px;height:52px;text-align:center;text-align-last:center;display:block; }
#PM4he4q4EIWQO2OORFTP24gkMfUb2la1 { color:#000000;display:block;width:384px;position:absolute;font-family:satoshi;font-size:24px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:182px;left:20px;height:280.7575px;text-align:left;text-align-last:left;display:block; }
#v3nnPS46PLcHnuIyiTVh59lXi3Z1oaTd { position:absolute;display:block;z-index:15004;height:348px;width:458px;top:182px;left:472px;display:block; }
#g0pnEvHXFDyU7UT1TMIrhuZ5QD8hoKb2 { color:#000000;display:block;width:384px;position:absolute;font-family:satoshi;font-size:24px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:496.9453125px;left:20px;height:;text-align:left;text-align-last:left;display:block; }#g0pnEvHXFDyU7UT1TMIrhuZ5QD8hoKb2 li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#g0pnEvHXFDyU7UT1TMIrhuZ5QD8hoKb2 li:before{  }
#BMQW1e0skSvnSm8rBfsvuTUdCRGiUT2m { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#071033;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; }#BMQW1e0skSvnSm8rBfsvuTUdCRGiUT2m > .row .container { background-color: transparent; background-image: none; }#BMQW1e0skSvnSm8rBfsvuTUdCRGiUT2m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BMQW1e0skSvnSm8rBfsvuTUdCRGiUT2m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BMQW1e0skSvnSm8rBfsvuTUdCRGiUT2m > .row .container > .video-iframe-container { display: none; }#BMQW1e0skSvnSm8rBfsvuTUdCRGiUT2m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BMQW1e0skSvnSm8rBfsvuTUdCRGiUT2m > .row > .video-iframe-container { display: none; }#BMQW1e0skSvnSm8rBfsvuTUdCRGiUT2m > .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); }#BMQW1e0skSvnSm8rBfsvuTUdCRGiUT2m > .row .container { border-width: 0; border-radius: 0; }#BMQW1e0skSvnSm8rBfsvuTUdCRGiUT2m > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BMQW1e0skSvnSm8rBfsvuTUdCRGiUT2m > .row .container { font-size:14px;font-family:arial;height:604px;width:960px;position:relative;display:block; }#QiTRyXEkfKZ4vrDgH50M2tirBEV8CXZE { color:#ffffff;display:block;width:775px;position:absolute;font-family:satoshi;font-size:24px;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:164px;left:92.5px;height:62.3906px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZEmGlDTwupvJz3DOIRAc5KrvNNwvxsQe { color:#f3f3f3;display:block;width:934px;position:absolute;font-family:satoshi;font-size:40px;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:78.6953125px;left:13px;height:52px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TJRSozO6oICECtmWsiOXAa8fz3wCHQz8 { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: 0 0 20px rgba(0,0,0,0.2) ;height:211px;width:240px;top:283px;left:52px;display:block; }
#TSfx2PIo2h59dPi3lHNmhpqfJeepcFam { color:#f6696c;display:block;width:242px;position:absolute;font-family:satoshi;font-size:50px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:303px;left:51px;height:65px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VlITmlOPq3p4KTC8hdoxsmd0eSWZ2XuM { color:#f6696c;display:block;width:190px;position:absolute;font-family:satoshi;font-size:20px;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:377px;left:77px;height:78px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vhkQKOEsFp9aOFAKND4reIVuVUvzI2Li { color:#f6696c;display:block;width:241px;position:absolute;font-family:satoshi;font-size:50px;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:303px;left:347px;height:65px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PkfWgdV2HQDTS7CiBLgZ1yGAFuQDaiwA { color:#f6696c;display:block;width:188px;position:absolute;font-family:satoshi;font-size:20px;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:377px;left:373.5px;height:78px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FK5xTPyFCLgD3T09a1QMyxZLhUXsKwU0 { color:#f6696c;display:block;width:242px;position:absolute;font-family:satoshi;font-size:50px;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:303px;left:659px;height:65px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gmlKwB0RgFPV5CRma7lhgu0K8hovEh42 { color:#f6696c;display:block;width:208px;position:absolute;font-family:satoshi;font-size:20px;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:378px;left:676px;height:78px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#neM17Ikx5BIZZ9sn35QCPURpSrwSbpuv { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: 0 0 20px rgba(0,0,0,0.2) ;height:211px;width:240px;top:283px;left:349px;display:block; }
#TVKwIqUf8hHETfBBIconbTTiC1o9Xe09 { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: 0 0 20px rgba(0,0,0,0.2) ;height:211px;width:240px;top:283px;left:659px;display:block; }
#uoNoXsDX3sfFfukBPnHuLL1x16eghRuX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.1);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; }#uoNoXsDX3sfFfukBPnHuLL1x16eghRuX > .row .container { background-color: transparent; background-image: none; }#uoNoXsDX3sfFfukBPnHuLL1x16eghRuX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uoNoXsDX3sfFfukBPnHuLL1x16eghRuX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uoNoXsDX3sfFfukBPnHuLL1x16eghRuX > .row .container > .video-iframe-container { display: none; }#uoNoXsDX3sfFfukBPnHuLL1x16eghRuX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uoNoXsDX3sfFfukBPnHuLL1x16eghRuX > .row > .video-iframe-container { display: none; }#uoNoXsDX3sfFfukBPnHuLL1x16eghRuX > .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); }#uoNoXsDX3sfFfukBPnHuLL1x16eghRuX > .row .container { border-width: 0; border-radius: 0; }#uoNoXsDX3sfFfukBPnHuLL1x16eghRuX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uoNoXsDX3sfFfukBPnHuLL1x16eghRuX > .row .container { font-size:14px;font-family:arial;height:701px;width:960px;position:relative;display:block; }#IhxHpEKBgxJU3CQ0a2ypnZUg5zE0RMkM { color:#000000;display:block;width:788.977px;position:absolute;font-family:adelle;font-size:40px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:64.578125px;left:85.5078125px;height:52px;text-align:center;text-align-last:center;display:block; }
#MQIJSSeBkiaD3LGTnJ9WFvPHCBHZENtz { background-color:#f6696c;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:32px;border-top-right-radius:32px;border-bottom-left-radius:32px;border-bottom-right-radius:32px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"satoshi heavy";font-size:20px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:335px;height:52px;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:548px;left:312.5px;display:block; }
#mWCJoBq8dSPiZcFLAFoSsZcL3hLT7LTR { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#nlNq4I9QWmDvyQ92PW7ID1XeVhZNKddF { color:#000000;display:block;width:886px;position:absolute;font-family:satoshi;font-size:24px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:138px;left:37px;height:124.781px;text-align:center;text-align-last:center;display:block; }
#a44OS3NMuBA43RCw3SyUzqI90la3U1G9 { position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: 0 0 20px rgba(0,0,0,0.2) ;height:165px;width:217px;top:324px;left:14px;display:block; }
#xbECAsn3KhKuvcTmDlbRA7bCOKVgynFW { position:absolute;display:block;z-index:15035;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:53px;width:67px;top:338px;left:89px;overflow:hidden;display:block; }
#yV8DMLAf1lzxnNhtygqVzCLVXgO9ykek { color:#121b6e;display:block;width:198px;position:absolute;font-family:satoshi;font-size:20px;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:405px;left:24px;height:52px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PhLaxfTwW4BLww8GK3XP51OzhTaEREPg { position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: 0 0 20px rgba(0,0,0,0.2) ;height:165px;width:217px;top:324px;left:255px;display:block; }
#AW1XT0vzC3GUKwfBs40c3QVkLbVrgcFR { color:#121b6e;display:block;width:198px;position:absolute;font-family:satoshi;font-size:20px;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:405px;left:264px;height:52px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uy8xV5gZWqiWXdwFn5RewLb6cESsJTtv { position:absolute;display:block;z-index:15033;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:56px;width:56px;top:337px;left:336px;overflow:hidden;display:block; }
#Vo56q2FnxfzurmIUTAc2GGDORNJdu1HA { position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: 0 0 20px rgba(0,0,0,0.2) ;height:165px;width:217px;top:324px;left:493px;display:block; }
#u2MyWs7iU1sKTIwDdThGPztimqHKg8Zf { color:#121b6e;display:block;width:198px;position:absolute;font-family:satoshi;font-size:20px;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:405px;left:502px;height:52px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KOhmLWicOgMh2o3ebIPXeIJcpV1DWvym { position:absolute;display:block;z-index:15034;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:58px;width:70px;top:336px;left:570px;overflow:hidden;display:block; }
#Fy4xr7yLkptoJaeMCewZxtiA11CCE6o8 { position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: 0 0 20px rgba(0,0,0,0.2) ;height:165px;width:217px;top:324px;left:730px;display:block; }
#C8oUMUTGazlrBytOJSXeiBy9QFSQd25W { color:#121b6e;display:block;width:198px;position:absolute;font-family:satoshi;font-size:20px;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:405px;left:739px;height:52px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rfQSgT0TrvKZJG2woMaWe6F20IBMWWul { position:absolute;display:block;z-index:15036;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:56px;width:61px;top:337px;left:808px;overflow:hidden;display:block; }
#BLwu8bMamOzePhO9lSnT6fZJXUbaAGew { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#BLwu8bMamOzePhO9lSnT6fZJXUbaAGew > .row .container { background-color: transparent; background-image: none; }#BLwu8bMamOzePhO9lSnT6fZJXUbaAGew::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BLwu8bMamOzePhO9lSnT6fZJXUbaAGew > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BLwu8bMamOzePhO9lSnT6fZJXUbaAGew > .row .container > .video-iframe-container { display: none; }#BLwu8bMamOzePhO9lSnT6fZJXUbaAGew > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BLwu8bMamOzePhO9lSnT6fZJXUbaAGew > .row > .video-iframe-container { display: none; }#BLwu8bMamOzePhO9lSnT6fZJXUbaAGew > .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); }#BLwu8bMamOzePhO9lSnT6fZJXUbaAGew > .row .container { border-width: 0; border-radius: 0; }#BLwu8bMamOzePhO9lSnT6fZJXUbaAGew > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BLwu8bMamOzePhO9lSnT6fZJXUbaAGew > .row .container { font-size:14px;font-family:arial;height:649px;width:960px;position:relative;display:block; }#OeoVvxi9qOLWCIxCZQGh0DkZlEikGbUT { color:#031569;display:block;width:960px;position:absolute;font-family:adelle;font-size:52px;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:180px;left:0px;height:124.797px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nqxd0MkZH66Uw74fWft6CzWAUXMxOirx { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:71px;width:71px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:48px;left:444px; }
#fFXG02W2E3ZIu7k39fAr476sINTBc8qE { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:45px;width:45px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:75px;left:400px; }
#z7mGBMwx2sUUbh3gdmBxJRyAtrZNMakD { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:45px;width:45px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:75px;left:515px; }
#vd8cSu0twHA4dfSShdHicM6FFrcbq24l { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:34px;width:34px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:86px;left:367px; }
#mnfa0RVz7u0sbTMRkpGM5Vi75p5O5VQq { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:34px;width:34px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:86px;left:560px; }
#smu5TULkmlFsABqF4LZbk4nbRaAaKKVe { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:230px;width:410px;top:351px;left:53px;display:block; }
#PLy8P1qtAupm3x2R0XH6TpdvDLEpcuHc { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:230px;width:410px;top:351px;left:497px;display:block; }
#oRDv010z8PvOFIasV4oI4ITtnsSQXeyd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.4);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; }#oRDv010z8PvOFIasV4oI4ITtnsSQXeyd > .row .container { background-color: transparent; background-image: none; }#oRDv010z8PvOFIasV4oI4ITtnsSQXeyd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oRDv010z8PvOFIasV4oI4ITtnsSQXeyd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oRDv010z8PvOFIasV4oI4ITtnsSQXeyd > .row .container > .video-iframe-container { display: none; }#oRDv010z8PvOFIasV4oI4ITtnsSQXeyd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oRDv010z8PvOFIasV4oI4ITtnsSQXeyd > .row > .video-iframe-container { display: none; }#oRDv010z8PvOFIasV4oI4ITtnsSQXeyd > .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); }#oRDv010z8PvOFIasV4oI4ITtnsSQXeyd > .row .container { border-width: 0; border-radius: 0; }#oRDv010z8PvOFIasV4oI4ITtnsSQXeyd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oRDv010z8PvOFIasV4oI4ITtnsSQXeyd > .row .container { font-size:14px;font-family:arial;height:360px;width:960px;position:relative;display:block; }#xT0GyXDnUL2Cv8thoryreln774BnIKzK { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:25px;width:25px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:50px;left:410px; }
#e9LbbZ8erm6crWpk74gtk2FfPflZNCu4 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:25px;width:25px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:50px;left:439px; }
#emM4Uda950Fgm34WxiKMXT0VvtTCHNPN { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:25px;width:25px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:50px;left:468px; }
#FX0XHMf4kLmCabs6fVnmGyJ3FhfGlPlC { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:25px;width:25px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:50px;left:497px; }
#wcxaiHclovviqKI1mQneSTyiOMp12eEo { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:25px;width:25px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:50px;left:525px; }
#Se6lXGXRl0WFkUO6uoOHcK16vP7EMEhZ { color:#031569;display:block;width:960px;position:absolute;font-family:adelle;font-size:20px;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:102px;left:0px;height:20px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nMbcbCw1x1ayDL9p3bTU0MhGMzlto3IX { color:#031569;display:block;width:740px;position:absolute;font-family:satoshi;font-size:18px;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:154px;left:110px;height:116.992px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CJGg2QChisvatTKsLcQBcyfbgidWT2wl { color:#031569;display:block;width:960px;position:absolute;font-family:adelle;font-size:16px;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:291px;left:0px;height:16px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qmcbmvoHiWC0oSx9aS41bSC1CXrfi7Mr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121b6e;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; }#qmcbmvoHiWC0oSx9aS41bSC1CXrfi7Mr > .row .container { background-color: transparent; background-image: none; }#qmcbmvoHiWC0oSx9aS41bSC1CXrfi7Mr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qmcbmvoHiWC0oSx9aS41bSC1CXrfi7Mr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qmcbmvoHiWC0oSx9aS41bSC1CXrfi7Mr > .row .container > .video-iframe-container { display: none; }#qmcbmvoHiWC0oSx9aS41bSC1CXrfi7Mr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qmcbmvoHiWC0oSx9aS41bSC1CXrfi7Mr > .row > .video-iframe-container { display: none; }#qmcbmvoHiWC0oSx9aS41bSC1CXrfi7Mr > .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); }#qmcbmvoHiWC0oSx9aS41bSC1CXrfi7Mr > .row .container { border-width: 0; border-radius: 0; }#qmcbmvoHiWC0oSx9aS41bSC1CXrfi7Mr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qmcbmvoHiWC0oSx9aS41bSC1CXrfi7Mr > .row .container { font-size:14px;font-family:arial;height:300px;width:960px;position:relative;display:block; }#ksWDs9TuHZfqWvMMZGgs6I9tyUWpTiWP { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:44px;width:157px;top:18px;left:10px;overflow:hidden;display:block; }
#yAAMfTXCsU40v7ophbM7XxMAKxJQiU0s { color:#ffffff;display:block;width:178px;position:absolute;font-family:satoshi;font-size:14px;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:74px;left:240px;height:117.5627px;font-style:normal;display:block; }
#qQHx52QdpVbhZxdfzhQHqlAihNeqQVrC { color:#ffffff;display:block;width:178px;position:absolute;font-family:satoshi;font-size:14px;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:74px;left:480px;height:176.3442px;font-style:normal;display:block; }
#rag5RNS4BGntQutUuMTzfPpTuyN7AWTJ { color:#ffffff;display:block;width:178px;position:absolute;font-family:satoshi;font-size:14px;font-weight:300;z-index:15018;line-height:1.4;letter-spacing:0;top:74px;left:720px;height:156.7504px;font-style:normal;display:block; }
#ZniUOxbJx8gqHOEDd7iQBQiBomGvP4R6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121b6e;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; }#ZniUOxbJx8gqHOEDd7iQBQiBomGvP4R6 > .row .container { background-color: transparent; background-image: none; }#ZniUOxbJx8gqHOEDd7iQBQiBomGvP4R6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZniUOxbJx8gqHOEDd7iQBQiBomGvP4R6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZniUOxbJx8gqHOEDd7iQBQiBomGvP4R6 > .row .container > .video-iframe-container { display: none; }#ZniUOxbJx8gqHOEDd7iQBQiBomGvP4R6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZniUOxbJx8gqHOEDd7iQBQiBomGvP4R6 > .row > .video-iframe-container { display: none; }#ZniUOxbJx8gqHOEDd7iQBQiBomGvP4R6 > .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); }#ZniUOxbJx8gqHOEDd7iQBQiBomGvP4R6 > .row .container { border-width: 0; border-radius: 0; }#ZniUOxbJx8gqHOEDd7iQBQiBomGvP4R6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZniUOxbJx8gqHOEDd7iQBQiBomGvP4R6 > .row .container { font-size:14px;font-family:arial;height:85px;width:960px;position:relative;display:block; }#zBcGmphMHZRKmbTIzzW0HfWTaeFwAkLl { color:#ffffff;display:block;width:178px;position:absolute;font-family:satoshi;font-size:14px;font-weight:300;z-index:15018;line-height:1.4;letter-spacing:0;top:0px;left:480px;height:58.7814px;font-style:normal;display:block; }
#m65PCgbDnsM3DVrszm369TswZ6uMtIy7 { color:#ffffff;display:block;width:178px;position:absolute;font-family:satoshi;font-size:14px;font-weight:300;z-index:15019;line-height:1.4;letter-spacing:0;top:0px;left:720px;height:58.7814px;font-style:normal;display:block; }
#FiccGMQd0wT8DLTdQLZ6Js7BfNkPdzuS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121b6e;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; }#FiccGMQd0wT8DLTdQLZ6Js7BfNkPdzuS > .row .container { background-color: transparent; background-image: none; }#FiccGMQd0wT8DLTdQLZ6Js7BfNkPdzuS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FiccGMQd0wT8DLTdQLZ6Js7BfNkPdzuS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FiccGMQd0wT8DLTdQLZ6Js7BfNkPdzuS > .row .container > .video-iframe-container { display: none; }#FiccGMQd0wT8DLTdQLZ6Js7BfNkPdzuS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FiccGMQd0wT8DLTdQLZ6Js7BfNkPdzuS > .row > .video-iframe-container { display: none; }#FiccGMQd0wT8DLTdQLZ6Js7BfNkPdzuS > .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); }#FiccGMQd0wT8DLTdQLZ6Js7BfNkPdzuS > .row .container { border-width: 0; border-radius: 0; }#FiccGMQd0wT8DLTdQLZ6Js7BfNkPdzuS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FiccGMQd0wT8DLTdQLZ6Js7BfNkPdzuS > .row .container { font-size:14px;font-family:arial;height:54px;width:960px;position:relative;display:block; }#CbGOUVhQ7lHlzQAnoEK983cxIABqTOgH { color:#ffffff;display:block;width:234px;position:absolute;font-family:satoshi;font-size:14px;font-weight:300;z-index:15018;line-height:1.4;letter-spacing:0;top:0px;left:0px;height:19.5938px;font-style:normal;display:block; }
#WK70kbgzMDnq9sHc8fFXuabGqzKZRuqM { box-sizing:content-box;color:#5d92ff;font-size:21px;font-weight:400;line-height:1;height:30px;width:30px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:0px;left:800.95162963867px; }
#WK70kbgzMDnq9sHc8fFXuabGqzKZRuqM > img { max-width: 100%;max-height:100%; width:30px; height:30px; }#HAVRpO425wwvTW4LsDniXgMwEUFVUUvq { box-sizing:content-box;color:#5d92ff;font-size:21px;font-weight:400;line-height:1;height:30px;width:30px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:0px;left:845.95162963867px; }
#HAVRpO425wwvTW4LsDniXgMwEUFVUUvq > img { max-width: 100%;max-height:100%; width:30px; height:30px; }#rxsl8CRqetMUdirik2NTICT3ypQyyBtW { box-sizing:content-box;color:#5d92ff;font-size:21px;font-weight:400;line-height:1;height:30px;width:30px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:0px;left:719.99996948242px; }
#rxsl8CRqetMUdirik2NTICT3ypQyyBtW > img { max-width: 100%;max-height:100%; width:30px; height:30px; }#O4dBy5FFdlZQDWAKtMpIOioEmBTRnAF9 { box-sizing:content-box;color:#5d92ff;font-size:21px;font-weight:400;line-height:1;height:30px;width:30px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:0px;left:763.83517456055px; }
#O4dBy5FFdlZQDWAKtMpIOioEmBTRnAF9 > img { max-width: 100%;max-height:100%; width:30px; height:30px; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OTKb1yICeaHBeM0bwPnlaeysGoeSTarn { display:block; }#OTKb1yICeaHBeM0bwPnlaeysGoeSTarn > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hGcUzvwAsa8BhsMAFuUEqzpqQ9yPtBhs { top:14px;left:278.484375px;width:234px;height:60px;display:block; }
 }@media only screen and (max-width: 763px) { #ey5z5T53bA1d52W2JzCziTGiHTIZicHK { display:block; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yoIgJlgA6Zrw21a92rCyyWtd4FyAR7hl { top:84px;left:0px;width:629px;height:206px;font-size:53px;display:block; }
 }@media only screen and (max-width: 763px) { #Vynaln5OL9DQNMi4RLW6gKTXw4F82ItT { top:383px;left:0px;width:440px;height:70px;font-size:54px;display:block; }
 }@media only screen and (max-width: 763px) { #bxBnoOZJFF2evc2eqWuM1B4xCf0dvwTe { display:block; }#bxBnoOZJFF2evc2eqWuM1B4xCf0dvwTe > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nr9u6yBmIxbbT37bcUNJ4KFIf8rtDyKs { top:72px;left:0px;width:764px;height:52px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #PM4he4q4EIWQO2OORFTP24gkMfUb2la1 { top:182px;left:0px;width:384px;height:280px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #v3nnPS46PLcHnuIyiTVh59lXi3Z1oaTd { top:182px;left:306px;width:458px;height:348px;display:block; }
 }@media only screen and (max-width: 763px) { #g0pnEvHXFDyU7UT1TMIrhuZ5QD8hoKb2 { top:496px;left:0px;width:384px;height:;font-size:24px;display:block; }#g0pnEvHXFDyU7UT1TMIrhuZ5QD8hoKb2 li:before{  }
 }@media only screen and (max-width: 763px) { #BMQW1e0skSvnSm8rBfsvuTUdCRGiUT2m { display:block; }#BMQW1e0skSvnSm8rBfsvuTUdCRGiUT2m > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QiTRyXEkfKZ4vrDgH50M2tirBEV8CXZE { width:764px;height:62px;top:164px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #ZEmGlDTwupvJz3DOIRAc5KrvNNwvxsQe { top:78px;left:0px;width:764px;height:52px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #TJRSozO6oICECtmWsiOXAa8fz3wCHQz8 { width:240px;height:211px;top:283px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #TSfx2PIo2h59dPi3lHNmhpqfJeepcFam { width:242px;height:65px;top:303px;left:0px;font-size:45px;display:block; }
 }@media only screen and (max-width: 763px) { #VlITmlOPq3p4KTC8hdoxsmd0eSWZ2XuM { width:190px;height:78px;top:377px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #vhkQKOEsFp9aOFAKND4reIVuVUvzI2Li { width:241px;height:65px;top:303px;left:249px;font-size:45px;display:block; }
 }@media only screen and (max-width: 763px) { #PkfWgdV2HQDTS7CiBLgZ1yGAFuQDaiwA { width:188px;height:78px;top:377px;left:275.5px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #FK5xTPyFCLgD3T09a1QMyxZLhUXsKwU0 { width:242px;height:65px;top:303px;left:522px;font-size:45px;display:block; }
 }@media only screen and (max-width: 763px) { #gmlKwB0RgFPV5CRma7lhgu0K8hovEh42 { width:208px;height:78px;top:378px;left:556px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #neM17Ikx5BIZZ9sn35QCPURpSrwSbpuv { width:240px;height:211px;top:283px;left:251px;display:block; }
 }@media only screen and (max-width: 763px) { #TVKwIqUf8hHETfBBIconbTTiC1o9Xe09 { width:240px;height:211px;top:283px;left:524px;display:block; }
 }@media only screen and (max-width: 763px) { #uoNoXsDX3sfFfukBPnHuLL1x16eghRuX { display:block; }#uoNoXsDX3sfFfukBPnHuLL1x16eghRuX > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IhxHpEKBgxJU3CQ0a2ypnZUg5zE0RMkM { top:64px;left:0px;width:764px;height:52px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #MQIJSSeBkiaD3LGTnJ9WFvPHCBHZENtz { width:335px;height:52px;top:548px;left:214.5px;display:block; }
 }@media only screen and (max-width: 763px) { #mWCJoBq8dSPiZcFLAFoSsZcL3hLT7LTR { display:block; }
 }@media only screen and (max-width: 763px) { #nlNq4I9QWmDvyQ92PW7ID1XeVhZNKddF { top:138px;left:0px;width:764px;height:124px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #a44OS3NMuBA43RCw3SyUzqI90la3U1G9 { width:217px;height:165px;top:324px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #xbECAsn3KhKuvcTmDlbRA7bCOKVgynFW { top:338px;left:0px;width:67px;height:53px;display:block; }
 }@media only screen and (max-width: 763px) { #yV8DMLAf1lzxnNhtygqVzCLVXgO9ykek { width:198px;height:52px;top:405px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #PhLaxfTwW4BLww8GK3XP51OzhTaEREPg { width:217px;height:165px;top:324px;left:157px;display:block; }
 }@media only screen and (max-width: 763px) { #AW1XT0vzC3GUKwfBs40c3QVkLbVrgcFR { width:198px;height:52px;top:405px;left:166px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #uy8xV5gZWqiWXdwFn5RewLb6cESsJTtv { top:337px;left:238px;width:56px;height:56px;display:block; }
 }@media only screen and (max-width: 763px) { #Vo56q2FnxfzurmIUTAc2GGDORNJdu1HA { width:217px;height:165px;top:324px;left:395px;display:block; }
 }@media only screen and (max-width: 763px) { #u2MyWs7iU1sKTIwDdThGPztimqHKg8Zf { width:198px;height:52px;top:405px;left:404px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #KOhmLWicOgMh2o3ebIPXeIJcpV1DWvym { top:336px;left:472px;width:70px;height:58px;display:block; }
 }@media only screen and (max-width: 763px) { #Fy4xr7yLkptoJaeMCewZxtiA11CCE6o8 { width:217px;height:165px;top:324px;left:547px;display:block; }
 }@media only screen and (max-width: 763px) { #C8oUMUTGazlrBytOJSXeiBy9QFSQd25W { width:198px;height:52px;top:405px;left:566px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #rfQSgT0TrvKZJG2woMaWe6F20IBMWWul { top:337px;left:703px;width:61px;height:56px;display:block; }
 }@media only screen and (max-width: 763px) { #BLwu8bMamOzePhO9lSnT6fZJXUbaAGew { display:block; }#BLwu8bMamOzePhO9lSnT6fZJXUbaAGew > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OeoVvxi9qOLWCIxCZQGh0DkZlEikGbUT { width:764px;height:124px;top:180px;left:0px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #nqxd0MkZH66Uw74fWft6CzWAUXMxOirx { top:48px;left:346px;width:71px;height:71px;display:block; }
 }@media only screen and (max-width: 763px) { #fFXG02W2E3ZIu7k39fAr476sINTBc8qE { top:75px;left:302px;width:45px;height:45px;display:block; }
 }@media only screen and (max-width: 763px) { #z7mGBMwx2sUUbh3gdmBxJRyAtrZNMakD { top:75px;left:417px;width:45px;height:45px;display:block; }
 }@media only screen and (max-width: 763px) { #vd8cSu0twHA4dfSShdHicM6FFrcbq24l { top:86px;left:269px;width:34px;height:34px;display:block; }
 }@media only screen and (max-width: 763px) { #mnfa0RVz7u0sbTMRkpGM5Vi75p5O5VQq { top:86px;left:462px;width:34px;height:34px;display:block; }
 }@media only screen and (max-width: 763px) { #smu5TULkmlFsABqF4LZbk4nbRaAaKKVe { top:351px;left:0px;width:410px;height:230px;display:block; }
 }@media only screen and (max-width: 763px) { #PLy8P1qtAupm3x2R0XH6TpdvDLEpcuHc { top:351px;left:354px;width:410px;height:230px;display:block; }
 }@media only screen and (max-width: 763px) { #oRDv010z8PvOFIasV4oI4ITtnsSQXeyd { display:block; }#oRDv010z8PvOFIasV4oI4ITtnsSQXeyd > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xT0GyXDnUL2Cv8thoryreln774BnIKzK { top:50px;left:312px;width:25px;height:25px;display:block; }
 }@media only screen and (max-width: 763px) { #e9LbbZ8erm6crWpk74gtk2FfPflZNCu4 { top:50px;left:341px;width:25px;height:25px;display:block; }
 }@media only screen and (max-width: 763px) { #emM4Uda950Fgm34WxiKMXT0VvtTCHNPN { top:50px;left:370px;width:25px;height:25px;display:block; }
 }@media only screen and (max-width: 763px) { #FX0XHMf4kLmCabs6fVnmGyJ3FhfGlPlC { top:50px;left:399px;width:25px;height:25px;display:block; }
 }@media only screen and (max-width: 763px) { #wcxaiHclovviqKI1mQneSTyiOMp12eEo { top:50px;left:427px;width:25px;height:25px;display:block; }
 }@media only screen and (max-width: 763px) { #Se6lXGXRl0WFkUO6uoOHcK16vP7EMEhZ { width:764px;height:20px;top:102px;left:0px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #nMbcbCw1x1ayDL9p3bTU0MhGMzlto3IX { width:740px;height:116px;top:154px;left:12px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #CJGg2QChisvatTKsLcQBcyfbgidWT2wl { width:764px;height:16px;top:291px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #qmcbmvoHiWC0oSx9aS41bSC1CXrfi7Mr { display:block; }#qmcbmvoHiWC0oSx9aS41bSC1CXrfi7Mr > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ksWDs9TuHZfqWvMMZGgs6I9tyUWpTiWP { top:18px;left:0px;width:157px;height:44px;display:block; }
 }@media only screen and (max-width: 763px) { #yAAMfTXCsU40v7ophbM7XxMAKxJQiU0s { top:74px;left:191px;width:177px;height:117px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #qQHx52QdpVbhZxdfzhQHqlAihNeqQVrC { top:74px;left:382px;width:177px;height:176px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #rag5RNS4BGntQutUuMTzfPpTuyN7AWTJ { top:74px;left:573px;width:177px;height:156px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #ZniUOxbJx8gqHOEDd7iQBQiBomGvP4R6 { display:block; }#ZniUOxbJx8gqHOEDd7iQBQiBomGvP4R6 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zBcGmphMHZRKmbTIzzW0HfWTaeFwAkLl { top:0px;left:382px;width:178px;height:58px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #m65PCgbDnsM3DVrszm369TswZ6uMtIy7 { top:0px;left:573px;width:178px;height:58px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #FiccGMQd0wT8DLTdQLZ6Js7BfNkPdzuS { display:block; }#FiccGMQd0wT8DLTdQLZ6Js7BfNkPdzuS > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CbGOUVhQ7lHlzQAnoEK983cxIABqTOgH { top:0px;left:0px;width:234px;height:20px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #WK70kbgzMDnq9sHc8fFXuabGqzKZRuqM { top:0px;left:629.45162963867px;width:30px;height:30px;display:block; }
#WK70kbgzMDnq9sHc8fFXuabGqzKZRuqM > img { max-width: 100%;max-height:100%; width:30px; height:30px; } }@media only screen and (max-width: 763px) { #HAVRpO425wwvTW4LsDniXgMwEUFVUUvq { top:0px;left:674.45162963867px;width:30px;height:30px;display:block; }
#HAVRpO425wwvTW4LsDniXgMwEUFVUUvq > img { max-width: 100%;max-height:100%; width:30px; height:30px; } }@media only screen and (max-width: 763px) { #rxsl8CRqetMUdirik2NTICT3ypQyyBtW { top:0px;left:543px;width:30px;height:30px;display:block; }
#rxsl8CRqetMUdirik2NTICT3ypQyyBtW > img { max-width: 100%;max-height:100%; width:30px; height:30px; } }@media only screen and (max-width: 763px) { #O4dBy5FFdlZQDWAKtMpIOioEmBTRnAF9 { top:0px;left:592.33517456055px;width:30px;height:30px;display:block; }
#O4dBy5FFdlZQDWAKtMpIOioEmBTRnAF9 > img { max-width: 100%;max-height:100%; width:30px; height:30px; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OTKb1yICeaHBeM0bwPnlaeysGoeSTarn { display:block; }#OTKb1yICeaHBeM0bwPnlaeysGoeSTarn > .row .container { width:320px;height:55px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hGcUzvwAsa8BhsMAFuUEqzpqQ9yPtBhs { width:139px;height:34px;top:10.5px;left:90.5px;display:block; }
 }@media only screen and (max-width: 763px) { #ey5z5T53bA1d52W2JzCziTGiHTIZicHK { background-color:#fbfaff;background-image:url("https://images.assets-landingi.com/uc/cea11165-0a53-45dd-b627-7635b3be7c25/Untitleddesign20240827T175219385.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK.adaptive-delivery-prevent-bg, #ey5z5T53bA1d52W2JzCziTGiHTIZicHK.lazyload, #ey5z5T53bA1d52W2JzCziTGiHTIZicHK.lazyloading { background-image: none; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container { background-color: transparent; background-image: none; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container > .video-iframe-container { display: none; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row > .video-iframe-container { display: none; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .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); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container { width:320px;height:395px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yoIgJlgA6Zrw21a92rCyyWtd4FyAR7hl { width:305px;height:166.375px;top:59.21875px;left:7.5px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vynaln5OL9DQNMi4RLW6gKTXw4F82ItT { width:272.969px;height:41.5938px;top:262.546875px;left:23.5078125px;font-size:32px;color:#00b9e5;display:block; }
 }@media only screen and (max-width: 763px) { #bxBnoOZJFF2evc2eqWuM1B4xCf0dvwTe { display:block; }#bxBnoOZJFF2evc2eqWuM1B4xCf0dvwTe > .row .container { width:320px;height:1267px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nr9u6yBmIxbbT37bcUNJ4KFIf8rtDyKs { width:258px;height:67.5938px;top:33.0078125px;left:31px;font-size:26px;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #PM4he4q4EIWQO2OORFTP24gkMfUb2la1 { width:320px;height:210.5857px;top:127.8359375px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #v3nnPS46PLcHnuIyiTVh59lXi3Z1oaTd { width:320px;height:348px;top:547.1875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #g0pnEvHXFDyU7UT1TMIrhuZ5QD8hoKb2 { width:320px;height:173.789px;top:338.40625px;left:0px;font-size:18px;display:block; }#g0pnEvHXFDyU7UT1TMIrhuZ5QD8hoKb2 li:before{  }
 }@media only screen and (max-width: 763px) { #BMQW1e0skSvnSm8rBfsvuTUdCRGiUT2m { background-color:#071033;background-image:none;display:block; }#BMQW1e0skSvnSm8rBfsvuTUdCRGiUT2m > .row .container { background-color: transparent; background-image: none; }#BMQW1e0skSvnSm8rBfsvuTUdCRGiUT2m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BMQW1e0skSvnSm8rBfsvuTUdCRGiUT2m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BMQW1e0skSvnSm8rBfsvuTUdCRGiUT2m > .row .container > .video-iframe-container { display: none; }#BMQW1e0skSvnSm8rBfsvuTUdCRGiUT2m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BMQW1e0skSvnSm8rBfsvuTUdCRGiUT2m > .row > .video-iframe-container { display: none; }#BMQW1e0skSvnSm8rBfsvuTUdCRGiUT2m > .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); }#BMQW1e0skSvnSm8rBfsvuTUdCRGiUT2m > .row .container { width:320px;height:1125px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QiTRyXEkfKZ4vrDgH50M2tirBEV8CXZE { width:320px;height:93.5938px;top:127.171875px;left:0px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #ZEmGlDTwupvJz3DOIRAc5KrvNNwvxsQe { width:320px;height:33.7969px;top:51.171875px;left:0px;font-size:26px;font-family:adelle;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TJRSozO6oICECtmWsiOXAa8fz3wCHQz8 { width:239px;height:196px;top:271px;left:41px;display:block; }
 }@media only screen and (max-width: 763px) { #TSfx2PIo2h59dPi3lHNmhpqfJeepcFam { width:239px;height:58.5px;top:298px;left:40.5px;text-align:center;text-align-last:center;font-size:45px;display:block; }
 }@media only screen and (max-width: 763px) { #VlITmlOPq3p4KTC8hdoxsmd0eSWZ2XuM { width:190px;height:70.1953px;top:373px;left:65px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #vhkQKOEsFp9aOFAKND4reIVuVUvzI2Li { width:241px;height:58.5px;top:530px;left:39.5px;text-align:center;text-align-last:center;font-size:45px;display:block; }
 }@media only screen and (max-width: 763px) { #PkfWgdV2HQDTS7CiBLgZ1yGAFuQDaiwA { width:188px;height:70.1953px;top:606px;left:66px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #FK5xTPyFCLgD3T09a1QMyxZLhUXsKwU0 { width:242px;height:58.5px;top:772px;left:39px;text-align:center;text-align-last:center;font-size:45px;display:block; }
 }@media only screen and (max-width: 763px) { #gmlKwB0RgFPV5CRma7lhgu0K8hovEh42 { width:208px;height:70.1953px;top:848px;left:56px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #neM17Ikx5BIZZ9sn35QCPURpSrwSbpuv { width:240px;height:211px;top:502px;left:40px;display:block; }
 }@media only screen and (max-width: 763px) { #TVKwIqUf8hHETfBBIconbTTiC1o9Xe09 { width:240px;height:211px;top:748px;left:40px;display:block; }
 }@media only screen and (max-width: 763px) { #uoNoXsDX3sfFfukBPnHuLL1x16eghRuX { display:block; }#uoNoXsDX3sfFfukBPnHuLL1x16eghRuX > .row .container { width:320px;height:1351px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IhxHpEKBgxJU3CQ0a2ypnZUg5zE0RMkM { width:320px;height:33.7969px;top:46px;left:0px;font-size:26px;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #MQIJSSeBkiaD3LGTnJ9WFvPHCBHZENtz { width:318.969px;height:51.9688px;top:1140px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #mWCJoBq8dSPiZcFLAFoSsZcL3hLT7LTR { display:block; }
 }@media only screen and (max-width: 763px) { #nlNq4I9QWmDvyQ92PW7ID1XeVhZNKddF { width:320px;height:163.789px;top:107.46875px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #a44OS3NMuBA43RCw3SyUzqI90la3U1G9 { width:217px;height:165px;top:321px;left:52px;display:block; }
 }@media only screen and (max-width: 763px) { #xbECAsn3KhKuvcTmDlbRA7bCOKVgynFW { width:67px;height:53px;top:335px;left:127px;display:block; }
 }@media only screen and (max-width: 763px) { #yV8DMLAf1lzxnNhtygqVzCLVXgO9ykek { width:198px;height:52px;top:402px;left:62px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #PhLaxfTwW4BLww8GK3XP51OzhTaEREPg { width:217px;height:165px;top:513px;left:52px;display:block; }
 }@media only screen and (max-width: 763px) { #AW1XT0vzC3GUKwfBs40c3QVkLbVrgcFR { width:198px;height:52px;top:594px;left:61px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #uy8xV5gZWqiWXdwFn5RewLb6cESsJTtv { width:56px;height:56px;top:526px;left:133px;display:block; }
 }@media only screen and (max-width: 763px) { #Vo56q2FnxfzurmIUTAc2GGDORNJdu1HA { width:217px;height:165px;top:698px;left:52px;display:block; }
 }@media only screen and (max-width: 763px) { #u2MyWs7iU1sKTIwDdThGPztimqHKg8Zf { width:198px;height:52px;top:779px;left:61px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #KOhmLWicOgMh2o3ebIPXeIJcpV1DWvym { width:70px;height:58px;top:710px;left:129px;display:block; }
 }@media only screen and (max-width: 763px) { #Fy4xr7yLkptoJaeMCewZxtiA11CCE6o8 { width:217px;height:165px;top:892px;left:51px;display:block; }
 }@media only screen and (max-width: 763px) { #C8oUMUTGazlrBytOJSXeiBy9QFSQd25W { width:198px;height:52px;top:973px;left:60px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #rfQSgT0TrvKZJG2woMaWe6F20IBMWWul { width:61px;height:56px;top:905px;left:129px;display:block; }
 }@media only screen and (max-width: 763px) { #BLwu8bMamOzePhO9lSnT6fZJXUbaAGew { display:block; }#BLwu8bMamOzePhO9lSnT6fZJXUbaAGew > .row .container { width:320px;height:735px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OeoVvxi9qOLWCIxCZQGh0DkZlEikGbUT { width:320px;height:126px;top:150.984375px;left:0px;text-align:center;text-align-last:center;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #nqxd0MkZH66Uw74fWft6CzWAUXMxOirx { display:flex;width:71px;height:71px;top:44px;left:129px; }
 }@media only screen and (max-width: 763px) { #fFXG02W2E3ZIu7k39fAr476sINTBc8qE { display:flex;width:45px;height:45px;top:70px;left:80px; }
 }@media only screen and (max-width: 763px) { #z7mGBMwx2sUUbh3gdmBxJRyAtrZNMakD { display:flex;width:45px;height:45px;top:70px;left:200px; }
 }@media only screen and (max-width: 763px) { #vd8cSu0twHA4dfSShdHicM6FFrcbq24l { display:flex;width:34px;height:34px;top:81px;left:40px; }
 }@media only screen and (max-width: 763px) { #mnfa0RVz7u0sbTMRkpGM5Vi75p5O5VQq { display:flex;width:34px;height:34px;top:81px;left:246px; }
 }@media only screen and (max-width: 763px) { #smu5TULkmlFsABqF4LZbk4nbRaAaKKVe { height:180px;width:320px;top:295px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #PLy8P1qtAupm3x2R0XH6TpdvDLEpcuHc { height:179.5px;width:320px;top:509px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #oRDv010z8PvOFIasV4oI4ITtnsSQXeyd { display:block; }#oRDv010z8PvOFIasV4oI4ITtnsSQXeyd > .row .container { width:320px;height:560px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xT0GyXDnUL2Cv8thoryreln774BnIKzK { display:flex;width:25px;height:25px;top:43px;left:100px; }
 }@media only screen and (max-width: 763px) { #e9LbbZ8erm6crWpk74gtk2FfPflZNCu4 { display:flex;width:25px;height:25px;top:43px;left:124px; }
 }@media only screen and (max-width: 763px) { #emM4Uda950Fgm34WxiKMXT0VvtTCHNPN { display:flex;width:25px;height:25px;top:43px;left:149px; }
 }@media only screen and (max-width: 763px) { #FX0XHMf4kLmCabs6fVnmGyJ3FhfGlPlC { display:flex;width:25px;height:25px;top:43px;left:171px; }
 }@media only screen and (max-width: 763px) { #wcxaiHclovviqKI1mQneSTyiOMp12eEo { display:flex;width:25px;height:25px;top:43px;left:195px; }
 }@media only screen and (max-width: 763px) { #Se6lXGXRl0WFkUO6uoOHcK16vP7EMEhZ { width:320px;height:105px;top:96px;left:0px;text-align:center;text-align-last:center;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #nMbcbCw1x1ayDL9p3bTU0MhGMzlto3IX { width:304px;height:228.766px;top:234px;left:8px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #CJGg2QChisvatTKsLcQBcyfbgidWT2wl { width:320px;height:16px;top:492px;left:0px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #qmcbmvoHiWC0oSx9aS41bSC1CXrfi7Mr { display:block; }#qmcbmvoHiWC0oSx9aS41bSC1CXrfi7Mr > .row .container { width:320px;height:365px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ksWDs9TuHZfqWvMMZGgs6I9tyUWpTiWP { width:109px;height:30px;top:13px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #yAAMfTXCsU40v7ophbM7XxMAKxJQiU0s { width:320px;height:83.9845px;top:69px;left:0px;font-size:12px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qQHx52QdpVbhZxdfzhQHqlAihNeqQVrC { width:178px;height:151.1721px;top:185px;left:0px;font-size:12px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rag5RNS4BGntQutUuMTzfPpTuyN7AWTJ { width:120.994px;height:134.3752px;top:183.6364440918px;left:179.01987266541px;font-size:12px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZniUOxbJx8gqHOEDd7iQBQiBomGvP4R6 { display:block; }#ZniUOxbJx8gqHOEDd7iQBQiBomGvP4R6 > .row .container { width:320px;height:95px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zBcGmphMHZRKmbTIzzW0HfWTaeFwAkLl { width:178px;height:50.3907px;top:16px;left:0px;font-size:12px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #m65PCgbDnsM3DVrszm369TswZ6uMtIy7 { width:178px;height:50.3907px;top:15.984375px;left:142px;font-size:12px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FiccGMQd0wT8DLTdQLZ6Js7BfNkPdzuS { display:block; }#FiccGMQd0wT8DLTdQLZ6Js7BfNkPdzuS > .row .container { width:320px;height:65px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CbGOUVhQ7lHlzQAnoEK983cxIABqTOgH { width:194px;height:16.7969px;top:10px;left:0px;font-size:12px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WK70kbgzMDnq9sHc8fFXuabGqzKZRuqM { display:flex;width:20px;height:20px;top:8.3948974609375px;left:215.78124046326px;font-size:14px; }
#WK70kbgzMDnq9sHc8fFXuabGqzKZRuqM > img { max-width: 100%;max-height:100%; width:20px; height:20px; } }@media only screen and (max-width: 763px) { #HAVRpO425wwvTW4LsDniXgMwEUFVUUvq { display:flex;width:20px;height:20px;top:8px;left:300px;font-size:14px; }
#HAVRpO425wwvTW4LsDniXgMwEUFVUUvq > img { max-width: 100%;max-height:100%; width:20px; height:20px; } }@media only screen and (max-width: 763px) { #rxsl8CRqetMUdirik2NTICT3ypQyyBtW { display:flex;width:20px;height:20px;top:8.3948974609375px;left:243.89203453064px;font-size:14px; }
#rxsl8CRqetMUdirik2NTICT3ypQyyBtW > img { max-width: 100%;max-height:100%; width:20px; height:20px; } }@media only screen and (max-width: 763px) { #O4dBy5FFdlZQDWAKtMpIOioEmBTRnAF9 { display:flex;width:20px;height:20px;top:8.3948974609375px;left:272.88352012634px;font-size:14px; }
#O4dBy5FFdlZQDWAKtMpIOioEmBTRnAF9 > img { max-width: 100%;max-height:100%; width:20px; height:20px; } }