.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/66113d24-6f96-4847-a266-db1d6b4b495a/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:789px;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:198px;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:483px;position:absolute;font-family:ubuntu;font-size:24px;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:395px;left:115px;height:108px;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:527px;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:599px;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:597px;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:652px;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; }
#SZOmsRXTIBtbotnn0ksiVZiBTId84T01 { position:absolute;display:block;z-index:15014;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:177px;width:177px;top:147px;left:525.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:144px;width:1200px;position:relative;display:block; }#mWr5a1pFEbElBRnLGFDKTVL4dSNCMIEK { color:#2f2f2f;display:block;width:502px;position:absolute;font-family:ubuntu;font-size:35px;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:42.5px;left:349px;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; }
#mOCkwo52EIGxTpq0cV42JnTRBkZwglmw { position:relative;display:block; }#mOCkwo52EIGxTpq0cV42JnTRBkZwglmw { background-color: transparent; background-image: none; }#mOCkwo52EIGxTpq0cV42JnTRBkZwglmw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mOCkwo52EIGxTpq0cV42JnTRBkZwglmw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mOCkwo52EIGxTpq0cV42JnTRBkZwglmw > .row .container > .video-iframe-container { display: none; }#mOCkwo52EIGxTpq0cV42JnTRBkZwglmw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mOCkwo52EIGxTpq0cV42JnTRBkZwglmw > .row > .video-iframe-container { display: none; }#mOCkwo52EIGxTpq0cV42JnTRBkZwglmw > .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); }#mOCkwo52EIGxTpq0cV42JnTRBkZwglmw { border-width: 0; border-radius: 0; }#mOCkwo52EIGxTpq0cV42JnTRBkZwglmw > .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; }#mOCkwo52EIGxTpq0cV42JnTRBkZwglmw > .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:316px;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; }#kWcF2WIyZ2Pu304B8r9Ahsd4TkXTNpi6 { color:#2462f2;display:block;width:209px;position:absolute;font-family:ubuntu;font-size:24px;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:121px;left:96px;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;text-align:center;text-align-last:center;display:block; }
#S044cMuBLckOQMOTiVOhLXvfMoBwUqCJ { color:#5e5e5e;display:block;width:280px;position:absolute;font-family:ubuntu;font-size:20px;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:194px;left:60px;height:96px;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; }
#gzu1SmAGkABTALMn8ssGpTte1qaWvAgh { color:#2462f2;display:block;width:209px;position:absolute;font-family:ubuntu;font-size:24px;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:121px;left:496px;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;text-align:center;text-align-last:center;display:block; }
#KJeMxUtn9RJvHASnXPKdAQoeRWqKxNRW { color:#5e5e5e;display:block;width:280px;position:absolute;font-family:ubuntu;font-size:20px;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:194px;left:460px;height:96px;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; }
#DWeqSK0nuZf8DlaUCPReP2izFcoViXCo { color:#2462f2;display:block;width:209px;position:absolute;font-family:ubuntu;font-size:24px;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:161px;left:896px;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;text-align:center;text-align-last:center;display:block; }
#rMHB3brrpPlf7bUFgo0x9OabVrf0R8Qo { color:#5e5e5e;display:block;width:280px;position:absolute;font-family:ubuntu;font-size:20px;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:206px;left:860px;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;text-align:center;text-align-last:center;display:block; }
#kGrBV8xLbnrFExdU3AkVhaMqSL2B7bzP { position:absolute;display:block;z-index:15009;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:77px;width:77px;top:36px;left:162px;overflow:hidden;display:block; }
#ZkAbqoUUb3XTz3iPgtmw70xzlsXixlUE { position:absolute;display:block;z-index:15010;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:159px;width:159px;top:0px;left:521px;overflow:hidden;display:block; }
#WbRnkNW7q2PxOVsgbTbCbqdWLSHrFMpB { 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:77px;width:77px;top:72px;left:962px;overflow:hidden;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:106px;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:108px;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; }
#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:864px;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:70px;left:230px;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:584px;left:192px;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:512px;left:193px;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:441px;left:193px;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:373px;left:193px;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:307px;left:193px;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:240px;left:192px;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:243px;left:152px; }
#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:308px;left:152px; }
#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:374px;left:152px; }
#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:442px;left:152px; }
#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:513px;left:152px; }
#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:585px;left:152px; }
#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:240px;left:637px;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:243px;left:597px; }
#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:328px;left:635px;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:331px;left:595px; }
#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:416px;left:635px;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:419px;left:595px; }
#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:505px;left:635px;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:508px;left:595px; }
#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:595px;left:632px;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:598px;left:592px; }
#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:773px;left:492px;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:775px;left:471px; }
#ZETZ4xCGnGPdO6ATN7d8pdKp5fiaXPqg { color:#5e5e5e;display:block;width:636px;position:absolute;font-family:ubuntu;font-size:20px;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:118px;left:290px;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; }
#CwptlqSoiGTK5llvD8L0BkJxg0emALbu { 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:702px;left:391.5px;display:block; }
#vHs2oyb4qZfMfigtsxRgWeIJPi7ghobl { 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:;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; }
#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; }
@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:;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #X45zTFONIzstpBmO6qT4J3cu3FsBkV6S { top:395px;left:0px;width:483px;height:;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:599px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #WGxUg7m6emuuT6nmAleigw63MRQnclp8 { top:597px;left:0px;width:253px;height:21px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #m6b40mIm1XWgQS8NGOtmnLlZSvnDktR9 { top:652px;left:0px;width:494px;height:67px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #SZOmsRXTIBtbotnn0ksiVZiBTId84T01 { width:177px;height:177px;top:147px;left:307.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:42px;left:131px;width:502px;height:84px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #mOCkwo52EIGxTpq0cV42JnTRBkZwglmw { display:block; }#mOCkwo52EIGxTpq0cV42JnTRBkZwglmw > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kWcF2WIyZ2Pu304B8r9Ahsd4TkXTNpi6 { top:121px;left:23px;width:209px;height:57px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #S044cMuBLckOQMOTiVOhLXvfMoBwUqCJ { top:194px;left:0px;width:280px;height:96px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #gzu1SmAGkABTALMn8ssGpTte1qaWvAgh { top:121px;left:277px;width:209px;height:57px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #KJeMxUtn9RJvHASnXPKdAQoeRWqKxNRW { top:194px;left:228px;width:280px;height:96px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #DWeqSK0nuZf8DlaUCPReP2izFcoViXCo { top:161px;left:531px;width:209px;height:28px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #rMHB3brrpPlf7bUFgo0x9OabVrf0R8Qo { top:206px;left:482px;width:280px;height:48px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #kGrBV8xLbnrFExdU3AkVhaMqSL2B7bzP { width:77px;height:77px;top:36px;left:89px;display:block; }
 }@media only screen and (max-width: 763px) { #ZkAbqoUUb3XTz3iPgtmw70xzlsXixlUE { width:159px;height:159px;top:0px;left:302px;display:block; }
 }@media only screen and (max-width: 763px) { #WbRnkNW7q2PxOVsgbTbCbqdWLSHrFMpB { width:77px;height:77px;top:72px;left:597px;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:106px;left:266px;width:253px;height:21px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #WEhoCSQrEaRVGHgN7V8cpWZ37fzexbCm { width:16px;height:16px;top:108px;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) { #TZaDFeVrJNXeyeLMmN8XfCpaMDlrIDI6 { display:block; }#TZaDFeVrJNXeyeLMmN8XfCpaMDlrIDI6 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IiWgOGW86cVu2KLL7Bl05kflhBmmk17l { top:70px;left:0px;width:764px;height:38px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #N4vV9nBMxiK2dIhroZtnODhex7FSqdm1 { top:584px;left:0px;width:303px;height:33px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #hW0HkfcsKnqDZFXEU6eQROgh9nEMGSD4 { top:512px;left:0px;width:303px;height:33px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #gtD888JrU9nvgp6PuteZUbdqiLDhK60u { top:441px;left:0px;width:303px;height:33px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #GbzVk47bhhPLp64OMuFxKrTLEqfGVA45 { top:373px;left:0px;width:303px;height:33px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #PRxxyKmTU5Wt6GMTOIsM91lAa46RN4c6 { top:307px;left:0px;width:303px;height:33px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #m9wvdRrs1cy9yEVfac6GbdBRpbzdppON { top:240px;left:0px;width:303px;height:33px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #NNrCadQ3taCDUI3aif69WNKyx19Etksi { top:243px;left:0px;width:31px;height:31px;display:block; }
 }@media only screen and (max-width: 763px) { #UdFSkeo6bGwF8WNPGWTK4HZHKDPBe6kl { top:308px;left:0px;width:31px;height:31px;display:block; }
 }@media only screen and (max-width: 763px) { #qxEvlIADcID0QFi24NIgDOaDTNUhie3p { top:374px;left:0px;width:31px;height:31px;display:block; }
 }@media only screen and (max-width: 763px) { #Z1Ip94swaHwV6Uu73uNv6FvhihzUvxuZ { top:442px;left:0px;width:31px;height:31px;display:block; }
 }@media only screen and (max-width: 763px) { #IqHGSVO0lT13wda3weFIMVT1xDHIynrF { top:513px;left:0px;width:31px;height:31px;display:block; }
 }@media only screen and (max-width: 763px) { #e5XTUHP77bc4dUTdGHwUhZsz0rVInptK { top:585px;left:0px;width:31px;height:31px;display:block; }
 }@media only screen and (max-width: 763px) { #d5vZbhFE0pDcVtfhcrg4vlREMlcdRkSh { top:240px;left:401px;width:363px;height:66px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #TVfFGdxpuZviVIW5ZXLcAAtPXozWscgD { top:243px;left:379px;width:31px;height:31px;display:block; }
 }@media only screen and (max-width: 763px) { #uo52or4aIs9WUXE832Fn9TQ3P6t2HyOc { top:328px;left:401px;width:363px;height:66px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #XJonopicDbiuSOaadLnwPc3oe8HoluXP { top:331px;left:377px;width:31px;height:31px;display:block; }
 }@media only screen and (max-width: 763px) { #akHa1vpKUttz33MVucCrUaJhLVWqWx3W { top:416px;left:401px;width:363px;height:66px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #EUNpWsVWqnSxtSS97uoLdcSNeUuwwSc9 { top:419px;left:377px;width:31px;height:31px;display:block; }
 }@media only screen and (max-width: 763px) { #OUIRaRPdgiZmkCR1dIAxBERHN6PerxXC { top:505px;left:351px;width:413px;height:66px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #S5yJPbRbAEgmgTR1X4Q95MfOe7tZkAal { top:508px;left:377px;width:31px;height:31px;display:block; }
 }@media only screen and (max-width: 763px) { #USLlMJJLSetOLINbzRlDC6ccJnBwGEQW { top:595px;left:351px;width:413px;height:66px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #KTOq2TqfII3MTCUBnDwcahcmPNBDhQyl { top:598px;left:374px;width:31px;height:31px;display:block; }
 }@media only screen and (max-width: 763px) { #qCwQsORL7XfgXrBqSiU9IsOPxQk9KiGA { top:773px;left:274px;width:253px;height:21px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #vyu0RxzV3ri3tRHqvknsqSqHJezdHx6W { width:16px;height:16px;top:775px;left:253px;display:block; }
 }@media only screen and (max-width: 763px) { #ZETZ4xCGnGPdO6ATN7d8pdKp5fiaXPqg { top:118px;left:72px;width:636px;height:60px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #CwptlqSoiGTK5llvD8L0BkJxg0emALbu { width:180px;height:60px;top:555px;left:8px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #vHs2oyb4qZfMfigtsxRgWeIJPi7ghobl { 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:;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) { #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) { 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/80d6bb6d-7178-4507-ab88-8fdd8be4ca6a/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:1005px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iUZvfsqrN4XwyZvLsDCtIcermT7rFbJw { width:320px;height:132px;top:144px;left:0px;font-size:40px;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #X45zTFONIzstpBmO6qT4J3cu3FsBkV6S { width:295px;height:123.188px;top:286.015625px;left:12.5px;font-size:22px;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #BiIWQ3237VTFDKTRiM2uhH6lhbxqLfy2 { width:320px;height:60px;top:433px;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:51px;left:53px;display:block; }
 }@media only screen and (max-width: 763px) { #Ud55to1Faffl24wKt20odQ1AfPAMZxdt { display:flex;width:16px;height:16px;top:503px;left:24px; }
 }@media only screen and (max-width: 763px) { #WGxUg7m6emuuT6nmAleigw63MRQnclp8 { width:253px;height:19.5938px;top:502px;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:539.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) { #SZOmsRXTIBtbotnn0ksiVZiBTId84T01 { width:167px;height:167px;top:649.96875px;left:76.5px;display:block; }
 }@media only screen and (max-width: 763px) { #PniTmJcH3UmMogL3DfP1RMEILgahmCvN { display:block; }#PniTmJcH3UmMogL3DfP1RMEILgahmCvN > .row .container { width:320px;height:177px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mWr5a1pFEbElBRnLGFDKTVL4dSNCMIEK { width:307px;height:115.172px;top:48px;left:6.5px;font-size:32px;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #mOCkwo52EIGxTpq0cV42JnTRBkZwglmw { display:block; }#mOCkwo52EIGxTpq0cV42JnTRBkZwglmw > .row .container { width:320px;height:811px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kWcF2WIyZ2Pu304B8r9Ahsd4TkXTNpi6 { width:209px;height:57.5938px;top:120px;left:55px;font-size:24px;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #S044cMuBLckOQMOTiVOhLXvfMoBwUqCJ { width:280px;height:96px;top:187px;left:20px;font-size:20px;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #gzu1SmAGkABTALMn8ssGpTte1qaWvAgh { width:209px;height:57.5938px;top:411px;left:55px;font-size:24px;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #KJeMxUtn9RJvHASnXPKdAQoeRWqKxNRW { width:280px;height:96px;top:480px;left:20px;font-size:20px;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #DWeqSK0nuZf8DlaUCPReP2izFcoViXCo { width:209px;height:28.7969px;top:704px;left:55px;font-size:24px;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #rMHB3brrpPlf7bUFgo0x9OabVrf0R8Qo { width:280px;height:48px;top:742px;left:20px;font-size:20px;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #kGrBV8xLbnrFExdU3AkVhaMqSL2B7bzP { width:77px;height:77px;top:32px;left:122px;display:block; }
 }@media only screen and (max-width: 763px) { #ZkAbqoUUb3XTz3iPgtmw70xzlsXixlUE { width:159px;height:159px;top:283px;left:81px;display:block; }
 }@media only screen and (max-width: 763px) { #WbRnkNW7q2PxOVsgbTbCbqdWLSHrFMpB { width:77px;height:77px;top:623px;left:122px;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) { #TZaDFeVrJNXeyeLMmN8XfCpaMDlrIDI6 { display:block; }#TZaDFeVrJNXeyeLMmN8XfCpaMDlrIDI6 > .row .container { width:320px;height:1217px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IiWgOGW86cVu2KLL7Bl05kflhBmmk17l { width:291px;height:70.375px;top:46.625px;left:14.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) { #ZETZ4xCGnGPdO6ATN7d8pdKp5fiaXPqg { width:320px;height:100.75px;top:1082.5938px;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) { #CwptlqSoiGTK5llvD8L0BkJxg0emALbu { width:304px;height:61px;top:973.34375px;left:8px;font-size:20px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #vHs2oyb4qZfMfigtsxRgWeIJPi7ghobl { 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) { #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; }
 }