.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 0 0 30px;
  counter-reset: ordered;
}
ol li {
  position: relative;
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  position: absolute;
  left: 0;
  margin: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0 0 0 30px;
}
ul li {
  position: relative;
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  position: absolute;
  left: 0;
  margin: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
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-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.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;
}
.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);
}
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-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
@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:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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); }#imk70DZKGMb399trSeGQ79IWrp7T9Clk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:url("https://images.assets-landingi.com/AAZZ0dY8/BG1.jpg");background-position:center;background-repeat:repeat;background-attachment:scroll;position:relative;display:block; }#imk70DZKGMb399trSeGQ79IWrp7T9Clk > .row .container { background-color: transparent; background-image: none; }#imk70DZKGMb399trSeGQ79IWrp7T9Clk::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#imk70DZKGMb399trSeGQ79IWrp7T9Clk > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#imk70DZKGMb399trSeGQ79IWrp7T9Clk > .row .container > .video-iframe-container { display: none; }#imk70DZKGMb399trSeGQ79IWrp7T9Clk > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#imk70DZKGMb399trSeGQ79IWrp7T9Clk > .row > .video-iframe-container { display: none; }#imk70DZKGMb399trSeGQ79IWrp7T9Clk > .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); }#imk70DZKGMb399trSeGQ79IWrp7T9Clk > .row .container { border-width: 0; border-radius: 0; }#imk70DZKGMb399trSeGQ79IWrp7T9Clk > .row .container { font-size:14px;font-family:arial;height:802px;width:960px;position:relative;display:block; }#vzzvFGPL869J8G3hq6Vo20TWoMhGQW02 { color:#ffffff;display:block;width:900px;position:absolute;font-family:lato;font-size:52px;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 0 rgba(0,0,0,0.1);top:27px;left:0;height:;text-align:center;text-align-last:center;font-style:normal;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; }
#wWzNFeQyBQEmRF5rzNn77Ph7c8vQXPQh { color:#000000;display:block;width:218px;position:absolute;font-family:lato;font-size:19px;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:600px;left:31px;height:24px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KpWQMXSW0EdkmA8PEgN5WaVvuCNBiyx9 { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:73px;width:405px;top:313.59375px;left:139.390625px;overflow:hidden;display:block; }
#anFKxRhqzVkv4ZSJb0QTLlZxJQoqcWW5 { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:550px;width:357px;top:250px;left:555px;overflow:hidden;display:block; }
#cUyFxn9JO6inDyT1Mva22xAUE2qgiqw8 { background-color:#ffffff;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:29px;border-top-right-radius:29px;border-bottom-left-radius:29px;border-bottom-right-radius:29px;box-shadow: 8px 8px 15px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:305px;height:320px;text-decoration:none;z-index:100014;text-align:center;text-align-last:center;top:389.59375px;left:0;display:block; }
#dV5T5HpUtEJwIFnXMTM74Ob9ltt5oVUx { display:block;position:absolute;top:50%;left:0;width:100%;z-index:100000;display:block; }
#RRk1nWmJu9yyn8fTSDMKGESBpiv7Ppfm { color:#000000;display:block;width:292px;position:absolute;font-family:"open sans";font-size:24px;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:600px;left:6.5px;height:31px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HTNTiPoxuhNfMv8vvvW7VCnoKlTntslr { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:131px;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:431px;left:20px;height:170px;display:block; }
#xTga8UsAUU2zTFzXLfRVbhSwDelVOFMf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#xTga8UsAUU2zTFzXLfRVbhSwDelVOFMf > .row .container { background-color: transparent; background-image: none; }#xTga8UsAUU2zTFzXLfRVbhSwDelVOFMf::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xTga8UsAUU2zTFzXLfRVbhSwDelVOFMf > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xTga8UsAUU2zTFzXLfRVbhSwDelVOFMf > .row .container > .video-iframe-container { display: none; }#xTga8UsAUU2zTFzXLfRVbhSwDelVOFMf > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xTga8UsAUU2zTFzXLfRVbhSwDelVOFMf > .row > .video-iframe-container { display: none; }#xTga8UsAUU2zTFzXLfRVbhSwDelVOFMf > .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); }#xTga8UsAUU2zTFzXLfRVbhSwDelVOFMf > .row .container { border-width: 0; border-radius: 0; }#xTga8UsAUU2zTFzXLfRVbhSwDelVOFMf > .row .container { font-size:14px;font-family:arial;height:896px;width:960px;position:relative;display:block; }#KsipwHsayKCNxDTUaTxUGzo8rsP9MVna { color:#000000;display:block;width:960px;position:absolute;font-family:"open sans";font-size:24px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:29.5px;left:0;height:837px;text-align:justify;text-align-last:initial;display:block; }
#O3F5l2uTEy1A5HIGKvrwZT2K0EaJ1tsu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#O3F5l2uTEy1A5HIGKvrwZT2K0EaJ1tsu > .row .container { background-color: transparent; background-image: none; }#O3F5l2uTEy1A5HIGKvrwZT2K0EaJ1tsu::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#O3F5l2uTEy1A5HIGKvrwZT2K0EaJ1tsu > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#O3F5l2uTEy1A5HIGKvrwZT2K0EaJ1tsu > .row .container > .video-iframe-container { display: none; }#O3F5l2uTEy1A5HIGKvrwZT2K0EaJ1tsu > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#O3F5l2uTEy1A5HIGKvrwZT2K0EaJ1tsu > .row > .video-iframe-container { display: none; }#O3F5l2uTEy1A5HIGKvrwZT2K0EaJ1tsu > .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); }#O3F5l2uTEy1A5HIGKvrwZT2K0EaJ1tsu > .row .container { border-width: 0; border-radius: 0; }#O3F5l2uTEy1A5HIGKvrwZT2K0EaJ1tsu > .row .container { font-size:14px;font-family:arial;height:1043px;width:960px;position:relative;display:block; }#OBJACfNqI13QOaGPTP2553TedLKrURbf { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:964px;width:637px;top:14px;left:161.5px;overflow:hidden;display:block; }
#E4nURXS88zDbdKC05I7gKqlc5FV0wT6v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#E4nURXS88zDbdKC05I7gKqlc5FV0wT6v > .row .container { background-color: transparent; background-image: none; }#E4nURXS88zDbdKC05I7gKqlc5FV0wT6v::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#E4nURXS88zDbdKC05I7gKqlc5FV0wT6v > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#E4nURXS88zDbdKC05I7gKqlc5FV0wT6v > .row .container > .video-iframe-container { display: none; }#E4nURXS88zDbdKC05I7gKqlc5FV0wT6v > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#E4nURXS88zDbdKC05I7gKqlc5FV0wT6v > .row > .video-iframe-container { display: none; }#E4nURXS88zDbdKC05I7gKqlc5FV0wT6v > .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); }#E4nURXS88zDbdKC05I7gKqlc5FV0wT6v > .row .container { border-width: 0; border-radius: 0; }#E4nURXS88zDbdKC05I7gKqlc5FV0wT6v > .row .container { font-size:14px;font-family:arial;height:776px;width:960px;position:relative;display:block; }#K7d3o6kSbskZnkhmlRZJGFhuq5Fq8JPZ { color:#000000;display:block;width:960px;position:absolute;font-family:"open sans";font-size:26px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:21px;left:0;height:33px;text-align:justify;text-align-last:initial;display:block; }
#gBSzOVT9DgNw3LsvI34yTSAMr5Sh2IWo { color:#000000;display:block;width:960px;position:absolute;font-family:"open sans";font-size:24px;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:72px;left:0;height:682px;text-align:justify;text-align-last:initial;display:block; }
#zQhOnk2orAxP5AJ1lwHvuwKfPu0Umb1T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#zQhOnk2orAxP5AJ1lwHvuwKfPu0Umb1T > .row .container { background-color: transparent; background-image: none; }#zQhOnk2orAxP5AJ1lwHvuwKfPu0Umb1T::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zQhOnk2orAxP5AJ1lwHvuwKfPu0Umb1T > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zQhOnk2orAxP5AJ1lwHvuwKfPu0Umb1T > .row .container > .video-iframe-container { display: none; }#zQhOnk2orAxP5AJ1lwHvuwKfPu0Umb1T > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zQhOnk2orAxP5AJ1lwHvuwKfPu0Umb1T > .row > .video-iframe-container { display: none; }#zQhOnk2orAxP5AJ1lwHvuwKfPu0Umb1T > .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); }#zQhOnk2orAxP5AJ1lwHvuwKfPu0Umb1T > .row .container { border-width: 0; border-radius: 0; }#zQhOnk2orAxP5AJ1lwHvuwKfPu0Umb1T > .row .container { font-size:14px;font-family:arial;height:583px;width:960px;position:relative;display:block; }#uFQMFPASTMSCmr5oMD8RPwaQiAFyJuiH { color:#000000;display:block;width:960px;position:absolute;font-family:"open sans";font-size:26px;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:17px;left:0;height:33px;text-align:justify;text-align-last:initial;display:block; }
#k8zEOzeAKRucCexaLGwUh8XxoveM7wh9 { color:#000000;display:block;width:960px;position:absolute;font-family:"open sans";font-size:24px;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:62px;left:0;height:427px;text-align:justify;text-align-last:initial;display:block; }#k8zEOzeAKRucCexaLGwUh8XxoveM7wh9 li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#k8zEOzeAKRucCexaLGwUh8XxoveM7wh9 li:before{ margin-top:0;margin-right:0;margin-bottom:0;margin-left:-5px; }
#cn3hqah0sJQDocuuJVTnwaeATwZl0H5W { color:#000000;display:block;width:960px;position:absolute;font-family:"open sans";font-size:24px;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:505px;left:0;height:62px;text-align:justify;text-align-last:initial;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; }
#lBdA2nKuNqkaD5m63SgvmITSV8bew32d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#lBdA2nKuNqkaD5m63SgvmITSV8bew32d > .row .container { background-color: transparent; background-image: none; }#lBdA2nKuNqkaD5m63SgvmITSV8bew32d::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lBdA2nKuNqkaD5m63SgvmITSV8bew32d > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lBdA2nKuNqkaD5m63SgvmITSV8bew32d > .row .container > .video-iframe-container { display: none; }#lBdA2nKuNqkaD5m63SgvmITSV8bew32d > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lBdA2nKuNqkaD5m63SgvmITSV8bew32d > .row > .video-iframe-container { display: none; }#lBdA2nKuNqkaD5m63SgvmITSV8bew32d > .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); }#lBdA2nKuNqkaD5m63SgvmITSV8bew32d > .row .container { border-width: 0; border-radius: 0; }#lBdA2nKuNqkaD5m63SgvmITSV8bew32d > .row .container { font-size:14px;font-family:arial;height:1472px;width:960px;position:relative;display:block; }#AXFKqWf2N4CVmT5wgOs1UPWNIDcCD2Ql { color:#000000;display:block;width:960px;position:absolute;font-family:"open sans";font-size:26px;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:16px;left:0;height:33px;text-align:justify;text-align-last:initial;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; }
#ZqDVAdzbtKSJnP7CeBzLTC0zTc5KzNP7 { color:#000000;display:block;width:960px;position:absolute;font-family:"open sans";font-size:24px;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:63px;left:0;height:372px;text-align:justify;text-align-last:initial;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; }
#JSopG8EBTkTQdTA4Rc2uW99Tsm1qcXyV { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:417px;width:295px;top:462.5px;left:252px;overflow:hidden;display:block; }
#kZuQIRpvOlAeGd14FTh3B0irXcUs1ERJ { color:#000000;display:block;width:960px;position:absolute;font-family:"open sans";font-size:24px;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:879.5px;left:0;height:31px;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; }
#iiWHTaNTGZ7xg6EP2bLaIt4PmJy79Ghf { color:#000000;display:block;width:960px;position:absolute;font-family:"open sans";font-size:26px;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:956.5px;left:0;height:33px;text-align:justify;text-align-last:initial;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; }
#vXGZA0OsUwWRKhD5h5v2sHi2HNppTsge { color:#000000;display:block;width:960px;position:absolute;font-family:"open sans";font-size:24px;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:1009px;left:0;height:434px;text-align:justify;text-align-last:initial;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; }
#dqpzXd2b53BJvk9WaEKnSTw1smw3ESxT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#dqpzXd2b53BJvk9WaEKnSTw1smw3ESxT > .row .container { background-color: transparent; background-image: none; }#dqpzXd2b53BJvk9WaEKnSTw1smw3ESxT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dqpzXd2b53BJvk9WaEKnSTw1smw3ESxT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dqpzXd2b53BJvk9WaEKnSTw1smw3ESxT > .row .container > .video-iframe-container { display: none; }#dqpzXd2b53BJvk9WaEKnSTw1smw3ESxT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dqpzXd2b53BJvk9WaEKnSTw1smw3ESxT > .row > .video-iframe-container { display: none; }#dqpzXd2b53BJvk9WaEKnSTw1smw3ESxT > .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); }#dqpzXd2b53BJvk9WaEKnSTw1smw3ESxT > .row .container { border-width: 0; border-radius: 0; }#dqpzXd2b53BJvk9WaEKnSTw1smw3ESxT > .row .container { font-size:14px;font-family:arial;height:620px;width:960px;position:relative;display:block; }#I8pxMCqluAo5wfR5uD6IJbnTlyHDbOvh { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:593px;width:960px;top:13.5px;left:0;overflow:hidden;display:block; }
#UsVn6awTb5tOoVChlnRWA9fugrlZrIyZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#UsVn6awTb5tOoVChlnRWA9fugrlZrIyZ > .row .container { background-color: transparent; background-image: none; }#UsVn6awTb5tOoVChlnRWA9fugrlZrIyZ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UsVn6awTb5tOoVChlnRWA9fugrlZrIyZ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UsVn6awTb5tOoVChlnRWA9fugrlZrIyZ > .row .container > .video-iframe-container { display: none; }#UsVn6awTb5tOoVChlnRWA9fugrlZrIyZ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UsVn6awTb5tOoVChlnRWA9fugrlZrIyZ > .row > .video-iframe-container { display: none; }#UsVn6awTb5tOoVChlnRWA9fugrlZrIyZ > .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); }#UsVn6awTb5tOoVChlnRWA9fugrlZrIyZ > .row .container { border-width: 0; border-radius: 0; }#UsVn6awTb5tOoVChlnRWA9fugrlZrIyZ > .row .container { font-size:14px;font-family:arial;height:409px;width:960px;position:relative;display:block; }#exhpXzSegAfkU1OE4sTK4k9boGDeXLbM { color:#000000;display:block;width:960px;position:absolute;font-family:"open sans";font-size:26px;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:18px;left:0;height:33px;text-align:justify;text-align-last:initial;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; }
#WpkTcl5VzHTxJxmKxmMOLoGf11CvdrCE { color:#000000;display:block;width:960px;position:absolute;font-family:"open sans";font-size:24px;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:69px;left:0;height:62px;text-align:justify;text-align-last:initial;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; }
#sd5swK3yLpeM6RbBiUhTH9gmmFliNtVa { color:#000000;display:block;width:960px;position:absolute;font-family:"open sans";font-size:24px;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:145px;left:0;height:31px;text-align:justify;text-align-last:initial;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; }
#TSPLRHc6gJ6LgNxeRTyLEU2NGw67ddsm { color:#000000;display:block;width:960px;position:absolute;font-family:"open sans";font-size:24px;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:190px;left:0;height:211px;text-align:justify;text-align-last:initial;display:block; }#TSPLRHc6gJ6LgNxeRTyLEU2NGw67ddsm li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#TSPLRHc6gJ6LgNxeRTyLEU2NGw67ddsm li:before{ margin-top:0;margin-right:0;margin-bottom:0;margin-left:-5px; }
#xCTwTKbwEC2m90nmQSclpkmlNRHOtJcK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#xCTwTKbwEC2m90nmQSclpkmlNRHOtJcK > .row .container { background-color: transparent; background-image: none; }#xCTwTKbwEC2m90nmQSclpkmlNRHOtJcK::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xCTwTKbwEC2m90nmQSclpkmlNRHOtJcK > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xCTwTKbwEC2m90nmQSclpkmlNRHOtJcK > .row .container > .video-iframe-container { display: none; }#xCTwTKbwEC2m90nmQSclpkmlNRHOtJcK > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xCTwTKbwEC2m90nmQSclpkmlNRHOtJcK > .row > .video-iframe-container { display: none; }#xCTwTKbwEC2m90nmQSclpkmlNRHOtJcK > .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); }#xCTwTKbwEC2m90nmQSclpkmlNRHOtJcK > .row .container { border-width: 0; border-radius: 0; }#xCTwTKbwEC2m90nmQSclpkmlNRHOtJcK > .row .container { font-size:14px;font-family:arial;height:1238px;width:960px;position:relative;display:block; }#PaFucevgTCusnMZHk8OnxE7cn0l1a2g5 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1197px;width:960px;top:18px;left:0;overflow:hidden;display:block; }
#HDwDT5OUZ3PxTWwkerEkhGm9TCplHkKU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#HDwDT5OUZ3PxTWwkerEkhGm9TCplHkKU > .row .container { background-color: transparent; background-image: none; }#HDwDT5OUZ3PxTWwkerEkhGm9TCplHkKU::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HDwDT5OUZ3PxTWwkerEkhGm9TCplHkKU > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HDwDT5OUZ3PxTWwkerEkhGm9TCplHkKU > .row .container > .video-iframe-container { display: none; }#HDwDT5OUZ3PxTWwkerEkhGm9TCplHkKU > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HDwDT5OUZ3PxTWwkerEkhGm9TCplHkKU > .row > .video-iframe-container { display: none; }#HDwDT5OUZ3PxTWwkerEkhGm9TCplHkKU > .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); }#HDwDT5OUZ3PxTWwkerEkhGm9TCplHkKU > .row .container { border-width: 0; border-radius: 0; }#HDwDT5OUZ3PxTWwkerEkhGm9TCplHkKU > .row .container { font-size:14px;font-family:arial;height:197px;width:960px;position:relative;display:block; }#qvPCmhHrIKmN2NLN9yTpbRu1aEp8qE9H { color:#000000;display:block;width:960px;position:absolute;font-family:"open sans";font-size:26px;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:0;left:0;height:33px;text-align:justify;text-align-last:initial;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; }
#mc9NwJGEBEOJZLhwFwwbATENKzuoLAWx { color:#000000;display:block;width:960px;position:absolute;font-family:"open sans";font-size:24px;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:54px;left:0;height:124px;text-align:justify;text-align-last:initial;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; }
#Va5UGBlETUwI3Pf1toKhAIG5bCx271Tu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Va5UGBlETUwI3Pf1toKhAIG5bCx271Tu > .row .container { background-color: transparent; background-image: none; }#Va5UGBlETUwI3Pf1toKhAIG5bCx271Tu::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Va5UGBlETUwI3Pf1toKhAIG5bCx271Tu > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Va5UGBlETUwI3Pf1toKhAIG5bCx271Tu > .row .container > .video-iframe-container { display: none; }#Va5UGBlETUwI3Pf1toKhAIG5bCx271Tu > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Va5UGBlETUwI3Pf1toKhAIG5bCx271Tu > .row > .video-iframe-container { display: none; }#Va5UGBlETUwI3Pf1toKhAIG5bCx271Tu > .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); }#Va5UGBlETUwI3Pf1toKhAIG5bCx271Tu > .row .container { border-width: 0; border-radius: 0; }#Va5UGBlETUwI3Pf1toKhAIG5bCx271Tu > .row .container { font-size:14px;font-family:arial;height:1181px;width:960px;position:relative;display:block; }#uDX1QOiDpqdZctb4JrZxHImV6XxaMGTq { color:#000000;display:block;width:960px;position:absolute;font-family:"open sans";font-size:26px;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:22px;left:0;height:33px;text-align:justify;text-align-last:initial;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; }
#x5nuB1AF07whuGTAMU7Vu9GcBWqPinuO { color:#000000;display:block;width:960px;position:absolute;font-family:"open sans";font-size:24px;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:75px;left:0;height:1085px;text-align:justify;text-align-last:initial;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; }
#ZvITBsT88UwK38SuvD3DBkwPD7knFxeF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ZvITBsT88UwK38SuvD3DBkwPD7knFxeF > .row .container { background-color: transparent; background-image: none; }#ZvITBsT88UwK38SuvD3DBkwPD7knFxeF::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZvITBsT88UwK38SuvD3DBkwPD7knFxeF > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZvITBsT88UwK38SuvD3DBkwPD7knFxeF > .row .container > .video-iframe-container { display: none; }#ZvITBsT88UwK38SuvD3DBkwPD7knFxeF > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZvITBsT88UwK38SuvD3DBkwPD7knFxeF > .row > .video-iframe-container { display: none; }#ZvITBsT88UwK38SuvD3DBkwPD7knFxeF > .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); }#ZvITBsT88UwK38SuvD3DBkwPD7knFxeF > .row .container { border-width: 0; border-radius: 0; }#ZvITBsT88UwK38SuvD3DBkwPD7knFxeF > .row .container { font-size:14px;font-family:arial;height:797px;width:960px;position:relative;display:block; }#kyO1CMSCetcdBfDhJkq4Jzd1tATzooFf { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:770px;width:390px;top:17px;left:302px;overflow:hidden;display:block; }
#g8u5Qf9Kt0QxT6z8wPuerSZPMDGKvFpe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#g8u5Qf9Kt0QxT6z8wPuerSZPMDGKvFpe > .row .container { background-color: transparent; background-image: none; }#g8u5Qf9Kt0QxT6z8wPuerSZPMDGKvFpe::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#g8u5Qf9Kt0QxT6z8wPuerSZPMDGKvFpe > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#g8u5Qf9Kt0QxT6z8wPuerSZPMDGKvFpe > .row .container > .video-iframe-container { display: none; }#g8u5Qf9Kt0QxT6z8wPuerSZPMDGKvFpe > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#g8u5Qf9Kt0QxT6z8wPuerSZPMDGKvFpe > .row > .video-iframe-container { display: none; }#g8u5Qf9Kt0QxT6z8wPuerSZPMDGKvFpe > .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); }#g8u5Qf9Kt0QxT6z8wPuerSZPMDGKvFpe > .row .container { border-width: 0; border-radius: 0; }#g8u5Qf9Kt0QxT6z8wPuerSZPMDGKvFpe > .row .container { font-size:14px;font-family:arial;height:710px;width:960px;position:relative;display:block; }#WKkwgO0Tk1kmZ8T31mqxavEPFkzV3Tv7 { color:#000000;display:block;width:960px;position:absolute;font-family:"open sans";font-size:26px;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:0;left:0;height:33px;text-align:justify;text-align-last:initial;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; }
#DObx52mCePTxcHyHVBoD2EhhJKVr1EF2 { color:#000000;display:block;width:960px;position:absolute;font-family:"open sans";font-size:24px;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:43px;left:0;height:248px;text-align:justify;text-align-last:initial;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; }
#TESXXkx3lBrG2isOgIQq5uLTv8gxREIB { color:#000000;display:block;width:960px;position:absolute;font-family:"open sans";font-size:26px;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:309px;left:0;height:33px;text-align:justify;text-align-last:initial;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; }
#EVSKGZr52iXzLZLfQo459GR4R19C8UTO { color:#000000;display:block;width:960px;position:absolute;font-family:"open sans";font-size:24px;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:354px;left:0;height:341px;text-align:justify;text-align-last:initial;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; }
#RvEFDsgVevhpBSs7Vc9cJT7DTh4N0ABM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#RvEFDsgVevhpBSs7Vc9cJT7DTh4N0ABM > .row .container { background-color: transparent; background-image: none; }#RvEFDsgVevhpBSs7Vc9cJT7DTh4N0ABM::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RvEFDsgVevhpBSs7Vc9cJT7DTh4N0ABM > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RvEFDsgVevhpBSs7Vc9cJT7DTh4N0ABM > .row .container > .video-iframe-container { display: none; }#RvEFDsgVevhpBSs7Vc9cJT7DTh4N0ABM > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RvEFDsgVevhpBSs7Vc9cJT7DTh4N0ABM > .row > .video-iframe-container { display: none; }#RvEFDsgVevhpBSs7Vc9cJT7DTh4N0ABM > .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); }#RvEFDsgVevhpBSs7Vc9cJT7DTh4N0ABM > .row .container { border-width: 0; border-radius: 0; }#RvEFDsgVevhpBSs7Vc9cJT7DTh4N0ABM > .row .container { font-size:14px;font-family:arial;height:677px;width:960px;position:relative;display:block; }#zUDaTNwfeFWZJ0pF661KraZw2gSczmeb { color:#000000;display:block;width:960px;position:absolute;font-family:"open sans";font-size:26px;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:17px;left:0;height:33px;text-align:justify;text-align-last:initial;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; }
#xAVoMixnrBtQTNOwdmKOp1A4lTkpRvob { color:#000000;display:block;width:960px;position:absolute;font-family:"open sans";font-size:24px;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:65px;left:0;height:589px;text-align:justify;text-align-last:initial;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; }
#iLClgAKyhxn0vDoUXIlcGd475ngUJQJV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#iLClgAKyhxn0vDoUXIlcGd475ngUJQJV > .row .container { background-color: transparent; background-image: none; }#iLClgAKyhxn0vDoUXIlcGd475ngUJQJV::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iLClgAKyhxn0vDoUXIlcGd475ngUJQJV > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iLClgAKyhxn0vDoUXIlcGd475ngUJQJV > .row .container > .video-iframe-container { display: none; }#iLClgAKyhxn0vDoUXIlcGd475ngUJQJV > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iLClgAKyhxn0vDoUXIlcGd475ngUJQJV > .row > .video-iframe-container { display: none; }#iLClgAKyhxn0vDoUXIlcGd475ngUJQJV > .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); }#iLClgAKyhxn0vDoUXIlcGd475ngUJQJV > .row .container { border-width: 0; border-radius: 0; }#iLClgAKyhxn0vDoUXIlcGd475ngUJQJV > .row .container { font-size:14px;font-family:arial;height:755px;width:960px;position:relative;display:block; }#k0c6FeygT7XbvHAZLug2ASic330U7mkH { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:720px;width:960px;top:19px;left:0;overflow:hidden;display:block; }
#tfX741XkteKxqJkkcriNmEJkIUQBoryH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#tfX741XkteKxqJkkcriNmEJkIUQBoryH > .row .container { background-color: transparent; background-image: none; }#tfX741XkteKxqJkkcriNmEJkIUQBoryH::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tfX741XkteKxqJkkcriNmEJkIUQBoryH > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tfX741XkteKxqJkkcriNmEJkIUQBoryH > .row .container > .video-iframe-container { display: none; }#tfX741XkteKxqJkkcriNmEJkIUQBoryH > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tfX741XkteKxqJkkcriNmEJkIUQBoryH > .row > .video-iframe-container { display: none; }#tfX741XkteKxqJkkcriNmEJkIUQBoryH > .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); }#tfX741XkteKxqJkkcriNmEJkIUQBoryH > .row .container { border-width: 0; border-radius: 0; }#tfX741XkteKxqJkkcriNmEJkIUQBoryH > .row .container { font-size:14px;font-family:arial;height:646px;width:960px;position:relative;display:block; }#s5IJnpQEHLTdes0qZZ9ZB45czi3TgbUd { color:#000000;display:block;width:960px;position:absolute;font-family:"open sans";font-size:26px;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:22px;left:0;height:33px;text-align:justify;text-align-last:initial;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; }
#TGHg0cJ2gWZqannioaudyZgudJ5VgLEZ { color:#000000;display:block;width:960px;position:absolute;font-family:"open sans";font-size:24px;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:71px;left:0;height:558px;text-align:justify;text-align-last:initial;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; }
#KcgrLCinBiaqx377m4m3BzpaAe338zMG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#KcgrLCinBiaqx377m4m3BzpaAe338zMG > .row .container { background-color: transparent; background-image: none; }#KcgrLCinBiaqx377m4m3BzpaAe338zMG::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KcgrLCinBiaqx377m4m3BzpaAe338zMG > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KcgrLCinBiaqx377m4m3BzpaAe338zMG > .row .container > .video-iframe-container { display: none; }#KcgrLCinBiaqx377m4m3BzpaAe338zMG > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KcgrLCinBiaqx377m4m3BzpaAe338zMG > .row > .video-iframe-container { display: none; }#KcgrLCinBiaqx377m4m3BzpaAe338zMG > .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); }#KcgrLCinBiaqx377m4m3BzpaAe338zMG > .row .container { border-width: 0; border-radius: 0; }#KcgrLCinBiaqx377m4m3BzpaAe338zMG > .row .container { font-size:14px;font-family:arial;height:1260px;width:960px;position:relative;display:block; }#bgzTbk6vpekVv44rBsGAxSwruks9T9Ht { color:#000000;display:block;width:960px;position:absolute;font-family:"open sans";font-size:26px;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:18px;left:0;height:33px;text-align:justify;text-align-last:initial;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; }
#x22F0FUrqObMrcx9VzrbqvPSlfiFKAT2 { color:#000000;display:block;width:960px;position:absolute;font-family:"open sans";font-size:24px;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:65px;left:0;height:1178px;text-align:justify;text-align-last:initial;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; }
#t8VkFXPSapt6pHbK3JIQczCJQNynDK7s { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#t8VkFXPSapt6pHbK3JIQczCJQNynDK7s > .row .container { background-color: transparent; background-image: none; }#t8VkFXPSapt6pHbK3JIQczCJQNynDK7s::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#t8VkFXPSapt6pHbK3JIQczCJQNynDK7s > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#t8VkFXPSapt6pHbK3JIQczCJQNynDK7s > .row .container > .video-iframe-container { display: none; }#t8VkFXPSapt6pHbK3JIQczCJQNynDK7s > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#t8VkFXPSapt6pHbK3JIQczCJQNynDK7s > .row > .video-iframe-container { display: none; }#t8VkFXPSapt6pHbK3JIQczCJQNynDK7s > .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); }#t8VkFXPSapt6pHbK3JIQczCJQNynDK7s > .row .container { border-width: 0; border-radius: 0; }#t8VkFXPSapt6pHbK3JIQczCJQNynDK7s > .row .container { font-size:14px;font-family:arial;height:805px;width:960px;position:relative;display:block; }#VRADcHFeXoast29AKem0XCHAV4AsfJm4 { color:#000000;display:block;width:960px;position:absolute;font-family:"open sans";font-size:26px;font-weight:normal;z-index:100017;line-height:1.3;letter-spacing:0;top:19px;left:0;height:33px;text-align:justify;text-align-last:initial;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; }
#n9zxr16rvtiV8HiPGx2sy8e0qrQeeN6p { color:#000000;display:block;width:960px;position:absolute;font-family:"open sans";font-size:24px;font-weight:normal;z-index:100017;line-height:1.3;letter-spacing:0;top:64px;left:0;height:713px;text-align:justify;text-align-last:initial;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; }
#DeSno1d57tXZu0852oNUscWyphJNWbnt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#DeSno1d57tXZu0852oNUscWyphJNWbnt > .row .container { background-color: transparent; background-image: none; }#DeSno1d57tXZu0852oNUscWyphJNWbnt::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DeSno1d57tXZu0852oNUscWyphJNWbnt > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DeSno1d57tXZu0852oNUscWyphJNWbnt > .row .container > .video-iframe-container { display: none; }#DeSno1d57tXZu0852oNUscWyphJNWbnt > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DeSno1d57tXZu0852oNUscWyphJNWbnt > .row > .video-iframe-container { display: none; }#DeSno1d57tXZu0852oNUscWyphJNWbnt > .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); }#DeSno1d57tXZu0852oNUscWyphJNWbnt > .row .container { border-width: 0; border-radius: 0; }#DeSno1d57tXZu0852oNUscWyphJNWbnt > .row .container { font-size:14px;font-family:arial;height:574px;width:960px;position:relative;display:block; }#n1nthONeOctlrhezEp0TGKEoRlrxPEAm { color:#000000;display:block;width:960px;position:absolute;font-family:"open sans";font-size:26px;font-weight:normal;z-index:100018;line-height:1.3;letter-spacing:0;top:20px;left:0;height:33px;text-align:justify;text-align-last:initial;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; }
#h6UiCHSiBDiiGZXoBwRlmSaoxMIg0TVf { color:#000000;display:block;width:960px;position:absolute;font-family:"open sans";font-size:24px;font-weight:normal;z-index:100018;line-height:1.3;letter-spacing:0;top:69px;left:0;height:465px;text-align:justify;text-align-last:initial;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; }
#DeEnzDTMm690hT4edyezpiZOLQ2J0I60 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#DeEnzDTMm690hT4edyezpiZOLQ2J0I60 > .row .container { background-color: transparent; background-image: none; }#DeEnzDTMm690hT4edyezpiZOLQ2J0I60::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DeEnzDTMm690hT4edyezpiZOLQ2J0I60 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DeEnzDTMm690hT4edyezpiZOLQ2J0I60 > .row .container > .video-iframe-container { display: none; }#DeEnzDTMm690hT4edyezpiZOLQ2J0I60 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DeEnzDTMm690hT4edyezpiZOLQ2J0I60 > .row > .video-iframe-container { display: none; }#DeEnzDTMm690hT4edyezpiZOLQ2J0I60 > .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); }#DeEnzDTMm690hT4edyezpiZOLQ2J0I60 > .row .container { border-width: 0; border-radius: 0; }#DeEnzDTMm690hT4edyezpiZOLQ2J0I60 > .row .container { font-size:14px;font-family:arial;height:351px;width:960px;position:relative;display:block; }#rBH5uvB6CV4Rew8gknK3xNysB2M5XTyO { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:318px;width:770px;top:0;left:40px;overflow:hidden;display:block; }
#uDuTefOJm1ydxTmulwmTa2pixT3nZgpT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;display:block; }#uDuTefOJm1ydxTmulwmTa2pixT3nZgpT > .row .container { background-color: transparent; background-image: none; }#uDuTefOJm1ydxTmulwmTa2pixT3nZgpT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uDuTefOJm1ydxTmulwmTa2pixT3nZgpT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uDuTefOJm1ydxTmulwmTa2pixT3nZgpT > .row .container > .video-iframe-container { display: none; }#uDuTefOJm1ydxTmulwmTa2pixT3nZgpT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uDuTefOJm1ydxTmulwmTa2pixT3nZgpT > .row > .video-iframe-container { display: none; }#uDuTefOJm1ydxTmulwmTa2pixT3nZgpT > .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); }#uDuTefOJm1ydxTmulwmTa2pixT3nZgpT > .row .container { border-width: 0; border-radius: 0; }#uDuTefOJm1ydxTmulwmTa2pixT3nZgpT > .row .container { font-size:14px;font-family:arial;height:315px;width:960px;position:relative;display:block; }#WiKdTHgng7T6QG5f4vIeaoQhvJpITexc { color:#57bde2;display:block;width:685px;position:absolute;font-family:lato;font-size:36px;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:80px;left:275px;height:46px;text-align:left;text-align-last:left;font-style:normal;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; }
#lX1cGFdPfFNwGPQhar9AuzOOTVPGq163 { color:#57bde2;display:block;width:370px;position:absolute;font-family:lato;font-size:60px;font-weight:300;z-index:100010;line-height:1.5;letter-spacing:0;top:161px;left:480.984375px;height:90px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WnlNIpZWVeH5HtQBJ9TFpG54GuDfQ1Vw { background-color:#0e9ae5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:050px;border-top-right-radius:050px;border-bottom-left-radius:050px;border-bottom-right-radius:050px;box-shadow: 1px 2px 4px rgba(0,0,0,0.2) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:230px;height:58px;text-decoration:none;z-index:100012;text-align:center;text-align-last:center;top:177px;left:600.984375px;display:block; }
#MSZVPxHRtDdLapWUygF74hGABdQhCWnK { display:block;position:absolute;top:50%;left:0;width:100%;z-index:100000;display:block; }
#hKCvsrUlF7zRPfFaOIEeAsytfC3iar10 { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:282px;width:186px;top:28px;left:21px;overflow:hidden;display:block; }
#XqJ6sTI6tNbSss1nJLcdTzqTIcUgVGzG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/AAZZ0dY8/BG1.jpg");background-position:top center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;position:relative;display:block; }#XqJ6sTI6tNbSss1nJLcdTzqTIcUgVGzG > .row .container { background-color: transparent; background-image: none; }#XqJ6sTI6tNbSss1nJLcdTzqTIcUgVGzG::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XqJ6sTI6tNbSss1nJLcdTzqTIcUgVGzG > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XqJ6sTI6tNbSss1nJLcdTzqTIcUgVGzG > .row .container > .video-iframe-container { display: none; }#XqJ6sTI6tNbSss1nJLcdTzqTIcUgVGzG > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XqJ6sTI6tNbSss1nJLcdTzqTIcUgVGzG > .row > .video-iframe-container { display: none; }#XqJ6sTI6tNbSss1nJLcdTzqTIcUgVGzG > .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); }#XqJ6sTI6tNbSss1nJLcdTzqTIcUgVGzG > .row .container { border-width: 0; border-radius: 0; }#XqJ6sTI6tNbSss1nJLcdTzqTIcUgVGzG > .row .container { font-size:14px;font-family:arial;height:90px;width:960px;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #imk70DZKGMb399trSeGQ79IWrp7T9Clk { display:block; }#imk70DZKGMb399trSeGQ79IWrp7T9Clk > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vzzvFGPL869J8G3hq6Vo20TWoMhGQW02 { width:764px;height:;top:27px;left:0;font-size:52px;display:block; }
 }@media only screen and (max-width: 763px) { #wWzNFeQyBQEmRF5rzNn77Ph7c8vQXPQh { width:218px;height:24px;top:600px;left:0;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #KpWQMXSW0EdkmA8PEgN5WaVvuCNBiyx9 { width:405px;height:73px;top:313px;left:41.390625px;display:block; }
 }@media only screen and (max-width: 763px) { #anFKxRhqzVkv4ZSJb0QTLlZxJQoqcWW5 { top:250px;left:359px;width:357px;height:550px;display:block; }
 }@media only screen and (max-width: 763px) { #cUyFxn9JO6inDyT1Mva22xAUE2qgiqw8 { width:305px;height:320px;top:389px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #dV5T5HpUtEJwIFnXMTM74Ob9ltt5oVUx { display:block; }
 }@media only screen and (max-width: 763px) { #RRk1nWmJu9yyn8fTSDMKGESBpiv7Ppfm { top:600px;left:0;width:292px;height:31px;font-size:33px;display:block; }
 }@media only screen and (max-width: 763px) { #HTNTiPoxuhNfMv8vvvW7VCnoKlTntslr { top:431px;left:0;width:200px;height:170px;font-size:77px;display:block; }
 }@media only screen and (max-width: 763px) { #xTga8UsAUU2zTFzXLfRVbhSwDelVOFMf { display:block; }#xTga8UsAUU2zTFzXLfRVbhSwDelVOFMf > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KsipwHsayKCNxDTUaTxUGzo8rsP9MVna { top:29px;left:0;width:764px;height:837px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #O3F5l2uTEy1A5HIGKvrwZT2K0EaJ1tsu { display:block; }#O3F5l2uTEy1A5HIGKvrwZT2K0EaJ1tsu > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OBJACfNqI13QOaGPTP2553TedLKrURbf { top:14px;left:63.5px;width:637px;height:964px;display:block; }
 }@media only screen and (max-width: 763px) { #E4nURXS88zDbdKC05I7gKqlc5FV0wT6v { display:block; }#E4nURXS88zDbdKC05I7gKqlc5FV0wT6v > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K7d3o6kSbskZnkhmlRZJGFhuq5Fq8JPZ { top:21px;left:0;width:764px;height:33px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #gBSzOVT9DgNw3LsvI34yTSAMr5Sh2IWo { top:72px;left:0;width:764px;height:682px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #zQhOnk2orAxP5AJ1lwHvuwKfPu0Umb1T { display:block; }#zQhOnk2orAxP5AJ1lwHvuwKfPu0Umb1T > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uFQMFPASTMSCmr5oMD8RPwaQiAFyJuiH { top:17px;left:0;width:764px;height:33px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #k8zEOzeAKRucCexaLGwUh8XxoveM7wh9 { top:62px;left:0;width:764px;height:;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #cn3hqah0sJQDocuuJVTnwaeATwZl0H5W { top:505px;left:0;width:764px;height:62px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #lBdA2nKuNqkaD5m63SgvmITSV8bew32d { display:block; }#lBdA2nKuNqkaD5m63SgvmITSV8bew32d > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AXFKqWf2N4CVmT5wgOs1UPWNIDcCD2Ql { top:16px;left:0;width:764px;height:33px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #ZqDVAdzbtKSJnP7CeBzLTC0zTc5KzNP7 { top:63px;left:0;width:764px;height:372px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #JSopG8EBTkTQdTA4Rc2uW99Tsm1qcXyV { top:462px;left:154px;width:295px;height:417px;display:block; }
 }@media only screen and (max-width: 763px) { #kZuQIRpvOlAeGd14FTh3B0irXcUs1ERJ { top:879px;left:0;width:764px;height:31px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #iiWHTaNTGZ7xg6EP2bLaIt4PmJy79Ghf { top:956px;left:0;width:764px;height:33px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #vXGZA0OsUwWRKhD5h5v2sHi2HNppTsge { top:1009px;left:0;width:764px;height:434px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #dqpzXd2b53BJvk9WaEKnSTw1smw3ESxT { display:block; }#dqpzXd2b53BJvk9WaEKnSTw1smw3ESxT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I8pxMCqluAo5wfR5uD6IJbnTlyHDbOvh { top:13px;left:0;width:764px;height:471.92916666667px;display:block; }
 }@media only screen and (max-width: 763px) { #UsVn6awTb5tOoVChlnRWA9fugrlZrIyZ { display:block; }#UsVn6awTb5tOoVChlnRWA9fugrlZrIyZ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #exhpXzSegAfkU1OE4sTK4k9boGDeXLbM { top:18px;left:0;width:764px;height:33px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #WpkTcl5VzHTxJxmKxmMOLoGf11CvdrCE { top:69px;left:0;width:764px;height:62px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #sd5swK3yLpeM6RbBiUhTH9gmmFliNtVa { top:145px;left:0;width:764px;height:31px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #TSPLRHc6gJ6LgNxeRTyLEU2NGw67ddsm { top:190px;left:0;width:764px;height:;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #xCTwTKbwEC2m90nmQSclpkmlNRHOtJcK { display:block; }#xCTwTKbwEC2m90nmQSclpkmlNRHOtJcK > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PaFucevgTCusnMZHk8OnxE7cn0l1a2g5 { top:18px;left:0;width:764px;height:952.6125px;display:block; }
 }@media only screen and (max-width: 763px) { #HDwDT5OUZ3PxTWwkerEkhGm9TCplHkKU { display:block; }#HDwDT5OUZ3PxTWwkerEkhGm9TCplHkKU > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qvPCmhHrIKmN2NLN9yTpbRu1aEp8qE9H { top:0;left:0;width:764px;height:33px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #mc9NwJGEBEOJZLhwFwwbATENKzuoLAWx { top:54px;left:0;width:764px;height:124px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #Va5UGBlETUwI3Pf1toKhAIG5bCx271Tu { display:block; }#Va5UGBlETUwI3Pf1toKhAIG5bCx271Tu > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uDX1QOiDpqdZctb4JrZxHImV6XxaMGTq { top:22px;left:0;width:764px;height:33px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #x5nuB1AF07whuGTAMU7Vu9GcBWqPinuO { top:75px;left:0;width:764px;height:1085px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #ZvITBsT88UwK38SuvD3DBkwPD7knFxeF { display:block; }#ZvITBsT88UwK38SuvD3DBkwPD7knFxeF > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kyO1CMSCetcdBfDhJkq4Jzd1tATzooFf { top:17px;left:204px;width:390px;height:770px;display:block; }
 }@media only screen and (max-width: 763px) { #g8u5Qf9Kt0QxT6z8wPuerSZPMDGKvFpe { display:block; }#g8u5Qf9Kt0QxT6z8wPuerSZPMDGKvFpe > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WKkwgO0Tk1kmZ8T31mqxavEPFkzV3Tv7 { top:0;left:0;width:764px;height:33px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #DObx52mCePTxcHyHVBoD2EhhJKVr1EF2 { top:43px;left:0;width:764px;height:248px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #TESXXkx3lBrG2isOgIQq5uLTv8gxREIB { top:309px;left:0;width:764px;height:33px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #EVSKGZr52iXzLZLfQo459GR4R19C8UTO { top:354px;left:0;width:764px;height:341px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #RvEFDsgVevhpBSs7Vc9cJT7DTh4N0ABM { display:block; }#RvEFDsgVevhpBSs7Vc9cJT7DTh4N0ABM > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zUDaTNwfeFWZJ0pF661KraZw2gSczmeb { top:17px;left:0;width:764px;height:33px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #xAVoMixnrBtQTNOwdmKOp1A4lTkpRvob { top:65px;left:0;width:764px;height:589px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #iLClgAKyhxn0vDoUXIlcGd475ngUJQJV { display:block; }#iLClgAKyhxn0vDoUXIlcGd475ngUJQJV > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k0c6FeygT7XbvHAZLug2ASic330U7mkH { top:19px;left:0;width:764px;height:573px;display:block; }
 }@media only screen and (max-width: 763px) { #tfX741XkteKxqJkkcriNmEJkIUQBoryH { display:block; }#tfX741XkteKxqJkkcriNmEJkIUQBoryH > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s5IJnpQEHLTdes0qZZ9ZB45czi3TgbUd { top:22px;left:0;width:764px;height:33px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #TGHg0cJ2gWZqannioaudyZgudJ5VgLEZ { top:71px;left:0;width:764px;height:558px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #KcgrLCinBiaqx377m4m3BzpaAe338zMG { display:block; }#KcgrLCinBiaqx377m4m3BzpaAe338zMG > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bgzTbk6vpekVv44rBsGAxSwruks9T9Ht { top:18px;left:0;width:764px;height:33px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #x22F0FUrqObMrcx9VzrbqvPSlfiFKAT2 { top:65px;left:0;width:764px;height:1178px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #t8VkFXPSapt6pHbK3JIQczCJQNynDK7s { display:block; }#t8VkFXPSapt6pHbK3JIQczCJQNynDK7s > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VRADcHFeXoast29AKem0XCHAV4AsfJm4 { top:19px;left:0;width:764px;height:33px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #n9zxr16rvtiV8HiPGx2sy8e0qrQeeN6p { top:64px;left:0;width:764px;height:713px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #DeSno1d57tXZu0852oNUscWyphJNWbnt { display:block; }#DeSno1d57tXZu0852oNUscWyphJNWbnt > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n1nthONeOctlrhezEp0TGKEoRlrxPEAm { top:20px;left:0;width:764px;height:33px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #h6UiCHSiBDiiGZXoBwRlmSaoxMIg0TVf { top:69px;left:0;width:764px;height:465px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #DeEnzDTMm690hT4edyezpiZOLQ2J0I60 { display:block; }#DeEnzDTMm690hT4edyezpiZOLQ2J0I60 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rBH5uvB6CV4Rew8gknK3xNysB2M5XTyO { top:0;left:0;width:764px;height:315.52207792208px;display:block; }
 }@media only screen and (max-width: 763px) { #uDuTefOJm1ydxTmulwmTa2pixT3nZgpT { display:block; }#uDuTefOJm1ydxTmulwmTa2pixT3nZgpT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WiKdTHgng7T6QG5f4vIeaoQhvJpITexc { width:685px;height:46px;top:80px;left:79px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #lX1cGFdPfFNwGPQhar9AuzOOTVPGq163 { width:370px;height:90px;top:161px;left:382.984375px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #WnlNIpZWVeH5HtQBJ9TFpG54GuDfQ1Vw { width:230px;height:58px;top:177px;left:502.984375px;display:block; }
 }@media only screen and (max-width: 763px) { #MSZVPxHRtDdLapWUygF74hGABdQhCWnK { display:block; }
 }@media only screen and (max-width: 763px) { #hKCvsrUlF7zRPfFaOIEeAsytfC3iar10 { top:28px;left:0;width:186px;height:282px;display:block; }
 }@media only screen and (max-width: 763px) { #XqJ6sTI6tNbSss1nJLcdTzqTIcUgVGzG { display:block; }#XqJ6sTI6tNbSss1nJLcdTzqTIcUgVGzG > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #imk70DZKGMb399trSeGQ79IWrp7T9Clk { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/AAZZ0dY8/BG1.jpg");background-position:top left;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;display:block; }#imk70DZKGMb399trSeGQ79IWrp7T9Clk > .row .container { background-color: transparent; background-image: none; }#imk70DZKGMb399trSeGQ79IWrp7T9Clk::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#imk70DZKGMb399trSeGQ79IWrp7T9Clk > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#imk70DZKGMb399trSeGQ79IWrp7T9Clk > .row .container > .video-iframe-container { display: none; }#imk70DZKGMb399trSeGQ79IWrp7T9Clk > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#imk70DZKGMb399trSeGQ79IWrp7T9Clk > .row > .video-iframe-container { display: none; }#imk70DZKGMb399trSeGQ79IWrp7T9Clk > .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); }#imk70DZKGMb399trSeGQ79IWrp7T9Clk > .row .container { width:320px;height:1090px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vzzvFGPL869J8G3hq6Vo20TWoMhGQW02 { width:320px;height:205px;top:34px;left:0;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #wWzNFeQyBQEmRF5rzNn77Ph7c8vQXPQh { width:218px;height:20px;top:460px;left:51.000001907349px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KpWQMXSW0EdkmA8PEgN5WaVvuCNBiyx9 { width:287px;height:73px;top:514px;left:16px;display:none; }
 }@media only screen and (max-width: 763px) { #anFKxRhqzVkv4ZSJb0QTLlZxJQoqcWW5 { width:245px;height:372px;top:344px;left:37.5px;display:block; }
 }@media only screen and (max-width: 763px) { #cUyFxn9JO6inDyT1Mva22xAUE2qgiqw8 { width:232px;height:244px;top:791px;left:44px;display:block; }
 }@media only screen and (max-width: 763px) { #dV5T5HpUtEJwIFnXMTM74Ob9ltt5oVUx { display:block; }
 }@media only screen and (max-width: 763px) { #RRk1nWmJu9yyn8fTSDMKGESBpiv7Ppfm { width:244px;height:84px;top:916.5px;left:38px;font-size:33px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HTNTiPoxuhNfMv8vvvW7VCnoKlTntslr { width:200px;height:100px;top:804px;left:60px;font-size:77px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xTga8UsAUU2zTFzXLfRVbhSwDelVOFMf { display:block; }#xTga8UsAUU2zTFzXLfRVbhSwDelVOFMf > .row .container { width:320px;height:1773px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KsipwHsayKCNxDTUaTxUGzo8rsP9MVna { width:320px;height:1736px;top:20px;left:0;font-size:24px;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #O3F5l2uTEy1A5HIGKvrwZT2K0EaJ1tsu { display:block; }#O3F5l2uTEy1A5HIGKvrwZT2K0EaJ1tsu > .row .container { width:320px;height:522px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OBJACfNqI13QOaGPTP2553TedLKrURbf { width:320px;height:483.5px;top:19px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #E4nURXS88zDbdKC05I7gKqlc5FV0wT6v { display:block; }#E4nURXS88zDbdKC05I7gKqlc5FV0wT6v > .row .container { width:320px;height:1633px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K7d3o6kSbskZnkhmlRZJGFhuq5Fq8JPZ { width:320px;height:33px;top:20px;left:0;font-size:26px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gBSzOVT9DgNw3LsvI34yTSAMr5Sh2IWo { width:320px;height:1550px;top:73px;left:0;font-size:24px;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #zQhOnk2orAxP5AJ1lwHvuwKfPu0Umb1T { display:block; }#zQhOnk2orAxP5AJ1lwHvuwKfPu0Umb1T > .row .container { width:320px;height:961px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uFQMFPASTMSCmr5oMD8RPwaQiAFyJuiH { width:320px;height:66px;top:15px;left:0;font-size:26px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k8zEOzeAKRucCexaLGwUh8XxoveM7wh9 { width:320px;height:675px;top:93px;left:0;font-size:24px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cn3hqah0sJQDocuuJVTnwaeATwZl0H5W { width:320px;height:155px;top:781px;left:0;font-size:24px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lBdA2nKuNqkaD5m63SgvmITSV8bew32d { display:block; }#lBdA2nKuNqkaD5m63SgvmITSV8bew32d > .row .container { width:320px;height:2573px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AXFKqWf2N4CVmT5wgOs1UPWNIDcCD2Ql { width:320px;height:66px;top:21px;left:0;font-size:26px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZqDVAdzbtKSJnP7CeBzLTC0zTc5KzNP7 { width:320px;height:930px;top:107px;left:0;font-size:24px;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #JSopG8EBTkTQdTA4Rc2uW99Tsm1qcXyV { width:295px;height:417px;top:1047px;left:12.5px;display:block; }
 }@media only screen and (max-width: 763px) { #kZuQIRpvOlAeGd14FTh3B0irXcUs1ERJ { width:320px;height:62px;top:1464px;left:0;font-size:24px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iiWHTaNTGZ7xg6EP2bLaIt4PmJy79Ghf { width:320px;height:33px;top:1548px;left:0;font-size:26px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vXGZA0OsUwWRKhD5h5v2sHi2HNppTsge { width:320px;height:961px;top:1600px;left:0;font-size:24px;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #dqpzXd2b53BJvk9WaEKnSTw1smw3ESxT { display:block; }#dqpzXd2b53BJvk9WaEKnSTw1smw3ESxT > .row .container { width:320px;height:233px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I8pxMCqluAo5wfR5uD6IJbnTlyHDbOvh { width:320px;height:197.66666666667px;top:20px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #UsVn6awTb5tOoVChlnRWA9fugrlZrIyZ { display:block; }#UsVn6awTb5tOoVChlnRWA9fugrlZrIyZ > .row .container { width:320px;height:668px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #exhpXzSegAfkU1OE4sTK4k9boGDeXLbM { width:320px;height:66px;top:20px;left:0;font-size:26px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WpkTcl5VzHTxJxmKxmMOLoGf11CvdrCE { width:320px;height:186px;top:100px;left:0;font-size:24px;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #sd5swK3yLpeM6RbBiUhTH9gmmFliNtVa { width:320px;height:62px;top:297px;left:0;font-size:24px;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #TSPLRHc6gJ6LgNxeRTyLEU2NGw67ddsm { width:320px;height:273px;top:368px;left:0;font-size:24px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xCTwTKbwEC2m90nmQSclpkmlNRHOtJcK { display:block; }#xCTwTKbwEC2m90nmQSclpkmlNRHOtJcK > .row .container { width:320px;height:440px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PaFucevgTCusnMZHk8OnxE7cn0l1a2g5 { width:320px;height:399px;top:20px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #HDwDT5OUZ3PxTWwkerEkhGm9TCplHkKU { display:block; }#HDwDT5OUZ3PxTWwkerEkhGm9TCplHkKU > .row .container { width:320px;height:241px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qvPCmhHrIKmN2NLN9yTpbRu1aEp8qE9H { width:320px;height:66px;top:21px;left:0;font-size:26px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mc9NwJGEBEOJZLhwFwwbATENKzuoLAWx { width:320px;height:155px;top:86px;left:0;font-size:24px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Va5UGBlETUwI3Pf1toKhAIG5bCx271Tu { display:block; }#Va5UGBlETUwI3Pf1toKhAIG5bCx271Tu > .row .container { width:320px;height:2513px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uDX1QOiDpqdZctb4JrZxHImV6XxaMGTq { width:320px;height:33px;top:20px;left:0;font-size:26px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x5nuB1AF07whuGTAMU7Vu9GcBWqPinuO { width:320px;height:2418px;top:71px;left:0;font-size:24px;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #ZvITBsT88UwK38SuvD3DBkwPD7knFxeF { display:block; }#ZvITBsT88UwK38SuvD3DBkwPD7knFxeF > .row .container { width:320px;height:665px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kyO1CMSCetcdBfDhJkq4Jzd1tATzooFf { width:320px;height:631.79487179487px;top:20px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #g8u5Qf9Kt0QxT6z8wPuerSZPMDGKvFpe { display:block; }#g8u5Qf9Kt0QxT6z8wPuerSZPMDGKvFpe > .row .container { width:320px;height:1175px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WKkwgO0Tk1kmZ8T31mqxavEPFkzV3Tv7 { width:320px;height:66px;top:18px;left:0;font-size:26px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DObx52mCePTxcHyHVBoD2EhhJKVr1EF2 { width:320px;height:279px;top:99px;left:0;font-size:24px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TESXXkx3lBrG2isOgIQq5uLTv8gxREIB { width:320px;height:66px;top:393px;left:0;font-size:26px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EVSKGZr52iXzLZLfQo459GR4R19C8UTO { width:320px;height:682px;top:480px;left:0;font-size:24px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RvEFDsgVevhpBSs7Vc9cJT7DTh4N0ABM { display:block; }#RvEFDsgVevhpBSs7Vc9cJT7DTh4N0ABM > .row .container { width:320px;height:1384px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zUDaTNwfeFWZJ0pF661KraZw2gSczmeb { width:320px;height:66px;top:19px;left:0;font-size:26px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xAVoMixnrBtQTNOwdmKOp1A4lTkpRvob { width:320px;height:1271px;top:98px;left:0;font-size:24px;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #iLClgAKyhxn0vDoUXIlcGd475ngUJQJV { display:block; }#iLClgAKyhxn0vDoUXIlcGd475ngUJQJV > .row .container { width:320px;height:273px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k0c6FeygT7XbvHAZLug2ASic330U7mkH { width:320px;height:240px;top:20px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #tfX741XkteKxqJkkcriNmEJkIUQBoryH { display:block; }#tfX741XkteKxqJkkcriNmEJkIUQBoryH > .row .container { width:320px;height:1451px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s5IJnpQEHLTdes0qZZ9ZB45czi3TgbUd { width:320px;height:66px;top:18px;left:0;font-size:26px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TGHg0cJ2gWZqannioaudyZgudJ5VgLEZ { width:320px;height:1333px;top:94px;left:0;font-size:24px;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #KcgrLCinBiaqx377m4m3BzpaAe338zMG { display:block; }#KcgrLCinBiaqx377m4m3BzpaAe338zMG > .row .container { width:320px;height:2632px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bgzTbk6vpekVv44rBsGAxSwruks9T9Ht { width:320px;height:33px;top:20px;left:0;font-size:26px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x22F0FUrqObMrcx9VzrbqvPSlfiFKAT2 { width:320px;height:2542px;top:73px;left:0;font-size:24px;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #t8VkFXPSapt6pHbK3JIQczCJQNynDK7s { display:block; }#t8VkFXPSapt6pHbK3JIQczCJQNynDK7s > .row .container { width:320px;height:1619px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VRADcHFeXoast29AKem0XCHAV4AsfJm4 { width:320px;height:33px;top:0;left:0;font-size:26px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n9zxr16rvtiV8HiPGx2sy8e0qrQeeN6p { width:320px;height:1550px;top:45px;left:0;font-size:24px;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #DeSno1d57tXZu0852oNUscWyphJNWbnt { display:block; }#DeSno1d57tXZu0852oNUscWyphJNWbnt > .row .container { width:320px;height:1127px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n1nthONeOctlrhezEp0TGKEoRlrxPEAm { width:320px;height:33px;top:13px;left:0;font-size:26px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h6UiCHSiBDiiGZXoBwRlmSaoxMIg0TVf { width:320px;height:1054px;top:57px;left:0;font-size:24px;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #DeEnzDTMm690hT4edyezpiZOLQ2J0I60 { display:block; }#DeEnzDTMm690hT4edyezpiZOLQ2J0I60 > .row .container { width:320px;height:163px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rBH5uvB6CV4Rew8gknK3xNysB2M5XTyO { width:320px;height:132.15584415584px;top:20px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #uDuTefOJm1ydxTmulwmTa2pixT3nZgpT { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/ham5jacV/BG2.jpg");background-position:top left;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;display:block; }#uDuTefOJm1ydxTmulwmTa2pixT3nZgpT > .row .container { background-color: transparent; background-image: none; }#uDuTefOJm1ydxTmulwmTa2pixT3nZgpT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uDuTefOJm1ydxTmulwmTa2pixT3nZgpT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uDuTefOJm1ydxTmulwmTa2pixT3nZgpT > .row .container > .video-iframe-container { display: none; }#uDuTefOJm1ydxTmulwmTa2pixT3nZgpT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uDuTefOJm1ydxTmulwmTa2pixT3nZgpT > .row > .video-iframe-container { display: none; }#uDuTefOJm1ydxTmulwmTa2pixT3nZgpT > .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); }#uDuTefOJm1ydxTmulwmTa2pixT3nZgpT > .row .container { width:320px;height:884px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WiKdTHgng7T6QG5f4vIeaoQhvJpITexc { width:320px;height:78px;top:73px;left:0;text-align:center;text-align-last:center;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #lX1cGFdPfFNwGPQhar9AuzOOTVPGq163 { width:250px;height:90px;top:645px;left:35px;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #WnlNIpZWVeH5HtQBJ9TFpG54GuDfQ1Vw { width:230px;height:60px;top:813px;left:45px;display:block; }
 }@media only screen and (max-width: 763px) { #MSZVPxHRtDdLapWUygF74hGABdQhCWnK { display:block; }
 }@media only screen and (max-width: 763px) { #hKCvsrUlF7zRPfFaOIEeAsytfC3iar10 { width:186px;height:282px;top:204px;left:67px;display:block; }
 }@media only screen and (max-width: 763px) { #XqJ6sTI6tNbSss1nJLcdTzqTIcUgVGzG { display:block; }#XqJ6sTI6tNbSss1nJLcdTzqTIcUgVGzG > .row .container { width:320px;height:96px;position:relative;display:block; } }