.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W9QflVoHmLdzHTubHQCo1ReOrPU8w024 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#W9QflVoHmLdzHTubHQCo1ReOrPU8w024 > .row .container { background-color: transparent; background-image: none; }#W9QflVoHmLdzHTubHQCo1ReOrPU8w024::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W9QflVoHmLdzHTubHQCo1ReOrPU8w024 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W9QflVoHmLdzHTubHQCo1ReOrPU8w024 > .row .container > .video-iframe-container { display: none; }#W9QflVoHmLdzHTubHQCo1ReOrPU8w024 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W9QflVoHmLdzHTubHQCo1ReOrPU8w024 > .row > .video-iframe-container { display: none; }#W9QflVoHmLdzHTubHQCo1ReOrPU8w024 > .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); }#W9QflVoHmLdzHTubHQCo1ReOrPU8w024 > .row .container { border-width: 0; border-radius: 0; }#W9QflVoHmLdzHTubHQCo1ReOrPU8w024 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W9QflVoHmLdzHTubHQCo1ReOrPU8w024 > .row .container { font-size:14px;font-family:arial;height:66px;width:960px;position:relative;display:block; }#iXRwovQyWGsOEN7pyc1ONZDKd4F7LRrp { color:#ffffff;display:block;width:165px;position:absolute;font-family:montserrat;font-size:12px;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:25.1875px;left:397.5px;height:15.5977px;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;text-align:center;text-align-last:center;display:block; }
#PopW5PQkhDpuSK9WG0I04HiL5l0zbLsv { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30px;width:191px;top:17.5px;left:38px;overflow:hidden;display:block; }
#epSxLoXiAL0JXiuqaaZ4uDU2HGOILv4M { color:#04474d;display:block;width:154px;position:absolute;font-family:montserrat;font-size:12px;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:25.1875px;left:599px;height:15.5977px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#he6aru76hccvJaEVUDz94KhouwfVxmzy { color:#ffffff;display:block;width:71px;position:absolute;font-family:montserrat;font-size:12px;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:25.1875px;left:793px;height:15.5977px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PtlxT0IlDLs4kkVDmxxolWk2tLEGTk61 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9afbbae6-7aa8-426c-b65b-3c8128c84606/landigi.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PtlxT0IlDLs4kkVDmxxolWk2tLEGTk61.adaptive-delivery-prevent-bg, #PtlxT0IlDLs4kkVDmxxolWk2tLEGTk61.lazyload, #PtlxT0IlDLs4kkVDmxxolWk2tLEGTk61.lazyloading { background-image: none; }#PtlxT0IlDLs4kkVDmxxolWk2tLEGTk61 > .row .container { background-color: transparent; background-image: none; }#PtlxT0IlDLs4kkVDmxxolWk2tLEGTk61::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PtlxT0IlDLs4kkVDmxxolWk2tLEGTk61 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PtlxT0IlDLs4kkVDmxxolWk2tLEGTk61 > .row .container > .video-iframe-container { display: none; }#PtlxT0IlDLs4kkVDmxxolWk2tLEGTk61 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PtlxT0IlDLs4kkVDmxxolWk2tLEGTk61 > .row > .video-iframe-container { display: none; }#PtlxT0IlDLs4kkVDmxxolWk2tLEGTk61 > .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); }#PtlxT0IlDLs4kkVDmxxolWk2tLEGTk61 > .row .container { border-width: 0; border-radius: 0; }#PtlxT0IlDLs4kkVDmxxolWk2tLEGTk61 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PtlxT0IlDLs4kkVDmxxolWk2tLEGTk61 > .row .container { font-size:14px;font-family:arial;height:536px;width:960px;position:relative;display:block; }#FhIvTV1zJFuHmTmHWmp74hV9ZE4c4Q1T { color:#ffffff;display:block;width:604px;position:absolute;font-family:lato;font-size:20px;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 30px rgba(0,0,0,0.5);top:169px;left:55px;height:26px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mZLcqJBE4IfyKB5ywK9ktsUXfKpTTFT3 { background-color:#e30054;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:16px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:211px;height:44px;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:426px;left:55px;display:block; }
#srlIwULgnTHdfEiTJuVPQ9Sn25QAt8lP { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#sKWaEeJeVBHPm7yOcdmxqpSQ74nSMuPc { color:#ffffff;display:block;width:716px;position:absolute;font-family:montserrat;font-size:32px;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:4px 4px 46px #000000;top:68.90625px;left:55px;height:83.1875px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IVT3r41ZcSRltzUDxCHt6o635JWDQoSh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#303030;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#b03db7bfe2290131fa428c9518f24404.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#303030;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IVT3r41ZcSRltzUDxCHt6o635JWDQoSh > .row .container { background-color: transparent; background-image: none; }#IVT3r41ZcSRltzUDxCHt6o635JWDQoSh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IVT3r41ZcSRltzUDxCHt6o635JWDQoSh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IVT3r41ZcSRltzUDxCHt6o635JWDQoSh > .row .container > .video-iframe-container { display: none; }#IVT3r41ZcSRltzUDxCHt6o635JWDQoSh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IVT3r41ZcSRltzUDxCHt6o635JWDQoSh > .row > .video-iframe-container { display: none; }#IVT3r41ZcSRltzUDxCHt6o635JWDQoSh > .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); }#IVT3r41ZcSRltzUDxCHt6o635JWDQoSh > .row .container { border-width: 0; border-radius: 0; }#IVT3r41ZcSRltzUDxCHt6o635JWDQoSh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IVT3r41ZcSRltzUDxCHt6o635JWDQoSh > .row .container { font-size:14px;font-family:arial;height:51px;width:960px;position:relative;display:block; }#BtxfpyMisDf8Wgb4TzoWlKTVrc2x2VDB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BtxfpyMisDf8Wgb4TzoWlKTVrc2x2VDB > .row .container { background-color: transparent; background-image: none; }#BtxfpyMisDf8Wgb4TzoWlKTVrc2x2VDB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BtxfpyMisDf8Wgb4TzoWlKTVrc2x2VDB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BtxfpyMisDf8Wgb4TzoWlKTVrc2x2VDB > .row .container > .video-iframe-container { display: none; }#BtxfpyMisDf8Wgb4TzoWlKTVrc2x2VDB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BtxfpyMisDf8Wgb4TzoWlKTVrc2x2VDB > .row > .video-iframe-container { display: none; }#BtxfpyMisDf8Wgb4TzoWlKTVrc2x2VDB > .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); }#BtxfpyMisDf8Wgb4TzoWlKTVrc2x2VDB > .row .container { border-width: 0; border-radius: 0; }#BtxfpyMisDf8Wgb4TzoWlKTVrc2x2VDB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BtxfpyMisDf8Wgb4TzoWlKTVrc2x2VDB > .row .container { font-size:14px;font-family:arial;height:158px;width:960px;position:relative;display:block; }#IN89n0mbpmuVDO7Dd8OAwro2xUtbpSQZ { color:#303030;display:block;width:938px;position:absolute;font-family:montserrat;font-size:30px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:44px;left:0px;height:39px;font-style:normal;display:block; }
#t4LFCwOAR9doRTcNTqZ6INDUdeuFnVEq { color:#000000;display:block;width:754px;position:absolute;font-family:lato;font-size:18px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:92px;left:0px;height:23.3984px;display:block; }
#nsLQ9qL7OQK389bxO9UtZmkSt8ngJWk7 { color:#303030;display:block;width:950px;position:absolute;font-family:montserrat;font-size:30px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:44px;left:0px;height:39px;font-style:normal;display:block; }
#PB52NJsc0aG56CrhtbqHxQlo6Gd6GyE6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PB52NJsc0aG56CrhtbqHxQlo6Gd6GyE6 > .row .container { background-color: transparent; background-image: none; }#PB52NJsc0aG56CrhtbqHxQlo6Gd6GyE6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PB52NJsc0aG56CrhtbqHxQlo6Gd6GyE6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PB52NJsc0aG56CrhtbqHxQlo6Gd6GyE6 > .row .container > .video-iframe-container { display: none; }#PB52NJsc0aG56CrhtbqHxQlo6Gd6GyE6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PB52NJsc0aG56CrhtbqHxQlo6Gd6GyE6 > .row > .video-iframe-container { display: none; }#PB52NJsc0aG56CrhtbqHxQlo6Gd6GyE6 > .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); }#PB52NJsc0aG56CrhtbqHxQlo6Gd6GyE6 > .row .container { border-width: 0; border-radius: 0; }#PB52NJsc0aG56CrhtbqHxQlo6Gd6GyE6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PB52NJsc0aG56CrhtbqHxQlo6Gd6GyE6 > .row .container { font-size:14px;font-family:arial;height:563px;width:960px;position:relative;display:block; }#Iv8VxeoMGcCJbo7EoadegV3usR1LTBiJ { color:#303030;display:block;width:938px;position:absolute;font-family:montserrat;font-size:30px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:44px;left:0px;height:39px;font-style:normal;display:block; }
#xHxe1oggGD9OR1Wx3Ii2JaKNwTIH9VdB { color:#000000;display:block;width:324px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:237px;left:498px;height:20.7969px;display:block; }
#Aalsn6OHznUDTgZwP64gN150zbdwGcJi { color:#000000;display:block;width:733.992px;position:absolute;font-family:montserrat;font-size:30px;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:24.5px;left:113px;height:78px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VPNXHpqnZcgVAm4PZ33Udauc6uNSnQTE { color:#000000;display:block;width:324px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:164px;left:498px;height:41.5938px;display:block; }
#eV6R4EIr8nzHKGpXe7VSwMsy4MzUZ0Ke { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:16px;border-top-right-radius:16px;border-bottom-left-radius:16px;border-bottom-right-radius:16px;box-shadow: none;height:213px;width:319px;top:156px;left:138px;overflow:hidden;display:block; }
#XEkVFlOEZO4A9JhCpchgKccIb3Cy4vIM { background-color:#e30054;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:16px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:43.9844px;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:420.984375px;left:340px;display:block; }
#B2qmRDSWQ24IK35kMFhqpKqLllP7nyg8 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#RXrCe9NQcP5CypyJ4QFrpnnNrNB5g0rz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RXrCe9NQcP5CypyJ4QFrpnnNrNB5g0rz > .row .container { background-color: transparent; background-image: none; }#RXrCe9NQcP5CypyJ4QFrpnnNrNB5g0rz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RXrCe9NQcP5CypyJ4QFrpnnNrNB5g0rz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RXrCe9NQcP5CypyJ4QFrpnnNrNB5g0rz > .row .container > .video-iframe-container { display: none; }#RXrCe9NQcP5CypyJ4QFrpnnNrNB5g0rz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RXrCe9NQcP5CypyJ4QFrpnnNrNB5g0rz > .row > .video-iframe-container { display: none; }#RXrCe9NQcP5CypyJ4QFrpnnNrNB5g0rz > .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); }#RXrCe9NQcP5CypyJ4QFrpnnNrNB5g0rz > .row .container { border-width: 0; border-radius: 0; }#RXrCe9NQcP5CypyJ4QFrpnnNrNB5g0rz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RXrCe9NQcP5CypyJ4QFrpnnNrNB5g0rz > .row .container { font-size:14px;font-family:arial;height:563px;width:960px;position:relative;display:block; }#yZEnnR5kNWxrTOIZfbTtMEZJmSS7vK4F { color:#303030;display:block;width:938px;position:absolute;font-family:montserrat;font-size:30px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:44px;left:0px;height:39px;font-style:normal;display:block; }
#NySec6vvUQGAPKz6ckUSrGTc8BOVw1ZN { background-color:#e30054;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow: none;box-sizing:border-box;color:#fff4d6;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:16px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:43.9844px;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:420.62109375px;left:340px;display:block; }
#LQJIniyxkyaWfCUxmW68bQJ0iNnK5edq { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#FysUuNRV6VoUh6ZRafhAkSCCXlnX9zyc { color:#000000;display:block;width:325.969px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:244.1875px;left:494px;height:41.5938px;display:block; }
#vfAz5uhOFqdcihVwMs6vfXJqTTP50Dnw { color:#000000;display:block;width:811px;position:absolute;font-family:montserrat;font-size:30px;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:24.5px;left:63.5px;height:78px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BWfwJlZazZRZ03yBPIZZT0hbZyAWIiXr { color:#000000;display:block;width:315px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:169px;left:494px;height:41.5938px;display:block; }
#z48Sz9ks2CdGTZKSww12TT46pl1gtNDt { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:16px;border-top-right-radius:16px;border-bottom-left-radius:16px;border-bottom-right-radius:16px;box-shadow: none;height:214px;width:321px;top:158px;left:141px;overflow:hidden;display:block; }
#aSTtDpwfKtuQ9MOOSdBrKPWsoqUA2gki { position:relative;display:block; }#cc7a85c290c647cffa0efe0db39db675.widget-smartsection { position:relative;display:block; }#aSTtDpwfKtuQ9MOOSdBrKPWsoqUA2gki { background-color: transparent; background-image: none; }#aSTtDpwfKtuQ9MOOSdBrKPWsoqUA2gki::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aSTtDpwfKtuQ9MOOSdBrKPWsoqUA2gki > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aSTtDpwfKtuQ9MOOSdBrKPWsoqUA2gki > .row .container > .video-iframe-container { display: none; }#aSTtDpwfKtuQ9MOOSdBrKPWsoqUA2gki > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aSTtDpwfKtuQ9MOOSdBrKPWsoqUA2gki > .row > .video-iframe-container { display: none; }#aSTtDpwfKtuQ9MOOSdBrKPWsoqUA2gki > .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); }#aSTtDpwfKtuQ9MOOSdBrKPWsoqUA2gki { border-width: 0; border-radius: 0; }#aSTtDpwfKtuQ9MOOSdBrKPWsoqUA2gki > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#aSTtDpwfKtuQ9MOOSdBrKPWsoqUA2gki > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:98px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GiNaTginkLLLI1P6lKrKL3Sh6N6r1XBi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#303030;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GiNaTginkLLLI1P6lKrKL3Sh6N6r1XBi > .row .container { background-color: transparent; background-image: none; }#GiNaTginkLLLI1P6lKrKL3Sh6N6r1XBi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GiNaTginkLLLI1P6lKrKL3Sh6N6r1XBi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GiNaTginkLLLI1P6lKrKL3Sh6N6r1XBi > .row .container > .video-iframe-container { display: none; }#GiNaTginkLLLI1P6lKrKL3Sh6N6r1XBi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GiNaTginkLLLI1P6lKrKL3Sh6N6r1XBi > .row > .video-iframe-container { display: none; }#GiNaTginkLLLI1P6lKrKL3Sh6N6r1XBi > .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); }#GiNaTginkLLLI1P6lKrKL3Sh6N6r1XBi > .row .container { border-width: 0; border-radius: 0; }#GiNaTginkLLLI1P6lKrKL3Sh6N6r1XBi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GiNaTginkLLLI1P6lKrKL3Sh6N6r1XBi > .row .container { font-size:14px;font-family:arial;height:126px;width:960px;position:relative;display:block; }#H68gGsM6AXyF4AaBTHsHgDFOW7ZzlfGl { color:#ffffff;display:block;width:531px;position:absolute;font-family:montserrat;font-size:18px;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:51px;left:52px;height:23.3984px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ig6tQraXnGHk28xSSs0zdumFs8mDetfr .widget-container { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ig6tQraXnGHk28xSSs0zdumFs8mDetfr .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;color:#303030;padding-top:8px;padding-right:7px;padding-bottom:8px;padding-left:7px;display:block;align-items:center;width:42px;min-width:42px;height:43px;position:relative;font-family:arial;font-size:32px;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0px;left:0px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px; }
#ig6tQraXnGHk28xSSs0zdumFs8mDetfr .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:5px;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:56px;height:17px;position:relative;font-family:arial;font-size:12px;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0px;left:0px;font-style:normal; }
#ig6tQraXnGHk28xSSs0zdumFs8mDetfr { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:288px;height:81px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;position:absolute;font-family:"open sans";font-size:32px;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:22px;left:618px;z-index:15016; }
#ig6tQraXnGHk28xSSs0zdumFs8mDetfr #ELrWGb1UkU7Gcrv2bTNyBQTzMA2pK3Hp { display:flex;position:relative;top:0px;left:0px; }
#ig6tQraXnGHk28xSSs0zdumFs8mDetfr #va187bKNIXfbn3IZF9noc95dPVbtO42e { width:auto; }
#ig6tQraXnGHk28xSSs0zdumFs8mDetfr #k3Q0Gx0ic9HGTlLUFB7fJvIDPhOicQSz {  }
#ig6tQraXnGHk28xSSs0zdumFs8mDetfr #MyTp2xxifLf8Hm7Gny19m02RlJlDwq6x { display:flex;position:relative;top:0px;left:0px; }
#ig6tQraXnGHk28xSSs0zdumFs8mDetfr #H4ODlLwVlFNBd9UXOTMvUiHS8L7l2SiM {  }
#ig6tQraXnGHk28xSSs0zdumFs8mDetfr #C6T3ikMyMi9wC4XLw8rOQJg9TCTVe38x {  }
#ig6tQraXnGHk28xSSs0zdumFs8mDetfr #MCcXaRIwi6zbJw6JnESAu0wPB2vUo0VO { display:flex;position:relative;top:0px;left:0px; }
#ig6tQraXnGHk28xSSs0zdumFs8mDetfr #A0BPlTI1bVRT5wln9Mvl2KGWsXkD4eLH {  }
#ig6tQraXnGHk28xSSs0zdumFs8mDetfr #v9V9B66X6xAmb50pvzyqzNS9Nnf6oQ6w {  }
#ig6tQraXnGHk28xSSs0zdumFs8mDetfr #nWJr4sv5FcB0MLZBhNJfyHAzAHAiVMBt { display:flex;position:relative;top:0px;left:0px; }
#ig6tQraXnGHk28xSSs0zdumFs8mDetfr #Hh8SBzLt5Nnmvssov2mOuvXrOIpr0xnJ {  }
#ig6tQraXnGHk28xSSs0zdumFs8mDetfr #J7VJfsPGCaZ2sF73E7DEt5nPiSUuyfTz {  }
#w5H6JmDuLqx8vXvdGuHunpxHo31bEDPw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#w5H6JmDuLqx8vXvdGuHunpxHo31bEDPw > .row .container { background-color: transparent; background-image: none; }#w5H6JmDuLqx8vXvdGuHunpxHo31bEDPw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w5H6JmDuLqx8vXvdGuHunpxHo31bEDPw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w5H6JmDuLqx8vXvdGuHunpxHo31bEDPw > .row .container > .video-iframe-container { display: none; }#w5H6JmDuLqx8vXvdGuHunpxHo31bEDPw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w5H6JmDuLqx8vXvdGuHunpxHo31bEDPw > .row > .video-iframe-container { display: none; }#w5H6JmDuLqx8vXvdGuHunpxHo31bEDPw > .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); }#w5H6JmDuLqx8vXvdGuHunpxHo31bEDPw > .row .container { border-width: 0; border-radius: 0; }#w5H6JmDuLqx8vXvdGuHunpxHo31bEDPw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w5H6JmDuLqx8vXvdGuHunpxHo31bEDPw > .row .container { font-size:14px;font-family:arial;height:158px;width:960px;position:relative;display:block; }#QNHga0p0oDzXxe7zKxVrp0p0IWD4h7fL { color:#303030;display:block;width:938px;position:absolute;font-family:montserrat;font-size:30px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:44px;left:0px;height:39px;font-style:normal;display:block; }
#v5P5IVsiBJWDBzig3MTwmtelZU6uA6TT { color:#000000;display:block;width:877px;position:absolute;font-family:lato;font-size:18px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:92px;left:0px;height:23.3984px;display:block; }
#XFt9Ehdb56Gr1rcBa5lTMT6TXKA5VJpa { color:#303030;display:block;width:938px;position:absolute;font-family:montserrat;font-size:30px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:44px;left:0px;height:39px;font-style:normal;display:block; }
#wIZ6ZyF0T9oli4TgVrHOL9flTqSXNa4P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wIZ6ZyF0T9oli4TgVrHOL9flTqSXNa4P > .row .container { background-color: transparent; background-image: none; }#wIZ6ZyF0T9oli4TgVrHOL9flTqSXNa4P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wIZ6ZyF0T9oli4TgVrHOL9flTqSXNa4P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wIZ6ZyF0T9oli4TgVrHOL9flTqSXNa4P > .row .container > .video-iframe-container { display: none; }#wIZ6ZyF0T9oli4TgVrHOL9flTqSXNa4P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wIZ6ZyF0T9oli4TgVrHOL9flTqSXNa4P > .row > .video-iframe-container { display: none; }#wIZ6ZyF0T9oli4TgVrHOL9flTqSXNa4P > .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); }#wIZ6ZyF0T9oli4TgVrHOL9flTqSXNa4P > .row .container { border-width: 0; border-radius: 0; }#wIZ6ZyF0T9oli4TgVrHOL9flTqSXNa4P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wIZ6ZyF0T9oli4TgVrHOL9flTqSXNa4P > .row .container { font-size:14px;font-family:arial;height:243px;width:960px;position:relative;display:block; }#cb60RWvMNLX2QZKLLNBepOv1po5KJFtk { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40px;width:40px;top:54px;left:580px;overflow:hidden;display:block; }
#fWlJc3GqyczUh4gfJlHOu7mdS04laLwb { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40px;width:40px;top:54px;left:100px;overflow:hidden;display:block; }
#LWUcErQxOVpxMGTi8pKvoAt5GJ6D7wVv { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40px;width:40px;top:54px;left:340px;overflow:hidden;display:block; }
#S45v0qcTKzhizG6QlyuQmPi5pLGepHlt { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40px;width:40px;top:49px;left:820px;overflow:hidden;display:block; }
#rS6Sc4ngdCsCHN9ssu3OT9F8ydEUK99B { color:#000000;display:block;width:214px;position:absolute;font-family:lato;font-size:16px;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:132px;left:13px;height:62.3906px;font-style:normal;display:block; }
#CtdMSJwT5ktZf26KvNZXJMgM05EXsG7S { color:#000000;display:block;width:214px;position:absolute;font-family:lato;font-size:16px;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:132px;left:253px;height:62.3906px;font-style:normal;display:block; }
#VcOq82vDymlCxR3QrafIgMR4sw51suvC { color:#000000;display:block;width:214px;position:absolute;font-family:lato;font-size:16px;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:132px;left:493px;height:62.3906px;font-style:normal;display:block; }
#Ba15ULWgBMsmyfCm3SLqmDvxcgOoJNrn { color:#000000;display:block;width:214px;position:absolute;font-family:lato;font-size:16px;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:132px;left:733px;height:62.3906px;font-style:normal;display:block; }
#fGDU7AUy4FOBI32oAWp3oiALma3vqIHw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fGDU7AUy4FOBI32oAWp3oiALma3vqIHw > .row .container { background-color: transparent; background-image: none; }#fGDU7AUy4FOBI32oAWp3oiALma3vqIHw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fGDU7AUy4FOBI32oAWp3oiALma3vqIHw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fGDU7AUy4FOBI32oAWp3oiALma3vqIHw > .row .container > .video-iframe-container { display: none; }#fGDU7AUy4FOBI32oAWp3oiALma3vqIHw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fGDU7AUy4FOBI32oAWp3oiALma3vqIHw > .row > .video-iframe-container { display: none; }#fGDU7AUy4FOBI32oAWp3oiALma3vqIHw > .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); }#fGDU7AUy4FOBI32oAWp3oiALma3vqIHw > .row .container { border-width: 0; border-radius: 0; }#fGDU7AUy4FOBI32oAWp3oiALma3vqIHw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fGDU7AUy4FOBI32oAWp3oiALma3vqIHw > .row .container { font-size:14px;font-family:arial;height:158px;width:960px;position:relative;display:block; }#NUtoXnDRrGyUuqKJMySVrGw4gabrCqlv { color:#303030;display:block;width:960px;position:absolute;font-family:montserrat;font-size:30px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:44px;left:0px;height:39px;font-style:normal;display:block; }
#qfODnVf8R2d3N74BAG9ZLvO7bW5OuJqk { color:#000000;display:block;width:739px;position:absolute;font-family:lato;font-size:18px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:92px;left:0px;height:23.3984px;display:block; }
#CxayxTQTERdOrbZLgWvnRdJ5IaMyvUUp { position:relative;display:block; }#CxayxTQTERdOrbZLgWvnRdJ5IaMyvUUp { background-color: transparent; background-image: none; }#CxayxTQTERdOrbZLgWvnRdJ5IaMyvUUp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CxayxTQTERdOrbZLgWvnRdJ5IaMyvUUp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CxayxTQTERdOrbZLgWvnRdJ5IaMyvUUp > .row .container > .video-iframe-container { display: none; }#CxayxTQTERdOrbZLgWvnRdJ5IaMyvUUp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CxayxTQTERdOrbZLgWvnRdJ5IaMyvUUp > .row > .video-iframe-container { display: none; }#CxayxTQTERdOrbZLgWvnRdJ5IaMyvUUp > .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); }#CxayxTQTERdOrbZLgWvnRdJ5IaMyvUUp { border-width: 0; border-radius: 0; }#CxayxTQTERdOrbZLgWvnRdJ5IaMyvUUp > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#CxayxTQTERdOrbZLgWvnRdJ5IaMyvUUp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:244px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#RuS7MKLFwEhCv9QlTw3EJTZoZx5mKf0R { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7px;border-top-right-radius:7px;border-bottom-left-radius:7px;border-bottom-right-radius:7px;box-shadow: none;height:170px;width:110px;top:0px;left:0px;overflow:hidden;display:block; }
#UvTcHCv3fErRdgasnSSo1N1mkPUrHd1T { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7px;border-top-right-radius:7px;border-bottom-left-radius:7px;border-bottom-right-radius:7px;box-shadow: none;height:170px;width:110px;top:30px;left:123px;overflow:hidden;display:block; }
#OerTmGtQJwe55M5g8bt1Cn47Lsw5ci3M { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7px;border-top-right-radius:7px;border-bottom-left-radius:7px;border-bottom-right-radius:7px;box-shadow: none;height:170px;width:110px;top:50px;left:245px;overflow:hidden;display:block; }
#RoRTLaTiOLSA0bHxcNV5Ii9mloDNGT61 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7px;border-top-right-radius:7px;border-bottom-left-radius:7px;border-bottom-right-radius:7px;box-shadow: none;height:170px;width:110px;top:30px;left:366px;overflow:hidden;display:block; }
#JPTFXNrpCXbkn4gOi2HIHqlXU4mJxvKA { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7px;border-top-right-radius:7px;border-bottom-left-radius:7px;border-bottom-right-radius:7px;box-shadow: none;height:170px;width:110px;top:0px;left:488px;overflow:hidden;display:block; }
#GURiPgTaRDL9JotPbEECauykXTaOLzi6 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7px;border-top-right-radius:7px;border-bottom-left-radius:7px;border-bottom-right-radius:7px;box-shadow: none;height:170px;width:110px;top:30px;left:609px;overflow:hidden;display:block; }
#X8P0SfBlhV6iLw9cN1Rm9dhC3wBpxtFk { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7px;border-top-right-radius:7px;border-bottom-left-radius:7px;border-bottom-right-radius:7px;box-shadow: none;height:170px;width:110px;top:50px;left:729.703125px;overflow:hidden;display:block; }
#DvPopczAi3Q74v2Lros4DyNLqNP22mRv { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7px;border-top-right-radius:7px;border-bottom-left-radius:7px;border-bottom-right-radius:7px;box-shadow: none;height:170px;width:110px;top:30px;left:850px;overflow:hidden;display:block; }
#lEzWtly6XiMHnmsPyg92A5nMLRtRASXo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lEzWtly6XiMHnmsPyg92A5nMLRtRASXo > .row .container { background-color: transparent; background-image: none; }#lEzWtly6XiMHnmsPyg92A5nMLRtRASXo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lEzWtly6XiMHnmsPyg92A5nMLRtRASXo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lEzWtly6XiMHnmsPyg92A5nMLRtRASXo > .row .container > .video-iframe-container { display: none; }#lEzWtly6XiMHnmsPyg92A5nMLRtRASXo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lEzWtly6XiMHnmsPyg92A5nMLRtRASXo > .row > .video-iframe-container { display: none; }#lEzWtly6XiMHnmsPyg92A5nMLRtRASXo > .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); }#lEzWtly6XiMHnmsPyg92A5nMLRtRASXo > .row .container { border-width: 0; border-radius: 0; }#lEzWtly6XiMHnmsPyg92A5nMLRtRASXo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lEzWtly6XiMHnmsPyg92A5nMLRtRASXo > .row .container { font-size:14px;font-family:arial;height:229px;width:960px;position:relative;display:block; }#mwc2OfUHirZ7qfL5i3usTht4S8M5JeXr { color:#303030;display:block;width:39px;position:absolute;font-family:montserrat;font-size:42px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:10px;left:40px;height:54.6px;font-style:normal;display:block; }
#GaRK5pu5ivVqkDRwoHgMBw1TduPRBTP9 { color:#303030;display:block;width:39px;position:absolute;font-family:montserrat;font-size:42px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:10px;left:360px;height:54.6px;font-style:normal;display:block; }
#cuKuvvms3wvJFpLosi6J89c3VvksDgrM { color:#303030;display:block;width:39px;position:absolute;font-family:montserrat;font-size:42px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:10px;left:680px;height:54.6px;font-style:normal;display:block; }
#tWv6A1mkZph34lhDqlTgAOTrKHnnHBkb { color:#000000;display:block;width:242px;position:absolute;font-family:montserrat;font-size:18px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:67px;left:40px;height:23.3984px;display:block; }
#nFciAoEZcecTlnTHwQfFxIGsMu1PKlVz { color:#000000;display:block;width:288px;position:absolute;font-family:montserrat;font-size:18px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:67px;left:360px;height:23.3984px;display:block; }
#XPocBh88JwPOCemIZRE3vU9cSg7PKVAq { color:#000000;display:block;width:242px;position:absolute;font-family:montserrat;font-size:18px;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:67px;left:680px;height:23.3984px;display:block; }
#lSwekniSiU0yz5iI0KvTUSvDGF3TgScz { color:#000000;display:block;width:214px;position:absolute;font-family:lato;font-size:16px;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:94px;left:40px;height:62.3906px;font-style:normal;display:block; }
#ff8sfmJx3iJ9cJ8AOf8dkZzupfmNyrtM { color:#000000;display:block;width:214px;position:absolute;font-family:lato;font-size:16px;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:93px;left:360px;height:62.3906px;font-style:normal;display:block; }
#Ts8PnHhIgqfsKTXMxch4SU7tTH936Du0 { color:#000000;display:block;width:214px;position:absolute;font-family:lato;font-size:16px;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:93px;left:680px;height:62.3906px;font-style:normal;display:block; }
#KKkIw9JQUeJIyGkEDkdWz1BzFQJRT2r2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KKkIw9JQUeJIyGkEDkdWz1BzFQJRT2r2 > .row .container { background-color: transparent; background-image: none; }#KKkIw9JQUeJIyGkEDkdWz1BzFQJRT2r2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KKkIw9JQUeJIyGkEDkdWz1BzFQJRT2r2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KKkIw9JQUeJIyGkEDkdWz1BzFQJRT2r2 > .row .container > .video-iframe-container { display: none; }#KKkIw9JQUeJIyGkEDkdWz1BzFQJRT2r2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KKkIw9JQUeJIyGkEDkdWz1BzFQJRT2r2 > .row > .video-iframe-container { display: none; }#KKkIw9JQUeJIyGkEDkdWz1BzFQJRT2r2 > .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); }#KKkIw9JQUeJIyGkEDkdWz1BzFQJRT2r2 > .row .container { border-width: 0; border-radius: 0; }#KKkIw9JQUeJIyGkEDkdWz1BzFQJRT2r2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KKkIw9JQUeJIyGkEDkdWz1BzFQJRT2r2 > .row .container { font-size:14px;font-family:arial;height:114px;width:960px;position:relative;display:block; }#Mb3tieV90uuJRmgV09SCT2rdDEdA4rud { background-color:#e30054;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:16px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:205px;height:44px;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:35px;left:377.5px;display:block; }
#MqvBkFaZCwx3EFymc6PVu5TUCBCEn7BO { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ocrvWXUQZIUnn0IBAucxWRL2B8ityUw4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ocrvWXUQZIUnn0IBAucxWRL2B8ityUw4 > .row .container { background-color: transparent; background-image: none; }#ocrvWXUQZIUnn0IBAucxWRL2B8ityUw4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocrvWXUQZIUnn0IBAucxWRL2B8ityUw4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocrvWXUQZIUnn0IBAucxWRL2B8ityUw4 > .row .container > .video-iframe-container { display: none; }#ocrvWXUQZIUnn0IBAucxWRL2B8ityUw4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocrvWXUQZIUnn0IBAucxWRL2B8ityUw4 > .row > .video-iframe-container { display: none; }#ocrvWXUQZIUnn0IBAucxWRL2B8ityUw4 > .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); }#ocrvWXUQZIUnn0IBAucxWRL2B8ityUw4 > .row .container { border-width: 0; border-radius: 0; }#ocrvWXUQZIUnn0IBAucxWRL2B8ityUw4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ocrvWXUQZIUnn0IBAucxWRL2B8ityUw4 > .row .container { font-size:14px;font-family:arial;height:152px;width:960px;position:relative;display:block; }#TnScuwN6VJ9kUWdE1iwafLnxH6yRbulL { color:#303030;display:block;width:695px;position:absolute;font-family:montserrat;font-size:30px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:31px;left:0px;height:39px;font-style:normal;display:block; }
#J2ltWdUc9NHrkT0vKTe4Rf07TllIittC { color:#000000;display:block;width:708px;position:absolute;font-family:lato;font-size:18px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:76px;left:0px;height:23.3984px;display:block; }
#cgbTCCgWysFWIK9UN5dlXt217laFx0pV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cgbTCCgWysFWIK9UN5dlXt217laFx0pV > .row .container { background-color: transparent; background-image: none; }#cgbTCCgWysFWIK9UN5dlXt217laFx0pV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cgbTCCgWysFWIK9UN5dlXt217laFx0pV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cgbTCCgWysFWIK9UN5dlXt217laFx0pV > .row .container > .video-iframe-container { display: none; }#cgbTCCgWysFWIK9UN5dlXt217laFx0pV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cgbTCCgWysFWIK9UN5dlXt217laFx0pV > .row > .video-iframe-container { display: none; }#cgbTCCgWysFWIK9UN5dlXt217laFx0pV > .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); }#cgbTCCgWysFWIK9UN5dlXt217laFx0pV > .row .container { border-width: 0; border-radius: 0; }#cgbTCCgWysFWIK9UN5dlXt217laFx0pV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cgbTCCgWysFWIK9UN5dlXt217laFx0pV > .row .container { font-size:14px;font-family:arial;height:270px;width:960px;position:relative;display:block; }#PTCsdOFImlxkDE7IFChcpFMx52rV94Ql { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7px;border-top-right-radius:7px;border-bottom-left-radius:7px;border-bottom-right-radius:7px;box-shadow: none;height:250px;width:471px;top:0px;left:0px;overflow:hidden;display:block; }
#kNGzh07e7ck23Mf4RK7t1M6GgNy8refo { box-sizing:content-box;color:#ffffff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:180.1875px;left:407px;display:block; }
#zBK86ipQ9A8Z8AFHFvdeOqK3N6qgtw8V { color:#303030;display:block;width:370px;position:absolute;font-family:montserrat;font-size:22px;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:185.390625px;left:18px;height:28.5938px;font-style:normal;display:block; }
#yQG5ihQmWwAqoHlFvaz7sHohU4IgxdKx { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7px;border-top-right-radius:7px;border-bottom-left-radius:7px;border-bottom-right-radius:7px;box-shadow: none;height:250px;width:472px;top:0px;left:488px;overflow:hidden;display:block; }
#AWJJieeGqli1mLpFbBV9TU7hSsKkMbMo { box-sizing:content-box;color:#ffffff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15013;top:182.1875px;left:892px;display:block; }
#CHKM5PZWIWanQoGgGFDp3NGdwIxJnc8d { color:#303030;display:block;width:370px;position:absolute;font-family:lato;font-size:14px;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:211px;left:506px;height:18.1992px;font-style:normal;display:block; }
#DLT7WAxIyA37rhdDiCPoSVFfKt2w04Cb { color:#303030;display:block;width:370px;position:absolute;font-family:montserrat;font-size:22px;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:182.1875px;left:506px;height:28.5938px;font-style:normal;display:block; }
#wxykfxauym4MGr2LhD7QXt6dBxra8xHK { color:#303030;display:block;width:370px;position:absolute;font-family:lato;font-size:14px;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:213px;left:18px;height:18.1992px;font-style:normal;display:block; }
#eXShKLWB2Cky3q59TuEDRV49XySkoA2T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eXShKLWB2Cky3q59TuEDRV49XySkoA2T > .row .container { background-color: transparent; background-image: none; }#eXShKLWB2Cky3q59TuEDRV49XySkoA2T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eXShKLWB2Cky3q59TuEDRV49XySkoA2T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eXShKLWB2Cky3q59TuEDRV49XySkoA2T > .row .container > .video-iframe-container { display: none; }#eXShKLWB2Cky3q59TuEDRV49XySkoA2T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eXShKLWB2Cky3q59TuEDRV49XySkoA2T > .row > .video-iframe-container { display: none; }#eXShKLWB2Cky3q59TuEDRV49XySkoA2T > .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); }#eXShKLWB2Cky3q59TuEDRV49XySkoA2T > .row .container { border-width: 0; border-radius: 0; }#eXShKLWB2Cky3q59TuEDRV49XySkoA2T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eXShKLWB2Cky3q59TuEDRV49XySkoA2T > .row .container { font-size:14px;font-family:arial;height:270px;width:960px;position:relative;display:block; }#vTm6S4vpxq8sCbHHlRC1ipoIDEbSaoSB { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7px;border-top-right-radius:7px;border-bottom-left-radius:7px;border-bottom-right-radius:7px;box-shadow: none;height:250px;width:472px;top:0px;left:0px;overflow:hidden;display:block; }
#dhusgIiQLK9B40ak4Iu2mnI59wu1ei8b { box-sizing:content-box;color:#ffffff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:180.1875px;left:407px;display:block; }
#Q3ttxDpNa8qhrsKdLzsnxSA2Rq4ZxJcf { color:#303030;display:block;width:370px;position:absolute;font-family:montserrat;font-size:22px;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:161.390625px;left:18px;height:28.5938px;font-style:normal;display:block; }
#z6kSLAuE3ETgrILdrXnkTJBCklgE6WTl { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7px;border-top-right-radius:7px;border-bottom-left-radius:7px;border-bottom-right-radius:7px;box-shadow: none;height:250px;width:472px;top:0px;left:488px;overflow:hidden;display:block; }
#PoSoOtvAG2xZUoFHeKLrBPR3DhpmiLQw { box-sizing:content-box;color:#ffffff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15013;top:182.1875px;left:892px;display:block; }
#fHcEsJLxNEUzPHJNEkWizkfbkTg4tRJg { color:#303030;display:block;width:370px;position:absolute;font-family:montserrat;font-size:22px;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:181.1875px;left:506px;height:28.5938px;font-style:normal;display:block; }
#Fcuuh3BbAiLP5V3wcO7MTFwlIo8Tduhu { color:#303030;display:block;width:370px;position:absolute;font-family:lato;font-size:14px;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:194px;left:18px;height:36.3906px;font-style:normal;display:block; }
#VPmyVk1KHHBA6ig32xPzicoC66gTC0Di { color:#303030;display:block;width:370px;position:absolute;font-family:lato;font-size:14px;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:210px;left:506px;height:18.1992px;font-style:normal;display:block; }
#VJhKCLbAQwJ2dVTnPMU8193esCR05FtF { position:relative;display:block; }#VJhKCLbAQwJ2dVTnPMU8193esCR05FtF { background-color: transparent; background-image: none; }#VJhKCLbAQwJ2dVTnPMU8193esCR05FtF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VJhKCLbAQwJ2dVTnPMU8193esCR05FtF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VJhKCLbAQwJ2dVTnPMU8193esCR05FtF > .row .container > .video-iframe-container { display: none; }#VJhKCLbAQwJ2dVTnPMU8193esCR05FtF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VJhKCLbAQwJ2dVTnPMU8193esCR05FtF > .row > .video-iframe-container { display: none; }#VJhKCLbAQwJ2dVTnPMU8193esCR05FtF > .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); }#VJhKCLbAQwJ2dVTnPMU8193esCR05FtF { border-width: 0; border-radius: 0; }#VJhKCLbAQwJ2dVTnPMU8193esCR05FtF > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#VJhKCLbAQwJ2dVTnPMU8193esCR05FtF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:180px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#iFQtPvA2di7uJOq2mW5bcOc8dsqeaMIt { background-color:#e30054;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:08px;border-top-right-radius:08px;border-bottom-left-radius:08px;border-bottom-right-radius:08px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:16px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:193px;height:47px;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:66.5px;left:383.5px;display:block; }
#B9nHqN2LELgunrh3bJMOFkTwLhVONRqm { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#kl0PLVDHRRwqkDFTgr0TBqsTttOkTzCA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kl0PLVDHRRwqkDFTgr0TBqsTttOkTzCA > .row .container { background-color: transparent; background-image: none; }#kl0PLVDHRRwqkDFTgr0TBqsTttOkTzCA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kl0PLVDHRRwqkDFTgr0TBqsTttOkTzCA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kl0PLVDHRRwqkDFTgr0TBqsTttOkTzCA > .row .container > .video-iframe-container { display: none; }#kl0PLVDHRRwqkDFTgr0TBqsTttOkTzCA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kl0PLVDHRRwqkDFTgr0TBqsTttOkTzCA > .row > .video-iframe-container { display: none; }#kl0PLVDHRRwqkDFTgr0TBqsTttOkTzCA > .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); }#kl0PLVDHRRwqkDFTgr0TBqsTttOkTzCA > .row .container { border-width: 0; border-radius: 0; }#kl0PLVDHRRwqkDFTgr0TBqsTttOkTzCA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kl0PLVDHRRwqkDFTgr0TBqsTttOkTzCA > .row .container { font-size:14px;font-family:"open sans";height:124px;width:960px;position:relative;display:block; }#mEH5xTbC052fJ2Oma80o5NtJltwpQ2b3 { color:#303030;display:block;width:695px;position:absolute;font-family:montserrat;font-size:30px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:48px;left:0px;height:39px;font-style:normal;display:block; }
#QGyi3Tt9dFUAQXXV1ylTodkR3vzk2DQ7 { color:#000000;display:block;width:739px;position:absolute;font-family:lato;font-size:18px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:90px;left:0px;height:23.3984px;display:block; }
#T3L1xfGkOJKdXJlt7ITDWI3OQH9xIG6x { position:relative;display:block; }#c7285c18046fc79ca9bf4102bb719d78.widget-smartsection { position:relative;display:block; }#T3L1xfGkOJKdXJlt7ITDWI3OQH9xIG6x { background-color: transparent; background-image: none; }#T3L1xfGkOJKdXJlt7ITDWI3OQH9xIG6x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3L1xfGkOJKdXJlt7ITDWI3OQH9xIG6x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3L1xfGkOJKdXJlt7ITDWI3OQH9xIG6x > .row .container > .video-iframe-container { display: none; }#T3L1xfGkOJKdXJlt7ITDWI3OQH9xIG6x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3L1xfGkOJKdXJlt7ITDWI3OQH9xIG6x > .row > .video-iframe-container { display: none; }#T3L1xfGkOJKdXJlt7ITDWI3OQH9xIG6x > .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); }#T3L1xfGkOJKdXJlt7ITDWI3OQH9xIG6x { border-width: 0; border-radius: 0; }#T3L1xfGkOJKdXJlt7ITDWI3OQH9xIG6x > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#T3L1xfGkOJKdXJlt7ITDWI3OQH9xIG6x > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:900px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#QFt03BFASTo9TED1PcKUeEXwdQASo86k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QFt03BFASTo9TED1PcKUeEXwdQASo86k > .row .container { background-color: transparent; background-image: none; }#QFt03BFASTo9TED1PcKUeEXwdQASo86k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QFt03BFASTo9TED1PcKUeEXwdQASo86k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QFt03BFASTo9TED1PcKUeEXwdQASo86k > .row .container > .video-iframe-container { display: none; }#QFt03BFASTo9TED1PcKUeEXwdQASo86k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QFt03BFASTo9TED1PcKUeEXwdQASo86k > .row > .video-iframe-container { display: none; }#QFt03BFASTo9TED1PcKUeEXwdQASo86k > .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); }#QFt03BFASTo9TED1PcKUeEXwdQASo86k > .row .container { border-width: 0; border-radius: 0; }#QFt03BFASTo9TED1PcKUeEXwdQASo86k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QFt03BFASTo9TED1PcKUeEXwdQASo86k > .row .container { font-size:14px;font-family:arial;height:315px;width:960px;position:relative;display:block; }#yC6Socb5vqW4uJbnDxX4ZIWV7ZTUWkxK { background-color:#e30054;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:08px;border-top-right-radius:08px;border-bottom-left-radius:08px;border-bottom-right-radius:08px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:16px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:193px;height:47px;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:223px;left:383.5px;display:block; }
#wTu62kxEQcrC2UDTmQXD260poIyU1mr6 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Toe8I60OQ8fATIsn6NIF3f8Trmik7PDC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#303030;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#a438ffe210dc4de391134386bf3cf15f.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#303030;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Toe8I60OQ8fATIsn6NIF3f8Trmik7PDC > .row .container { background-color: transparent; background-image: none; }#Toe8I60OQ8fATIsn6NIF3f8Trmik7PDC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Toe8I60OQ8fATIsn6NIF3f8Trmik7PDC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Toe8I60OQ8fATIsn6NIF3f8Trmik7PDC > .row .container > .video-iframe-container { display: none; }#Toe8I60OQ8fATIsn6NIF3f8Trmik7PDC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Toe8I60OQ8fATIsn6NIF3f8Trmik7PDC > .row > .video-iframe-container { display: none; }#Toe8I60OQ8fATIsn6NIF3f8Trmik7PDC > .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); }#Toe8I60OQ8fATIsn6NIF3f8Trmik7PDC > .row .container { border-width: 0; border-radius: 0; }#Toe8I60OQ8fATIsn6NIF3f8Trmik7PDC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Toe8I60OQ8fATIsn6NIF3f8Trmik7PDC > .row .container { font-size:14px;font-family:"open sans";height:161px;width:960px;position:relative;display:block; }#ab4QdsGn6bX7HsQgXc718RiqnBBz0q4e { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#303030;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ec6fd14c6e8061d0b498efb72507d0e3.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#303030;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ab4QdsGn6bX7HsQgXc718RiqnBBz0q4e > .row .container { background-color: transparent; background-image: none; }#ab4QdsGn6bX7HsQgXc718RiqnBBz0q4e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ab4QdsGn6bX7HsQgXc718RiqnBBz0q4e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ab4QdsGn6bX7HsQgXc718RiqnBBz0q4e > .row .container > .video-iframe-container { display: none; }#ab4QdsGn6bX7HsQgXc718RiqnBBz0q4e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ab4QdsGn6bX7HsQgXc718RiqnBBz0q4e > .row > .video-iframe-container { display: none; }#ab4QdsGn6bX7HsQgXc718RiqnBBz0q4e > .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); }#ab4QdsGn6bX7HsQgXc718RiqnBBz0q4e > .row .container { border-width: 0; border-radius: 0; }#ab4QdsGn6bX7HsQgXc718RiqnBBz0q4e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ab4QdsGn6bX7HsQgXc718RiqnBBz0q4e > .row .container { font-size:14px;font-family:"open sans";height:178px;width:960px;position:relative;display:block; }#AN1CZoqeIbIqm30TsDerJebaC84ssbQt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#303030;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#D586ff32eb929cd0e217bfcd760e2109.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#303030;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AN1CZoqeIbIqm30TsDerJebaC84ssbQt > .row .container { background-color: transparent; background-image: none; }#AN1CZoqeIbIqm30TsDerJebaC84ssbQt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AN1CZoqeIbIqm30TsDerJebaC84ssbQt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AN1CZoqeIbIqm30TsDerJebaC84ssbQt > .row .container > .video-iframe-container { display: none; }#AN1CZoqeIbIqm30TsDerJebaC84ssbQt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AN1CZoqeIbIqm30TsDerJebaC84ssbQt > .row > .video-iframe-container { display: none; }#AN1CZoqeIbIqm30TsDerJebaC84ssbQt > .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); }#AN1CZoqeIbIqm30TsDerJebaC84ssbQt > .row .container { border-width: 0; border-radius: 0; }#AN1CZoqeIbIqm30TsDerJebaC84ssbQt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AN1CZoqeIbIqm30TsDerJebaC84ssbQt > .row .container { font-size:14px;font-family:"open sans";height:192px;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) { #W9QflVoHmLdzHTubHQCo1ReOrPU8w024 { display:block; }#W9QflVoHmLdzHTubHQCo1ReOrPU8w024 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iXRwovQyWGsOEN7pyc1ONZDKd4F7LRrp { top:25px;left:299.5px;width:165px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #PopW5PQkhDpuSK9WG0I04HiL5l0zbLsv { top:17px;left:0px;width:191px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { #epSxLoXiAL0JXiuqaaZ4uDU2HGOILv4M { top:25px;left:501px;width:154px;height:16px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #he6aru76hccvJaEVUDz94KhouwfVxmzy { top:25px;left:693px;width:71px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #PtlxT0IlDLs4kkVDmxxolWk2tLEGTk61 { display:block; }#PtlxT0IlDLs4kkVDmxxolWk2tLEGTk61 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FhIvTV1zJFuHmTmHWmp74hV9ZE4c4Q1T { top:169px;left:0px;width:604px;height:26px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #mZLcqJBE4IfyKB5ywK9ktsUXfKpTTFT3 { width:211px;height:44px;top:426px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #srlIwULgnTHdfEiTJuVPQ9Sn25QAt8lP { display:block; }
 }@media only screen and (max-width: 763px) { #sKWaEeJeVBHPm7yOcdmxqpSQ74nSMuPc { top:68px;left:0px;width:716px;height:83px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #IVT3r41ZcSRltzUDxCHt6o635JWDQoSh { display:block; }#b03db7bfe2290131fa428c9518f24404.widget-smartsection { display:block; }#IVT3r41ZcSRltzUDxCHt6o635JWDQoSh > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BtxfpyMisDf8Wgb4TzoWlKTVrc2x2VDB { display:block; }#BtxfpyMisDf8Wgb4TzoWlKTVrc2x2VDB > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IN89n0mbpmuVDO7Dd8OAwro2xUtbpSQZ { top:44px;left:0px;width:764px;height:39px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #t4LFCwOAR9doRTcNTqZ6INDUdeuFnVEq { top:92px;left:0px;width:754px;height:23px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #nsLQ9qL7OQK389bxO9UtZmkSt8ngJWk7 { top:44px;left:0px;width:764px;height:39px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #PB52NJsc0aG56CrhtbqHxQlo6Gd6GyE6 { display:block; }#PB52NJsc0aG56CrhtbqHxQlo6Gd6GyE6 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Iv8VxeoMGcCJbo7EoadegV3usR1LTBiJ { top:44px;left:0px;width:764px;height:39px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #xHxe1oggGD9OR1Wx3Ii2JaKNwTIH9VdB { top:237px;left:400px;width:324px;height:41px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Aalsn6OHznUDTgZwP64gN150zbdwGcJi { top:24px;left:15px;width:733px;height:78px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #VPNXHpqnZcgVAm4PZ33Udauc6uNSnQTE { top:164px;left:400px;width:324px;height:62px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #eV6R4EIr8nzHKGpXe7VSwMsy4MzUZ0Ke { top:156px;left:40px;width:319px;height:213px;display:block; }
 }@media only screen and (max-width: 763px) { #XEkVFlOEZO4A9JhCpchgKccIb3Cy4vIM { width:280px;height:43px;top:420px;left:242px;display:block; }
 }@media only screen and (max-width: 763px) { #B2qmRDSWQ24IK35kMFhqpKqLllP7nyg8 { display:block; }
 }@media only screen and (max-width: 763px) { #RXrCe9NQcP5CypyJ4QFrpnnNrNB5g0rz { display:block; }#RXrCe9NQcP5CypyJ4QFrpnnNrNB5g0rz > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yZEnnR5kNWxrTOIZfbTtMEZJmSS7vK4F { top:44px;left:0px;width:764px;height:39px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #NySec6vvUQGAPKz6ckUSrGTc8BOVw1ZN { width:280px;height:43px;top:420px;left:242px;display:block; }
 }@media only screen and (max-width: 763px) { #LQJIniyxkyaWfCUxmW68bQJ0iNnK5edq { display:block; }
 }@media only screen and (max-width: 763px) { #FysUuNRV6VoUh6ZRafhAkSCCXlnX9zyc { top:244px;left:396px;width:325px;height:41px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #vfAz5uhOFqdcihVwMs6vfXJqTTP50Dnw { top:24px;left:0px;width:764px;height:78px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #BWfwJlZazZRZ03yBPIZZT0hbZyAWIiXr { top:169px;left:396px;width:315px;height:62px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #z48Sz9ks2CdGTZKSww12TT46pl1gtNDt { top:158px;left:43px;width:321px;height:214px;display:block; }
 }@media only screen and (max-width: 763px) { #aSTtDpwfKtuQ9MOOSdBrKPWsoqUA2gki { display:block; }#cc7a85c290c647cffa0efe0db39db675.widget-smartsection { display:block; }#aSTtDpwfKtuQ9MOOSdBrKPWsoqUA2gki > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GiNaTginkLLLI1P6lKrKL3Sh6N6r1XBi { display:block; }#GiNaTginkLLLI1P6lKrKL3Sh6N6r1XBi > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H68gGsM6AXyF4AaBTHsHgDFOW7ZzlfGl { width:531px;height:23px;top:51px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #ig6tQraXnGHk28xSSs0zdumFs8mDetfr .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ig6tQraXnGHk28xSSs0zdumFs8mDetfr .widget-text.counter-number { padding-top:8px;padding-right:7px;padding-bottom:8px;padding-left:7px;width:42px;min-width:42px;height:43px;font-size:32px;line-height:43px;top:0px;left:0px; }
#ig6tQraXnGHk28xSSs0zdumFs8mDetfr .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:5px;margin-right:0;margin-bottom:0;margin-left:0;width:56px;height:17px;font-size:12px;line-height:1;top:0px;left:0px; }
#ig6tQraXnGHk28xSSs0zdumFs8mDetfr { width:288px;height:81px;display:flex;top:88px;left:295px;z-index:15016; }
 }@media only screen and (max-width: 763px) { #ig6tQraXnGHk28xSSs0zdumFs8mDetfr #ELrWGb1UkU7Gcrv2bTNyBQTzMA2pK3Hp { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #ig6tQraXnGHk28xSSs0zdumFs8mDetfr #va187bKNIXfbn3IZF9noc95dPVbtO42e {  }
 }@media only screen and (max-width: 763px) { #ig6tQraXnGHk28xSSs0zdumFs8mDetfr #k3Q0Gx0ic9HGTlLUFB7fJvIDPhOicQSz {  }
 }@media only screen and (max-width: 763px) { #ig6tQraXnGHk28xSSs0zdumFs8mDetfr #MyTp2xxifLf8Hm7Gny19m02RlJlDwq6x { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #ig6tQraXnGHk28xSSs0zdumFs8mDetfr #H4ODlLwVlFNBd9UXOTMvUiHS8L7l2SiM {  }
 }@media only screen and (max-width: 763px) { #ig6tQraXnGHk28xSSs0zdumFs8mDetfr #C6T3ikMyMi9wC4XLw8rOQJg9TCTVe38x {  }
 }@media only screen and (max-width: 763px) { #ig6tQraXnGHk28xSSs0zdumFs8mDetfr #MCcXaRIwi6zbJw6JnESAu0wPB2vUo0VO { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #ig6tQraXnGHk28xSSs0zdumFs8mDetfr #A0BPlTI1bVRT5wln9Mvl2KGWsXkD4eLH {  }
 }@media only screen and (max-width: 763px) { #ig6tQraXnGHk28xSSs0zdumFs8mDetfr #v9V9B66X6xAmb50pvzyqzNS9Nnf6oQ6w {  }
 }@media only screen and (max-width: 763px) { #ig6tQraXnGHk28xSSs0zdumFs8mDetfr #nWJr4sv5FcB0MLZBhNJfyHAzAHAiVMBt { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #ig6tQraXnGHk28xSSs0zdumFs8mDetfr #Hh8SBzLt5Nnmvssov2mOuvXrOIpr0xnJ {  }
 }@media only screen and (max-width: 763px) { #ig6tQraXnGHk28xSSs0zdumFs8mDetfr #J7VJfsPGCaZ2sF73E7DEt5nPiSUuyfTz {  }
 }@media only screen and (max-width: 763px) { #w5H6JmDuLqx8vXvdGuHunpxHo31bEDPw { display:block; }#w5H6JmDuLqx8vXvdGuHunpxHo31bEDPw > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QNHga0p0oDzXxe7zKxVrp0p0IWD4h7fL { top:44px;left:0px;width:764px;height:39px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #v5P5IVsiBJWDBzig3MTwmtelZU6uA6TT { top:92px;left:0px;width:764px;height:23px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #XFt9Ehdb56Gr1rcBa5lTMT6TXKA5VJpa { top:44px;left:0px;width:764px;height:39px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #wIZ6ZyF0T9oli4TgVrHOL9flTqSXNa4P { display:block; }#wIZ6ZyF0T9oli4TgVrHOL9flTqSXNa4P > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cb60RWvMNLX2QZKLLNBepOv1po5KJFtk { top:54px;left:457.5px;width:40px;height:40px;display:block; }
 }@media only screen and (max-width: 763px) { #fWlJc3GqyczUh4gfJlHOu7mdS04laLwb { top:54px;left:75.5px;width:40px;height:40px;display:block; }
 }@media only screen and (max-width: 763px) { #LWUcErQxOVpxMGTi8pKvoAt5GJ6D7wVv { top:54px;left:266.5px;width:40px;height:40px;display:block; }
 }@media only screen and (max-width: 763px) { #S45v0qcTKzhizG6QlyuQmPi5pLGepHlt { top:49px;left:648.5px;width:40px;height:40px;display:block; }
 }@media only screen and (max-width: 763px) { #rS6Sc4ngdCsCHN9ssu3OT9F8ydEUK99B { top:132px;left:0px;width:214px;height:62px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #CtdMSJwT5ktZf26KvNZXJMgM05EXsG7S { top:132px;left:168px;width:214px;height:62px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #VcOq82vDymlCxR3QrafIgMR4sw51suvC { top:132px;left:359px;width:214px;height:62px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Ba15ULWgBMsmyfCm3SLqmDvxcgOoJNrn { top:132px;left:550px;width:214px;height:41px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #fGDU7AUy4FOBI32oAWp3oiALma3vqIHw { display:block; }#fGDU7AUy4FOBI32oAWp3oiALma3vqIHw > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NUtoXnDRrGyUuqKJMySVrGw4gabrCqlv { top:44px;left:0px;width:764px;height:39px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #qfODnVf8R2d3N74BAG9ZLvO7bW5OuJqk { top:92px;left:0px;width:739px;height:23px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #CxayxTQTERdOrbZLgWvnRdJ5IaMyvUUp { display:block; }#CxayxTQTERdOrbZLgWvnRdJ5IaMyvUUp > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RuS7MKLFwEhCv9QlTw3EJTZoZx5mKf0R { top:0px;left:0px;width:110px;height:170px;display:block; }
 }@media only screen and (max-width: 763px) { #UvTcHCv3fErRdgasnSSo1N1mkPUrHd1T { top:30px;left:81px;width:110px;height:170px;display:block; }
 }@media only screen and (max-width: 763px) { #OerTmGtQJwe55M5g8bt1Cn47Lsw5ci3M { top:50px;left:191px;width:110px;height:170px;display:block; }
 }@media only screen and (max-width: 763px) { #RoRTLaTiOLSA0bHxcNV5Ii9mloDNGT61 { top:30px;left:272px;width:110px;height:170px;display:block; }
 }@media only screen and (max-width: 763px) { #JPTFXNrpCXbkn4gOi2HIHqlXU4mJxvKA { top:0px;left:382px;width:110px;height:170px;display:block; }
 }@media only screen and (max-width: 763px) { #GURiPgTaRDL9JotPbEECauykXTaOLzi6 { top:30px;left:463px;width:110px;height:170px;display:block; }
 }@media only screen and (max-width: 763px) { #X8P0SfBlhV6iLw9cN1Rm9dhC3wBpxtFk { top:50px;left:573px;width:110px;height:170px;display:block; }
 }@media only screen and (max-width: 763px) { #DvPopczAi3Q74v2Lros4DyNLqNP22mRv { top:30px;left:654px;width:110px;height:170px;display:block; }
 }@media only screen and (max-width: 763px) { #lEzWtly6XiMHnmsPyg92A5nMLRtRASXo { display:block; }#lEzWtly6XiMHnmsPyg92A5nMLRtRASXo > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mwc2OfUHirZ7qfL5i3usTht4S8M5JeXr { top:10px;left:0px;width:39px;height:54px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #GaRK5pu5ivVqkDRwoHgMBw1TduPRBTP9 { top:10px;left:261px;width:39px;height:54px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #cuKuvvms3wvJFpLosi6J89c3VvksDgrM { top:10px;left:515px;width:39px;height:54px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #tWv6A1mkZph34lhDqlTgAOTrKHnnHBkb { top:67px;left:7px;width:242px;height:23px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #nFciAoEZcecTlnTHwQfFxIGsMu1PKlVz { top:67px;left:261px;width:288px;height:47px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #XPocBh88JwPOCemIZRE3vU9cSg7PKVAq { top:67px;left:515px;width:242px;height:23px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #lSwekniSiU0yz5iI0KvTUSvDGF3TgScz { top:94px;left:7px;width:214px;height:62px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ff8sfmJx3iJ9cJ8AOf8dkZzupfmNyrtM { top:93px;left:261px;width:214px;height:62px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Ts8PnHhIgqfsKTXMxch4SU7tTH936Du0 { top:93px;left:515px;width:214px;height:62px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #KKkIw9JQUeJIyGkEDkdWz1BzFQJRT2r2 { display:none; }#KKkIw9JQUeJIyGkEDkdWz1BzFQJRT2r2 > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Mb3tieV90uuJRmgV09SCT2rdDEdA4rud { width:205px;height:44px;top:35px;left:279.5px;display:block; }
 }@media only screen and (max-width: 763px) { #MqvBkFaZCwx3EFymc6PVu5TUCBCEn7BO { display:block; }
 }@media only screen and (max-width: 763px) { #ocrvWXUQZIUnn0IBAucxWRL2B8ityUw4 { display:block; }#ocrvWXUQZIUnn0IBAucxWRL2B8ityUw4 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TnScuwN6VJ9kUWdE1iwafLnxH6yRbulL { top:31px;left:0px;width:695px;height:39px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #J2ltWdUc9NHrkT0vKTe4Rf07TllIittC { top:76px;left:0px;width:708px;height:23px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #cgbTCCgWysFWIK9UN5dlXt217laFx0pV { display:block; }#cgbTCCgWysFWIK9UN5dlXt217laFx0pV > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PTCsdOFImlxkDE7IFChcpFMx52rV94Ql { top:0px;left:0px;width:471px;height:250px;display:block; }
 }@media only screen and (max-width: 763px) { #kNGzh07e7ck23Mf4RK7t1M6GgNy8refo { top:180px;left:332px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #zBK86ipQ9A8Z8AFHFvdeOqK3N6qgtw8V { top:185px;left:0px;width:370px;height:28px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #yQG5ihQmWwAqoHlFvaz7sHohU4IgxdKx { top:0px;left:292px;width:472px;height:250px;display:block; }
 }@media only screen and (max-width: 763px) { #AWJJieeGqli1mLpFbBV9TU7hSsKkMbMo { top:182px;left:714px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #CHKM5PZWIWanQoGgGFDp3NGdwIxJnc8d { top:211px;left:382px;width:370px;height:18px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #DLT7WAxIyA37rhdDiCPoSVFfKt2w04Cb { top:182px;left:382px;width:370px;height:;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #wxykfxauym4MGr2LhD7QXt6dBxra8xHK { top:213px;left:0px;width:370px;height:18px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #eXShKLWB2Cky3q59TuEDRV49XySkoA2T { display:block; }#eXShKLWB2Cky3q59TuEDRV49XySkoA2T > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vTm6S4vpxq8sCbHHlRC1ipoIDEbSaoSB { top:0px;left:0px;width:472px;height:250px;display:block; }
 }@media only screen and (max-width: 763px) { #dhusgIiQLK9B40ak4Iu2mnI59wu1ei8b { top:180px;left:332px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #Q3ttxDpNa8qhrsKdLzsnxSA2Rq4ZxJcf { top:161px;left:0px;width:370px;height:28px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #z6kSLAuE3ETgrILdrXnkTJBCklgE6WTl { top:0px;left:292px;width:472px;height:250px;display:block; }
 }@media only screen and (max-width: 763px) { #PoSoOtvAG2xZUoFHeKLrBPR3DhpmiLQw { top:182px;left:714px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #fHcEsJLxNEUzPHJNEkWizkfbkTg4tRJg { top:181px;left:382px;width:370px;height:28px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Fcuuh3BbAiLP5V3wcO7MTFwlIo8Tduhu { top:194px;left:0px;width:370px;height:36px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #VPmyVk1KHHBA6ig32xPzicoC66gTC0Di { top:210px;left:382px;width:370px;height:18px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #VJhKCLbAQwJ2dVTnPMU8193esCR05FtF { display:block; }#VJhKCLbAQwJ2dVTnPMU8193esCR05FtF > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iFQtPvA2di7uJOq2mW5bcOc8dsqeaMIt { width:193px;height:47px;top:66px;left:285.5px;display:block; }
 }@media only screen and (max-width: 763px) { #B9nHqN2LELgunrh3bJMOFkTwLhVONRqm { display:block; }
 }@media only screen and (max-width: 763px) { #kl0PLVDHRRwqkDFTgr0TBqsTttOkTzCA { display:block; }#kl0PLVDHRRwqkDFTgr0TBqsTttOkTzCA > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mEH5xTbC052fJ2Oma80o5NtJltwpQ2b3 { top:48px;left:0px;width:695px;height:39px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #QGyi3Tt9dFUAQXXV1ylTodkR3vzk2DQ7 { top:90px;left:0px;width:739px;height:23px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #T3L1xfGkOJKdXJlt7ITDWI3OQH9xIG6x { display:block; }#c7285c18046fc79ca9bf4102bb719d78.widget-smartsection { display:block; }#T3L1xfGkOJKdXJlt7ITDWI3OQH9xIG6x > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QFt03BFASTo9TED1PcKUeEXwdQASo86k { display:none; }#QFt03BFASTo9TED1PcKUeEXwdQASo86k > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yC6Socb5vqW4uJbnDxX4ZIWV7ZTUWkxK { width:193px;height:47px;top:223px;left:285.5px;display:block; }
 }@media only screen and (max-width: 763px) { #wTu62kxEQcrC2UDTmQXD260poIyU1mr6 { display:block; }
 }@media only screen and (max-width: 763px) { #Toe8I60OQ8fATIsn6NIF3f8Trmik7PDC { display:block; }#a438ffe210dc4de391134386bf3cf15f.widget-smartsection { display:block; }#Toe8I60OQ8fATIsn6NIF3f8Trmik7PDC > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ab4QdsGn6bX7HsQgXc718RiqnBBz0q4e { display:block; }#ec6fd14c6e8061d0b498efb72507d0e3.widget-smartsection { display:block; }#ab4QdsGn6bX7HsQgXc718RiqnBBz0q4e > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AN1CZoqeIbIqm30TsDerJebaC84ssbQt { display:block; }#D586ff32eb929cd0e217bfcd760e2109.widget-smartsection { display:block; }#AN1CZoqeIbIqm30TsDerJebaC84ssbQt > .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) { #W9QflVoHmLdzHTubHQCo1ReOrPU8w024 { display:block; }#W9QflVoHmLdzHTubHQCo1ReOrPU8w024 > .row .container { width:320px;height:54px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iXRwovQyWGsOEN7pyc1ONZDKd4F7LRrp { width:165px;height:0;top:223px;left:77px;font-size:13px;display:none; }
 }@media only screen and (max-width: 763px) { #PopW5PQkhDpuSK9WG0I04HiL5l0zbLsv { width:160px;height:25px;top:15.5px;left:80px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #epSxLoXiAL0JXiuqaaZ4uDU2HGOILv4M { width:165px;height:0;top:259px;left:77px;font-size:13px;display:none; }
 }@media only screen and (max-width: 763px) { #he6aru76hccvJaEVUDz94KhouwfVxmzy { width:165px;height:0;top:295px;left:77px;font-size:13px;display:none; }
 }@media only screen and (max-width: 763px) { #PtlxT0IlDLs4kkVDmxxolWk2tLEGTk61 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/59b3d6f8-b73f-4159-8209-f5c53b514a87/landigi1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#PtlxT0IlDLs4kkVDmxxolWk2tLEGTk61.adaptive-delivery-prevent-bg, #PtlxT0IlDLs4kkVDmxxolWk2tLEGTk61.lazyload, #PtlxT0IlDLs4kkVDmxxolWk2tLEGTk61.lazyloading { background-image: none; }#PtlxT0IlDLs4kkVDmxxolWk2tLEGTk61 > .row .container { background-color: transparent; background-image: none; }#PtlxT0IlDLs4kkVDmxxolWk2tLEGTk61::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PtlxT0IlDLs4kkVDmxxolWk2tLEGTk61 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PtlxT0IlDLs4kkVDmxxolWk2tLEGTk61 > .row .container > .video-iframe-container { display: none; }#PtlxT0IlDLs4kkVDmxxolWk2tLEGTk61 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PtlxT0IlDLs4kkVDmxxolWk2tLEGTk61 > .row > .video-iframe-container { display: none; }#PtlxT0IlDLs4kkVDmxxolWk2tLEGTk61 > .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); }#PtlxT0IlDLs4kkVDmxxolWk2tLEGTk61 > .row .container { width:320px;height:551px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FhIvTV1zJFuHmTmHWmp74hV9ZE4c4Q1T { width:304px;height:46.7969px;top:428px;left:0px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mZLcqJBE4IfyKB5ywK9ktsUXfKpTTFT3 { width:167px;height:40px;top:490px;left:76.5px;display:block; }
 }@media only screen and (max-width: 763px) { #srlIwULgnTHdfEiTJuVPQ9Sn25QAt8lP { display:block; }
 }@media only screen and (max-width: 763px) { #sKWaEeJeVBHPm7yOcdmxqpSQ74nSMuPc { width:320px;height:78px;top:341px;left:0px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IVT3r41ZcSRltzUDxCHt6o635JWDQoSh { display:block; }#b03db7bfe2290131fa428c9518f24404.widget-smartsection { display:block; }#IVT3r41ZcSRltzUDxCHt6o635JWDQoSh > .row .container { width:320px;height:90px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BtxfpyMisDf8Wgb4TzoWlKTVrc2x2VDB { display:block; }#BtxfpyMisDf8Wgb4TzoWlKTVrc2x2VDB > .row .container { width:320px;height:211.40625px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IN89n0mbpmuVDO7Dd8OAwro2xUtbpSQZ { width:320px;height:31.1979px;top:10px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #t4LFCwOAR9doRTcNTqZ6INDUdeuFnVEq { width:320px;height:70.1953px;top:141.40625px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #nsLQ9qL7OQK389bxO9UtZmkSt8ngJWk7 { width:320px;height:52px;top:50.1875px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #PB52NJsc0aG56CrhtbqHxQlo6Gd6GyE6 { display:block; }#PB52NJsc0aG56CrhtbqHxQlo6Gd6GyE6 > .row .container { width:320px;height:626px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Iv8VxeoMGcCJbo7EoadegV3usR1LTBiJ { width:320px;height:31.1953px;top:10px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #xHxe1oggGD9OR1Wx3Ii2JaKNwTIH9VdB { width:320px;height:41.5938px;top:476px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Aalsn6OHznUDTgZwP64gN150zbdwGcJi { width:320px;height:104px;top:41.1875px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #VPNXHpqnZcgVAm4PZ33Udauc6uNSnQTE { width:320px;height:62.3906px;top:388px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #eV6R4EIr8nzHKGpXe7VSwMsy4MzUZ0Ke { width:315px;height:210px;top:153.59375px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #XEkVFlOEZO4A9JhCpchgKccIb3Cy4vIM { width:280px;height:43px;top:548px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #B2qmRDSWQ24IK35kMFhqpKqLllP7nyg8 { display:block; }
 }@media only screen and (max-width: 763px) { #RXrCe9NQcP5CypyJ4QFrpnnNrNB5g0rz { display:block; }#RXrCe9NQcP5CypyJ4QFrpnnNrNB5g0rz > .row .container { width:320px;height:568px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yZEnnR5kNWxrTOIZfbTtMEZJmSS7vK4F { width:320px;height:31.1979px;top:10px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #NySec6vvUQGAPKz6ckUSrGTc8BOVw1ZN { width:298px;height:44px;top:491px;left:11px;background-color:#e30054;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#f6f6f6;display:block; }
 }@media only screen and (max-width: 763px) { #LQJIniyxkyaWfCUxmW68bQJ0iNnK5edq { display:block; }
 }@media only screen and (max-width: 763px) { #FysUuNRV6VoUh6ZRafhAkSCCXlnX9zyc { width:320px;height:41.5938px;top:417px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #vfAz5uhOFqdcihVwMs6vfXJqTTP50Dnw { width:320px;height:78px;top:10px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #BWfwJlZazZRZ03yBPIZZT0hbZyAWIiXr { width:315px;height:62.3906px;top:337px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #z48Sz9ks2CdGTZKSww12TT46pl1gtNDt { width:316px;height:211px;top:112px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #aSTtDpwfKtuQ9MOOSdBrKPWsoqUA2gki { display:none; }#cc7a85c290c647cffa0efe0db39db675.widget-smartsection { display:none; }#aSTtDpwfKtuQ9MOOSdBrKPWsoqUA2gki > .row .container { width:320px;height:460px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GiNaTginkLLLI1P6lKrKL3Sh6N6r1XBi { display:block; }#GiNaTginkLLLI1P6lKrKL3Sh6N6r1XBi > .row .container { width:320px;height:222px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H68gGsM6AXyF4AaBTHsHgDFOW7ZzlfGl { width:240px;height:41.5938px;top:38px;left:40px;text-align:center;text-align-last:center;font-size:16px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ig6tQraXnGHk28xSSs0zdumFs8mDetfr .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ig6tQraXnGHk28xSSs0zdumFs8mDetfr .widget-text.counter-number { padding-top:8px;padding-right:7px;padding-bottom:8px;padding-left:7px;width:42px;min-width:42px;height:43px;font-size:32px;line-height:43px;top:0px;left:0px; }
#ig6tQraXnGHk28xSSs0zdumFs8mDetfr .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:5px;margin-right:0;margin-bottom:0;margin-left:0;width:56px;height:17px;font-size:12px;line-height:1;top:0px;left:0px; }
#ig6tQraXnGHk28xSSs0zdumFs8mDetfr { width:288px;height:81px;display:flex;top:108px;left:17px;z-index:15016; }
 }@media only screen and (max-width: 763px) { #ig6tQraXnGHk28xSSs0zdumFs8mDetfr #ELrWGb1UkU7Gcrv2bTNyBQTzMA2pK3Hp { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #ig6tQraXnGHk28xSSs0zdumFs8mDetfr #va187bKNIXfbn3IZF9noc95dPVbtO42e {  }
 }@media only screen and (max-width: 763px) { #ig6tQraXnGHk28xSSs0zdumFs8mDetfr #k3Q0Gx0ic9HGTlLUFB7fJvIDPhOicQSz {  }
 }@media only screen and (max-width: 763px) { #ig6tQraXnGHk28xSSs0zdumFs8mDetfr #MyTp2xxifLf8Hm7Gny19m02RlJlDwq6x { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #ig6tQraXnGHk28xSSs0zdumFs8mDetfr #H4ODlLwVlFNBd9UXOTMvUiHS8L7l2SiM {  }
 }@media only screen and (max-width: 763px) { #ig6tQraXnGHk28xSSs0zdumFs8mDetfr #C6T3ikMyMi9wC4XLw8rOQJg9TCTVe38x {  }
 }@media only screen and (max-width: 763px) { #ig6tQraXnGHk28xSSs0zdumFs8mDetfr #MCcXaRIwi6zbJw6JnESAu0wPB2vUo0VO { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #ig6tQraXnGHk28xSSs0zdumFs8mDetfr #A0BPlTI1bVRT5wln9Mvl2KGWsXkD4eLH {  }
 }@media only screen and (max-width: 763px) { #ig6tQraXnGHk28xSSs0zdumFs8mDetfr #v9V9B66X6xAmb50pvzyqzNS9Nnf6oQ6w {  }
 }@media only screen and (max-width: 763px) { #ig6tQraXnGHk28xSSs0zdumFs8mDetfr #nWJr4sv5FcB0MLZBhNJfyHAzAHAiVMBt { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #ig6tQraXnGHk28xSSs0zdumFs8mDetfr #Hh8SBzLt5Nnmvssov2mOuvXrOIpr0xnJ {  }
 }@media only screen and (max-width: 763px) { #ig6tQraXnGHk28xSSs0zdumFs8mDetfr #J7VJfsPGCaZ2sF73E7DEt5nPiSUuyfTz {  }
 }@media only screen and (max-width: 763px) { #w5H6JmDuLqx8vXvdGuHunpxHo31bEDPw { display:block; }#w5H6JmDuLqx8vXvdGuHunpxHo31bEDPw > .row .container { width:320px;height:186px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QNHga0p0oDzXxe7zKxVrp0p0IWD4h7fL { width:320px;height:31.1979px;top:10px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #v5P5IVsiBJWDBzig3MTwmtelZU6uA6TT { width:320px;height:62.3906px;top:83.421875px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #XFt9Ehdb56Gr1rcBa5lTMT6TXKA5VJpa { width:320px;height:52.0078px;top:21.1875px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #wIZ6ZyF0T9oli4TgVrHOL9flTqSXNa4P { display:block; }#wIZ6ZyF0T9oli4TgVrHOL9flTqSXNa4P > .row .container { width:320px;height:621px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cb60RWvMNLX2QZKLLNBepOv1po5KJFtk { width:51px;height:51px;top:301px;left:135px;display:block; }
 }@media only screen and (max-width: 763px) { #fWlJc3GqyczUh4gfJlHOu7mdS04laLwb { width:48px;height:48px;top:23px;left:137px;display:block; }
 }@media only screen and (max-width: 763px) { #LWUcErQxOVpxMGTi8pKvoAt5GJ6D7wVv { width:51px;height:51px;top:151px;left:135px;display:block; }
 }@media only screen and (max-width: 763px) { #S45v0qcTKzhizG6QlyuQmPi5pLGepHlt { width:51px;height:51px;top:446px;left:135px;display:block; }
 }@media only screen and (max-width: 763px) { #rS6Sc4ngdCsCHN9ssu3OT9F8ydEUK99B { width:300px;height:41.5938px;top:82.625px;left:10px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CtdMSJwT5ktZf26KvNZXJMgM05EXsG7S { width:300px;height:41.5938px;top:212px;left:10px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VcOq82vDymlCxR3QrafIgMR4sw51suvC { width:300px;height:62.3906px;top:362px;left:10px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Ba15ULWgBMsmyfCm3SLqmDvxcgOoJNrn { width:300px;height:41.5938px;top:507px;left:10px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fGDU7AUy4FOBI32oAWp3oiALma3vqIHw { display:block; }#fGDU7AUy4FOBI32oAWp3oiALma3vqIHw > .row .container { width:320px;height:168px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NUtoXnDRrGyUuqKJMySVrGw4gabrCqlv { width:320px;height:78px;top:17.999847412109px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #qfODnVf8R2d3N74BAG9ZLvO7bW5OuJqk { width:320px;height:41.5938px;top:94px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #CxayxTQTERdOrbZLgWvnRdJ5IaMyvUUp { display:block; }#CxayxTQTERdOrbZLgWvnRdJ5IaMyvUUp > .row .container { width:320px;height:324px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RuS7MKLFwEhCv9QlTw3EJTZoZx5mKf0R { width:93px;height:144px;top:10px;left:0px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #UvTcHCv3fErRdgasnSSo1N1mkPUrHd1T { width:93px;height:144px;top:10px;left:113.5px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #OerTmGtQJwe55M5g8bt1Cn47Lsw5ci3M { width:93px;height:144px;top:10px;left:227px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RoRTLaTiOLSA0bHxcNV5Ii9mloDNGT61 { width:93px;height:144px;top:177.5px;left:0px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JPTFXNrpCXbkn4gOi2HIHqlXU4mJxvKA { width:93px;height:144px;top:177.5px;left:113.5px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #GURiPgTaRDL9JotPbEECauykXTaOLzi6 { width:93px;height:144px;top:177.5px;left:227px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #X8P0SfBlhV6iLw9cN1Rm9dhC3wBpxtFk { width:110px;height:170px;top:50px;left:105px;display:none; }
 }@media only screen and (max-width: 763px) { #DvPopczAi3Q74v2Lros4DyNLqNP22mRv { width:110px;height:170px;top:30px;left:105px;display:none; }
 }@media only screen and (max-width: 763px) { #lEzWtly6XiMHnmsPyg92A5nMLRtRASXo { background-color:#fafafa;background-image:none;display:block; }#lEzWtly6XiMHnmsPyg92A5nMLRtRASXo > .row .container { background-color: transparent; background-image: none; }#lEzWtly6XiMHnmsPyg92A5nMLRtRASXo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lEzWtly6XiMHnmsPyg92A5nMLRtRASXo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lEzWtly6XiMHnmsPyg92A5nMLRtRASXo > .row .container > .video-iframe-container { display: none; }#lEzWtly6XiMHnmsPyg92A5nMLRtRASXo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lEzWtly6XiMHnmsPyg92A5nMLRtRASXo > .row > .video-iframe-container { display: none; }#lEzWtly6XiMHnmsPyg92A5nMLRtRASXo > .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); }#lEzWtly6XiMHnmsPyg92A5nMLRtRASXo > .row .container { width:320px;height:555px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mwc2OfUHirZ7qfL5i3usTht4S8M5JeXr { width:39px;height:41.5938px;top:20px;left:140px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GaRK5pu5ivVqkDRwoHgMBw1TduPRBTP9 { width:39px;height:41.5938px;top:180px;left:140px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cuKuvvms3wvJFpLosi6J89c3VvksDgrM { width:39px;height:41.5938px;top:361px;left:140px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tWv6A1mkZph34lhDqlTgAOTrKHnnHBkb { width:242px;height:23.3984px;top:74.59375px;left:39px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nFciAoEZcecTlnTHwQfFxIGsMu1PKlVz { width:242px;height:46.7969px;top:237px;left:39px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XPocBh88JwPOCemIZRE3vU9cSg7PKVAq { width:242px;height:23.3984px;top:417px;left:39px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lSwekniSiU0yz5iI0KvTUSvDGF3TgScz { width:214px;height:62.3906px;top:97.96875px;left:53px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ff8sfmJx3iJ9cJ8AOf8dkZzupfmNyrtM { width:214px;height:62.3906px;top:283px;left:53px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ts8PnHhIgqfsKTXMxch4SU7tTH936Du0 { width:214px;height:62.3906px;top:441px;left:53px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KKkIw9JQUeJIyGkEDkdWz1BzFQJRT2r2 { display:block; }#KKkIw9JQUeJIyGkEDkdWz1BzFQJRT2r2 > .row .container { width:320px;height:78px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mb3tieV90uuJRmgV09SCT2rdDEdA4rud { width:320px;height:47px;top:16.5px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #MqvBkFaZCwx3EFymc6PVu5TUCBCEn7BO { display:block; }
 }@media only screen and (max-width: 763px) { #ocrvWXUQZIUnn0IBAucxWRL2B8ityUw4 { display:block; }#ocrvWXUQZIUnn0IBAucxWRL2B8ityUw4 > .row .container { width:320px;height:150px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TnScuwN6VJ9kUWdE1iwafLnxH6yRbulL { width:320px;height:52.0078px;top:29px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #J2ltWdUc9NHrkT0vKTe4Rf07TllIittC { width:320px;height:41.5938px;top:96px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #cgbTCCgWysFWIK9UN5dlXt217laFx0pV { display:block; }#cgbTCCgWysFWIK9UN5dlXt217laFx0pV > .row .container { width:320px;height:384px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PTCsdOFImlxkDE7IFChcpFMx52rV94Ql { width:318px;height:169px;top:12px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #kNGzh07e7ck23Mf4RK7t1M6GgNy8refo { width:50px;height:50px;top:296px;left:260px;font-size:35px;display:none; }
 }@media only screen and (max-width: 763px) { #zBK86ipQ9A8Z8AFHFvdeOqK3N6qgtw8V { width:280px;height:20.7969px;top:130.171875px;left:19px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #yQG5ihQmWwAqoHlFvaz7sHohU4IgxdKx { width:318px;height:169px;top:198.1875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #AWJJieeGqli1mLpFbBV9TU7hSsKkMbMo { width:50px;height:50px;top:596.37505px;left:270px;font-size:35px;display:none; }
 }@media only screen and (max-width: 763px) { #CHKM5PZWIWanQoGgGFDp3NGdwIxJnc8d { width:280px;height:15.5977px;top:335.984375px;left:19px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #DLT7WAxIyA37rhdDiCPoSVFfKt2w04Cb { width:280px;height:20.7969px;top:317.1875px;left:19px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #wxykfxauym4MGr2LhD7QXt6dBxra8xHK { width:280px;height:15.5977px;top:149.984375px;left:19px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #eXShKLWB2Cky3q59TuEDRV49XySkoA2T { display:block; }#eXShKLWB2Cky3q59TuEDRV49XySkoA2T > .row .container { width:320px;height:369px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vTm6S4vpxq8sCbHHlRC1ipoIDEbSaoSB { width:320px;height:169px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #dhusgIiQLK9B40ak4Iu2mnI59wu1ei8b { width:50px;height:50px;top:69px;left:260px;font-size:35px;display:none; }
 }@media only screen and (max-width: 763px) { #Q3ttxDpNa8qhrsKdLzsnxSA2Rq4ZxJcf { width:280px;height:20.7969px;top:99.1875px;left:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #z6kSLAuE3ETgrILdrXnkTJBCklgE6WTl { width:320px;height:169px;top:185px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #PoSoOtvAG2xZUoFHeKLrBPR3DhpmiLQw { width:50px;height:50px;top:296.5px;left:270px;font-size:35px;display:none; }
 }@media only screen and (max-width: 763px) { #fHcEsJLxNEUzPHJNEkWizkfbkTg4tRJg { width:280px;height:20.7969px;top:303.375px;left:19px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Fcuuh3BbAiLP5V3wcO7MTFwlIo8Tduhu { width:280px;height:31.1953px;top:121px;left:20px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #VPmyVk1KHHBA6ig32xPzicoC66gTC0Di { width:280px;height:15.5977px;top:323.1875px;left:19px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #VJhKCLbAQwJ2dVTnPMU8193esCR05FtF { display:block; }#VJhKCLbAQwJ2dVTnPMU8193esCR05FtF > .row .container { width:320px;height:87px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iFQtPvA2di7uJOq2mW5bcOc8dsqeaMIt { width:193px;height:47px;top:20px;left:63px;display:block; }
 }@media only screen and (max-width: 763px) { #B9nHqN2LELgunrh3bJMOFkTwLhVONRqm { display:block; }
 }@media only screen and (max-width: 763px) { #kl0PLVDHRRwqkDFTgr0TBqsTttOkTzCA { display:block; }#kl0PLVDHRRwqkDFTgr0TBqsTttOkTzCA > .row .container { width:320px;height:132px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mEH5xTbC052fJ2Oma80o5NtJltwpQ2b3 { width:320px;height:52.0078px;top:20px;left:0px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QGyi3Tt9dFUAQXXV1ylTodkR3vzk2DQ7 { width:320px;height:20.7969px;top:92px;left:0px;font-size:16px;text-align:center;text-align-last:center;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #T3L1xfGkOJKdXJlt7ITDWI3OQH9xIG6x { display:block; }#c7285c18046fc79ca9bf4102bb719d78.widget-smartsection { display:block; }#T3L1xfGkOJKdXJlt7ITDWI3OQH9xIG6x > .row .container { width:320px;height:320px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QFt03BFASTo9TED1PcKUeEXwdQASo86k { display:block; }#QFt03BFASTo9TED1PcKUeEXwdQASo86k > .row .container { width:320px;height:105px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yC6Socb5vqW4uJbnDxX4ZIWV7ZTUWkxK { width:320px;height:47px;top:31px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #wTu62kxEQcrC2UDTmQXD260poIyU1mr6 { display:block; }
 }@media only screen and (max-width: 763px) { #Toe8I60OQ8fATIsn6NIF3f8Trmik7PDC { display:block; }#a438ffe210dc4de391134386bf3cf15f.widget-smartsection { display:block; }#Toe8I60OQ8fATIsn6NIF3f8Trmik7PDC > .row .container { width:320px;height:114px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ab4QdsGn6bX7HsQgXc718RiqnBBz0q4e { display:block; }#ec6fd14c6e8061d0b498efb72507d0e3.widget-smartsection { display:block; }#ab4QdsGn6bX7HsQgXc718RiqnBBz0q4e > .row .container { width:320px;height:334px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AN1CZoqeIbIqm30TsDerJebaC84ssbQt { display:block; }#D586ff32eb929cd0e217bfcd760e2109.widget-smartsection { display:block; }#AN1CZoqeIbIqm30TsDerJebaC84ssbQt > .row .container { width:320px;height:160px;position:relative;display:block; } }