.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;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); }#RTPyKvomNK584zGumK9yQm6sL4PSf1ZL { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1aea8ba1-ee94-41f8-b2d4-d1cc0e8c4686/BG.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#RTPyKvomNK584zGumK9yQm6sL4PSf1ZL.adaptive-delivery-prevent-bg, #RTPyKvomNK584zGumK9yQm6sL4PSf1ZL.lazyload, #RTPyKvomNK584zGumK9yQm6sL4PSf1ZL.lazyloading { background-image: none; }#RTPyKvomNK584zGumK9yQm6sL4PSf1ZL > .row .container { background-color: transparent; background-image: none; }#RTPyKvomNK584zGumK9yQm6sL4PSf1ZL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTPyKvomNK584zGumK9yQm6sL4PSf1ZL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTPyKvomNK584zGumK9yQm6sL4PSf1ZL > .row .container > .video-iframe-container { display: none; }#RTPyKvomNK584zGumK9yQm6sL4PSf1ZL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTPyKvomNK584zGumK9yQm6sL4PSf1ZL > .row > .video-iframe-container { display: none; }#RTPyKvomNK584zGumK9yQm6sL4PSf1ZL > .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); }#RTPyKvomNK584zGumK9yQm6sL4PSf1ZL > .row .container { border-width: 0; border-radius: 0; }#RTPyKvomNK584zGumK9yQm6sL4PSf1ZL > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#RTPyKvomNK584zGumK9yQm6sL4PSf1ZL > .row .container { font-size:14px;font-family:arial;height:714px;width:1200px;overflow:visible;position:relative;display:block; }#iUZvfsqrN4XwyZvLsDCtIcermT7rFbJw { color:#ffffff;display:block;width:440px;position:absolute;font-family:ubuntu;font-size:60px;font-weight:700;z-index:14999;line-height:1.1;letter-spacing:0;top:184px;left:115px;height:132px;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:left;text-align-last:left;display:block; }
#X45zTFONIzstpBmO6qT4J3cu3FsBkV6S { color:#ffffff;display:block;width:450px;position:absolute;font-family:ubuntu;font-size:24px;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:343px;left:115px;height:72px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#BiIWQ3237VTFDKTRiM2uhH6lhbxqLfy2 { background-color:#15b051;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;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:ubuntu;font-size:25px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:417px;height:61px;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:443px;left:115px;display:block; }
#O7O1pLURLXHbGpmfr5SCK0m75Xe5tqkw { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Mqn1ZwyyDhOBzODHOTc931BwN2EG7Lhm { position:absolute;display:block;z-index:15011;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:72px;width:214px;top:75px;left:115px;overflow:hidden;display:block; }
#Ud55to1Faffl24wKt20odQ1AfPAMZxdt { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:16px;width:16px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:514px;left:115px; }
#WGxUg7m6emuuT6nmAleigw63MRQnclp8 { color:#ffffff;display:block;width:253px;position:absolute;font-family:ubuntu;font-size:14px;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:512px;left:136px;height:21px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#m6b40mIm1XWgQS8NGOtmnLlZSvnDktR9 { color:#c0f3ff;display:block;width:494px;position:absolute;font-family:ubuntu;font-size:24px;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:568px;left:115px;height:67.1875px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#RMWb0RQHAmuZ6snW8PlfmAClRJ9zH6Zv { position:absolute;display:block;z-index:15013;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:161px;width:161px;top:121px;left:531.5px;overflow:hidden;display:block; }
#PniTmJcH3UmMogL3DfP1RMEILgahmCvN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PniTmJcH3UmMogL3DfP1RMEILgahmCvN > .row .container { background-color: transparent; background-image: none; }#PniTmJcH3UmMogL3DfP1RMEILgahmCvN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PniTmJcH3UmMogL3DfP1RMEILgahmCvN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PniTmJcH3UmMogL3DfP1RMEILgahmCvN > .row .container > .video-iframe-container { display: none; }#PniTmJcH3UmMogL3DfP1RMEILgahmCvN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PniTmJcH3UmMogL3DfP1RMEILgahmCvN > .row > .video-iframe-container { display: none; }#PniTmJcH3UmMogL3DfP1RMEILgahmCvN > .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); }#PniTmJcH3UmMogL3DfP1RMEILgahmCvN > .row .container { border-width: 0; border-radius: 0; }#PniTmJcH3UmMogL3DfP1RMEILgahmCvN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PniTmJcH3UmMogL3DfP1RMEILgahmCvN > .row .container { font-size:14px;font-family:arial;height:233px;width:1200px;position:relative;display:block; }#mWr5a1pFEbElBRnLGFDKTVL4dSNCMIEK { color:#2f2f2f;display:block;width:560px;position:absolute;font-family:ubuntu;font-size:35px;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:59px;left:320px;height:84px;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; }
#omGMp0ZGogMnSDJyaB6nR6r94warUq7S { color:#5e5e5e;display:block;width:714px;position:absolute;font-family:ubuntu;font-size:20px;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:152px;left:243px;height:60px;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; }
#e4T50sdGz07JTcNAwSUcyJPHSXSRrO7C { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#e4T50sdGz07JTcNAwSUcyJPHSXSRrO7C > .row .container { background-color: transparent; background-image: none; }#e4T50sdGz07JTcNAwSUcyJPHSXSRrO7C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e4T50sdGz07JTcNAwSUcyJPHSXSRrO7C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e4T50sdGz07JTcNAwSUcyJPHSXSRrO7C > .row .container > .video-iframe-container { display: none; }#e4T50sdGz07JTcNAwSUcyJPHSXSRrO7C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e4T50sdGz07JTcNAwSUcyJPHSXSRrO7C > .row > .video-iframe-container { display: none; }#e4T50sdGz07JTcNAwSUcyJPHSXSRrO7C > .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); }#e4T50sdGz07JTcNAwSUcyJPHSXSRrO7C > .row .container { border-width: 0; border-radius: 0; }#e4T50sdGz07JTcNAwSUcyJPHSXSRrO7C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e4T50sdGz07JTcNAwSUcyJPHSXSRrO7C > .row .container { font-size:14px;font-family:arial;height:257px;width:1200px;position:relative;display:block; }#BBT6GfwadMwi6Lt13IvH5386bi3TarzL { position:absolute;display:block;z-index:15018;background-color:transparent;background-image:none;border-top:1px solid #2462f2;border-left:1px solid #2462f2;border-right:1px solid #2462f2;border-bottom:1px solid #2462f2;border-top-left-radius:40px;border-top-right-radius:40px;border-bottom-left-radius:40px;border-bottom-right-radius:0;box-shadow: none;height:176px;width:247px;top:40px;left:26px;display:block; }
#Upq5SdITlexRZDWA018UlhqIbhXKkOVX { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:86px;left:43px; }
#AMV5fzdJomdeq8tNbJtNpigz2ryhkmaH { color:#2f2f2f;display:block;width:130px;position:absolute;font-family:ubuntu;font-size:24px;font-weight:400;z-index:15040;line-height:1.2;letter-spacing:0;top:86px;left:103px;height:86.3906px;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;display:block; }
#Oa1SoL8yAG7fUT80TftbkcPLpZsimMGH { color:#2f2f2f;display:block;width:147px;position:absolute;font-family:ubuntu;font-size:24px;font-weight:400;z-index:15044;line-height:1.2;letter-spacing:0;top:85px;left:402px;height:86.3906px;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;display:block; }
#xNCd2SzyGEM7ANgT7umcXyf3tHPU09r4 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:59px;width:59px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:85px;left:342px; }
#GXHZn7I53P0marXxuQH8x0qBzeeI7Xou { color:#2f2f2f;display:block;width:153px;position:absolute;font-family:ubuntu;font-size:24px;font-weight:400;z-index:15044;line-height:1.2;letter-spacing:0;top:97px;left:704px;height:57.5938px;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;display:block; }
#BpeolRrwEtoW596rgVU1p4IQpMJ8TaM2 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:97px;left:644px; }
#q5q9DBK88eTqNAB6dHerEGVrDD7iuKfs { color:#2f2f2f;display:block;width:151px;position:absolute;font-family:ubuntu;font-size:24px;font-weight:400;z-index:15048;line-height:1.2;letter-spacing:0;top:86px;left:1004px;height:86.3906px;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;display:block; }
#aLsaJc5SAw1lEE5QtfbNZ228HT19TInL { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:47px;width:47px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:89px;left:944px; }
#UdTwl6llbTEe8GC2aciR2LRGEiOW2m2J { position:absolute;display:block;z-index:15019;background-color:transparent;background-image:none;border-top:1px solid #2462f2;border-left:1px solid #2462f2;border-right:1px solid #2462f2;border-bottom:1px solid #2462f2;border-top-left-radius:40px;border-top-right-radius:40px;border-bottom-left-radius:40px;border-bottom-right-radius:0;box-shadow: none;height:176px;width:247px;top:39.5px;left:325.5px;display:block; }
#Fz0Q70awgoVQwIU43QXsbND9Et9TZe4r { position:absolute;display:block;z-index:15020;background-color:transparent;background-image:none;border-top:1px solid #2462f2;border-left:1px solid #2462f2;border-right:1px solid #2462f2;border-bottom:1px solid #2462f2;border-top-left-radius:40px;border-top-right-radius:40px;border-bottom-left-radius:40px;border-bottom-right-radius:0;box-shadow: none;height:176px;width:247px;top:39.5px;left:625.5px;display:block; }
#c6yId3GyzKXToLr8DyIn4IWGhx0o7mc3 { position:absolute;display:block;z-index:15021;background-color:transparent;background-image:none;border-top:1px solid #2462f2;border-left:1px solid #2462f2;border-right:1px solid #2462f2;border-bottom:1px solid #2462f2;border-top-left-radius:40px;border-top-right-radius:40px;border-bottom-left-radius:40px;border-bottom-right-radius:0;box-shadow: none;height:176px;width:247px;top:39.5px;left:925.5px;display:block; }
#EICq8BqzXr6ssqDwamtaOW9ertnWNd7r { position:absolute;display:block;z-index:15021;background-color:transparent;background-image:none;border-top:1px solid #2462f2;border-left:1px solid #2462f2;border-right:1px solid #2462f2;border-bottom:1px solid #2462f2;border-top-left-radius:40px;border-top-right-radius:40px;border-bottom-left-radius:40px;border-bottom-right-radius:0;box-shadow: none;height:176px;width:247px;top:39.5px;left:925.5px;display:none; }
#VoypZz9g8T2nor7s36uopCUb48EQqb8F { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VoypZz9g8T2nor7s36uopCUb48EQqb8F > .row .container { background-color: transparent; background-image: none; }#VoypZz9g8T2nor7s36uopCUb48EQqb8F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VoypZz9g8T2nor7s36uopCUb48EQqb8F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VoypZz9g8T2nor7s36uopCUb48EQqb8F > .row .container > .video-iframe-container { display: none; }#VoypZz9g8T2nor7s36uopCUb48EQqb8F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VoypZz9g8T2nor7s36uopCUb48EQqb8F > .row > .video-iframe-container { display: none; }#VoypZz9g8T2nor7s36uopCUb48EQqb8F > .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); }#VoypZz9g8T2nor7s36uopCUb48EQqb8F > .row .container { border-width: 0; border-radius: 0; }#VoypZz9g8T2nor7s36uopCUb48EQqb8F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VoypZz9g8T2nor7s36uopCUb48EQqb8F > .row .container { font-size:14px;font-family:arial;height:241px;width:1200px;position:relative;display:block; }#zxAID9UDunlH7Vn4MCd59A9UnhFhsrTS { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:100px;left:41px; }
#xedJJfcRL0RSdG268zGu0d5gRc942gu6 { color:#2f2f2f;display:block;width:158px;position:absolute;font-family:ubuntu;font-size:24px;font-weight:400;z-index:15040;line-height:1.2;letter-spacing:0;top:100px;left:101px;height:57.5938px;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;display:block; }
#ErptsfuVKaN9Kr8Jn1sZcoOce0EWfMa5 { color:#2f2f2f;display:block;width:147px;position:absolute;font-family:ubuntu;font-size:24px;font-weight:400;z-index:15044;line-height:1.2;letter-spacing:0;top:111px;left:405px;height:28.7969px;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;display:block; }
#gQN6UbLhLzWw9WAXvJEfsmFxBrykIA0u { 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:15029;opacity:1;top:103px;left:348px; }
#ThU2iTGaVpwdxi0EquAWCygsJgeN2Eik { color:#2f2f2f;display:block;width:153px;position:absolute;font-family:ubuntu;font-size:24px;font-weight:400;z-index:15044;line-height:1.2;letter-spacing:0;top:114px;left:706px;height:28.7969px;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;display:block; }
#Bte12FRtsLrzRBQUL7z7pRTJO2Cm5kSw { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:57px;width:57px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:97px;left:642px; }
#XQzXNIpirpTwAPSk1RRP7Wk07wlvHxoV { color:#2f2f2f;display:block;width:151px;position:absolute;font-family:ubuntu;font-size:24px;font-weight:400;z-index:15048;line-height:1.2;letter-spacing:0;top:96px;left:1005px;height:57.5938px;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;display:block; }
#mzupldi5ONkSPAP96GRD9h41cvTL67Wy { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:96px;left:945px; }
#DQ46MUETPEtJJ4XDXz6cgqw7UN4tMo0l { position:absolute;display:block;z-index:15022;background-color:transparent;background-image:none;border-top:1px solid #2462f2;border-left:1px solid #2462f2;border-right:1px solid #2462f2;border-bottom:1px solid #2462f2;border-top-left-radius:40px;border-top-right-radius:40px;border-bottom-left-radius:40px;border-bottom-right-radius:0;box-shadow: none;height:176px;width:247px;top:40px;left:25.5px;display:block; }
#aUe6UkspnlfsCExsUn8WVeHeLSeXprTH { position:absolute;display:block;z-index:15023;background-color:transparent;background-image:none;border-top:1px solid #2462f2;border-left:1px solid #2462f2;border-right:1px solid #2462f2;border-bottom:1px solid #2462f2;border-top-left-radius:40px;border-top-right-radius:40px;border-bottom-left-radius:40px;border-bottom-right-radius:0;box-shadow: none;height:176px;width:247px;top:40px;left:325.5px;display:block; }
#BUBz4kJ2bA0xr6RDn5Z5oGJgTPr7dqzi { position:absolute;display:block;z-index:15024;background-color:transparent;background-image:none;border-top:1px solid #2462f2;border-left:1px solid #2462f2;border-right:1px solid #2462f2;border-bottom:1px solid #2462f2;border-top-left-radius:40px;border-top-right-radius:40px;border-bottom-left-radius:40px;border-bottom-right-radius:0;box-shadow: none;height:176px;width:247px;top:40px;left:625.5px;display:block; }
#B7Fs5tSoetelhbxT0ZstFEriAx9BzWKD { position:absolute;display:block;z-index:15025;background-color:transparent;background-image:none;border-top:1px solid #2462f2;border-left:1px solid #2462f2;border-right:1px solid #2462f2;border-bottom:1px solid #2462f2;border-top-left-radius:40px;border-top-right-radius:40px;border-bottom-left-radius:40px;border-bottom-right-radius:0;box-shadow: none;height:176px;width:247px;top:40px;left:925.5px;display:block; }
#rPFxNTwexZr2UfvPldZQc1sLLbEdbM96 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rPFxNTwexZr2UfvPldZQc1sLLbEdbM96 > .row .container { background-color: transparent; background-image: none; }#rPFxNTwexZr2UfvPldZQc1sLLbEdbM96::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rPFxNTwexZr2UfvPldZQc1sLLbEdbM96 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rPFxNTwexZr2UfvPldZQc1sLLbEdbM96 > .row .container > .video-iframe-container { display: none; }#rPFxNTwexZr2UfvPldZQc1sLLbEdbM96 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rPFxNTwexZr2UfvPldZQc1sLLbEdbM96 > .row > .video-iframe-container { display: none; }#rPFxNTwexZr2UfvPldZQc1sLLbEdbM96 > .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); }#rPFxNTwexZr2UfvPldZQc1sLLbEdbM96 > .row .container { border-width: 0; border-radius: 0; }#rPFxNTwexZr2UfvPldZQc1sLLbEdbM96 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rPFxNTwexZr2UfvPldZQc1sLLbEdbM96 > .row .container { font-size:14px;font-family:arial;height:167px;width:1200px;position:relative;display:block; }#MT5uASCdG3iN2PMq7wOsHqJ4sTnEoPvf { color:#5e5e5e;display:block;width:253px;position:absolute;font-family:ubuntu;font-size:14px;font-weight:normal;z-index:15020;line-height:1.5;letter-spacing:0;top:109px;left:484px;height:21px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#WEhoCSQrEaRVGHgN7V8cpWZ37fzexbCm { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:16px;width:16px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:111px;left:463px; }
#Dg4TilGyeGwrAIXXk4HUW0FJrqn2Sydc { background-color:#15b051;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;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:ubuntu;font-size:25px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:389px;height:61px;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:38px;left:406px;display:block; }
#bKnAIEaPUk9AUBCkxHl5nMt6bvPLqfay { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ITGn56zu9XLPDuxBnFTiDn3TJ0G3y8Pr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2f2f2f;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; }#ITGn56zu9XLPDuxBnFTiDn3TJ0G3y8Pr > .row .container { background-color: transparent; background-image: none; }#ITGn56zu9XLPDuxBnFTiDn3TJ0G3y8Pr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITGn56zu9XLPDuxBnFTiDn3TJ0G3y8Pr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITGn56zu9XLPDuxBnFTiDn3TJ0G3y8Pr > .row .container > .video-iframe-container { display: none; }#ITGn56zu9XLPDuxBnFTiDn3TJ0G3y8Pr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITGn56zu9XLPDuxBnFTiDn3TJ0G3y8Pr > .row > .video-iframe-container { display: none; }#ITGn56zu9XLPDuxBnFTiDn3TJ0G3y8Pr > .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); }#ITGn56zu9XLPDuxBnFTiDn3TJ0G3y8Pr > .row .container { border-width: 0; border-radius: 0; }#ITGn56zu9XLPDuxBnFTiDn3TJ0G3y8Pr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ITGn56zu9XLPDuxBnFTiDn3TJ0G3y8Pr > .row .container { font-size:14px;font-family:arial;height:350px;width:1200px;position:relative;display:block; }#TSoDGLTeSNsGhilK8arvEIE12zsWkAft { color:#ffffff;display:block;width:767px;position:absolute;font-family:ubuntu;font-size:35px;font-weight:400;z-index:15000;line-height:1.1;letter-spacing:0;top:57px;left:217px;height:38.5px;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; }
#DEwxP5qwUkTln1f5W4cxcDlm5oOptfkc { color:#ffffff;display:block;width:763px;position:absolute;font-family:ubuntu;font-size:20px;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:141px;left:218px;height:30px;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; }
#TqheO8XQAMnTedDxQl2L1HW8OyCRMqvz { color:#ffffff;display:block;width:767px;position:absolute;font-family:ubuntu;font-size:28px;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;top:101px;left:216px;height:30.7969px;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; }
#sPJPi4GCxWETTOpmh4opl5hU6sb2XfJI { color:#ffffff;display:block;width:253px;position:absolute;font-family:ubuntu;font-size:14px;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:273px;left:484px;height:21px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Zll35G8p8nr6a5QHaGgrdO9q54UIL1v8 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:16px;width:16px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:275px;left:463px; }
#zQOofaSFMzwytABqixHRocTfQyi5eHNk { background-color:#15b051;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;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:ubuntu;font-size:25px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:389px;height:61px;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:202px;left:406px;display:block; }
#mmncgyQRgoaHHnygvsrf7XVNK2mFWXhN { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Dn8mp7GwTJgZQoDVg7WPAWmKVlLNTVLr { background-color:#ebebeb;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Dn8mp7GwTJgZQoDVg7WPAWmKVlLNTVLr > .row .container { background-color: transparent; background-image: none; }#Dn8mp7GwTJgZQoDVg7WPAWmKVlLNTVLr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dn8mp7GwTJgZQoDVg7WPAWmKVlLNTVLr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dn8mp7GwTJgZQoDVg7WPAWmKVlLNTVLr > .row .container > .video-iframe-container { display: none; }#Dn8mp7GwTJgZQoDVg7WPAWmKVlLNTVLr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dn8mp7GwTJgZQoDVg7WPAWmKVlLNTVLr > .row > .video-iframe-container { display: none; }#Dn8mp7GwTJgZQoDVg7WPAWmKVlLNTVLr > .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); }#Dn8mp7GwTJgZQoDVg7WPAWmKVlLNTVLr > .row .container { border-width: 0; border-radius: 0; }#Dn8mp7GwTJgZQoDVg7WPAWmKVlLNTVLr > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Dn8mp7GwTJgZQoDVg7WPAWmKVlLNTVLr > .row .container { font-size:14px;font-family:arial;height:769px;width:1200px;overflow:visible;position:relative;display:block; }#oPsh4cLNg0NPryq5l9agSUl3sJ170hFz { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:31px;width:31px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:196px;left:192px; }
#MAWwMHMyieMVAMTbzkKCvZvEl4hymBT5 { color:#2f2f2f;display:block;width:287px;position:absolute;font-family:ubuntu;font-size:22px;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:193px;left:232px;height:33px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fqZTTa29XoWVawUpu5TBTO6A3OKHy0ei { color:#2f2f2f;display:block;width:767px;position:absolute;font-family:ubuntu;font-size:35px;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;top:81px;left:216px;height:38.5px;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; }
#K3fZIu46acIfk4ReMR22BZ3BDigmpg4H { color:#2f2f2f;display:block;width:287px;position:absolute;font-family:ubuntu;font-size:22px;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:259px;left:232px;height:61.5938px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#L3plZx3FzduIxziZJ5odapMteSA09uNu { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:31px;width:31px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:262px;left:192px; }
#sDQUEulfa5y349kKlts5InCtpAgDDsh9 { color:#2f2f2f;display:block;width:287px;position:absolute;font-family:ubuntu;font-size:22px;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:344px;left:232px;height:61.5938px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ddImsKeMbARBDDPLGDzuPA7SBVe8EKCg { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:31px;width:31px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:347px;left:192px; }
#KTVZ0u2PbMWWbyNxEwgy6TnSM8RcT1mb { color:#2f2f2f;display:block;width:287px;position:absolute;font-family:ubuntu;font-size:22px;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:432px;left:232px;height:30.7969px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NsOBse00Zcapz8Vdm6PUD7RCTRnZz4hC { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:31px;width:31px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:432px;left:192px; }
#HAwDqVMbi6mbUqo6ufQ6pfOsnnk50GXZ { color:#2f2f2f;display:block;width:287px;position:absolute;font-family:ubuntu;font-size:22px;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:494px;left:232px;height:61.5938px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HMOLQiwNVh6cTCT0KhVzt25Ro6ZnMKKm { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:31px;width:31px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:497px;left:192px; }
#eWTCgUcWZ1oJ3V4OPJ5ONTk6bDkUbMfR { color:#2f2f2f;display:block;width:290px;position:absolute;font-family:ubuntu;font-size:22px;font-weight:normal;z-index:15018;line-height:1.4;letter-spacing:0;top:196px;left:668px;height:30.7969px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MIrO2KRAolpkEosErZ7bpvX9T5x10J55 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:31px;width:31px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:199px;left:628px; }
#KZyiznxAadOqevI5Zut22LkQCZpNE9V2 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:31px;width:31px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:258px;left:628px; }
#p7rqVwTX2RMVo39aztHBmSBFi4oTDeMG { color:#2f2f2f;display:block;width:287px;position:absolute;font-family:ubuntu;font-size:22px;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:255px;left:668px;height:33px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZTN2W5cocJmWobIilJHIQGCn3tWPDSXX { color:#2f2f2f;display:block;width:287px;position:absolute;font-family:ubuntu;font-size:22px;font-weight:normal;z-index:15018;line-height:1.4;letter-spacing:0;top:319px;left:668px;height:61.5938px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gMqgZFM4zWwBZFGbPUxciFnKUN0H4R9P { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:31px;width:31px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:322px;left:628px; }
#JLqNzeLUVfVpXy13KdEWMpn5TVcvACr3 { color:#2f2f2f;display:block;width:287px;position:absolute;font-family:ubuntu;font-size:22px;font-weight:normal;z-index:15020;line-height:1.4;letter-spacing:0;top:414px;left:668px;height:61.5938px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#P6ifE7Bf3xLHCZfvI5sgJdyCHlV6zS0S { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:31px;width:31px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:416px;left:628px; }
#KEOdToXpqZP9knaxgqGUBilcT7yvKblz { color:#2f2f2f;display:block;width:287px;position:absolute;font-family:ubuntu;font-size:22px;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:504px;left:668px;height:33px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#u4M1QfRNIZiTyWmwSktIMKstetVASTTu { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:31px;width:31px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:507px;left:628px; }
#UNycmDeZM9GFJXtgFrdrhey4fWrmxJpX { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:16px;width:16px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:688px;left:463px; }
#KX17aFebOcxRyHalvSBWrPvFOVyaG0UA { color:#5e5e5e;display:block;width:253px;position:absolute;font-family:ubuntu;font-size:14px;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:686px;left:484px;height:21px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#E76CaVCIq0Fmi0IKmqnG6yKybW9xaniT { background-color:#15b051;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;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:ubuntu;font-size:25px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:417px;height:61px;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:616px;left:391.5px;display:block; }
#Kv156cib8N15KuBPFHtiETvGUvSs0nv3 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#TZaDFeVrJNXeyeLMmN8XfCpaMDlrIDI6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e0e6ea;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; }#TZaDFeVrJNXeyeLMmN8XfCpaMDlrIDI6 > .row .container { background-color: transparent; background-image: none; }#TZaDFeVrJNXeyeLMmN8XfCpaMDlrIDI6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZaDFeVrJNXeyeLMmN8XfCpaMDlrIDI6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZaDFeVrJNXeyeLMmN8XfCpaMDlrIDI6 > .row .container > .video-iframe-container { display: none; }#TZaDFeVrJNXeyeLMmN8XfCpaMDlrIDI6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZaDFeVrJNXeyeLMmN8XfCpaMDlrIDI6 > .row > .video-iframe-container { display: none; }#TZaDFeVrJNXeyeLMmN8XfCpaMDlrIDI6 > .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); }#TZaDFeVrJNXeyeLMmN8XfCpaMDlrIDI6 > .row .container { border-width: 0; border-radius: 0; }#TZaDFeVrJNXeyeLMmN8XfCpaMDlrIDI6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TZaDFeVrJNXeyeLMmN8XfCpaMDlrIDI6 > .row .container { font-size:14px;font-family:arial;height:799px;width:1200px;position:relative;display:block; }#IiWgOGW86cVu2KLL7Bl05kflhBmmk17l { color:#2f2f2f;display:block;width:767px;position:absolute;font-family:ubuntu;font-size:35px;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:71px;left:216.5px;height:38.5px;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; }
#N4vV9nBMxiK2dIhroZtnODhex7FSqdm1 { color:#2f2f2f;display:block;width:303px;position:absolute;font-family:ubuntu;font-size:22px;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:527px;left:179px;height:33px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hW0HkfcsKnqDZFXEU6eQROgh9nEMGSD4 { color:#2f2f2f;display:block;width:303px;position:absolute;font-family:ubuntu;font-size:22px;font-weight:normal;z-index:15024;line-height:1.5;letter-spacing:0;top:455px;left:180px;height:33px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gtD888JrU9nvgp6PuteZUbdqiLDhK60u { color:#2f2f2f;display:block;width:303px;position:absolute;font-family:ubuntu;font-size:22px;font-weight:normal;z-index:15022;line-height:1.5;letter-spacing:0;top:384px;left:180px;height:33px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GbzVk47bhhPLp64OMuFxKrTLEqfGVA45 { color:#2f2f2f;display:block;width:303px;position:absolute;font-family:ubuntu;font-size:22px;font-weight:normal;z-index:15020;line-height:1.5;letter-spacing:0;top:316px;left:180px;height:33px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PRxxyKmTU5Wt6GMTOIsM91lAa46RN4c6 { color:#2f2f2f;display:block;width:303px;position:absolute;font-family:ubuntu;font-size:22px;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:250px;left:180px;height:33px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#m9wvdRrs1cy9yEVfac6GbdBRpbzdppON { color:#2f2f2f;display:block;width:303px;position:absolute;font-family:ubuntu;font-size:22px;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:183px;left:179px;height:33px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NNrCadQ3taCDUI3aif69WNKyx19Etksi { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:31px;width:31px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:186px;left:139px; }
#UdFSkeo6bGwF8WNPGWTK4HZHKDPBe6kl { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:31px;width:31px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:251px;left:139px; }
#qxEvlIADcID0QFi24NIgDOaDTNUhie3p { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:31px;width:31px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:317px;left:139px; }
#Z1Ip94swaHwV6Uu73uNv6FvhihzUvxuZ { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:31px;width:31px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:385px;left:139px; }
#IqHGSVO0lT13wda3weFIMVT1xDHIynrF { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:31px;width:31px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:456px;left:139px; }
#e5XTUHP77bc4dUTdGHwUhZsz0rVInptK { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:31px;width:31px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:528px;left:139px; }
#d5vZbhFE0pDcVtfhcrg4vlREMlcdRkSh { color:#2f2f2f;display:block;width:363px;position:absolute;font-family:ubuntu;font-size:22px;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:183px;left:624px;height:66px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TVfFGdxpuZviVIW5ZXLcAAtPXozWscgD { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:31px;width:31px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:186px;left:584px; }
#uo52or4aIs9WUXE832Fn9TQ3P6t2HyOc { color:#2f2f2f;display:block;width:363px;position:absolute;font-family:ubuntu;font-size:22px;font-weight:normal;z-index:15020;line-height:1.5;letter-spacing:0;top:271px;left:622px;height:66px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XJonopicDbiuSOaadLnwPc3oe8HoluXP { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:31px;width:31px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:274px;left:582px; }
#akHa1vpKUttz33MVucCrUaJhLVWqWx3W { color:#2f2f2f;display:block;width:363px;position:absolute;font-family:ubuntu;font-size:22px;font-weight:normal;z-index:15022;line-height:1.5;letter-spacing:0;top:359px;left:622px;height:66px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EUNpWsVWqnSxtSS97uoLdcSNeUuwwSc9 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:31px;width:31px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:362px;left:582px; }
#OUIRaRPdgiZmkCR1dIAxBERHN6PerxXC { color:#2f2f2f;display:block;width:413px;position:absolute;font-family:ubuntu;font-size:22px;font-weight:normal;z-index:15024;line-height:1.5;letter-spacing:0;top:448px;left:622px;height:66px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#S5yJPbRbAEgmgTR1X4Q95MfOe7tZkAal { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:31px;width:31px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:451px;left:582px; }
#USLlMJJLSetOLINbzRlDC6ccJnBwGEQW { color:#2f2f2f;display:block;width:413px;position:absolute;font-family:ubuntu;font-size:22px;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:538px;left:619px;height:66px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KTOq2TqfII3MTCUBnDwcahcmPNBDhQyl { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:31px;width:31px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:541px;left:579px; }
#qCwQsORL7XfgXrBqSiU9IsOPxQk9KiGA { color:#5e5e5e;display:block;width:253px;position:absolute;font-family:ubuntu;font-size:14px;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:716px;left:479px;height:21px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#vyu0RxzV3ri3tRHqvknsqSqHJezdHx6W { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:16px;width:16px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:718px;left:458px; }
#v3kDIfLee6p4TZmvyuB0M50S0IS5nZTe { background-color:#15b051;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;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:ubuntu;font-size:25px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:417px;height:61px;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:645px;left:391.5px;display:block; }
#QbaHsTAR4lNm5khdTbrx2uScQdmeUrpt { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#QvzO9DAR3MoKunfTl5HFfs7dOf6C4gXe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2462f2;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; }#QvzO9DAR3MoKunfTl5HFfs7dOf6C4gXe > .row .container { background-color: transparent; background-image: none; }#QvzO9DAR3MoKunfTl5HFfs7dOf6C4gXe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QvzO9DAR3MoKunfTl5HFfs7dOf6C4gXe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QvzO9DAR3MoKunfTl5HFfs7dOf6C4gXe > .row .container > .video-iframe-container { display: none; }#QvzO9DAR3MoKunfTl5HFfs7dOf6C4gXe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QvzO9DAR3MoKunfTl5HFfs7dOf6C4gXe > .row > .video-iframe-container { display: none; }#QvzO9DAR3MoKunfTl5HFfs7dOf6C4gXe > .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); }#QvzO9DAR3MoKunfTl5HFfs7dOf6C4gXe > .row .container { border-width: 0; border-radius: 0; }#QvzO9DAR3MoKunfTl5HFfs7dOf6C4gXe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QvzO9DAR3MoKunfTl5HFfs7dOf6C4gXe > .row .container { font-size:14px;font-family:arial;height:367px;width:1200px;position:relative;display:block; }#h3sOEc7oQq6vlhZyTHASbkz7CaWU99nN { color:#ffffff;display:block;width:767px;position:absolute;font-family:ubuntu;font-size:35px;font-weight:400;z-index:15000;line-height:1.1;letter-spacing:0;top:61px;left:217px;height:38.5px;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; }
#JenkgA7gbG94CpXLUL9dSGfZhoDrhrM3 { color:#ffffff;display:block;width:763px;position:absolute;font-family:ubuntu;font-size:20px;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:117px;left:219px;height:60px;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; }
#AUAKlUVN1OD1onOJvvITUwfFtGvcVGXB { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:16px;width:16px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:288px;left:463px; }
#mW7tUkvfX00h74HQpz9NemW70ELnR2aT { color:#ffffff;display:block;width:253px;position:absolute;font-family:ubuntu;font-size:14px;font-weight:normal;z-index:15020;line-height:1.5;letter-spacing:0;top:286px;left:484px;height:21px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Xoob638eJeRFSmupbb7FeBTMrApiEdRR { background-color:#15b051;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;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:ubuntu;font-size:25px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:389px;height:61px;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:215px;left:406px;display:block; }
#bSH1mOGLB0wdMK3Vud2xP5yv4GrVzb4D { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#MEn7f0o7sNsxAdycwQwK75O58f7X5b3I { position:relative;display:block; }#MEn7f0o7sNsxAdycwQwK75O58f7X5b3I { background-color: transparent; background-image: none; }#MEn7f0o7sNsxAdycwQwK75O58f7X5b3I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MEn7f0o7sNsxAdycwQwK75O58f7X5b3I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MEn7f0o7sNsxAdycwQwK75O58f7X5b3I > .row .container > .video-iframe-container { display: none; }#MEn7f0o7sNsxAdycwQwK75O58f7X5b3I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MEn7f0o7sNsxAdycwQwK75O58f7X5b3I > .row > .video-iframe-container { display: none; }#MEn7f0o7sNsxAdycwQwK75O58f7X5b3I > .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); }#MEn7f0o7sNsxAdycwQwK75O58f7X5b3I { border-width: 0; border-radius: 0; }#MEn7f0o7sNsxAdycwQwK75O58f7X5b3I > .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; }#MEn7f0o7sNsxAdycwQwK75O58f7X5b3I > .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:119px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BI6tTOypF4WT5b46FHDbwwll44fyzEti { color:#2f2f2f;display:block;width:767px;position:absolute;font-family:ubuntu;font-size:40px;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:45px;left:216.5px;height:44px;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; }
#kXSqH6ZGEDJuwUD7GTUwBy9uZATKAqzH { position:relative;display:block; }#kXSqH6ZGEDJuwUD7GTUwBy9uZATKAqzH { background-color: transparent; background-image: none; }#kXSqH6ZGEDJuwUD7GTUwBy9uZATKAqzH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kXSqH6ZGEDJuwUD7GTUwBy9uZATKAqzH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kXSqH6ZGEDJuwUD7GTUwBy9uZATKAqzH > .row .container > .video-iframe-container { display: none; }#kXSqH6ZGEDJuwUD7GTUwBy9uZATKAqzH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kXSqH6ZGEDJuwUD7GTUwBy9uZATKAqzH > .row > .video-iframe-container { display: none; }#kXSqH6ZGEDJuwUD7GTUwBy9uZATKAqzH > .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); }#kXSqH6ZGEDJuwUD7GTUwBy9uZATKAqzH { border-width: 0; border-radius: 0; }#kXSqH6ZGEDJuwUD7GTUwBy9uZATKAqzH > .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; }#kXSqH6ZGEDJuwUD7GTUwBy9uZATKAqzH > .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:392px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TGIOtaU8cTNOsUDgSG8lsPwdIqlx5rID { color:#5e5e5e;display:block;width:431px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:45px;left:85px;height:243px;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:italic;display:block; }
#ciwAzFkQgfzUTMRTdLquceBvk28DxvOc { color:#2f2f2f;display:block;width:370px;position:absolute;font-family:ubuntu;font-size:20px;font-weight:400;z-index:15046;line-height:1.2;letter-spacing:0;top:326px;left:85px;height:48px;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;display:block; }
#fA6dtS3hPS9icJpHZ3IvXQQzqVt6ucQR { color:#5e5e5e;display:block;width:431px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:400;z-index:15029;line-height:1.5;letter-spacing:0;top:45px;left:685px;height:135px;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:italic;display:block; }
#PI44uSP39BoTcmkT50s1z8ET85Fi2e99 { color:#2f2f2f;display:block;width:370px;position:absolute;font-family:ubuntu;font-size:20px;font-weight:400;z-index:15048;line-height:1.2;letter-spacing:0;top:210px;left:685px;height:48px;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;display:block; }
#TqA1pGHDryJNtEhZTeelTTBLPnvIECSH { position:relative;display:block; }#TqA1pGHDryJNtEhZTeelTTBLPnvIECSH { background-color: transparent; background-image: none; }#TqA1pGHDryJNtEhZTeelTTBLPnvIECSH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TqA1pGHDryJNtEhZTeelTTBLPnvIECSH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TqA1pGHDryJNtEhZTeelTTBLPnvIECSH > .row .container > .video-iframe-container { display: none; }#TqA1pGHDryJNtEhZTeelTTBLPnvIECSH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TqA1pGHDryJNtEhZTeelTTBLPnvIECSH > .row > .video-iframe-container { display: none; }#TqA1pGHDryJNtEhZTeelTTBLPnvIECSH > .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); }#TqA1pGHDryJNtEhZTeelTTBLPnvIECSH { border-width: 0; border-radius: 0; }#TqA1pGHDryJNtEhZTeelTTBLPnvIECSH > .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; }#TqA1pGHDryJNtEhZTeelTTBLPnvIECSH > .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:303px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#rA4l3Jz31ZaP20p4zNiFPwtk43tTN9zk { color:#5e5e5e;display:block;width:431px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:51px;left:85px;height:135px;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:italic;display:block; }
#VN4JytgOhkpn0Sd1ElwaJL1VlcqUqSpF { color:#2f2f2f;display:block;width:370px;position:absolute;font-family:ubuntu;font-size:20px;font-weight:400;z-index:15046;line-height:1.2;letter-spacing:0;top:216px;left:85px;height:48px;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;display:block; }
#ZA8O5h8Xh9nHD52NOZszPrnROh4dBwgy { color:#5e5e5e;display:block;width:431px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:400;z-index:15029;line-height:1.5;letter-spacing:0;top:51px;left:685px;height:135px;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:italic;display:block; }
#Nrwpz9kAeDhqAPBh2T31xmTtKRcbfCKZ { color:#2f2f2f;display:block;width:370px;position:absolute;font-family:ubuntu;font-size:20px;font-weight:400;z-index:15048;line-height:1.2;letter-spacing:0;top:216px;left:685px;height:48px;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;display:block; }
#uo68oTg5CdFMVeWhWpN6LQxTE4znIEBZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uo68oTg5CdFMVeWhWpN6LQxTE4znIEBZ > .row .container { background-color: transparent; background-image: none; }#uo68oTg5CdFMVeWhWpN6LQxTE4znIEBZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uo68oTg5CdFMVeWhWpN6LQxTE4znIEBZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uo68oTg5CdFMVeWhWpN6LQxTE4znIEBZ > .row .container > .video-iframe-container { display: none; }#uo68oTg5CdFMVeWhWpN6LQxTE4znIEBZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uo68oTg5CdFMVeWhWpN6LQxTE4znIEBZ > .row > .video-iframe-container { display: none; }#uo68oTg5CdFMVeWhWpN6LQxTE4znIEBZ > .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); }#uo68oTg5CdFMVeWhWpN6LQxTE4znIEBZ > .row .container { border-width: 0; border-radius: 0; }#uo68oTg5CdFMVeWhWpN6LQxTE4znIEBZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uo68oTg5CdFMVeWhWpN6LQxTE4znIEBZ > .row .container { font-size:14px;font-family:arial;height:167px;width:1200px;position:relative;display:block; }#CZdP8XyXuWl19e8PggJtTKsHP3qBACp9 { color:#5e5e5e;display:block;width:253px;position:absolute;font-family:ubuntu;font-size:14px;font-weight:normal;z-index:15020;line-height:1.5;letter-spacing:0;top:109px;left:484px;height:21px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#zJyEQMb4Sw4JzbJ5NbuiSP7reTpTucgX { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:16px;width:16px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:111px;left:463px; }
#HT1iGlqPT6J0Bv10AH6KN4a4SxqkFTMI { background-color:#15b051;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;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:ubuntu;font-size:25px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:389px;height:61px;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:38px;left:406px;display:block; }
#h7AibDTXrRO3ATa7FJkug1Rbyh106TCs { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#RZyWHtN8XB505OhKsMHfxZvXF7ufs6Mb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e5e5e5;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; }#RZyWHtN8XB505OhKsMHfxZvXF7ufs6Mb > .row .container { background-color: transparent; background-image: none; }#RZyWHtN8XB505OhKsMHfxZvXF7ufs6Mb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RZyWHtN8XB505OhKsMHfxZvXF7ufs6Mb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RZyWHtN8XB505OhKsMHfxZvXF7ufs6Mb > .row .container > .video-iframe-container { display: none; }#RZyWHtN8XB505OhKsMHfxZvXF7ufs6Mb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RZyWHtN8XB505OhKsMHfxZvXF7ufs6Mb > .row > .video-iframe-container { display: none; }#RZyWHtN8XB505OhKsMHfxZvXF7ufs6Mb > .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); }#RZyWHtN8XB505OhKsMHfxZvXF7ufs6Mb > .row .container { border-width: 0; border-radius: 0; }#RZyWHtN8XB505OhKsMHfxZvXF7ufs6Mb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RZyWHtN8XB505OhKsMHfxZvXF7ufs6Mb > .row .container { font-size:14px;font-family:arial;height:209px;width:1200px;position:relative;display:block; }#gJWXKQnFWRqPem1vtHS8LvKp7Hmdvmri { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:72px;width:214px;top:68.5px;left:193px;overflow:hidden;display:block; }
#ocHDzgoeWNUnRLTm7Url6Wnopo5OkoLW { color:#5e5e5e;display:block;width:433px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:400;z-index:15049;line-height:1.2;letter-spacing:0;top:140px;left:684px;height:21.5938px;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:left;text-align-last:left;display:block; }
#nVqXqr1o27NAcTNn59bzUrqIicIAnA4o { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:24px;width:24px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:49px;left:684px; }
#JMyb0LE0otmAmTguaTo5gI1qwI8sP2Tl { color:#5e5e5e;display:block;width:152px;position:absolute;font-family:ubuntu;font-size:20px;font-weight:400;z-index:15050;line-height:1.2;letter-spacing:0;top:50px;left:717px;height:24px;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:left;text-align-last:left;display:block; }
#h2fTS7t2W0XtcpOe3ivJHtOSskfIgdN1 { color:#5e5e5e;display:block;width:315px;position:absolute;font-family:ubuntu;font-size:20px;font-weight:400;z-index:15052;line-height:1.2;letter-spacing:0;top:94.5px;left:717px;height:24px;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:left;text-align-last:left;display:block; }
#vJxNy5r2MPS25fFfH5wuxzZCSuwDeamR { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:24px;width:24px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:96.5px;left:684px; }
#NhsJNrE2HFsTUGDg9501iLVJwrXd596h { color:#5e5e5e;display:block;width:433px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:400;z-index:15049;line-height:1.2;letter-spacing:0;top:123px;left:684px;height:21.5938px;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:left;text-align-last:left;display:none; }
#c1e6pPBF1QNDlXThXyM5B92iFlJ91zr4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2462f2;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; }#c1e6pPBF1QNDlXThXyM5B92iFlJ91zr4 > .row .container { background-color: transparent; background-image: none; }#c1e6pPBF1QNDlXThXyM5B92iFlJ91zr4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c1e6pPBF1QNDlXThXyM5B92iFlJ91zr4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c1e6pPBF1QNDlXThXyM5B92iFlJ91zr4 > .row .container > .video-iframe-container { display: none; }#c1e6pPBF1QNDlXThXyM5B92iFlJ91zr4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c1e6pPBF1QNDlXThXyM5B92iFlJ91zr4 > .row > .video-iframe-container { display: none; }#c1e6pPBF1QNDlXThXyM5B92iFlJ91zr4 > .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); }#c1e6pPBF1QNDlXThXyM5B92iFlJ91zr4 > .row .container { border-width: 0; border-radius: 0; }#c1e6pPBF1QNDlXThXyM5B92iFlJ91zr4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c1e6pPBF1QNDlXThXyM5B92iFlJ91zr4 > .row .container { font-size:14px;font-family:arial;height:319px;width:1200px;position:relative;display:block; }#CnwiTfUio8Q0GXHSiJCIfF2eO15CoQiR { color:#ffffff;display:block;width:767px;position:absolute;font-family:ubuntu;font-size:35px;font-weight:400;z-index:15000;line-height:1.1;letter-spacing:0;top:60px;left:217px;height:77px;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; }
#CrgX1uEppV2GLetu4PAKIh6Ji9vAA2op { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:16px;width:16px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:240px;left:463px; }
#HMySGaD607Z5NKDThJsqSzAgo0gBdtBc { color:#ffffff;display:block;width:253px;position:absolute;font-family:ubuntu;font-size:14px;font-weight:normal;z-index:15023;line-height:1.5;letter-spacing:0;top:238px;left:484px;height:21px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#QJx60wRn9QJ8wMSA3axghgPrtTQPvw7T { background-color:#15b051;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;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:ubuntu;font-size:25px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:389px;height:61px;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:167px;left:406px;display:block; }
#bQeSGf4q3iM7TiX5VXf5AOGQa29OWOUX { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #RTPyKvomNK584zGumK9yQm6sL4PSf1ZL { display:block; }#RTPyKvomNK584zGumK9yQm6sL4PSf1ZL > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iUZvfsqrN4XwyZvLsDCtIcermT7rFbJw { top:184px;left:0px;width:440px;height:132px;font-size:44px;display:block; }
 }@media only screen and (max-width: 763px) { #X45zTFONIzstpBmO6qT4J3cu3FsBkV6S { top:343px;left:0px;width:450px;height:72px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #BiIWQ3237VTFDKTRiM2uhH6lhbxqLfy2 { width:180px;height:60px;top:555px;left:8px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #O7O1pLURLXHbGpmfr5SCK0m75Xe5tqkw { display:block; }
 }@media only screen and (max-width: 763px) { #Mqn1ZwyyDhOBzODHOTc931BwN2EG7Lhm { width:214px;height:72px;top:75px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Ud55to1Faffl24wKt20odQ1AfPAMZxdt { width:16px;height:16px;top:514px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #WGxUg7m6emuuT6nmAleigw63MRQnclp8 { top:512px;left:0px;width:253px;height:21px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #m6b40mIm1XWgQS8NGOtmnLlZSvnDktR9 { top:568px;left:0px;width:494px;height:67px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #RMWb0RQHAmuZ6snW8PlfmAClRJ9zH6Zv { width:161px;height:161px;top:121px;left:313.5px;display:block; }
 }@media only screen and (max-width: 763px) { #PniTmJcH3UmMogL3DfP1RMEILgahmCvN { display:block; }#PniTmJcH3UmMogL3DfP1RMEILgahmCvN > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mWr5a1pFEbElBRnLGFDKTVL4dSNCMIEK { top:59px;left:102px;width:560px;height:84px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #omGMp0ZGogMnSDJyaB6nR6r94warUq7S { top:152px;left:25px;width:714px;height:60px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #e4T50sdGz07JTcNAwSUcyJPHSXSRrO7C { display:block; }#e4T50sdGz07JTcNAwSUcyJPHSXSRrO7C > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BBT6GfwadMwi6Lt13IvH5386bi3TarzL { top:40px;left:0px;width:247px;height:176px;display:block; }
 }@media only screen and (max-width: 763px) { #Upq5SdITlexRZDWA018UlhqIbhXKkOVX { top:86px;left:0px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #AMV5fzdJomdeq8tNbJtNpigz2ryhkmaH { top:86px;left:48.5px;width:130px;height:86px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #Oa1SoL8yAG7fUT80TftbkcPLpZsimMGH { top:85px;left:235px;width:147px;height:86px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #xNCd2SzyGEM7ANgT7umcXyf3tHPU09r4 { top:85px;left:191px;width:59px;height:59px;display:block; }
 }@media only screen and (max-width: 763px) { #GXHZn7I53P0marXxuQH8x0qBzeeI7Xou { top:97px;left:420px;width:153px;height:57px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #BpeolRrwEtoW596rgVU1p4IQpMJ8TaM2 { top:97px;left:382px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #q5q9DBK88eTqNAB6dHerEGVrDD7iuKfs { top:86px;left:613px;width:151px;height:86px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #aLsaJc5SAw1lEE5QtfbNZ228HT19TInL { top:89px;left:573px;width:47px;height:47px;display:block; }
 }@media only screen and (max-width: 763px) { #UdTwl6llbTEe8GC2aciR2LRGEiOW2m2J { top:39px;left:133px;width:247px;height:176px;display:block; }
 }@media only screen and (max-width: 763px) { #Fz0Q70awgoVQwIU43QXsbND9Et9TZe4r { top:39px;left:324px;width:247px;height:176px;display:block; }
 }@media only screen and (max-width: 763px) { #c6yId3GyzKXToLr8DyIn4IWGhx0o7mc3 { top:39px;left:515px;width:247px;height:176px;display:block; }
 }@media only screen and (max-width: 763px) { #EICq8BqzXr6ssqDwamtaOW9ertnWNd7r { top:39px;left:515px;width:247px;height:176px;display:none; }
 }@media only screen and (max-width: 763px) { #VoypZz9g8T2nor7s36uopCUb48EQqb8F { display:block; }#VoypZz9g8T2nor7s36uopCUb48EQqb8F > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zxAID9UDunlH7Vn4MCd59A9UnhFhsrTS { top:100px;left:0px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #xedJJfcRL0RSdG268zGu0d5gRc942gu6 { top:100px;left:33px;width:158px;height:57px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #ErptsfuVKaN9Kr8Jn1sZcoOce0EWfMa5 { top:111px;left:235px;width:147px;height:28px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #gQN6UbLhLzWw9WAXvJEfsmFxBrykIA0u { top:103px;left:191px;width:45px;height:45px;display:block; }
 }@media only screen and (max-width: 763px) { #ThU2iTGaVpwdxi0EquAWCygsJgeN2Eik { top:114px;left:420px;width:153px;height:28px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #Bte12FRtsLrzRBQUL7z7pRTJO2Cm5kSw { top:97px;left:382px;width:57px;height:57px;display:block; }
 }@media only screen and (max-width: 763px) { #XQzXNIpirpTwAPSk1RRP7Wk07wlvHxoV { top:96px;left:613px;width:151px;height:57px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #mzupldi5ONkSPAP96GRD9h41cvTL67Wy { top:96px;left:573px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #DQ46MUETPEtJJ4XDXz6cgqw7UN4tMo0l { top:40px;left:0px;width:247px;height:176px;display:block; }
 }@media only screen and (max-width: 763px) { #aUe6UkspnlfsCExsUn8WVeHeLSeXprTH { top:40px;left:133px;width:247px;height:176px;display:block; }
 }@media only screen and (max-width: 763px) { #BUBz4kJ2bA0xr6RDn5Z5oGJgTPr7dqzi { top:40px;left:324px;width:247px;height:176px;display:block; }
 }@media only screen and (max-width: 763px) { #B7Fs5tSoetelhbxT0ZstFEriAx9BzWKD { top:40px;left:515px;width:247px;height:176px;display:block; }
 }@media only screen and (max-width: 763px) { #rPFxNTwexZr2UfvPldZQc1sLLbEdbM96 { display:block; }#rPFxNTwexZr2UfvPldZQc1sLLbEdbM96 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MT5uASCdG3iN2PMq7wOsHqJ4sTnEoPvf { top:109px;left:266px;width:253px;height:21px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #WEhoCSQrEaRVGHgN7V8cpWZ37fzexbCm { width:16px;height:16px;top:111px;left:245px;display:block; }
 }@media only screen and (max-width: 763px) { #Dg4TilGyeGwrAIXXk4HUW0FJrqn2Sydc { width:180px;height:60px;top:555px;left:8px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #bKnAIEaPUk9AUBCkxHl5nMt6bvPLqfay { display:block; }
 }@media only screen and (max-width: 763px) { #ITGn56zu9XLPDuxBnFTiDn3TJ0G3y8Pr { display:block; }#ITGn56zu9XLPDuxBnFTiDn3TJ0G3y8Pr > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TSoDGLTeSNsGhilK8arvEIE12zsWkAft { top:57px;left:0px;width:764px;height:38px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #DEwxP5qwUkTln1f5W4cxcDlm5oOptfkc { top:141px;left:0px;width:763px;height:30px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #TqheO8XQAMnTedDxQl2L1HW8OyCRMqvz { top:101px;left:0px;width:764px;height:30px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #sPJPi4GCxWETTOpmh4opl5hU6sb2XfJI { top:273px;left:266px;width:253px;height:21px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #Zll35G8p8nr6a5QHaGgrdO9q54UIL1v8 { width:16px;height:16px;top:275px;left:245px;display:block; }
 }@media only screen and (max-width: 763px) { #zQOofaSFMzwytABqixHRocTfQyi5eHNk { width:180px;height:60px;top:555px;left:8px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #mmncgyQRgoaHHnygvsrf7XVNK2mFWXhN { display:block; }
 }@media only screen and (max-width: 763px) { #Dn8mp7GwTJgZQoDVg7WPAWmKVlLNTVLr { display:block; }#Dn8mp7GwTJgZQoDVg7WPAWmKVlLNTVLr > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oPsh4cLNg0NPryq5l9agSUl3sJ170hFz { top:196px;left:0px;width:31px;height:31px;display:block; }
 }@media only screen and (max-width: 763px) { #MAWwMHMyieMVAMTbzkKCvZvEl4hymBT5 { top:193px;left:14px;width:287px;height:33px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #fqZTTa29XoWVawUpu5TBTO6A3OKHy0ei { top:81px;left:0px;width:764px;height:38px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #K3fZIu46acIfk4ReMR22BZ3BDigmpg4H { top:259px;left:14px;width:287px;height:61px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #L3plZx3FzduIxziZJ5odapMteSA09uNu { top:262px;left:0px;width:31px;height:31px;display:block; }
 }@media only screen and (max-width: 763px) { #sDQUEulfa5y349kKlts5InCtpAgDDsh9 { top:344px;left:14px;width:287px;height:61px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #ddImsKeMbARBDDPLGDzuPA7SBVe8EKCg { top:347px;left:0px;width:31px;height:31px;display:block; }
 }@media only screen and (max-width: 763px) { #KTVZ0u2PbMWWbyNxEwgy6TnSM8RcT1mb { top:432px;left:14px;width:287px;height:30px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #NsOBse00Zcapz8Vdm6PUD7RCTRnZz4hC { top:432px;left:0px;width:31px;height:31px;display:block; }
 }@media only screen and (max-width: 763px) { #HAwDqVMbi6mbUqo6ufQ6pfOsnnk50GXZ { top:494px;left:14px;width:287px;height:61px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #HMOLQiwNVh6cTCT0KhVzt25Ro6ZnMKKm { top:497px;left:0px;width:31px;height:31px;display:block; }
 }@media only screen and (max-width: 763px) { #eWTCgUcWZ1oJ3V4OPJ5ONTk6bDkUbMfR { top:196px;left:450px;width:290px;height:30px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #MIrO2KRAolpkEosErZ7bpvX9T5x10J55 { top:199px;left:410px;width:31px;height:31px;display:block; }
 }@media only screen and (max-width: 763px) { #KZyiznxAadOqevI5Zut22LkQCZpNE9V2 { top:258px;left:410px;width:31px;height:31px;display:block; }
 }@media only screen and (max-width: 763px) { #p7rqVwTX2RMVo39aztHBmSBFi4oTDeMG { top:255px;left:450px;width:287px;height:33px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #ZTN2W5cocJmWobIilJHIQGCn3tWPDSXX { top:319px;left:450px;width:287px;height:61px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #gMqgZFM4zWwBZFGbPUxciFnKUN0H4R9P { top:322px;left:410px;width:31px;height:31px;display:block; }
 }@media only screen and (max-width: 763px) { #JLqNzeLUVfVpXy13KdEWMpn5TVcvACr3 { top:414px;left:450px;width:287px;height:61px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #P6ifE7Bf3xLHCZfvI5sgJdyCHlV6zS0S { top:416px;left:410px;width:31px;height:31px;display:block; }
 }@media only screen and (max-width: 763px) { #KEOdToXpqZP9knaxgqGUBilcT7yvKblz { top:504px;left:450px;width:287px;height:33px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #u4M1QfRNIZiTyWmwSktIMKstetVASTTu { top:507px;left:410px;width:31px;height:31px;display:block; }
 }@media only screen and (max-width: 763px) { #UNycmDeZM9GFJXtgFrdrhey4fWrmxJpX { width:16px;height:16px;top:688px;left:245px;display:block; }
 }@media only screen and (max-width: 763px) { #KX17aFebOcxRyHalvSBWrPvFOVyaG0UA { top:686px;left:266px;width:253px;height:21px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #E76CaVCIq0Fmi0IKmqnG6yKybW9xaniT { width:180px;height:60px;top:555px;left:8px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Kv156cib8N15KuBPFHtiETvGUvSs0nv3 { display:block; }
 }@media only screen and (max-width: 763px) { #TZaDFeVrJNXeyeLMmN8XfCpaMDlrIDI6 { display:block; }#TZaDFeVrJNXeyeLMmN8XfCpaMDlrIDI6 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IiWgOGW86cVu2KLL7Bl05kflhBmmk17l { top:71px;left:0px;width:764px;height:;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #N4vV9nBMxiK2dIhroZtnODhex7FSqdm1 { top:527px;left:0px;width:303px;height:33px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #hW0HkfcsKnqDZFXEU6eQROgh9nEMGSD4 { top:455px;left:0px;width:303px;height:33px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #gtD888JrU9nvgp6PuteZUbdqiLDhK60u { top:384px;left:0px;width:303px;height:33px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #GbzVk47bhhPLp64OMuFxKrTLEqfGVA45 { top:316px;left:0px;width:303px;height:33px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #PRxxyKmTU5Wt6GMTOIsM91lAa46RN4c6 { top:250px;left:0px;width:303px;height:33px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #m9wvdRrs1cy9yEVfac6GbdBRpbzdppON { top:183px;left:0px;width:303px;height:33px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #NNrCadQ3taCDUI3aif69WNKyx19Etksi { top:186px;left:0px;width:31px;height:31px;display:block; }
 }@media only screen and (max-width: 763px) { #UdFSkeo6bGwF8WNPGWTK4HZHKDPBe6kl { top:251px;left:0px;width:31px;height:31px;display:block; }
 }@media only screen and (max-width: 763px) { #qxEvlIADcID0QFi24NIgDOaDTNUhie3p { top:317px;left:0px;width:31px;height:31px;display:block; }
 }@media only screen and (max-width: 763px) { #Z1Ip94swaHwV6Uu73uNv6FvhihzUvxuZ { top:385px;left:0px;width:31px;height:31px;display:block; }
 }@media only screen and (max-width: 763px) { #IqHGSVO0lT13wda3weFIMVT1xDHIynrF { top:456px;left:0px;width:31px;height:31px;display:block; }
 }@media only screen and (max-width: 763px) { #e5XTUHP77bc4dUTdGHwUhZsz0rVInptK { top:528px;left:0px;width:31px;height:31px;display:block; }
 }@media only screen and (max-width: 763px) { #d5vZbhFE0pDcVtfhcrg4vlREMlcdRkSh { top:183px;left:401px;width:363px;height:66px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #TVfFGdxpuZviVIW5ZXLcAAtPXozWscgD { top:186px;left:366px;width:31px;height:31px;display:block; }
 }@media only screen and (max-width: 763px) { #uo52or4aIs9WUXE832Fn9TQ3P6t2HyOc { top:271px;left:401px;width:363px;height:;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #XJonopicDbiuSOaadLnwPc3oe8HoluXP { top:274px;left:364px;width:31px;height:31px;display:block; }
 }@media only screen and (max-width: 763px) { #akHa1vpKUttz33MVucCrUaJhLVWqWx3W { top:359px;left:401px;width:363px;height:;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #EUNpWsVWqnSxtSS97uoLdcSNeUuwwSc9 { top:362px;left:364px;width:31px;height:31px;display:block; }
 }@media only screen and (max-width: 763px) { #OUIRaRPdgiZmkCR1dIAxBERHN6PerxXC { top:448px;left:351px;width:413px;height:66px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #S5yJPbRbAEgmgTR1X4Q95MfOe7tZkAal { top:451px;left:364px;width:31px;height:31px;display:block; }
 }@media only screen and (max-width: 763px) { #USLlMJJLSetOLINbzRlDC6ccJnBwGEQW { top:538px;left:351px;width:413px;height:;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #KTOq2TqfII3MTCUBnDwcahcmPNBDhQyl { top:541px;left:361px;width:31px;height:31px;display:block; }
 }@media only screen and (max-width: 763px) { #qCwQsORL7XfgXrBqSiU9IsOPxQk9KiGA { top:716px;left:261px;width:253px;height:21px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #vyu0RxzV3ri3tRHqvknsqSqHJezdHx6W { width:16px;height:16px;top:718px;left:240px;display:block; }
 }@media only screen and (max-width: 763px) { #v3kDIfLee6p4TZmvyuB0M50S0IS5nZTe { width:180px;height:60px;top:555px;left:8px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #QbaHsTAR4lNm5khdTbrx2uScQdmeUrpt { display:block; }
 }@media only screen and (max-width: 763px) { #QvzO9DAR3MoKunfTl5HFfs7dOf6C4gXe { display:block; }#QvzO9DAR3MoKunfTl5HFfs7dOf6C4gXe > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h3sOEc7oQq6vlhZyTHASbkz7CaWU99nN { top:61px;left:0px;width:764px;height:38px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #JenkgA7gbG94CpXLUL9dSGfZhoDrhrM3 { top:117px;left:1px;width:763px;height:60px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #AUAKlUVN1OD1onOJvvITUwfFtGvcVGXB { width:16px;height:16px;top:288px;left:245px;display:block; }
 }@media only screen and (max-width: 763px) { #mW7tUkvfX00h74HQpz9NemW70ELnR2aT { top:286px;left:266px;width:253px;height:21px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #Xoob638eJeRFSmupbb7FeBTMrApiEdRR { width:180px;height:60px;top:555px;left:8px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #bSH1mOGLB0wdMK3Vud2xP5yv4GrVzb4D { display:block; }
 }@media only screen and (max-width: 763px) { #MEn7f0o7sNsxAdycwQwK75O58f7X5b3I { display:block; }#MEn7f0o7sNsxAdycwQwK75O58f7X5b3I > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BI6tTOypF4WT5b46FHDbwwll44fyzEti { top:45px;left:0px;width:764px;height:44px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #kXSqH6ZGEDJuwUD7GTUwBy9uZATKAqzH { display:block; }#kXSqH6ZGEDJuwUD7GTUwBy9uZATKAqzH > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TGIOtaU8cTNOsUDgSG8lsPwdIqlx5rID { top:45px;left:0px;width:431px;height:243px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #ciwAzFkQgfzUTMRTdLquceBvk28DxvOc { top:326px;left:0px;width:370px;height:48px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #fA6dtS3hPS9icJpHZ3IvXQQzqVt6ucQR { top:45px;left:333px;width:431px;height:135px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #PI44uSP39BoTcmkT50s1z8ET85Fi2e99 { top:210px;left:382px;width:370px;height:48px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #TqA1pGHDryJNtEhZTeelTTBLPnvIECSH { display:block; }#TqA1pGHDryJNtEhZTeelTTBLPnvIECSH > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rA4l3Jz31ZaP20p4zNiFPwtk43tTN9zk { top:51px;left:0px;width:431px;height:135px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #VN4JytgOhkpn0Sd1ElwaJL1VlcqUqSpF { top:216px;left:0px;width:370px;height:48px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #ZA8O5h8Xh9nHD52NOZszPrnROh4dBwgy { top:51px;left:333px;width:431px;height:135px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Nrwpz9kAeDhqAPBh2T31xmTtKRcbfCKZ { top:216px;left:382px;width:370px;height:;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #uo68oTg5CdFMVeWhWpN6LQxTE4znIEBZ { display:block; }#uo68oTg5CdFMVeWhWpN6LQxTE4znIEBZ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CZdP8XyXuWl19e8PggJtTKsHP3qBACp9 { top:109px;left:266px;width:253px;height:21px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #zJyEQMb4Sw4JzbJ5NbuiSP7reTpTucgX { width:16px;height:16px;top:111px;left:245px;display:block; }
 }@media only screen and (max-width: 763px) { #HT1iGlqPT6J0Bv10AH6KN4a4SxqkFTMI { width:180px;height:60px;top:555px;left:8px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #h7AibDTXrRO3ATa7FJkug1Rbyh106TCs { display:block; }
 }@media only screen and (max-width: 763px) { #RZyWHtN8XB505OhKsMHfxZvXF7ufs6Mb { display:block; }#RZyWHtN8XB505OhKsMHfxZvXF7ufs6Mb > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gJWXKQnFWRqPem1vtHS8LvKp7Hmdvmri { width:214px;height:72px;top:68px;left:84px;display:block; }
 }@media only screen and (max-width: 763px) { #ocHDzgoeWNUnRLTm7Url6Wnopo5OkoLW { top:140px;left:331px;width:433px;height:21px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #nVqXqr1o27NAcTNn59bzUrqIicIAnA4o { width:24px;height:24px;top:49px;left:382px;display:block; }
 }@media only screen and (max-width: 763px) { #JMyb0LE0otmAmTguaTo5gI1qwI8sP2Tl { top:50px;left:390px;width:152px;height:24px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #h2fTS7t2W0XtcpOe3ivJHtOSskfIgdN1 { top:94px;left:390px;width:315px;height:24px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #vJxNy5r2MPS25fFfH5wuxzZCSuwDeamR { width:24px;height:24px;top:96px;left:382px;display:block; }
 }@media only screen and (max-width: 763px) { #NhsJNrE2HFsTUGDg9501iLVJwrXd596h { top:263px;left:0px;width:299px;height:;font-size:18px;display:none; }
 }@media only screen and (max-width: 763px) { #c1e6pPBF1QNDlXThXyM5B92iFlJ91zr4 { display:block; }#c1e6pPBF1QNDlXThXyM5B92iFlJ91zr4 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CnwiTfUio8Q0GXHSiJCIfF2eO15CoQiR { top:60px;left:0px;width:764px;height:77px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #CrgX1uEppV2GLetu4PAKIh6Ji9vAA2op { width:16px;height:16px;top:240px;left:245px;display:block; }
 }@media only screen and (max-width: 763px) { #HMySGaD607Z5NKDThJsqSzAgo0gBdtBc { top:238px;left:266px;width:253px;height:21px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #QJx60wRn9QJ8wMSA3axghgPrtTQPvw7T { width:180px;height:60px;top:555px;left:8px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #bQeSGf4q3iM7TiX5VXf5AOGQa29OWOUX { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #RTPyKvomNK584zGumK9yQm6sL4PSf1ZL { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7100200d-6fca-4537-a650-f231f86e6283/BGMOBILE.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#RTPyKvomNK584zGumK9yQm6sL4PSf1ZL.adaptive-delivery-prevent-bg, #RTPyKvomNK584zGumK9yQm6sL4PSf1ZL.lazyload, #RTPyKvomNK584zGumK9yQm6sL4PSf1ZL.lazyloading { background-image: none; }#RTPyKvomNK584zGumK9yQm6sL4PSf1ZL > .row .container { background-color: transparent; background-image: none; }#RTPyKvomNK584zGumK9yQm6sL4PSf1ZL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTPyKvomNK584zGumK9yQm6sL4PSf1ZL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTPyKvomNK584zGumK9yQm6sL4PSf1ZL > .row .container > .video-iframe-container { display: none; }#RTPyKvomNK584zGumK9yQm6sL4PSf1ZL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTPyKvomNK584zGumK9yQm6sL4PSf1ZL > .row > .video-iframe-container { display: none; }#RTPyKvomNK584zGumK9yQm6sL4PSf1ZL > .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); }#RTPyKvomNK584zGumK9yQm6sL4PSf1ZL > .row .container { width:320px;height:949px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iUZvfsqrN4XwyZvLsDCtIcermT7rFbJw { width:320px;height:96.7812px;top:132px;left:0px;font-size:44px;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #X45zTFONIzstpBmO6qT4J3cu3FsBkV6S { width:320px;height:85.7812px;top:244.015625px;left:0px;font-size:22px;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #BiIWQ3237VTFDKTRiM2uhH6lhbxqLfy2 { width:320px;height:60px;top:352px;left:0px;font-size:20px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #O7O1pLURLXHbGpmfr5SCK0m75Xe5tqkw { display:block; }
 }@media only screen and (max-width: 763px) { #Mqn1ZwyyDhOBzODHOTc931BwN2EG7Lhm { width:214px;height:72px;top:40px;left:53px;display:block; }
 }@media only screen and (max-width: 763px) { #Ud55to1Faffl24wKt20odQ1AfPAMZxdt { display:flex;width:16px;height:16px;top:422px;left:24px; }
 }@media only screen and (max-width: 763px) { #WGxUg7m6emuuT6nmAleigw63MRQnclp8 { width:253px;height:19.5938px;top:421px;left:44px;font-size:14px;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #m6b40mIm1XWgQS8NGOtmnLlZSvnDktR9 { width:320px;height:92.3906px;top:462.59375px;left:0px;font-size:22px;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #RMWb0RQHAmuZ6snW8PlfmAClRJ9zH6Zv { width:161px;height:161px;top:565.96875px;left:79.5px;display:block; }
 }@media only screen and (max-width: 763px) { #PniTmJcH3UmMogL3DfP1RMEILgahmCvN { display:block; }#PniTmJcH3UmMogL3DfP1RMEILgahmCvN > .row .container { width:320px;height:332px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mWr5a1pFEbElBRnLGFDKTVL4dSNCMIEK { width:320px;height:153.562px;top:45px;left:0px;font-size:32px;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #omGMp0ZGogMnSDJyaB6nR6r94warUq7S { width:320px;height:100.75px;top:211px;left:0px;font-size:18px;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #e4T50sdGz07JTcNAwSUcyJPHSXSRrO7C { display:block; }#e4T50sdGz07JTcNAwSUcyJPHSXSRrO7C > .row .container { width:320px;height:800px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BBT6GfwadMwi6Lt13IvH5386bi3TarzL { width:247px;height:312px;top:20px;left:35px;border-top-left-radius:40px;border-top-right-radius:40px;border-bottom-left-radius:40px;border-bottom-right-radius:0;display:none; }
 }@media only screen and (max-width: 763px) { #Upq5SdITlexRZDWA018UlhqIbhXKkOVX { display:flex;width:50px;height:50px;top:64px;left:51px;font-size:28px; }
 }@media only screen and (max-width: 763px) { #AMV5fzdJomdeq8tNbJtNpigz2ryhkmaH { width:130px;height:79.1719px;top:64px;left:111px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #Oa1SoL8yAG7fUT80TftbkcPLpZsimMGH { width:147px;height:79.1719px;top:266px;left:117px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #xNCd2SzyGEM7ANgT7umcXyf3tHPU09r4 { display:flex;width:59px;height:59px;top:266px;left:57px;font-size:28px; }
 }@media only screen and (max-width: 763px) { #GXHZn7I53P0marXxuQH8x0qBzeeI7Xou { width:153px;height:52.7812px;top:478px;left:114px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #BpeolRrwEtoW596rgVU1p4IQpMJ8TaM2 { display:flex;width:50px;height:50px;top:478px;left:54px;font-size:28px; }
 }@media only screen and (max-width: 763px) { #q5q9DBK88eTqNAB6dHerEGVrDD7iuKfs { width:151px;height:79.1719px;top:662px;left:115px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #aLsaJc5SAw1lEE5QtfbNZ228HT19TInL { display:flex;width:47px;height:47px;top:662px;left:55px;font-size:28px; }
 }@media only screen and (max-width: 763px) { #UdTwl6llbTEe8GC2aciR2LRGEiOW2m2J { width:247px;height:176px;top:14.578125px;left:35.5px;border-top-left-radius:40px;border-top-right-radius:40px;border-bottom-left-radius:40px;border-bottom-right-radius:0;display:block; }
 }@media only screen and (max-width: 763px) { #Fz0Q70awgoVQwIU43QXsbND9Et9TZe4r { width:247px;height:176px;top:217px;left:36px;border-top-left-radius:40px;border-top-right-radius:40px;border-bottom-left-radius:40px;border-bottom-right-radius:0;display:block; }
 }@media only screen and (max-width: 763px) { #c6yId3GyzKXToLr8DyIn4IWGhx0o7mc3 { width:247px;height:176px;top:415px;left:36px;border-top-left-radius:40px;border-top-right-radius:40px;border-bottom-left-radius:40px;border-bottom-right-radius:0;display:block; }
 }@media only screen and (max-width: 763px) { #EICq8BqzXr6ssqDwamtaOW9ertnWNd7r { width:247px;height:176px;top:613px;left:35.5px;border-top-left-radius:40px;border-top-right-radius:40px;border-bottom-left-radius:40px;border-bottom-right-radius:0;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #VoypZz9g8T2nor7s36uopCUb48EQqb8F { display:block; }#VoypZz9g8T2nor7s36uopCUb48EQqb8F > .row .container { width:320px;height:815px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zxAID9UDunlH7Vn4MCd59A9UnhFhsrTS { display:flex;width:50px;height:50px;top:78px;left:52px;font-size:28px; }
 }@media only screen and (max-width: 763px) { #xedJJfcRL0RSdG268zGu0d5gRc942gu6 { width:158px;height:52.7812px;top:78px;left:112px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #ErptsfuVKaN9Kr8Jn1sZcoOce0EWfMa5 { width:147px;height:26.3906px;top:290px;left:116px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #gQN6UbLhLzWw9WAXvJEfsmFxBrykIA0u { display:flex;width:45px;height:45px;top:283px;left:59px;font-size:28px; }
 }@media only screen and (max-width: 763px) { #ThU2iTGaVpwdxi0EquAWCygsJgeN2Eik { width:153px;height:26.3906px;top:492px;left:116px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #Bte12FRtsLrzRBQUL7z7pRTJO2Cm5kSw { display:flex;width:57px;height:57px;top:476px;left:52px;font-size:28px; }
 }@media only screen and (max-width: 763px) { #XQzXNIpirpTwAPSk1RRP7Wk07wlvHxoV { width:151px;height:52.7812px;top:676px;left:115px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #mzupldi5ONkSPAP96GRD9h41cvTL67Wy { display:flex;width:50px;height:50px;top:676px;left:55px;font-size:28px; }
 }@media only screen and (max-width: 763px) { #DQ46MUETPEtJJ4XDXz6cgqw7UN4tMo0l { width:247px;height:176px;top:15px;left:37px;border-top-left-radius:40px;border-top-right-radius:40px;border-bottom-left-radius:40px;border-bottom-right-radius:0;display:block; }
 }@media only screen and (max-width: 763px) { #aUe6UkspnlfsCExsUn8WVeHeLSeXprTH { width:247px;height:176px;top:216px;left:37px;border-top-left-radius:40px;border-top-right-radius:40px;border-bottom-left-radius:40px;border-bottom-right-radius:0;display:block; }
 }@media only screen and (max-width: 763px) { #BUBz4kJ2bA0xr6RDn5Z5oGJgTPr7dqzi { width:247px;height:176px;top:415px;left:36px;border-top-left-radius:40px;border-top-right-radius:40px;border-bottom-left-radius:40px;border-bottom-right-radius:0;display:block; }
 }@media only screen and (max-width: 763px) { #B7Fs5tSoetelhbxT0ZstFEriAx9BzWKD { width:247px;height:176px;top:613px;left:36px;border-top-left-radius:40px;border-top-right-radius:40px;border-bottom-left-radius:40px;border-bottom-right-radius:0;display:block; }
 }@media only screen and (max-width: 763px) { #rPFxNTwexZr2UfvPldZQc1sLLbEdbM96 { display:block; }#rPFxNTwexZr2UfvPldZQc1sLLbEdbM96 > .row .container { width:320px;height:150px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MT5uASCdG3iN2PMq7wOsHqJ4sTnEoPvf { width:253px;height:19.5938px;top:92px;left:43px;font-size:14px;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #WEhoCSQrEaRVGHgN7V8cpWZ37fzexbCm { display:flex;width:16px;height:16px;top:93px;left:24px; }
 }@media only screen and (max-width: 763px) { #Dg4TilGyeGwrAIXXk4HUW0FJrqn2Sydc { width:320px;height:61px;top:22px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #bKnAIEaPUk9AUBCkxHl5nMt6bvPLqfay { display:block; }
 }@media only screen and (max-width: 763px) { #ITGn56zu9XLPDuxBnFTiDn3TJ0G3y8Pr { display:block; }#ITGn56zu9XLPDuxBnFTiDn3TJ0G3y8Pr > .row .container { width:320px;height:396px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TSoDGLTeSNsGhilK8arvEIE12zsWkAft { width:320px;height:70.375px;top:53px;left:0px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DEwxP5qwUkTln1f5W4cxcDlm5oOptfkc { width:320px;height:50.375px;top:176px;left:0px;font-size:18px;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TqheO8XQAMnTedDxQl2L1HW8OyCRMqvz { width:320px;height:27.5px;top:133px;left:0px;font-size:25px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sPJPi4GCxWETTOpmh4opl5hU6sb2XfJI { width:253px;height:19.5938px;top:324px;left:44px;font-size:14px;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Zll35G8p8nr6a5QHaGgrdO9q54UIL1v8 { display:flex;width:16px;height:16px;top:325px;left:24px; }
 }@media only screen and (max-width: 763px) { #zQOofaSFMzwytABqixHRocTfQyi5eHNk { width:320px;height:61px;top:252px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #mmncgyQRgoaHHnygvsrf7XVNK2mFWXhN { display:block; }
 }@media only screen and (max-width: 763px) { #Dn8mp7GwTJgZQoDVg7WPAWmKVlLNTVLr { display:block; }#Dn8mp7GwTJgZQoDVg7WPAWmKVlLNTVLr > .row .container { width:320px;height:965px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oPsh4cLNg0NPryq5l9agSUl3sJ170hFz { display:flex;width:32px;height:32px;top:162px;left:27px;font-size:28px; }
 }@media only screen and (max-width: 763px) { #MAWwMHMyieMVAMTbzkKCvZvEl4hymBT5 { width:226px;height:27px;top:164px;left:68px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #fqZTTa29XoWVawUpu5TBTO6A3OKHy0ei { width:272px;height:70.375px;top:53.625px;left:24px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K3fZIu46acIfk4ReMR22BZ3BDigmpg4H { width:206px;height:46.7812px;top:214px;left:68px;font-size:18px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #L3plZx3FzduIxziZJ5odapMteSA09uNu { display:flex;width:31px;height:31px;top:283px;left:27px;font-size:28px; }
 }@media only screen and (max-width: 763px) { #sDQUEulfa5y349kKlts5InCtpAgDDsh9 { width:193px;height:46.7812px;top:279px;left:68px;font-size:18px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ddImsKeMbARBDDPLGDzuPA7SBVe8EKCg { display:flex;width:31px;height:31px;top:402px;left:27px;font-size:28px; }
 }@media only screen and (max-width: 763px) { #KTVZ0u2PbMWWbyNxEwgy6TnSM8RcT1mb { width:223px;height:25.1875px;top:349px;left:69px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #NsOBse00Zcapz8Vdm6PUD7RCTRnZz4hC { display:flex;width:31px;height:31px;top:545px;left:27px;font-size:28px; }
 }@media only screen and (max-width: 763px) { #HAwDqVMbi6mbUqo6ufQ6pfOsnnk50GXZ { width:157px;height:46.7812px;top:402px;left:68px;font-size:18px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #HMOLQiwNVh6cTCT0KhVzt25Ro6ZnMKKm { display:flex;width:31px;height:31px;top:701px;left:27px;font-size:28px; }
 }@media only screen and (max-width: 763px) { #eWTCgUcWZ1oJ3V4OPJ5ONTk6bDkUbMfR { width:188px;height:50.375px;top:472px;left:68px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #MIrO2KRAolpkEosErZ7bpvX9T5x10J55 { display:flex;width:31px;height:31px;top:216px;left:27px;font-size:28px; }
 }@media only screen and (max-width: 763px) { #KZyiznxAadOqevI5Zut22LkQCZpNE9V2 { display:flex;width:31px;height:31px;top:346px;left:27px;font-size:28px; }
 }@media only screen and (max-width: 763px) { #p7rqVwTX2RMVo39aztHBmSBFi4oTDeMG { width:90px;height:27px;top:547px;left:68px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #ZTN2W5cocJmWobIilJHIQGCn3tWPDSXX { width:142px;height:75.5625px;top:600px;left:68px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #gMqgZFM4zWwBZFGbPUxciFnKUN0H4R9P { display:flex;width:31px;height:31px;top:474px;left:27px;font-size:28px; }
 }@media only screen and (max-width: 763px) { #JLqNzeLUVfVpXy13KdEWMpn5TVcvACr3 { width:185px;height:50.375px;top:697px;left:67px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #P6ifE7Bf3xLHCZfvI5sgJdyCHlV6zS0S { display:flex;width:31px;height:31px;top:600px;left:27px;font-size:28px; }
 }@media only screen and (max-width: 763px) { #KEOdToXpqZP9knaxgqGUBilcT7yvKblz { width:150px;height:27px;top:768px;left:68px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #u4M1QfRNIZiTyWmwSktIMKstetVASTTu { display:flex;width:31px;height:31px;top:766px;left:27px;font-size:28px; }
 }@media only screen and (max-width: 763px) { #UNycmDeZM9GFJXtgFrdrhey4fWrmxJpX { display:flex;width:16px;height:16px;top:908px;left:24px; }
 }@media only screen and (max-width: 763px) { #KX17aFebOcxRyHalvSBWrPvFOVyaG0UA { width:253px;height:19.5938px;top:906px;left:43px;font-size:14px;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #E76CaVCIq0Fmi0IKmqnG6yKybW9xaniT { width:320px;height:61px;top:834.59375px;left:0px;font-size:20px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Kv156cib8N15KuBPFHtiETvGUvSs0nv3 { display:block; }
 }@media only screen and (max-width: 763px) { #TZaDFeVrJNXeyeLMmN8XfCpaMDlrIDI6 { display:block; }#TZaDFeVrJNXeyeLMmN8XfCpaMDlrIDI6 > .row .container { width:320px;height:1163px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IiWgOGW86cVu2KLL7Bl05kflhBmmk17l { width:253px;height:70.375px;top:45.625px;left:33.5px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N4vV9nBMxiK2dIhroZtnODhex7FSqdm1 { width:223px;height:27px;top:449px;left:65px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #hW0HkfcsKnqDZFXEU6eQROgh9nEMGSD4 { width:231px;height:27px;top:396px;left:65px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #gtD888JrU9nvgp6PuteZUbdqiLDhK60u { width:157px;height:27px;top:339px;left:65px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #GbzVk47bhhPLp64OMuFxKrTLEqfGVA45 { width:186px;height:27px;top:281px;left:65px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #PRxxyKmTU5Wt6GMTOIsM91lAa46RN4c6 { width:210px;height:25.1875px;top:226px;left:65px;font-size:18px;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #m9wvdRrs1cy9yEVfac6GbdBRpbzdppON { width:127px;height:50.375px;top:154px;left:65px;font-size:18px;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #NNrCadQ3taCDUI3aif69WNKyx19Etksi { display:flex;width:31px;height:31px;top:154px;left:25px;font-size:28px; }
 }@media only screen and (max-width: 763px) { #UdFSkeo6bGwF8WNPGWTK4HZHKDPBe6kl { display:flex;width:31px;height:31px;top:279px;left:25px;font-size:28px; }
 }@media only screen and (max-width: 763px) { #qxEvlIADcID0QFi24NIgDOaDTNUhie3p { display:flex;width:31px;height:31px;top:394px;left:25px;font-size:28px; }
 }@media only screen and (max-width: 763px) { #Z1Ip94swaHwV6Uu73uNv6FvhihzUvxuZ { display:flex;width:31px;height:31px;top:447px;left:25px;font-size:28px; }
 }@media only screen and (max-width: 763px) { #IqHGSVO0lT13wda3weFIMVT1xDHIynrF { display:flex;width:31px;height:31px;top:610px;left:25px;font-size:28px; }
 }@media only screen and (max-width: 763px) { #e5XTUHP77bc4dUTdGHwUhZsz0rVInptK { display:flex;width:31px;height:31px;top:766px;left:25px;font-size:28px; }
 }@media only screen and (max-width: 763px) { #d5vZbhFE0pDcVtfhcrg4vlREMlcdRkSh { width:188px;height:75.5625px;top:506px;left:65px;font-size:18px;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TVfFGdxpuZviVIW5ZXLcAAtPXozWscgD { display:flex;width:31px;height:31px;top:222px;left:25px;font-size:28px; }
 }@media only screen and (max-width: 763px) { #uo52or4aIs9WUXE832Fn9TQ3P6t2HyOc { width:222px;height:50.375px;top:606px;left:65px;font-size:18px;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #XJonopicDbiuSOaadLnwPc3oe8HoluXP { display:flex;width:31px;height:31px;top:337px;left:25px;font-size:28px; }
 }@media only screen and (max-width: 763px) { #akHa1vpKUttz33MVucCrUaJhLVWqWx3W { width:222px;height:50.375px;top:683px;left:65px;font-size:18px;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #EUNpWsVWqnSxtSS97uoLdcSNeUuwwSc9 { display:flex;width:31px;height:31px;top:511px;left:25px;font-size:28px; }
 }@media only screen and (max-width: 763px) { #OUIRaRPdgiZmkCR1dIAxBERHN6PerxXC { width:227px;height:75.5625px;top:762px;left:65px;font-size:18px;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #S5yJPbRbAEgmgTR1X4Q95MfOe7tZkAal { display:flex;width:31px;height:31px;top:686.6875px;left:25px;font-size:28px; }
 }@media only screen and (max-width: 763px) { #USLlMJJLSetOLINbzRlDC6ccJnBwGEQW { width:217px;height:75.5625px;top:862px;left:65px;font-size:18px;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #KTOq2TqfII3MTCUBnDwcahcmPNBDhQyl { display:flex;width:31px;height:31px;top:867px;left:25px;font-size:28px; }
 }@media only screen and (max-width: 763px) { #qCwQsORL7XfgXrBqSiU9IsOPxQk9KiGA { width:253px;height:19.5938px;top:1043px;left:43px;font-size:14px;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #vyu0RxzV3ri3tRHqvknsqSqHJezdHx6W { display:flex;width:16px;height:16px;top:1044px;left:24px; }
 }@media only screen and (max-width: 763px) { #v3kDIfLee6p4TZmvyuB0M50S0IS5nZTe { width:304px;height:61px;top:1082.5938px;left:8px;font-size:22px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #QbaHsTAR4lNm5khdTbrx2uScQdmeUrpt { display:block; }
 }@media only screen and (max-width: 763px) { #QvzO9DAR3MoKunfTl5HFfs7dOf6C4gXe { display:block; }#QvzO9DAR3MoKunfTl5HFfs7dOf6C4gXe > .row .container { width:320px;height:450px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h3sOEc7oQq6vlhZyTHASbkz7CaWU99nN { width:320px;height:70.375px;top:57px;left:0px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JenkgA7gbG94CpXLUL9dSGfZhoDrhrM3 { width:320px;height:125.938px;top:146px;left:0px;font-size:18px;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #AUAKlUVN1OD1onOJvvITUwfFtGvcVGXB { display:flex;width:16px;height:16px;top:375px;left:24px; }
 }@media only screen and (max-width: 763px) { #mW7tUkvfX00h74HQpz9NemW70ELnR2aT { width:253px;height:19.5938px;top:374px;left:44px;font-size:14px;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Xoob638eJeRFSmupbb7FeBTMrApiEdRR { width:304px;height:61px;top:303px;left:8px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #bSH1mOGLB0wdMK3Vud2xP5yv4GrVzb4D { display:block; }
 }@media only screen and (max-width: 763px) { #MEn7f0o7sNsxAdycwQwK75O58f7X5b3I { display:block; }#MEn7f0o7sNsxAdycwQwK75O58f7X5b3I > .row .container { width:320px;height:118px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BI6tTOypF4WT5b46FHDbwwll44fyzEti { width:217px;height:70.375px;top:34.3125px;left:51.5px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kXSqH6ZGEDJuwUD7GTUwBy9uZATKAqzH { display:block; }#kXSqH6ZGEDJuwUD7GTUwBy9uZATKAqzH > .row .container { width:320px;height:839px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TGIOtaU8cTNOsUDgSG8lsPwdIqlx5rID { width:292px;height:351px;top:21px;left:14px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #ciwAzFkQgfzUTMRTdLquceBvk28DxvOc { width:232px;height:72px;top:391px;left:14px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #fA6dtS3hPS9icJpHZ3IvXQQzqVt6ucQR { width:291px;height:216px;top:509px;left:15px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #PI44uSP39BoTcmkT50s1z8ET85Fi2e99 { width:258px;height:72px;top:748px;left:14px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #TqA1pGHDryJNtEhZTeelTTBLPnvIECSH { display:block; }#TqA1pGHDryJNtEhZTeelTTBLPnvIECSH > .row .container { width:320px;height:680px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rA4l3Jz31ZaP20p4zNiFPwtk43tTN9zk { width:279px;height:189px;top:42px;left:20.5px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #VN4JytgOhkpn0Sd1ElwaJL1VlcqUqSpF { width:211px;height:72px;top:254px;left:20.5px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #ZA8O5h8Xh9nHD52NOZszPrnROh4dBwgy { width:264px;height:189px;top:370px;left:21px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Nrwpz9kAeDhqAPBh2T31xmTtKRcbfCKZ { width:219px;height:72px;top:585px;left:20.5px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #uo68oTg5CdFMVeWhWpN6LQxTE4znIEBZ { display:block; }#uo68oTg5CdFMVeWhWpN6LQxTE4znIEBZ > .row .container { width:320px;height:151px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CZdP8XyXuWl19e8PggJtTKsHP3qBACp9 { width:253px;height:19.5938px;top:91px;left:44px;font-size:14px;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #zJyEQMb4Sw4JzbJ5NbuiSP7reTpTucgX { display:flex;width:16px;height:16px;top:92px;left:24px; }
 }@media only screen and (max-width: 763px) { #HT1iGlqPT6J0Bv10AH6KN4a4SxqkFTMI { width:320px;height:61px;top:21px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #h7AibDTXrRO3ATa7FJkug1Rbyh106TCs { display:block; }
 }@media only screen and (max-width: 763px) { #RZyWHtN8XB505OhKsMHfxZvXF7ufs6Mb { display:block; }#RZyWHtN8XB505OhKsMHfxZvXF7ufs6Mb > .row .container { width:320px;height:346px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gJWXKQnFWRqPem1vtHS8LvKp7Hmdvmri { width:205px;height:68px;top:46px;left:58px;display:block; }
 }@media only screen and (max-width: 763px) { #ocHDzgoeWNUnRLTm7Url6Wnopo5OkoLW { width:299px;height:0;top:257px;left:0px;font-size:18px;display:none; }
 }@media only screen and (max-width: 763px) { #nVqXqr1o27NAcTNn59bzUrqIicIAnA4o { display:flex;width:24px;height:24px;top:155px;left:69px; }
 }@media only screen and (max-width: 763px) { #JMyb0LE0otmAmTguaTo5gI1qwI8sP2Tl { width:152px;height:24px;top:155px;left:100px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #h2fTS7t2W0XtcpOe3ivJHtOSskfIgdN1 { width:284px;height:21.5938px;top:206px;left:32px;font-size:18px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vJxNy5r2MPS25fFfH5wuxzZCSuwDeamR { display:flex;width:27px;height:27px;top:204px;left:0px; }
 }@media only screen and (max-width: 763px) { #NhsJNrE2HFsTUGDg9501iLVJwrXd596h { width:299px;height:43.1875px;top:254px;left:11px;font-size:18px;z-index:15050;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c1e6pPBF1QNDlXThXyM5B92iFlJ91zr4 { display:block; }#c1e6pPBF1QNDlXThXyM5B92iFlJ91zr4 > .row .container { width:320px;height:406px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CnwiTfUio8Q0GXHSiJCIfF2eO15CoQiR { width:305px;height:175.938px;top:53px;left:8px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CrgX1uEppV2GLetu4PAKIh6Ji9vAA2op { display:flex;width:16px;height:16px;top:335px;left:24px; }
 }@media only screen and (max-width: 763px) { #HMySGaD607Z5NKDThJsqSzAgo0gBdtBc { width:253px;height:19.5938px;top:334px;left:44px;font-size:14px;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #QJx60wRn9QJ8wMSA3axghgPrtTQPvw7T { width:320px;height:61px;top:264px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #bQeSGf4q3iM7TiX5VXf5AOGQa29OWOUX { display:block; }
 }