.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-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:#ffffff;background-image:url("https://images.assets-landingi.com/fXBZsdi4/pattern.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }
body.adaptive-delivery-prevent-bg { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:fixed;z-index:199999;top:0px;bottom:auto;left:0px;right:0;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:14px;font-family:"times new roman";height:137px;width:960px;position:relative;display:block; }#kCXQO7EMFuKzrHNm3Cxk7sKq3IACyWA1 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:84px;width:235px;top:26.5px;left:362.5px;overflow:hidden;display:block; }
#SMSs1ddQJoTyUdH4NQtHmrfAJ2rL6S5Q { position:relative;z-index:auto;bottom:auto;right:auto;display:block; }#SMSs1ddQJoTyUdH4NQtHmrfAJ2rL6S5Q { background-color: transparent; background-image: none; }#SMSs1ddQJoTyUdH4NQtHmrfAJ2rL6S5Q::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SMSs1ddQJoTyUdH4NQtHmrfAJ2rL6S5Q > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SMSs1ddQJoTyUdH4NQtHmrfAJ2rL6S5Q > .row .container > .video-iframe-container { display: none; }#SMSs1ddQJoTyUdH4NQtHmrfAJ2rL6S5Q > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SMSs1ddQJoTyUdH4NQtHmrfAJ2rL6S5Q > .row > .video-iframe-container { display: none; }#SMSs1ddQJoTyUdH4NQtHmrfAJ2rL6S5Q > .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); }#SMSs1ddQJoTyUdH4NQtHmrfAJ2rL6S5Q { border-width: 0; border-radius: 0; }#SMSs1ddQJoTyUdH4NQtHmrfAJ2rL6S5Q > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#edfaf0;background-image:none;font-size:14px;font-family:arial;height:2283px;width:960px;position:relative;display:block; }#dLPgdd5Q7MF6d3d4TgbUAbBO14ddXM9u { position:absolute;display:block;z-index:99998;border-top:0;border-left:0;border-right:0;border-bottom:0;height:226px;width:298px;top:118.5px;left:0px;overflow:hidden;display:none; }
#Z3NXNcPO37P807kObfVbrmX4u2uzE22S { color:#000000;display:block;width:618px;position:absolute;font-family:comfortaa;font-size:18px;font-weight:700;z-index:100126;line-height:1.9;letter-spacing:0;top:1781px;left:171px;height:102px;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;font-style:normal;display:none; }
#nbDUSqHJ5tncLfKTO7ldOr4hHsELZwiM { position:absolute;display:block;z-index:100147;border-top:0;border-left:0;border-right:0;border-bottom:0;height:57px;width:209px;top:1080px;left:183px;overflow:hidden;display:none; }
#H10JOCp6sfkcbXcrKbPMLr6enBTlqzM3 { color:#034443;display:block;width:716px;position:absolute;font-family:comfortaa;font-size:17px;font-weight:400;z-index:100181;line-height:1.6;letter-spacing:0;top:1035px;left:122px;height:324px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yafmuUHXcwHZur4zZDtfRMr3tZc6EuNu { position:absolute;display:block;z-index:100180;border-top:0;border-left:0;border-right:0;border-bottom:0;height:385px;width:580px;top:1499px;left:39.5px;overflow:hidden;display:block; }
#ZQnwvBkIQMHFJrq12VAnkVHNmPrplq93 { position:absolute;display:block;z-index:100220;border-top:0;border-left:0;border-right:0;border-bottom:0;height:66px;width:535px;top:918px;left:213px;overflow:hidden;display:block; }
#SXD8fmnuF0TrVRb3WX7vULO2W7icte3E { position:absolute;display:block;z-index:100223;border-top:5px solid #ffffff;border-left:5px solid #ffffff;border-right:5px solid #ffffff;border-bottom:5px solid #ffffff;border-top-left-radius:45px;border-top-right-radius:45px;border-bottom-left-radius:45px;border-bottom-right-radius:45px;height:150px;width:197px;top:463.5px;left:728px;overflow:hidden;display:none; }
#AcTZTTOdTZTpTrl9IIUSuGxufvIvJPnB { color:#000000;display:block;width:48px;position:absolute;font-family:"bree serif";font-size:104px;font-weight:normal;z-index:100228;line-height:1.3;letter-spacing:0;top:466px;left:670px;height:0;display:none; }
#BRb4heTzMKHN9DNdnvsU0Wo4UO8usVo8 { position:absolute;display:block;z-index:100221;border-top:0;border-left:0;border-right:0;border-bottom:0;height:66px;width:535px;top:1412px;left:212.5px;overflow:hidden;display:block; }
#XcHXQXaCWmRhEvorGqpdXGpxpwIVmAbN { color:#034443;display:block;width:716px;position:absolute;font-family:comfortaa;font-size:17px;font-weight:400;z-index:100181;line-height:1.6;letter-spacing:0;top:841px;left:122px;height:324px;text-align:center;text-align-last:center;font-style:normal;display:none; }
#ShdGp7A7H7Um2gC7C0XcvyZeIVHGmpu0 { position:absolute;display:block;z-index:100181;border-top:0;border-left:0;border-right:0;border-bottom:0;height:527px;width:881px;top:355px;left:39.5px;overflow:hidden;display:block; }
#RHpZf1sIxV0zuRZJMNnspqLn6ogRp63S { position:absolute;display:block;z-index:100223;border-top:0;border-left:0;border-right:0;border-bottom:0;height:134px;width:181px;top:2134px;left:725px;overflow:hidden;display:block; }
#nN3xz3VKU9JWFWMkBI8yiXkwSxbfKh1R { position:absolute;display:block;z-index:100221;border-top:0;border-left:0;border-right:0;border-bottom:0;height:66px;width:535px;top:1214.5px;left:212.5px;overflow:hidden;display:none; }
#fVVKKPlotXnzqLazJKFd458sfsl567S0 { position:absolute;display:block;z-index:100181;border-top:0;border-left:0;border-right:0;border-bottom:0;height:324px;width:490px;top:1850px;left:326px;overflow:hidden;display:block; }
#hEaTwfCJEdmsxyIRNPtuOFOEitoKy3oG { position:absolute;display:block;z-index:100182;border-top:0;border-left:0;border-right:0;border-bottom:0;height:324px;width:216px;top:1666px;left:721px;overflow:hidden;display:block; }
#p8FvV3qHmslpLh98GyJwW1QU42KJP8ug { position:absolute;display:block;z-index:100180;border-top:0;border-left:0;border-right:0;border-bottom:0;height:216px;width:325px;top:2065px;left:99px;overflow:hidden;display:block; }
#PmgBVka2f452WlIwGaV5T7r3h52Nrigv { position:absolute;display:block;z-index:100224;border-top:0;border-left:0;border-right:0;border-bottom:0;height:48px;width:75px;top:154px;left:575px;overflow:hidden;display:block; }
#CWOecXTDQUGFZVQIcMUGFRrLTnKFcAui { color:#034443;display:block;width:390px;position:absolute;font-family:comfortaa;font-size:25px;font-weight:700;z-index:100192;line-height:1.3;letter-spacing:0;top:162px;left:285px;height:32px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qnuoRbhZZmzlcFU3T2bM9CbxbthcTbnE { position:absolute;display:block;z-index:100193;border-top:0;border-left:0;border-right:0;border-bottom:0;height:156px;width:666px;top:182px;left:147px;overflow:hidden;display:block; }
#sPOexMsT8SgSP4GtaT8Hclyv8mifeJQF { position:absolute;display:block;z-index:100225;border-top:0;border-left:0;border-right:0;border-bottom:0;height:68px;width:99px;top:269px;left:66.5px;overflow:hidden;display:block; }
#JQ9Hd0anufE0KnDE2wHKvmomSu2vDRQU { position:relative;display:block; }#JQ9Hd0anufE0KnDE2wHKvmomSu2vDRQU { background-color: transparent; background-image: none; }#JQ9Hd0anufE0KnDE2wHKvmomSu2vDRQU::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JQ9Hd0anufE0KnDE2wHKvmomSu2vDRQU > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JQ9Hd0anufE0KnDE2wHKvmomSu2vDRQU > .row .container > .video-iframe-container { display: none; }#JQ9Hd0anufE0KnDE2wHKvmomSu2vDRQU > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JQ9Hd0anufE0KnDE2wHKvmomSu2vDRQU > .row > .video-iframe-container { display: none; }#JQ9Hd0anufE0KnDE2wHKvmomSu2vDRQU > .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); }#JQ9Hd0anufE0KnDE2wHKvmomSu2vDRQU { border-width: 0; border-radius: 0; }#JQ9Hd0anufE0KnDE2wHKvmomSu2vDRQU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#edfaf0;background-image:none;font-size:14px;font-family:arial;height:3123px;width:960px;position:relative;display:block; }#Kf9xxg3ky392FlwliwTIIqt59mxzo4UA { color:#000000;display:block;width:249px;position:absolute;font-family:georgia;font-size:28px;font-weight:700;z-index:100144;line-height:1.3;letter-spacing:0;top:1558px;left:56.5px;height:36px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#q14somtFpnWByGRpUy165zSLH3geE3RD { color:#000000;display:block;width:445px;position:absolute;font-family:comfortaa;font-size:17px;font-weight:normal;z-index:100146;line-height:1.3;letter-spacing:0;top:1611px;left:56.5px;height:264px;text-align:left;text-align-last:left;display:block; }
#pXnw2ovPQJI313STCCMScrThqqT4048S { position:absolute;display:block;z-index:100147;border-top:0;border-left:0;border-right:0;border-bottom:0;height:252px;width:370px;top:1574px;left:527.5px;overflow:hidden;display:block; }
#EVZOF0mmoOaHw8vCxfTUJFPMIdsCLG5x { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:213px;width:320px;top:560px;left:501px;overflow:hidden;display:block; }
#GBJrT2lcFC1KXdLPywXWnI9ptzkfTe2n { color:#000000;display:block;width:232px;position:absolute;font-family:comfortaa;font-size:29px;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:662px;left:65px;height:37px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#E5z7H82FHSfbpeEfKUJ2aQOGrQ1ATdOb { color:#000000;display:block;width:414px;position:absolute;font-family:comfortaa;font-size:17px;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:721px;left:72px;height:198px;text-align:left;text-align-last:left;display:block; }
#SDPvFOo0LVvnA0Z6yMZSEMUTnes1yNIN { color:#000000;display:block;width:376px;position:absolute;font-family:comfortaa;font-size:25px;font-weight:700;z-index:100006;line-height:1.5;letter-spacing:0;top:2056px;left:524.5px;height:74px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#r13LCAW6NKHSQL1TaDflnVany7Tp9186 { color:#000000;display:block;width:406px;position:absolute;font-family:comfortaa;font-size:17px;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:2150px;left:501.5px;height:198px;text-align:left;text-align-last:left;display:block; }
#OiUKxhdkMJyhHVfD1xanAznDuVWTRoT8 { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:308px;width:442px;top:2026px;left:38px;overflow:hidden;display:block; }
#F6qcAzeMpgluVRPEgMr605fW9pEeEl30 { color:#000000;display:block;width:455px;position:absolute;font-family:comfortaa;font-size:25px;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:2561.5px;left:51.5px;height:64px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Td1rM9SCNPXbtO5ToMq081Z5VVdAuPKK { color:#000000;display:block;width:413px;position:absolute;font-family:comfortaa;font-size:17px;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:2669px;left:56.5px;height:198px;text-align:left;text-align-last:left;display:block; }
#svxIX7PTabsEgiTB29cmguap2DgFHGqd { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:223px;width:351px;top:2704px;left:569px;overflow:hidden;display:block; }
#aQL90Act46kR5FApL1UVQtcgVES8iWSV { color:#000000;display:block;width:317px;position:absolute;font-family:comfortaa;font-size:25px;font-weight:700;z-index:100145;line-height:1.3;letter-spacing:0;top:1138px;left:575px;height:32px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#SQelH8mEJkCEzXaaPg40vhUwyW9a02bc { color:#000000;display:block;width:333px;position:absolute;font-family:comfortaa;font-size:17px;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:1185px;left:569px;height:132px;text-align:left;text-align-last:left;display:block; }
#nene5gnMo77aWmAni82ofRixJAD3Eysq { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:213px;width:274px;top:1103px;left:257px;overflow:hidden;display:block; }
#rmZJUbnf8dqJTs79oSG9PHcp2OGfQxk4 { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:174px;width:272px;top:1024px;left:65px;overflow:hidden;display:block; }
#XdMOnZ1QHSAwNUHRrOEng7nVnRLTZa3F { position:absolute;display:block;z-index:100182;border-top:0;border-left:0;border-right:0;border-bottom:0;height:68px;width:221px;top:543px;left:38px;overflow:hidden;display:block; }
#IIuXEp2HbxSTfEKLshOSe8XVagglZMDZ { position:absolute;display:block;z-index:100001;background-color:rgba(182,223,200,0.45);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:446px;width:897px;top:521px;left:31.5px;display:block; }
#pTTgPoGKL0NIrTSaoAzGxElBTipUkTlH { position:absolute;display:block;z-index:99998;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:387px;width:897px;top:1007px;left:32px;display:block; }
#qhIA6rePuh31BLWm7tTBk2lKR0q83xIS { position:absolute;display:block;z-index:100183;border-top:0;border-left:0;border-right:0;border-bottom:0;height:70px;width:221px;top:1024px;left:700px;overflow:hidden;display:block; }
#NbBfR8wXNfHPZgBOiUlGqJ0onEvn5Nqp { position:absolute;display:block;z-index:100000;background-color:rgba(182,223,200,0.45);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:448px;width:899px;top:1444px;left:31px;display:block; }
#DOBbLdZK5nZupz2TnrE4TmTwxxa03ZUe { position:absolute;display:block;z-index:100183;border-top:0;border-left:0;border-right:0;border-bottom:0;height:70px;width:221px;top:1454px;left:38px;overflow:hidden;display:block; }
#QuXVwQTyhwigw90aRQBWG5AIbWN7PnTa { position:absolute;display:block;z-index:100184;border-top:0;border-left:0;border-right:0;border-bottom:0;height:70px;width:221px;top:1957px;left:687.5px;overflow:hidden;display:block; }
#WxqJKvIGG1Uq5Snn8BAZT4Iv8JzIQC9G { position:absolute;display:block;z-index:100003;background-color:rgba(255,255,255,0.99);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:451px;width:899px;top:1938px;left:28px;display:block; }
#dk9dm6IggN7iDLKhXG8TMPqeg7TCtHv2 { position:absolute;display:block;z-index:100004;background-color:rgba(182,223,200,0.45);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:526px;width:899px;top:2423px;left:28px;display:block; }
#cdlHh1d7DVBNMSk7ziIWWh5nove4OOIG { position:absolute;display:block;z-index:100185;border-top:0;border-left:0;border-right:0;border-bottom:0;height:70px;width:221px;top:2452px;left:38px;overflow:hidden;display:block; }
#bht0ZtKdZEGTRhdacbbr4FOvN8Nd7qxe { color:#034443;display:block;width:709px;position:absolute;font-family:georgia;font-size:38px;font-weight:700;z-index:100190;line-height:1.3;letter-spacing:0;top:64px;left:129px;height:49px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IddMqbndlhG3SQh4xT6XZUHTRnulNzMI { color:#034443;display:block;width:819px;position:absolute;font-family:arial;font-size:20px;font-weight:normal;z-index:100191;line-height:1.3;letter-spacing:0;top:150px;left:70.5px;height:260px;text-align:center;text-align-last:center;display:block; }
#lsVGp2vIBqosyxNpMvumxs0Ulul1Wcsx { position:absolute;display:block;z-index:100224;border-top:0;border-left:0;border-right:0;border-bottom:0;height:68px;width:98px;top:22px;left:68px;overflow:hidden;display:block; }
#ZluFmD7Wt4dpJ0rDC2qCKgTi1d09rCzl { position:absolute;display:block;z-index:100225;border-top:0;border-left:0;border-right:0;border-bottom:0;height:49px;width:78px;top:101px;left:783px;overflow:hidden;display:block; }
#v9avSmiwx8iQ2hfb3LJKJ7yNEieHr0y5 { position:absolute;display:block;z-index:100225;border-top:0;border-left:0;border-right:0;border-bottom:0;height:54px;width:447px;top:440px;left:256.5px;overflow:hidden;display:block; }
#ToFpNrFiI3qXLqAiPyc5P47q4VXTaQXD { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:197px;width:296px;top:758px;left:600.5px;overflow:hidden;display:block; }
#FpQRWd7dI7bDJ3POzOpFhJthKgUqd0XH { position:absolute;display:block;z-index:100227;border-top:0;border-left:0;border-right:0;border-bottom:0;height:131px;width:198px;top:1243px;left:142px;overflow:hidden;display:block; }
#cSeQqfI9iATLlEeToywwihI38pi7MrOh { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:207px;width:238px;top:2549px;left:511px;overflow:hidden;display:block; }
#dzsaDc4QEoyE0ONC1UvQhZK7fPEeU6zR { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:194px;width:245px;top:2455px;left:654px;overflow:hidden;display:block; }
#npBzT1DTO4Tw2pS5RGLLKTGMDCwa3meG { position:absolute;display:block;z-index:100228;border-top:0;border-left:0;border-right:0;border-bottom:0;height:61px;width:457px;top:2979px;left:251.5px;overflow:hidden;display:block; }
#bm71AtTL9O2zxtha6TBxL0c5BbLp2k0w { position:absolute;display:block;z-index:100183;border-top:0;border-left:0;border-right:0;border-bottom:0;height:89px;width:291px;top:560px;left:13px;overflow:hidden;display:block; }
#dc6vwAsfWfUDMUvbkVgvAG6M9O4TR7iL { position:absolute;display:block;z-index:100184;border-top:0;border-left:0;border-right:0;border-bottom:0;height:89px;width:291px;top:1045px;left:665px;overflow:hidden;display:block; }
#oWXb00zb2GhPFzoMI2cXZTl6PMDO4Hez { position:absolute;display:block;z-index:100185;border-top:0;border-left:0;border-right:0;border-bottom:0;height:89px;width:291px;top:1475px;left:16px;overflow:hidden;display:block; }
#XiKbSTP2ezt6quxih06ttiIVcIqOaaNO { position:absolute;display:block;z-index:100186;border-top:0;border-left:0;border-right:0;border-bottom:0;height:89px;width:291px;top:1985px;left:652.5px;overflow:hidden;display:block; }
#I1nHaIO38BXqIhH3NJwxiT35nZayIIgw { position:absolute;display:block;z-index:100187;border-top:0;border-left:0;border-right:0;border-bottom:0;height:89px;width:291px;top:2477.5px;left:15.5px;overflow:hidden;display:block; }
#mQQWIgHyQuK9Qo8pTo0V25GxoWSEBOqi { color:#034443;display:block;width:709px;position:absolute;font-family:georgia;font-size:38px;font-weight:700;z-index:100190;line-height:1.3;letter-spacing:0;top:64px;left:129px;height:49px;text-align:center;text-align-last:center;font-style:normal;display:none; }
#NEKS32kGqZoLWGI2DxEFvdniNALWnwpe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(154,203,184,0.98);background-image:none;position:relative;z-index:auto;bottom:auto;right:auto;display:block; }#NEKS32kGqZoLWGI2DxEFvdniNALWnwpe > .row .container { background-color: transparent; background-image: none; }#NEKS32kGqZoLWGI2DxEFvdniNALWnwpe::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NEKS32kGqZoLWGI2DxEFvdniNALWnwpe > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NEKS32kGqZoLWGI2DxEFvdniNALWnwpe > .row .container > .video-iframe-container { display: none; }#NEKS32kGqZoLWGI2DxEFvdniNALWnwpe > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NEKS32kGqZoLWGI2DxEFvdniNALWnwpe > .row > .video-iframe-container { display: none; }#NEKS32kGqZoLWGI2DxEFvdniNALWnwpe > .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); }#NEKS32kGqZoLWGI2DxEFvdniNALWnwpe > .row .container { border-width: 0; border-radius: 0; }#NEKS32kGqZoLWGI2DxEFvdniNALWnwpe > .row .container { font-size:14px;font-family:"times new roman";height:104px;width:960px;position:relative;display:block; }#QK4edOALKEUuQRm8USsRlXrsi9HozRUr { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:34px;width:20px;top:35px;left:421px;overflow:hidden;display:block; }
#NTfE6HNLrK0cyPAc8EFlS65vwrK9rO5f { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:34px;width:34px;top:35px;left:459px;overflow:hidden;display:block; }
#NdMTXf1A7rGDbb8nnbOdrc8KbFTAbKK3 { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:30px;width:32px;top:37px;left:507px;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kCXQO7EMFuKzrHNm3Cxk7sKq3IACyWA1 { top:26px;left:264.5px;width:235px;height:84px;display:block; }
 }@media only screen and (max-width: 763px) { #SMSs1ddQJoTyUdH4NQtHmrfAJ2rL6S5Q { display:block; }#SMSs1ddQJoTyUdH4NQtHmrfAJ2rL6S5Q > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dLPgdd5Q7MF6d3d4TgbUAbBO14ddXM9u { top:118px;left:0px;width:298px;height:226px;display:block; }
 }@media only screen and (max-width: 763px) { #Z3NXNcPO37P807kObfVbrmX4u2uzE22S { top:1002px;left:0px;width:318px;height:154px;font-size:13px;display:none; }
 }@media only screen and (max-width: 763px) { #nbDUSqHJ5tncLfKTO7ldOr4hHsELZwiM { top:1080px;left:85px;width:209px;height:57px;display:none; }
 }@media only screen and (max-width: 763px) { #H10JOCp6sfkcbXcrKbPMLr6enBTlqzM3 { top:1035px;left:24px;width:716px;height:324px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #yafmuUHXcwHZur4zZDtfRMr3tZc6EuNu { top:1499px;left:0px;width:580px;height:385px;display:block; }
 }@media only screen and (max-width: 763px) { #ZQnwvBkIQMHFJrq12VAnkVHNmPrplq93 { top:918px;left:115px;width:535px;height:66px;display:block; }
 }@media only screen and (max-width: 763px) { #SXD8fmnuF0TrVRb3WX7vULO2W7icte3E { top:463px;left:557px;width:197px;height:150px;display:block; }
 }@media only screen and (max-width: 763px) { #AcTZTTOdTZTpTrl9IIUSuGxufvIvJPnB { top:466px;left:572px;width:48px;height:135px;font-size:104px;display:block; }
 }@media only screen and (max-width: 763px) { #BRb4heTzMKHN9DNdnvsU0Wo4UO8usVo8 { top:1412px;left:114.5px;width:535px;height:66px;display:block; }
 }@media only screen and (max-width: 763px) { #XcHXQXaCWmRhEvorGqpdXGpxpwIVmAbN { top:512px;left:0px;width:319px;height:289px;font-size:11px;display:none; }
 }@media only screen and (max-width: 763px) { #ShdGp7A7H7Um2gC7C0XcvyZeIVHGmpu0 { top:355px;left:0px;width:764px;height:457.01248581158px;display:block; }
 }@media only screen and (max-width: 763px) { #RHpZf1sIxV0zuRZJMNnspqLn6ogRp63S { top:2134px;left:583px;width:181px;height:134px;display:block; }
 }@media only screen and (max-width: 763px) { #nN3xz3VKU9JWFWMkBI8yiXkwSxbfKh1R { top:1214px;left:114.5px;width:535px;height:66px;display:none; }
 }@media only screen and (max-width: 763px) { #fVVKKPlotXnzqLazJKFd458sfsl567S0 { top:1850px;left:228px;width:490px;height:324px;display:block; }
 }@media only screen and (max-width: 763px) { #hEaTwfCJEdmsxyIRNPtuOFOEitoKy3oG { top:1666px;left:548px;width:216px;height:324px;display:block; }
 }@media only screen and (max-width: 763px) { #p8FvV3qHmslpLh98GyJwW1QU42KJP8ug { top:2065px;left:1px;width:325px;height:216px;display:block; }
 }@media only screen and (max-width: 763px) { #PmgBVka2f452WlIwGaV5T7r3h52Nrigv { top:154px;left:477px;width:75px;height:48px;display:block; }
 }@media only screen and (max-width: 763px) { #CWOecXTDQUGFZVQIcMUGFRrLTnKFcAui { top:162px;left:187px;width:390px;height:32px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #qnuoRbhZZmzlcFU3T2bM9CbxbthcTbnE { top:182px;left:49px;width:666px;height:156px;display:block; }
 }@media only screen and (max-width: 763px) { #sPOexMsT8SgSP4GtaT8Hclyv8mifeJQF { top:269px;left:0px;width:99px;height:68px;display:block; }
 }@media only screen and (max-width: 763px) { #JQ9Hd0anufE0KnDE2wHKvmomSu2vDRQU { display:block; }#JQ9Hd0anufE0KnDE2wHKvmomSu2vDRQU > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kf9xxg3ky392FlwliwTIIqt59mxzo4UA { top:1558px;left:0px;width:249px;height:36px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #q14somtFpnWByGRpUy165zSLH3geE3RD { top:1611px;left:0px;width:445px;height:264px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #pXnw2ovPQJI313STCCMScrThqqT4048S { top:1574px;left:394px;width:370px;height:252px;display:block; }
 }@media only screen and (max-width: 763px) { #EVZOF0mmoOaHw8vCxfTUJFPMIdsCLG5x { top:560px;left:403px;width:320px;height:213px;display:block; }
 }@media only screen and (max-width: 763px) { #GBJrT2lcFC1KXdLPywXWnI9ptzkfTe2n { top:662px;left:0px;width:232px;height:37px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #E5z7H82FHSfbpeEfKUJ2aQOGrQ1ATdOb { top:721px;left:0px;width:414px;height:198px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #SDPvFOo0LVvnA0Z6yMZSEMUTnes1yNIN { top:2056px;left:388px;width:376px;height:74px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #r13LCAW6NKHSQL1TaDflnVany7Tp9186 { top:2150px;left:358px;width:406px;height:198px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #OiUKxhdkMJyhHVfD1xanAznDuVWTRoT8 { top:2026px;left:0px;width:442px;height:308px;display:block; }
 }@media only screen and (max-width: 763px) { #F6qcAzeMpgluVRPEgMr605fW9pEeEl30 { top:2561px;left:0px;width:455px;height:64px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #Td1rM9SCNPXbtO5ToMq081Z5VVdAuPKK { top:2669px;left:0px;width:413px;height:198px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #svxIX7PTabsEgiTB29cmguap2DgFHGqd { top:2704px;left:413px;width:351px;height:223px;display:block; }
 }@media only screen and (max-width: 763px) { #aQL90Act46kR5FApL1UVQtcgVES8iWSV { top:1138px;left:447px;width:317px;height:32px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #SQelH8mEJkCEzXaaPg40vhUwyW9a02bc { top:1185px;left:431px;width:333px;height:132px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #nene5gnMo77aWmAni82ofRixJAD3Eysq { top:1103px;left:159px;width:274px;height:213px;display:block; }
 }@media only screen and (max-width: 763px) { #rmZJUbnf8dqJTs79oSG9PHcp2OGfQxk4 { top:1024px;left:0px;width:272px;height:174px;display:block; }
 }@media only screen and (max-width: 763px) { #XdMOnZ1QHSAwNUHRrOEng7nVnRLTZa3F { top:543px;left:0px;width:221px;height:68px;display:block; }
 }@media only screen and (max-width: 763px) { #IIuXEp2HbxSTfEKLshOSe8XVagglZMDZ { top:521px;left:0px;width:764px;height:446px;display:block; }
 }@media only screen and (max-width: 763px) { #pTTgPoGKL0NIrTSaoAzGxElBTipUkTlH { top:1007px;left:0px;width:764px;height:387px;display:block; }
 }@media only screen and (max-width: 763px) { #qhIA6rePuh31BLWm7tTBk2lKR0q83xIS { top:1024px;left:543px;width:221px;height:70px;display:block; }
 }@media only screen and (max-width: 763px) { #NbBfR8wXNfHPZgBOiUlGqJ0onEvn5Nqp { top:1444px;left:0px;width:764px;height:448px;display:block; }
 }@media only screen and (max-width: 763px) { #DOBbLdZK5nZupz2TnrE4TmTwxxa03ZUe { top:1454px;left:0px;width:221px;height:70px;display:block; }
 }@media only screen and (max-width: 763px) { #QuXVwQTyhwigw90aRQBWG5AIbWN7PnTa { top:1957px;left:543px;width:221px;height:70px;display:block; }
 }@media only screen and (max-width: 763px) { #WxqJKvIGG1Uq5Snn8BAZT4Iv8JzIQC9G { top:1938px;left:0px;width:764px;height:451px;display:block; }
 }@media only screen and (max-width: 763px) { #dk9dm6IggN7iDLKhXG8TMPqeg7TCtHv2 { top:2423px;left:0px;width:764px;height:526px;display:block; }
 }@media only screen and (max-width: 763px) { #cdlHh1d7DVBNMSk7ziIWWh5nove4OOIG { top:2452px;left:0px;width:221px;height:70px;display:block; }
 }@media only screen and (max-width: 763px) { #bht0ZtKdZEGTRhdacbbr4FOvN8Nd7qxe { top:64px;left:31px;width:709px;height:49px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #IddMqbndlhG3SQh4xT6XZUHTRnulNzMI { top:150px;left:0px;width:764px;height:260px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #lsVGp2vIBqosyxNpMvumxs0Ulul1Wcsx { top:22px;left:0px;width:98px;height:68px;display:block; }
 }@media only screen and (max-width: 763px) { #ZluFmD7Wt4dpJ0rDC2qCKgTi1d09rCzl { top:101px;left:685px;width:78px;height:49px;display:block; }
 }@media only screen and (max-width: 763px) { #v9avSmiwx8iQ2hfb3LJKJ7yNEieHr0y5 { top:440px;left:158.5px;width:447px;height:54px;display:block; }
 }@media only screen and (max-width: 763px) { #ToFpNrFiI3qXLqAiPyc5P47q4VXTaQXD { top:758px;left:468px;width:296px;height:197px;display:block; }
 }@media only screen and (max-width: 763px) { #FpQRWd7dI7bDJ3POzOpFhJthKgUqd0XH { top:1243px;left:44px;width:198px;height:131px;display:block; }
 }@media only screen and (max-width: 763px) { #cSeQqfI9iATLlEeToywwihI38pi7MrOh { top:2549px;left:413px;width:238px;height:207px;display:block; }
 }@media only screen and (max-width: 763px) { #dzsaDc4QEoyE0ONC1UvQhZK7fPEeU6zR { top:2455px;left:519px;width:245px;height:194px;display:block; }
 }@media only screen and (max-width: 763px) { #npBzT1DTO4Tw2pS5RGLLKTGMDCwa3meG { top:2979px;left:153.5px;width:457px;height:61px;display:block; }
 }@media only screen and (max-width: 763px) { #bm71AtTL9O2zxtha6TBxL0c5BbLp2k0w { top:560px;left:0px;width:291px;height:89px;display:block; }
 }@media only screen and (max-width: 763px) { #dc6vwAsfWfUDMUvbkVgvAG6M9O4TR7iL { top:1045px;left:473px;width:291px;height:89px;display:block; }
 }@media only screen and (max-width: 763px) { #oWXb00zb2GhPFzoMI2cXZTl6PMDO4Hez { top:1475px;left:0px;width:291px;height:89px;display:block; }
 }@media only screen and (max-width: 763px) { #XiKbSTP2ezt6quxih06ttiIVcIqOaaNO { top:1985px;left:473px;width:291px;height:89px;display:block; }
 }@media only screen and (max-width: 763px) { #I1nHaIO38BXqIhH3NJwxiT35nZayIIgw { top:2477px;left:0px;width:291px;height:89px;display:block; }
 }@media only screen and (max-width: 763px) { #mQQWIgHyQuK9Qo8pTo0V25GxoWSEBOqi { top:25px;left:0px;width:295px;height:52px;font-size:20px;display:none; }
 }@media only screen and (max-width: 763px) { #NEKS32kGqZoLWGI2DxEFvdniNALWnwpe { display:block; }#NEKS32kGqZoLWGI2DxEFvdniNALWnwpe > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QK4edOALKEUuQRm8USsRlXrsi9HozRUr { top:35px;left:323px;width:20px;height:34px;display:block; }
 }@media only screen and (max-width: 763px) { #NTfE6HNLrK0cyPAc8EFlS65vwrK9rO5f { top:35px;left:361px;width:34px;height:34px;display:block; }
 }@media only screen and (max-width: 763px) { #NdMTXf1A7rGDbb8nnbOdrc8KbFTAbKK3 { top:37px;left:409px;width:32px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { position:fixed;z-index:199999;top:0px;bottom:auto;left:0px;right:0;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:320px;height:110px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kCXQO7EMFuKzrHNm3Cxk7sKq3IACyWA1 { width:162px;height:57px;top:26.5px;left:79px;z-index:99999;display:block; }
 }@media only screen and (max-width: 763px) { #SMSs1ddQJoTyUdH4NQtHmrfAJ2rL6S5Q { position:relative;z-index:auto;bottom:auto;right:auto;background-color:#edfaf0;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#SMSs1ddQJoTyUdH4NQtHmrfAJ2rL6S5Q > .row .container { background-color: transparent; background-image: none; }#SMSs1ddQJoTyUdH4NQtHmrfAJ2rL6S5Q::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SMSs1ddQJoTyUdH4NQtHmrfAJ2rL6S5Q > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SMSs1ddQJoTyUdH4NQtHmrfAJ2rL6S5Q > .row .container > .video-iframe-container { display: none; }#SMSs1ddQJoTyUdH4NQtHmrfAJ2rL6S5Q > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SMSs1ddQJoTyUdH4NQtHmrfAJ2rL6S5Q > .row > .video-iframe-container { display: none; }#SMSs1ddQJoTyUdH4NQtHmrfAJ2rL6S5Q > .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); }#SMSs1ddQJoTyUdH4NQtHmrfAJ2rL6S5Q > .row .container { border-width: 0; border-radius: 0; }#SMSs1ddQJoTyUdH4NQtHmrfAJ2rL6S5Q > .row .container { width:320px;height:1292px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dLPgdd5Q7MF6d3d4TgbUAbBO14ddXM9u { width:320px;height:243px;top:93.390625px;left:0px;z-index:99998;border-top:0;border-left:0;border-right:0;border-bottom:0;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #Z3NXNcPO37P807kObfVbrmX4u2uzE22S { width:298px;height:154px;top:1887px;left:11px;font-size:13px;line-height:1.7;z-index:100082;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #nbDUSqHJ5tncLfKTO7ldOr4hHsELZwiM { width:309px;height:80px;top:845px;left:4px;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;z-index:100148;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #H10JOCp6sfkcbXcrKbPMLr6enBTlqzM3 { width:319px;height:0;top:398px;left:0px;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #yafmuUHXcwHZur4zZDtfRMr3tZc6EuNu { width:212px;height:140px;top:859px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ZQnwvBkIQMHFJrq12VAnkVHNmPrplq93 { width:264px;height:20px;top:271px;left:18.5px;z-index:100223;display:none; }
 }@media only screen and (max-width: 763px) { #SXD8fmnuF0TrVRb3WX7vULO2W7icte3E { width:35px;height:27px;top:517.5px;left:266.5px;z-index:100210;display:none; }
 }@media only screen and (max-width: 763px) { #AcTZTTOdTZTpTrl9IIUSuGxufvIvJPnB { width:48px;height:41px;top:170px;left:177.5px;font-size:32px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #BRb4heTzMKHN9DNdnvsU0Wo4UO8usVo8 { width:280px;height:33px;top:813px;left:20px;z-index:100223;display:block; }
 }@media only screen and (max-width: 763px) { #XcHXQXaCWmRhEvorGqpdXGpxpwIVmAbN { width:319px;height:289px;top:492px;left:0px;font-size:11px;z-index:100182;display:block; }
 }@media only screen and (max-width: 763px) { #ShdGp7A7H7Um2gC7C0XcvyZeIVHGmpu0 { width:320px;height:191px;top:221px;left:0px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RHpZf1sIxV0zuRZJMNnspqLn6ogRp63S { width:85px;height:62px;top:1179px;left:200.5px;z-index:100223;display:block; }
 }@media only screen and (max-width: 763px) { #nN3xz3VKU9JWFWMkBI8yiXkwSxbfKh1R { width:280px;height:33px;top:447px;left:20px;z-index:100224;display:block; }
 }@media only screen and (max-width: 763px) { #fVVKKPlotXnzqLazJKFd458sfsl567S0 { width:234px;height:154px;top:965px;left:86px;display:block; }
 }@media only screen and (max-width: 763px) { #hEaTwfCJEdmsxyIRNPtuOFOEitoKy3oG { width:127px;height:191px;top:1081px;left:30px;display:block; }
 }@media only screen and (max-width: 763px) { #p8FvV3qHmslpLh98GyJwW1QU42KJP8ug { width:320px;height:212.672px;top:1735.5625px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #PmgBVka2f452WlIwGaV5T7r3h52Nrigv { width:44px;height:28px;top:113px;left:221px;z-index:100223;display:block; }
 }@media only screen and (max-width: 763px) { #CWOecXTDQUGFZVQIcMUGFRrLTnKFcAui { width:320px;height:20px;top:122px;left:0px;font-size:16px;z-index:99993;display:block; }
 }@media only screen and (max-width: 763px) { #qnuoRbhZZmzlcFU3T2bM9CbxbthcTbnE { width:320px;height:75px;top:136px;left:0px;z-index:100229;display:block; }
 }@media only screen and (max-width: 763px) { #sPOexMsT8SgSP4GtaT8Hclyv8mifeJQF { width:76px;height:52px;top:183px;left:0px;z-index:100223;display:block; }
 }@media only screen and (max-width: 763px) { #JQ9Hd0anufE0KnDE2wHKvmomSu2vDRQU { background-color:#edfaf0;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#JQ9Hd0anufE0KnDE2wHKvmomSu2vDRQU > .row .container { background-color: transparent; background-image: none; }#JQ9Hd0anufE0KnDE2wHKvmomSu2vDRQU::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JQ9Hd0anufE0KnDE2wHKvmomSu2vDRQU > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JQ9Hd0anufE0KnDE2wHKvmomSu2vDRQU > .row .container > .video-iframe-container { display: none; }#JQ9Hd0anufE0KnDE2wHKvmomSu2vDRQU > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JQ9Hd0anufE0KnDE2wHKvmomSu2vDRQU > .row > .video-iframe-container { display: none; }#JQ9Hd0anufE0KnDE2wHKvmomSu2vDRQU > .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); }#JQ9Hd0anufE0KnDE2wHKvmomSu2vDRQU > .row .container { border-width: 0; border-radius: 0; }#JQ9Hd0anufE0KnDE2wHKvmomSu2vDRQU > .row .container { width:320px;height:3110px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kf9xxg3ky392FlwliwTIIqt59mxzo4UA { width:219px;height:24px;top:1409px;left:50.5px;font-size:19px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q14somtFpnWByGRpUy165zSLH3geE3RD { width:302px;height:192px;top:1642px;left:9px;font-size:12px;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #pXnw2ovPQJI313STCCMScrThqqT4048S { width:261px;height:177px;top:1447px;left:29.5px;display:block; }
 }@media only screen and (max-width: 763px) { #EVZOF0mmoOaHw8vCxfTUJFPMIdsCLG5x { width:233px;height:154px;top:468px;left:74px;z-index:100229;display:block; }
 }@media only screen and (max-width: 763px) { #GBJrT2lcFC1KXdLPywXWnI9ptzkfTe2n { width:232px;height:24px;top:395px;left:44px;font-size:19px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E5z7H82FHSfbpeEfKUJ2aQOGrQ1ATdOb { width:291px;height:144px;top:653px;left:14.5px;font-size:12px;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #SDPvFOo0LVvnA0Z6yMZSEMUTnes1yNIN { width:320px;height:56px;top:1957px;left:0px;font-size:19px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r13LCAW6NKHSQL1TaDflnVany7Tp9186 { width:292px;height:144px;top:2217px;left:14px;font-size:12px;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #OiUKxhdkMJyhHVfD1xanAznDuVWTRoT8 { width:246px;height:171px;top:2022.5px;left:37px;display:block; }
 }@media only screen and (max-width: 763px) { #F6qcAzeMpgluVRPEgMr605fW9pEeEl30 { width:307px;height:44px;top:2503px;left:6.5px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Td1rM9SCNPXbtO5ToMq081Z5VVdAuPKK { width:277px;height:144px;top:2852px;left:21.5px;font-size:12px;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #svxIX7PTabsEgiTB29cmguap2DgFHGqd { width:178px;height:112px;top:2631.5px;left:125.5px;z-index:100234;display:block; }
 }@media only screen and (max-width: 763px) { #aQL90Act46kR5FApL1UVQtcgVES8iWSV { width:231px;height:24px;top:916px;left:44.5px;font-size:19px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SQelH8mEJkCEzXaaPg40vhUwyW9a02bc { width:298px;height:80px;top:1209px;left:11px;font-size:12px;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #nene5gnMo77aWmAni82ofRixJAD3Eysq { width:154px;height:120px;top:994px;left:154px;display:block; }
 }@media only screen and (max-width: 763px) { #rmZJUbnf8dqJTs79oSG9PHcp2OGfQxk4 { width:173px;height:111px;top:1072px;left:51.5px;display:block; }
 }@media only screen and (max-width: 763px) { #XdMOnZ1QHSAwNUHRrOEng7nVnRLTZa3F { width:155px;height:48px;top:328px;left:82.5px;z-index:99997;display:block; }
 }@media only screen and (max-width: 763px) { #IIuXEp2HbxSTfEKLshOSe8XVagglZMDZ { width:309px;height:508px;top:317px;left:6px;z-index:99995;background-color:rgba(182,223,200,0.45);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #pTTgPoGKL0NIrTSaoAzGxElBTipUkTlH { width:309px;height:469px;top:847px;left:5.5px;z-index:99993;display:block; }
 }@media only screen and (max-width: 763px) { #qhIA6rePuh31BLWm7tTBk2lKR0q83xIS { width:155px;height:49px;top:852px;left:82.5px;z-index:100232;display:block; }
 }@media only screen and (max-width: 763px) { #NbBfR8wXNfHPZgBOiUlGqJ0onEvn5Nqp { width:309px;height:519px;top:1341px;left:6px;z-index:99995;display:block; }
 }@media only screen and (max-width: 763px) { #DOBbLdZK5nZupz2TnrE4TmTwxxa03ZUe { width:155px;height:48px;top:1342.828125px;left:82.5px;z-index:99997;display:block; }
 }@media only screen and (max-width: 763px) { #QuXVwQTyhwigw90aRQBWG5AIbWN7PnTa { width:155px;height:46px;top:1888px;left:82.5px;z-index:99997;display:block; }
 }@media only screen and (max-width: 763px) { #WxqJKvIGG1Uq5Snn8BAZT4Iv8JzIQC9G { width:309px;height:516px;top:1882px;left:5px;z-index:99992;display:block; }
 }@media only screen and (max-width: 763px) { #dk9dm6IggN7iDLKhXG8TMPqeg7TCtHv2 { width:309px;height:596px;top:2425.5px;left:5.5px;z-index:99996;display:block; }
 }@media only screen and (max-width: 763px) { #cdlHh1d7DVBNMSk7ziIWWh5nove4OOIG { width:153px;height:48px;top:2438px;left:84px;z-index:99997;display:block; }
 }@media only screen and (max-width: 763px) { #bht0ZtKdZEGTRhdacbbr4FOvN8Nd7qxe { width:295px;height:0;top:15px;left:9px;font-size:20px;display:none; }
 }@media only screen and (max-width: 763px) { #IddMqbndlhG3SQh4xT6XZUHTRnulNzMI { width:320px;height:176px;top:86px;left:0px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #lsVGp2vIBqosyxNpMvumxs0Ulul1Wcsx { width:47px;height:32px;top:7px;left:11px;z-index:100233;display:block; }
 }@media only screen and (max-width: 763px) { #ZluFmD7Wt4dpJ0rDC2qCKgTi1d09rCzl { width:45px;height:28px;top:51px;left:275px;z-index:100223;display:block; }
 }@media only screen and (max-width: 763px) { #v9avSmiwx8iQ2hfb3LJKJ7yNEieHr0y5 { width:252px;height:29px;top:272px;left:34px;z-index:100223;display:block; }
 }@media only screen and (max-width: 763px) { #ToFpNrFiI3qXLqAiPyc5P47q4VXTaQXD { width:156px;height:102px;top:430px;left:17px;z-index:100230;display:block; }
 }@media only screen and (max-width: 763px) { #FpQRWd7dI7bDJ3POzOpFhJthKgUqd0XH { width:168px;height:111px;top:950px;left:17px;display:block; }
 }@media only screen and (max-width: 763px) { #cSeQqfI9iATLlEeToywwihI38pi7MrOh { width:167px;height:145px;top:2565.5px;left:14.5px;display:block; }
 }@media only screen and (max-width: 763px) { #dzsaDc4QEoyE0ONC1UvQhZK7fPEeU6zR { width:147px;height:116px;top:2718.5px;left:29.5px;display:block; }
 }@media only screen and (max-width: 763px) { #npBzT1DTO4Tw2pS5RGLLKTGMDCwa3meG { width:242px;height:31px;top:3043px;left:39px;display:block; }
 }@media only screen and (max-width: 763px) { #bm71AtTL9O2zxtha6TBxL0c5BbLp2k0w { width:213px;height:64px;top:344px;left:53.5px;z-index:99997;display:block; }
 }@media only screen and (max-width: 763px) { #dc6vwAsfWfUDMUvbkVgvAG6M9O4TR7iL { width:213px;height:64px;top:867px;left:53.5px;z-index:100231;display:block; }
 }@media only screen and (max-width: 763px) { #oWXb00zb2GhPFzoMI2cXZTl6PMDO4Hez { width:213px;height:64px;top:1359px;left:53.5px;z-index:99997;display:block; }
 }@media only screen and (max-width: 763px) { #XiKbSTP2ezt6quxih06ttiIVcIqOaaNO { width:213px;height:57px;top:2456px;left:53.5px;z-index:99997;display:block; }
 }@media only screen and (max-width: 763px) { #I1nHaIO38BXqIhH3NJwxiT35nZayIIgw { width:213px;height:60px;top:1909px;left:53.5px;z-index:99997;display:block; }
 }@media only screen and (max-width: 763px) { #mQQWIgHyQuK9Qo8pTo0V25GxoWSEBOqi { width:295px;height:52px;top:17px;left:12.5px;font-size:20px;z-index:100191;display:block; }
 }@media only screen and (max-width: 763px) { #NEKS32kGqZoLWGI2DxEFvdniNALWnwpe { position:relative;z-index:auto;background-color:#9acbb8;background-image:none;bottom:auto;right:auto;display:block; }#NEKS32kGqZoLWGI2DxEFvdniNALWnwpe > .row .container { background-color: transparent; background-image: none; }#NEKS32kGqZoLWGI2DxEFvdniNALWnwpe::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NEKS32kGqZoLWGI2DxEFvdniNALWnwpe > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NEKS32kGqZoLWGI2DxEFvdniNALWnwpe > .row .container > .video-iframe-container { display: none; }#NEKS32kGqZoLWGI2DxEFvdniNALWnwpe > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NEKS32kGqZoLWGI2DxEFvdniNALWnwpe > .row > .video-iframe-container { display: none; }#NEKS32kGqZoLWGI2DxEFvdniNALWnwpe > .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); }#NEKS32kGqZoLWGI2DxEFvdniNALWnwpe > .row .container { width:320px;height:76px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QK4edOALKEUuQRm8USsRlXrsi9HozRUr { width:12px;height:22px;top:27px;left:76px;display:block; }
 }@media only screen and (max-width: 763px) { #NTfE6HNLrK0cyPAc8EFlS65vwrK9rO5f { width:22px;height:22px;top:27px;left:149px;display:block; }
 }@media only screen and (max-width: 763px) { #NdMTXf1A7rGDbb8nnbOdrc8KbFTAbKK3 { width:22px;height:21px;top:27.5px;left:232px;display:block; }
 }