.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0px;left:0px;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V3uwGHiTCcQLJkfX5fvJf3InAQ7WNUhk { background-color:transparent;background-image:none;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;display:block; }#V3uwGHiTCcQLJkfX5fvJf3InAQ7WNUhk > .row .container { background-color: transparent; background-image: none; }#V3uwGHiTCcQLJkfX5fvJf3InAQ7WNUhk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V3uwGHiTCcQLJkfX5fvJf3InAQ7WNUhk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V3uwGHiTCcQLJkfX5fvJf3InAQ7WNUhk > .row .container > .video-iframe-container { display: none; }#V3uwGHiTCcQLJkfX5fvJf3InAQ7WNUhk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V3uwGHiTCcQLJkfX5fvJf3InAQ7WNUhk > .row > .video-iframe-container { display: none; }#V3uwGHiTCcQLJkfX5fvJf3InAQ7WNUhk > .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); }#V3uwGHiTCcQLJkfX5fvJf3InAQ7WNUhk > .row .container { border-width: 0; border-radius: 0; }#V3uwGHiTCcQLJkfX5fvJf3InAQ7WNUhk > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#V3uwGHiTCcQLJkfX5fvJf3InAQ7WNUhk > .row .container { width:960px;height:439px;font-size:14px;font-family:arial;position:relative;display:block; }#vc6pomg69nz3cqlGLZC02apZ1BwycivD { color:#000000;display:block;width:574px;position:absolute;font-family:"open sans";font-size:38px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:97px;left:11px;height:98.7926px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#st9cJrF4JhpEw7BDPvMk8t2PuA6twZI4 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27px;width:135px;top:11.889204025269px;left:825px;overflow:hidden;display:block; }
#Wz2JARDG93nUA8QPFJJTZEPEzOwNnCLq { position:absolute;display:block;z-index:15002;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:46px;width:174px;top:19px;left:0px;overflow:hidden;display:block; }
#LfVtD3eD5pFV62VEAGqq6f9OWFNBtK1e { color:#000000;display:block;width:462.997px;position:absolute;font-family:"open sans";font-size:22px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:220px;left:0px;height:85.7812px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NT6T6W7cceeiIK5JqENgOndL6HUArKXh { position:absolute;display:block;z-index:15001;background-color:#99b3ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:53px;width:208px;top:96px;left:0px;display:block; }
#XlhplDIJROiVD1Q6l0h1PCDcNmVNfeRT { position:absolute;display:block;z-index:15001;background-color:#e5123c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:53px;width:421px;top:141px;left:0px;display:none; }
#P6S3lZua6ofxRPkK0hHgim4tczilEDFp { position:absolute;display:block;z-index:15001;background-color:#e5123c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:53px;width:421px;top:141px;left:0px;display:none; }
#xpf8Lh9MI2QUnERo0E8BZAUOud7vEaA9 { color:#363a41;display:block;width:590px;position:absolute;font-family:"open sans";font-size:24px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:270px;left:0px;height:31.1932px;font-style:normal;text-align:left;text-align-last:left;display:none; }
#ASuIX8ONuHIFkfOiCWf4x4UdoVrnPqRQ { position:absolute;display:block;z-index:15006;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:245px;width:482px;top:87.982948303223px;left:477.99716186523px;overflow:hidden;display:block; }
#TvCRC9R7xpLoSAbdXLF3UqRlPSJ707lb { position:absolute;display:block;z-index:15000;background-color:#99b3ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:58px;width:302px;top:145px;left:0px;display:block; }
#PewnTIUO9m77dDVopP0WBg9kzwRPzQpQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#99b3ff;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; }#PewnTIUO9m77dDVopP0WBg9kzwRPzQpQ > .row .container { background-color: transparent; background-image: none; }#PewnTIUO9m77dDVopP0WBg9kzwRPzQpQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PewnTIUO9m77dDVopP0WBg9kzwRPzQpQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PewnTIUO9m77dDVopP0WBg9kzwRPzQpQ > .row .container > .video-iframe-container { display: none; }#PewnTIUO9m77dDVopP0WBg9kzwRPzQpQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PewnTIUO9m77dDVopP0WBg9kzwRPzQpQ > .row > .video-iframe-container { display: none; }#PewnTIUO9m77dDVopP0WBg9kzwRPzQpQ > .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); }#PewnTIUO9m77dDVopP0WBg9kzwRPzQpQ > .row .container { border-width: 0; border-radius: 0; }#PewnTIUO9m77dDVopP0WBg9kzwRPzQpQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PewnTIUO9m77dDVopP0WBg9kzwRPzQpQ > .row .container { font-size:14px;font-family:arial;height:253px;width:960px;position:relative;display:block; }#RhihBcPg5FH8TpJZZbb1rTi1B0f9Qv4T { color:#000000;display:block;width:960px;position:absolute;font-family:"open sans";font-size:32px;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:41.356536865234px;left:0px;height:41.598px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hXVKfiQIT1bfZcGFWQFJMp7g95CuvpXk { color:#000000;display:block;width:480px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:111.54119205475px;left:239.9928894043px;height:83.1875px;text-align:center;text-align-last:center;display:block; }
#MywiyyIao9Ll6N6xCLTg7dx7nER3nw9R { position:relative;display:block; }#MywiyyIao9Ll6N6xCLTg7dx7nER3nw9R { background-color: transparent; background-image: none; }#MywiyyIao9Ll6N6xCLTg7dx7nER3nw9R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MywiyyIao9Ll6N6xCLTg7dx7nER3nw9R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MywiyyIao9Ll6N6xCLTg7dx7nER3nw9R > .row .container > .video-iframe-container { display: none; }#MywiyyIao9Ll6N6xCLTg7dx7nER3nw9R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MywiyyIao9Ll6N6xCLTg7dx7nER3nw9R > .row > .video-iframe-container { display: none; }#MywiyyIao9Ll6N6xCLTg7dx7nER3nw9R > .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); }#MywiyyIao9Ll6N6xCLTg7dx7nER3nw9R { border-width: 0; border-radius: 0; }#MywiyyIao9Ll6N6xCLTg7dx7nER3nw9R > .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; }#MywiyyIao9Ll6N6xCLTg7dx7nER3nw9R > .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:519px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WlCGQxlz8f5vy4Qq8HUxKsZQPmMz6sxf { position:absolute;display:block;z-index:15017;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:316px;width:545px;top:148px;left:408px;overflow:hidden;display:block; }
#uqDTxgx1Ga0c6OA7I7Fngv26J7DobdwL { color:#959595;display:block;width:357.99px;position:absolute;font-family:"open sans";font-size:10px;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:449px;left:15px;height:45px;font-style:normal;display:block; }
#fZilpFrrrug5hCilXREMpDPwEZH92Hqu { color:#000000;display:block;width:357.997px;position:absolute;font-family:"open sans";font-size:26px;font-weight:normal;z-index:15016;line-height:1.2;letter-spacing:0;top:223px;left:15px;height:62.375px;text-align:left;text-align-last:left;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; }
#k3XC2OVMJJITw5CVCTVTlwCFJG2VmTfw { color:#363a41;display:block;width:566px;position:absolute;font-family:"open sans";font-size:26px;font-weight:normal;z-index:15010;line-height:1.2;letter-spacing:0;top:39px;left:199px;height:;text-align:center;text-align-last:center;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; }
#hPaBhPsTSENLB8IvK0sS7IdBtkRrf8xT { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:56px;width:149px;top:148px;left:0px;overflow:hidden;display:block; }
#Rs0AW5hn2MhfMFO1LkTiiQPgbSSPzeBc { color:#959595;display:block;width:313.999px;position:absolute;font-family:"open sans";font-size:10px;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:479.9076385498px;left:640.88064575195px;height:15px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#TNHHfc46tQiUNNDqywfzNn4sTWVZqq1Q { 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; }#TNHHfc46tQiUNNDqywfzNn4sTWVZqq1Q > .row .container { background-color: transparent; background-image: none; }#TNHHfc46tQiUNNDqywfzNn4sTWVZqq1Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TNHHfc46tQiUNNDqywfzNn4sTWVZqq1Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TNHHfc46tQiUNNDqywfzNn4sTWVZqq1Q > .row .container > .video-iframe-container { display: none; }#TNHHfc46tQiUNNDqywfzNn4sTWVZqq1Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TNHHfc46tQiUNNDqywfzNn4sTWVZqq1Q > .row > .video-iframe-container { display: none; }#TNHHfc46tQiUNNDqywfzNn4sTWVZqq1Q > .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); }#TNHHfc46tQiUNNDqywfzNn4sTWVZqq1Q > .row .container { border-width: 0; border-radius: 0; }#TNHHfc46tQiUNNDqywfzNn4sTWVZqq1Q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TNHHfc46tQiUNNDqywfzNn4sTWVZqq1Q > .row .container { font-size:14px;font-family:arial;height:921px;width:960px;position:relative;display:block; }#iHpELCUDgnVExHPeTEbhnbd3EAQeTaeQ { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:24px;border-top-right-radius:24px;border-bottom-left-radius:24px;border-bottom-right-radius:24px;box-shadow: 1px 1px 8px rgba(13,13,49,0.24) ;height:848px;width:444px;top:32.990058898926px;left:515.99429321289px;display:block; }
#E1RT85q6C5dHxDD0tZTPSgnKwemefdF4 { color:#000000;display:block;width:481px;position:absolute;font-family:"open sans";font-size:32px;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:90px;left:0px;height:41.598px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LyGe3mOpaxNMPy7iOGznsyONvXUu5ZpH { color:#000000;display:block;width:451.996px;position:absolute;font-family:"open sans";font-size:32px;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:163px;left:0px;height:41.598px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AEtbw2szTqnxBtJqlq7aUTPhc3gS1a7f { color:#000000;display:block;width:455px;position:absolute;font-family:"open sans";font-size:14px;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:212px;left:0px;height:18.196px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mgWgdvU4WMC3wRJuT9Rklx0TgvxZfxbE { color:#000000;display:block;width:451.996px;position:absolute;font-family:"open sans";font-size:32px;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:254px;left:0px;height:41.598px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HpS13T7a2breomIcZP4MEP9ecEQeTUiH { color:#000000;display:block;width:455px;position:absolute;font-family:"open sans";font-size:14px;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:303px;left:0px;height:36.375px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KNEaSEKzTgspDA9r5P2om5GytJiczAmX { color:#000000;display:block;width:451.996px;position:absolute;font-family:"open sans";font-size:32px;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:368px;left:0px;height:41.598px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gi6fwtLBzh9sVfRIyWkwIybA7svKQelL { color:#000000;display:block;width:455px;position:absolute;font-family:"open sans";font-size:14px;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:417px;left:0px;height:18.196px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mxTlnoS84c1xGiolGeRzryMdkyKBI8dT { color:#000000;display:block;width:445.987px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:490px;left:0px;height:54.5625px;text-align:left;text-align-last:left;display:block; }
#qiaZ6PwLx55P6zSN4umoTO7ducqxOzpT { position:absolute;display:block;z-index:15036;height:347.997px;width:440.994px;top:32.982954978943px;left:517.99856567383px;display:block; }
#Ro5MKv64JiG0s9wh0c29Oo0TcaoqSRLr { color:#000000;display:block;width:423px;position:absolute;font-family:"open sans";font-size:14px;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:672px;left:19px;height:127.312px;font-style:normal;display:block; }
#HOk56Ba9dydTQFeQUH8Qh31Pk0tXgNTd { color:#4285f4;display:block;width:440.994px;position:absolute;font-family:"open sans";font-size:24px;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:628px;left:19px;height:31.1932px;font-style:normal;display:block; }
#vXePhTdMWcSRmJIWxEw49HdArS12sRVQ { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:24px;border-top-right-radius:24px;border-bottom-left-radius:24px;border-bottom-right-radius:24px;box-shadow: 1px 1px 8px rgba(13,13,49,0.24) ;height:231px;width:463px;top:601px;left:0px;display:block; }
#NIIXQgZ6lscLtrmRteqcHuokXT8MGeEH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#99b3ff;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; }#NIIXQgZ6lscLtrmRteqcHuokXT8MGeEH > .row .container { background-color: transparent; background-image: none; }#NIIXQgZ6lscLtrmRteqcHuokXT8MGeEH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NIIXQgZ6lscLtrmRteqcHuokXT8MGeEH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NIIXQgZ6lscLtrmRteqcHuokXT8MGeEH > .row .container > .video-iframe-container { display: none; }#NIIXQgZ6lscLtrmRteqcHuokXT8MGeEH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NIIXQgZ6lscLtrmRteqcHuokXT8MGeEH > .row > .video-iframe-container { display: none; }#NIIXQgZ6lscLtrmRteqcHuokXT8MGeEH > .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); }#NIIXQgZ6lscLtrmRteqcHuokXT8MGeEH > .row .container { border-width: 0; border-radius: 0; }#NIIXQgZ6lscLtrmRteqcHuokXT8MGeEH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NIIXQgZ6lscLtrmRteqcHuokXT8MGeEH > .row .container { font-size:14px;font-family:arial;height:255px;width:960px;position:relative;display:block; }#FLLkX2GTfTxb1TnUAqf9h8qvhBJEStWf { color:#000000;display:block;width:960px;position:absolute;font-family:"open sans";font-size:32px;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:65.894775390625px;left:0px;height:41.598px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ELt9cviPXQkR77rQ3f5ZukpzcLv9Unw0 { color:#000000;display:block;width:548px;position:absolute;font-family:"open sans";font-size:16px;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:128.94882202148px;left:177.98864746094px;height:62.3906px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vHJR6zPaq1polJnvQC2uPWHk4nrpnVTh { background-color:#ffffff;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; }#vHJR6zPaq1polJnvQC2uPWHk4nrpnVTh > .row .container { background-color: transparent; background-image: none; }#vHJR6zPaq1polJnvQC2uPWHk4nrpnVTh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vHJR6zPaq1polJnvQC2uPWHk4nrpnVTh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vHJR6zPaq1polJnvQC2uPWHk4nrpnVTh > .row .container > .video-iframe-container { display: none; }#vHJR6zPaq1polJnvQC2uPWHk4nrpnVTh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vHJR6zPaq1polJnvQC2uPWHk4nrpnVTh > .row > .video-iframe-container { display: none; }#vHJR6zPaq1polJnvQC2uPWHk4nrpnVTh > .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); }#vHJR6zPaq1polJnvQC2uPWHk4nrpnVTh > .row .container { border-width: 0; border-radius: 0; }#vHJR6zPaq1polJnvQC2uPWHk4nrpnVTh > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#vHJR6zPaq1polJnvQC2uPWHk4nrpnVTh > .row .container { font-size:14px;font-family:arial;height:71px;width:960px;overflow:visible;position:relative;display:block; }#Befc1HSR9bA4w9fxbhko1Rh2KuwPUloS { 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:23px;width:92px;top:24px;left:0px;overflow:hidden;display:block; }
#OZCFFiCk9HnX9AA6dIEFgooUeg0OL9xE { color:#5f5f5f;display:block;width:312px;position:absolute;font-family:"open sans";font-size:10px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:43.5px;left:648px;height:13px;text-align:right;text-align-last:right;display:none; }
#BvGcbUyyaOx5rLyokdOucFzcATLfWMQx { color:#959595;display:block;width:231px;position:absolute;font-family:"open sans";font-size:10px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:23px;left:701px;height:13px;text-align:right;text-align-last:right;display:block; }
#vRgQTTS9ZeXzd0DrayAGLiScV8szn97R { color:#959595;display:block;width:336px;position:absolute;font-family:"open sans";font-size:10px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:35px;left:624px;height:13px;text-align:right;text-align-last:right;display:block; }
#oAg5xFBVGX1pdDCcQTaxTUJFQIyrZGw4 { color:#959595;display:block;width:51px;position:absolute;font-family:"open sans";font-size:10px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:23px;left:909px;height:13px;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #V3uwGHiTCcQLJkfX5fvJf3InAQ7WNUhk { display:block; }#V3uwGHiTCcQLJkfX5fvJf3InAQ7WNUhk > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vc6pomg69nz3cqlGLZC02apZ1BwycivD { width:573px;height:98px;top:96px;left:0px;font-size:37px;display:block; }
 }@media only screen and (max-width: 763px) { #st9cJrF4JhpEw7BDPvMk8t2PuA6twZI4 { top:11px;left:629px;width:135px;height:27px;display:block; }
 }@media only screen and (max-width: 763px) { #Wz2JARDG93nUA8QPFJJTZEPEzOwNnCLq { width:174px;height:46px;top:19px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #LfVtD3eD5pFV62VEAGqq6f9OWFNBtK1e { width:462px;height:85px;top:219px;left:0px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #NT6T6W7cceeiIK5JqENgOndL6HUArKXh { top:96px;left:0px;width:207px;height:52px;display:block; }
 }@media only screen and (max-width: 763px) { #XlhplDIJROiVD1Q6l0h1PCDcNmVNfeRT { top:141px;left:0px;width:421px;height:53px;display:none; }
 }@media only screen and (max-width: 763px) { #P6S3lZua6ofxRPkK0hHgim4tczilEDFp { top:141px;left:0px;width:421px;height:53px;display:none; }
 }@media only screen and (max-width: 763px) { #xpf8Lh9MI2QUnERo0E8BZAUOud7vEaA9 { width:291px;height:62px;top:78px;left:0px;font-size:24px;display:none; }
 }@media only screen and (max-width: 763px) { #ASuIX8ONuHIFkfOiCWf4x4UdoVrnPqRQ { top:87px;left:282px;width:482px;height:245px;display:block; }
 }@media only screen and (max-width: 763px) { #TvCRC9R7xpLoSAbdXLF3UqRlPSJ707lb { top:145px;left:0px;width:302px;height:58px;display:block; }
 }@media only screen and (max-width: 763px) { #PewnTIUO9m77dDVopP0WBg9kzwRPzQpQ { display:block; }#PewnTIUO9m77dDVopP0WBg9kzwRPzQpQ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RhihBcPg5FH8TpJZZbb1rTi1B0f9Qv4T { top:41px;left:0px;width:764px;height:41px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #hXVKfiQIT1bfZcGFWQFJMp7g95CuvpXk { top:111px;left:0px;width:480px;height:83px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #MywiyyIao9Ll6N6xCLTg7dx7nER3nw9R { display:block; }#MywiyyIao9Ll6N6xCLTg7dx7nER3nw9R > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WlCGQxlz8f5vy4Qq8HUxKsZQPmMz6sxf { top:148px;left:219px;width:545px;height:316px;display:block; }
 }@media only screen and (max-width: 763px) { #uqDTxgx1Ga0c6OA7I7Fngv26J7DobdwL { top:448px;left:0px;width:357px;height:45px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #fZilpFrrrug5hCilXREMpDPwEZH92Hqu { top:223px;left:0px;width:357px;height:62px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #k3XC2OVMJJITw5CVCTVTlwCFJG2VmTfw { top:39px;left:101px;width:565px;height:;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #hPaBhPsTSENLB8IvK0sS7IdBtkRrf8xT { top:148px;left:0px;width:148px;height:55.618872609883px;display:block; }
 }@media only screen and (max-width: 763px) { #Rs0AW5hn2MhfMFO1LkTiiQPgbSSPzeBc { top:479px;left:451px;width:313px;height:15px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #TNHHfc46tQiUNNDqywfzNn4sTWVZqq1Q { display:block; }#TNHHfc46tQiUNNDqywfzNn4sTWVZqq1Q > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iHpELCUDgnVExHPeTEbhnbd3EAQeTaeQ { top:32px;left:320px;width:444px;height:848px;display:block; }
 }@media only screen and (max-width: 763px) { #E1RT85q6C5dHxDD0tZTPSgnKwemefdF4 { top:90px;left:0px;width:480px;height:41px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #LyGe3mOpaxNMPy7iOGznsyONvXUu5ZpH { width:451px;height:41px;top:163px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #AEtbw2szTqnxBtJqlq7aUTPhc3gS1a7f { width:455px;height:18px;top:212px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #mgWgdvU4WMC3wRJuT9Rklx0TgvxZfxbE { width:451px;height:41px;top:254px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #HpS13T7a2breomIcZP4MEP9ecEQeTUiH { width:455px;height:36px;top:303px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #KNEaSEKzTgspDA9r5P2om5GytJiczAmX { width:451px;height:41px;top:368px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #gi6fwtLBzh9sVfRIyWkwIybA7svKQelL { width:455px;height:18px;top:417px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #mxTlnoS84c1xGiolGeRzryMdkyKBI8dT { top:490px;left:0px;width:445px;height:54px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #qiaZ6PwLx55P6zSN4umoTO7ducqxOzpT { top:32px;left:324px;width:440px;height:347px;display:block; }
 }@media only screen and (max-width: 763px) { #Ro5MKv64JiG0s9wh0c29Oo0TcaoqSRLr { top:672px;left:0px;width:422px;height:127px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #HOk56Ba9dydTQFeQUH8Qh31Pk0tXgNTd { top:628px;left:0px;width:440px;height:31px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #vXePhTdMWcSRmJIWxEw49HdArS12sRVQ { top:601px;left:0px;width:462px;height:230px;display:block; }
 }@media only screen and (max-width: 763px) { #NIIXQgZ6lscLtrmRteqcHuokXT8MGeEH { display:block; }#NIIXQgZ6lscLtrmRteqcHuokXT8MGeEH > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FLLkX2GTfTxb1TnUAqf9h8qvhBJEStWf { width:764px;height:41px;top:65px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #ELt9cviPXQkR77rQ3f5ZukpzcLv9Unw0 { width:547px;height:62px;top:128px;left:79.982940673828px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #vHJR6zPaq1polJnvQC2uPWHk4nrpnVTh { display:block; }#vHJR6zPaq1polJnvQC2uPWHk4nrpnVTh > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Befc1HSR9bA4w9fxbhko1Rh2KuwPUloS { width:92px;height:23px;top:24px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #OZCFFiCk9HnX9AA6dIEFgooUeg0OL9xE { top:63px;left:0px;width:170px;height:39px;font-size:10px;display:none; }
 }@media only screen and (max-width: 763px) { #BvGcbUyyaOx5rLyokdOucFzcATLfWMQx { top:23px;left:533px;width:231px;height:13px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #vRgQTTS9ZeXzd0DrayAGLiScV8szn97R { top:35px;left:428px;width:336px;height:13px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #oAg5xFBVGX1pdDCcQTaxTUJFQIyrZGw4 { top:23px;left:713px;width:51px;height:13px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #V3uwGHiTCcQLJkfX5fvJf3InAQ7WNUhk { display:block; }#V3uwGHiTCcQLJkfX5fvJf3InAQ7WNUhk > .row .container { width:320px;height:515px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vc6pomg69nz3cqlGLZC02apZ1BwycivD { width:274px;height:96.1875px;top:279px;left:23px;text-align:center;text-align-last:center;font-size:37px;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #st9cJrF4JhpEw7BDPvMk8t2PuA6twZI4 { width:100px;height:20px;top:18.179010382812px;left:246.97896986649px;display:block; }
 }@media only screen and (max-width: 763px) { #Wz2JARDG93nUA8QPFJJTZEPEzOwNnCLq { width:125px;height:34px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #LfVtD3eD5pFV62VEAGqq6f9OWFNBtK1e { width:286.996px;height:93.5795px;top:161px;left:16px;text-align:center;text-align-last:center;font-size:18px;color:#363a41;display:block; }
 }@media only screen and (max-width: 763px) { #NT6T6W7cceeiIK5JqENgOndL6HUArKXh { width:291px;height:96px;top:279px;left:15px;display:none; }
 }@media only screen and (max-width: 763px) { #XlhplDIJROiVD1Q6l0h1PCDcNmVNfeRT { width:169px;height:44px;top:101.03692626953px;left:75.488636016846px;z-index:14999;background-color:#99b3ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #P6S3lZua6ofxRPkK0hHgim4tczilEDFp { width:132px;height:42px;top:72.975852966309px;left:94.487213134766px;z-index:15000;background-color:#99b3ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #xpf8Lh9MI2QUnERo0E8BZAUOud7vEaA9 { width:291.996px;height:62.3864px;top:78.211647033691px;left:13.998579025269px;text-align:center;text-align-last:center;font-size:24px;color:#005dff;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #ASuIX8ONuHIFkfOiCWf4x4UdoVrnPqRQ { width:320px;height:162px;top:291px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #TvCRC9R7xpLoSAbdXLF3UqRlPSJ707lb { width:302px;height:58px;top:145px;left:9px;display:none; }
 }@media only screen and (max-width: 763px) { #PewnTIUO9m77dDVopP0WBg9kzwRPzQpQ { display:block; }#PewnTIUO9m77dDVopP0WBg9kzwRPzQpQ > .row .container { width:320px;height:385px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RhihBcPg5FH8TpJZZbb1rTi1B0f9Qv4T { width:320px;height:124.794px;top:41px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #hXVKfiQIT1bfZcGFWQFJMp7g95CuvpXk { width:320px;height:145.568px;top:185.78692626953px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #MywiyyIao9Ll6N6xCLTg7dx7nER3nw9R { display:block; }#MywiyyIao9Ll6N6xCLTg7dx7nER3nw9R > .row .container { width:320px;height:640px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WlCGQxlz8f5vy4Qq8HUxKsZQPmMz6sxf { width:320px;height:185.54128440367px;top:370.3622px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #uqDTxgx1Ga0c6OA7I7Fngv26J7DobdwL { width:320px;height:60px;top:290.3622px;left:0px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #fZilpFrrrug5hCilXREMpDPwEZH92Hqu { width:320px;height:57.5852px;top:212.7841px;left:0px;font-size:24px;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #k3XC2OVMJJITw5CVCTVTlwCFJG2VmTfw { width:320px;height:86.3778px;top:30px;left:0px;font-size:24px;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #hPaBhPsTSENLB8IvK0sS7IdBtkRrf8xT { width:148px;height:55.618872609883px;top:148.0682144165px;left:85.994316101074px;display:block; }
 }@media only screen and (max-width: 763px) { #Rs0AW5hn2MhfMFO1LkTiiQPgbSSPzeBc { width:312.997px;height:15px;top:575.9022px;left:3px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #TNHHfc46tQiUNNDqywfzNn4sTWVZqq1Q { display:block; }#TNHHfc46tQiUNNDqywfzNn4sTWVZqq1Q > .row .container { width:320px;height:1890px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iHpELCUDgnVExHPeTEbhnbd3EAQeTaeQ { width:320px;height:848px;top:1008px;left:0px;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #E1RT85q6C5dHxDD0tZTPSgnKwemefdF4 { width:320px;height:83.196px;top:38px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #LyGe3mOpaxNMPy7iOGznsyONvXUu5ZpH { width:320px;height:41.598px;top:141px;left:0px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #AEtbw2szTqnxBtJqlq7aUTPhc3gS1a7f { width:320px;height:41.5909px;top:203px;left:0px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #mgWgdvU4WMC3wRJuT9Rklx0TgvxZfxbE { width:320px;height:41.598px;top:264px;left:0px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #HpS13T7a2breomIcZP4MEP9ecEQeTUiH { width:320px;height:41.5909px;top:326px;left:0px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #KNEaSEKzTgspDA9r5P2om5GytJiczAmX { width:320px;height:41.598px;top:387px;left:0px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #gi6fwtLBzh9sVfRIyWkwIybA7svKQelL { width:320px;height:41.5909px;top:449px;left:0px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #mxTlnoS84c1xGiolGeRzryMdkyKBI8dT { width:320px;height:103.977px;top:529.9928894043px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qiaZ6PwLx55P6zSN4umoTO7ducqxOzpT { width:320px;height:347px;top:1008px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Ro5MKv64JiG0s9wh0c29Oo0TcaoqSRLr { width:289px;height:181.96px;top:757px;left:18px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #HOk56Ba9dydTQFeQUH8Qh31Pk0tXgNTd { width:301px;height:23.3949px;top:713px;left:17px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #vXePhTdMWcSRmJIWxEw49HdArS12sRVQ { width:320px;height:276px;top:686px;left:0px;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #NIIXQgZ6lscLtrmRteqcHuokXT8MGeEH { display:block; }#NIIXQgZ6lscLtrmRteqcHuokXT8MGeEH > .row .container { width:320px;height:255px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FLLkX2GTfTxb1TnUAqf9h8qvhBJEStWf { width:320px;height:124.794px;top:30px;left:0px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #ELt9cviPXQkR77rQ3f5ZukpzcLv9Unw0 { width:317.997px;height:46.8111px;top:173.99853515625px;left:0.98721504211426px;text-align:center;text-align-last:center;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #vHJR6zPaq1polJnvQC2uPWHk4nrpnVTh { display:block; }#vHJR6zPaq1polJnvQC2uPWHk4nrpnVTh > .row .container { width:320px;height:140px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Befc1HSR9bA4w9fxbhko1Rh2KuwPUloS { width:92px;height:23px;top:20px;left:114px;display:block; }
 }@media only screen and (max-width: 763px) { #OZCFFiCk9HnX9AA6dIEFgooUeg0OL9xE { width:319px;height:26px;top:94px;left:0px;font-size:10px;z-index:15002;text-align:center;text-align-last:center;color:#959595;display:block; }
 }@media only screen and (max-width: 763px) { #BvGcbUyyaOx5rLyokdOucFzcATLfWMQx { width:231px;height:13px;top:70px;left:31px;font-size:10px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vRgQTTS9ZeXzd0DrayAGLiScV8szn97R { width:320px;height:26px;top:87px;left:0px;font-size:10px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #oAg5xFBVGX1pdDCcQTaxTUJFQIyrZGw4 { width:28px;height:13px;top:70px;left:261px;font-size:10px;text-align:center;text-align-last:center;display:block; }
 }