.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-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nV2KfpyufzSv0uQIeHORbpIWGckSXgsd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e451ecde-e68c-43b0-a312-3c788d023f82/Beznazwy2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#nV2KfpyufzSv0uQIeHORbpIWGckSXgsd.adaptive-delivery-prevent-bg, #nV2KfpyufzSv0uQIeHORbpIWGckSXgsd.lazyload, #nV2KfpyufzSv0uQIeHORbpIWGckSXgsd.lazyloading { background-image: none; }#nV2KfpyufzSv0uQIeHORbpIWGckSXgsd > .row .container { background-color: transparent; background-image: none; }#nV2KfpyufzSv0uQIeHORbpIWGckSXgsd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nV2KfpyufzSv0uQIeHORbpIWGckSXgsd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nV2KfpyufzSv0uQIeHORbpIWGckSXgsd > .row .container > .video-iframe-container { display: none; }#nV2KfpyufzSv0uQIeHORbpIWGckSXgsd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nV2KfpyufzSv0uQIeHORbpIWGckSXgsd > .row > .video-iframe-container { display: none; }#nV2KfpyufzSv0uQIeHORbpIWGckSXgsd > .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); }#nV2KfpyufzSv0uQIeHORbpIWGckSXgsd > .row .container { border-width: 0; border-radius: 0; }#nV2KfpyufzSv0uQIeHORbpIWGckSXgsd > .row > .video-iframe-container {  }#nV2KfpyufzSv0uQIeHORbpIWGckSXgsd > .row .container { font-size:14px;font-family:rubik;height:479px;width:1200px;position:relative;display:block; }#vmRuVh9CBmqHmTUccnKNTg5T9fsEJbzE { color:#ffffff;display:block;width:293px;position:absolute;font-family:poppins;font-size:52px;font-weight:700;z-index:15020;line-height:1.7;letter-spacing:0;top:137px;left:127px;height:88.3906px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mAePGQifx7sbGLND4EqO5yOE8Z4ckyIC { position:absolute;display:block;z-index:15016;background-color:#13c279;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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;height:94px;width:315px;top:134px;left:116px;display:block; }
#fgocvfwC5BfMbucUWZFt1G9TegQSCm4E { color:#000000;display:block;width:558px;position:absolute;font-family:montserrat;font-size:21px;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:242px;left:0px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VG0cuOc07oJ2TAMOgitL2qMRO1ZczxGy { color:#13c279;display:block;width:200px;position:absolute;font-family:poppins;font-size:52px;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:70px;left:173px;height:67.5938px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sAXRvoqNKLz3VcDKPCT4LT6uxxVAJ4q1 { position:relative;display:block; }#sAXRvoqNKLz3VcDKPCT4LT6uxxVAJ4q1 { background-color: transparent; background-image: none; }#sAXRvoqNKLz3VcDKPCT4LT6uxxVAJ4q1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sAXRvoqNKLz3VcDKPCT4LT6uxxVAJ4q1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sAXRvoqNKLz3VcDKPCT4LT6uxxVAJ4q1 > .row .container > .video-iframe-container { display: none; }#sAXRvoqNKLz3VcDKPCT4LT6uxxVAJ4q1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sAXRvoqNKLz3VcDKPCT4LT6uxxVAJ4q1 > .row > .video-iframe-container { display: none; }#sAXRvoqNKLz3VcDKPCT4LT6uxxVAJ4q1 > .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); }#sAXRvoqNKLz3VcDKPCT4LT6uxxVAJ4q1 { border-width: 0; border-radius: 0; }#sAXRvoqNKLz3VcDKPCT4LT6uxxVAJ4q1 > .row .container > .video-iframe-container {  }#sAXRvoqNKLz3VcDKPCT4LT6uxxVAJ4q1 > .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:861px;width:1200px;position:relative;display:block; }#QK0dxiEhU4Dhkz3fSiHJwUV18XBvW9Mg { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:58px;width:219px;top:563.5px;left:73.5px;display:none; }
#OwSEqzRKv705PV8uPuPJaUivvQ3NOf9P { position:absolute;display:block;z-index:15002;height:411px;width:794px;top:51px;left:0px;display:block; }
#mok8pGEXWQPi9TsXBlqxwsacC32Ckx3N { position:absolute;display:block;z-index:15003;height:600px;width:400px;top:51px;left:800px;display:block; }
#iy39PMCN9kMBh7DLhNSIBNM7B1sa4m53 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#iy39PMCN9kMBh7DLhNSIBNM7B1sa4m53 > .row .container { background-color: transparent; background-image: none; }#iy39PMCN9kMBh7DLhNSIBNM7B1sa4m53::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iy39PMCN9kMBh7DLhNSIBNM7B1sa4m53 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iy39PMCN9kMBh7DLhNSIBNM7B1sa4m53 > .row .container > .video-iframe-container { display: none; }#iy39PMCN9kMBh7DLhNSIBNM7B1sa4m53 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iy39PMCN9kMBh7DLhNSIBNM7B1sa4m53 > .row > .video-iframe-container { display: none; }#iy39PMCN9kMBh7DLhNSIBNM7B1sa4m53 > .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); }#iy39PMCN9kMBh7DLhNSIBNM7B1sa4m53 > .row .container { border-width: 0; border-radius: 0; }#iy39PMCN9kMBh7DLhNSIBNM7B1sa4m53 > .row > .video-iframe-container {  }#iy39PMCN9kMBh7DLhNSIBNM7B1sa4m53 > .row .container { font-size:14px;font-family:arial;height:84px;width:1200px;position:relative;display:block; }#gE7FV8nJwrcqnerBdIZ9MCJpLRKPeST3 { color:#fdfeff;display:block;width:1200px;position:absolute;font-family:montserrat;font-size:38px;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:22.96875px;left:0px;height:;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; }
#Otm494TsDiHwBVOb0vGfLMcMhJ22v9HI { position:absolute;display:block;z-index:15005;background-color:#13c279;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:44px;width:304px;top:25.700012207031px;left:448.00003051758px;display:block; }
#MmMTrCaqhyAT7tPiQ1fvqu3HrcMh5pxX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.7);background-image:none;position:relative;display:block; }#MmMTrCaqhyAT7tPiQ1fvqu3HrcMh5pxX > .row .container { background-color: transparent; background-image: none; }#MmMTrCaqhyAT7tPiQ1fvqu3HrcMh5pxX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MmMTrCaqhyAT7tPiQ1fvqu3HrcMh5pxX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MmMTrCaqhyAT7tPiQ1fvqu3HrcMh5pxX > .row .container > .video-iframe-container { display: none; }#MmMTrCaqhyAT7tPiQ1fvqu3HrcMh5pxX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MmMTrCaqhyAT7tPiQ1fvqu3HrcMh5pxX > .row > .video-iframe-container { display: none; }#MmMTrCaqhyAT7tPiQ1fvqu3HrcMh5pxX > .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); }#MmMTrCaqhyAT7tPiQ1fvqu3HrcMh5pxX > .row .container { border-width: 0; border-radius: 0; }#MmMTrCaqhyAT7tPiQ1fvqu3HrcMh5pxX > .row > .video-iframe-container {  }#MmMTrCaqhyAT7tPiQ1fvqu3HrcMh5pxX > .row .container { font-size:14px;font-family:rubik;height:257px;width:1200px;position:relative;display:block; }#vMn4TA0BbltPr3kg2xAdNCg7JAIyudPc { position:absolute;display:block;z-index:15002;background-color:#f4f4f4;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:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;height:198px;width:1030px;top:19px;left:85px;display:block; }
#LQLzMn1hou4ixsC7xwtBeMQ6uIm9HsOT { color:#000000;display:block;width:796px;position:absolute;font-family:montserrat;font-size:20px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:137px;left:120.5px;height:26px;font-style:normal;display:block; }
#nGdL97m3er4LHNc37xnixO96HOrbquav { position:absolute;display:block;z-index:15004;background-color:#116efa;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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;height:45px;width:208px;top:59px;left:120.5px;display:block; }
#izTBtQxTwoTzC7Qr01fDxnpLUhBt6Gfh { box-sizing:content-box;color:#5d92ff;font-size:14px;font-weight:400;line-height:1;height:20px;width:20px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:73px;left:133px; }
#xWsC25IWFRFbbuo00B1DIIcKZFzJ4gVq { color:#ffffff;display:block;width:151px;position:absolute;font-family:montserrat;font-size:22px;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:69px;left:166px;height:28.5938px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GLTAHLd29JL625qJcPdO23tqiDp4DACH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.7);background-image:none;position:relative;display:block; }#GLTAHLd29JL625qJcPdO23tqiDp4DACH > .row .container { background-color: transparent; background-image: none; }#GLTAHLd29JL625qJcPdO23tqiDp4DACH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GLTAHLd29JL625qJcPdO23tqiDp4DACH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GLTAHLd29JL625qJcPdO23tqiDp4DACH > .row .container > .video-iframe-container { display: none; }#GLTAHLd29JL625qJcPdO23tqiDp4DACH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GLTAHLd29JL625qJcPdO23tqiDp4DACH > .row > .video-iframe-container { display: none; }#GLTAHLd29JL625qJcPdO23tqiDp4DACH > .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); }#GLTAHLd29JL625qJcPdO23tqiDp4DACH > .row .container { border-width: 0; border-radius: 0; }#GLTAHLd29JL625qJcPdO23tqiDp4DACH > .row > .video-iframe-container {  }#GLTAHLd29JL625qJcPdO23tqiDp4DACH > .row .container { font-size:14px;font-family:rubik;height:257px;width:1200px;position:relative;display:block; }#mlhPBKWZWolS6w1gRVl2NpCATPEXVRbV { position:absolute;display:block;z-index:15002;background-color:#f4f4f4;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:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;height:198px;width:1030px;top:19px;left:85px;display:block; }
#U1pQ686OfLwO5tTDm4XIUcl5T83TUTnC { color:#000000;display:block;width:867px;position:absolute;font-family:montserrat;font-size:20px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:137px;left:120.5px;height:26px;font-style:normal;display:block; }
#C2qmQHtvha0OVQrZ3JM4mOsdqXtHxVm7 { position:absolute;display:block;z-index:15004;background-color:#116efa;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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;height:45px;width:208px;top:59px;left:120.5px;display:block; }
#ZHULMmGNax6lOPxy8pTPFamKCEx7JKrz { box-sizing:content-box;color:#5d92ff;font-size:14px;font-weight:400;line-height:1;height:20px;width:20px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:73px;left:133px; }
#pmp7zf1vzk0CryHTTWeCnq7wcdJ2ekVh { color:#ffffff;display:block;width:151px;position:absolute;font-family:montserrat;font-size:22px;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:69px;left:166px;height:28.5938px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EeWgMuRNqh89wLV81VG02l9MpJ3TeoB5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.7);background-image:none;position:relative;display:block; }#EeWgMuRNqh89wLV81VG02l9MpJ3TeoB5 > .row .container { background-color: transparent; background-image: none; }#EeWgMuRNqh89wLV81VG02l9MpJ3TeoB5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EeWgMuRNqh89wLV81VG02l9MpJ3TeoB5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EeWgMuRNqh89wLV81VG02l9MpJ3TeoB5 > .row .container > .video-iframe-container { display: none; }#EeWgMuRNqh89wLV81VG02l9MpJ3TeoB5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EeWgMuRNqh89wLV81VG02l9MpJ3TeoB5 > .row > .video-iframe-container { display: none; }#EeWgMuRNqh89wLV81VG02l9MpJ3TeoB5 > .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); }#EeWgMuRNqh89wLV81VG02l9MpJ3TeoB5 > .row .container { border-width: 0; border-radius: 0; }#EeWgMuRNqh89wLV81VG02l9MpJ3TeoB5 > .row > .video-iframe-container {  }#EeWgMuRNqh89wLV81VG02l9MpJ3TeoB5 > .row .container { font-size:14px;font-family:rubik;height:257px;width:1200px;position:relative;display:block; }#dlP4J86Ri1IEWsVzO53zmc5LFyaPf1yo { position:absolute;display:block;z-index:15002;background-color:#f4f4f4;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:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;height:198px;width:1030px;top:19px;left:85px;display:block; }
#WDeXq8rCTeeL4xs8htdOOKu0PJDFgKEE { color:#000000;display:block;width:867px;position:absolute;font-family:montserrat;font-size:20px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:137px;left:120.5px;height:26px;font-style:normal;display:block; }
#Bpp8lrP9Sso8Cn0zRkHagQcWm7ipWei1 { position:absolute;display:block;z-index:15004;background-color:#116efa;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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;height:45px;width:208px;top:59px;left:120.5px;display:block; }
#ynh2195BxqqN8JKQMTOfkLqIhPV1NieW { box-sizing:content-box;color:#5d92ff;font-size:14px;font-weight:400;line-height:1;height:20px;width:20px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:73px;left:133px; }
#v98PCxVH3Tfm5wErC1kWqlfOU4oXxSBu { color:#ffffff;display:block;width:151px;position:absolute;font-family:montserrat;font-size:22px;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:69px;left:166px;height:28.5938px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oqzsZKaWuzlZx82aSVQtBLwcGSHsWrzF { position:relative;display:block; }#oqzsZKaWuzlZx82aSVQtBLwcGSHsWrzF { background-color: transparent; background-image: none; }#oqzsZKaWuzlZx82aSVQtBLwcGSHsWrzF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oqzsZKaWuzlZx82aSVQtBLwcGSHsWrzF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oqzsZKaWuzlZx82aSVQtBLwcGSHsWrzF > .row .container > .video-iframe-container { display: none; }#oqzsZKaWuzlZx82aSVQtBLwcGSHsWrzF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oqzsZKaWuzlZx82aSVQtBLwcGSHsWrzF > .row > .video-iframe-container { display: none; }#oqzsZKaWuzlZx82aSVQtBLwcGSHsWrzF > .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); }#oqzsZKaWuzlZx82aSVQtBLwcGSHsWrzF { border-width: 0; border-radius: 0; }#oqzsZKaWuzlZx82aSVQtBLwcGSHsWrzF > .row .container > .video-iframe-container {  }#oqzsZKaWuzlZx82aSVQtBLwcGSHsWrzF > .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:623px;width:1200px;position:relative;display:block; }#p2UyvRMMmC9nTPIVQgZlwuWM4DxQqRCV { position:absolute;display:block;z-index:15002;background-color:#f6f6f6;background-image:none;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: 1px 4px 7px rgba(179,179,179,0.5) ;height:515px;width:515px;top:57.986145019531px;left:643.99310302734px;display:block; }
#PNw9AnRmqsyTziTUaeh2KPXvrMcFT8QF { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:100px;width:100px;top:83px;left:674px;overflow:hidden;display:block; }
#BM2IbNghuKEPK9HUa4BSP2QBWACf60Up { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:173px;border-top-right-radius:173px;border-bottom-left-radius:173px;border-bottom-right-radius:173px;box-shadow: 1px 1px 28px rgba(188,188,188,0.64) ;height:110px;width:110px;top:78px;left:669px;display:block; }
#TiePnnV2BhfUKQsFDaqrLopTRX0uRtxv { color:#116efa;display:block;width:281.997px;position:absolute;font-family:roboto;font-size:20px;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:107px;left:799px;height:26px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zhNOSbpXtCqLP9zcST5XgalMeMUq9hTU { color:#000000;display:block;width:457px;position:absolute;font-family:"open sans";font-size:13px;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:211.99658203125px;left:680.98968505859px;height:337.812px;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#mfVZBrLVClDpPayCKH3beStvTC8lKQDZ { position:absolute;display:block;z-index:15001;background-color:#13c279;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:0;height:291.997px;width:410.99px;top:296.97918701172px;left:773.99310302734px;display:block; }
#VMeIeWlXpWfxbZru2NtCNEraHXeJT5Pp { color:#000000;display:block;width:276.997px;position:absolute;font-family:"open sans";font-size:12px;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:146px;left:802px;height:15.5938px;display:block; }
#wecKTy5A2GPE2mmBTzdVdl9WJwAmPVR2 { position:absolute;display:block;z-index:15002;background-color:#f6f6f6;background-image:none;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: 1px 4px 7px rgba(179,179,179,0.5) ;height:515px;width:515px;top:58px;left:0px;display:block; }
#LWcVAUTQiiJsRyLc3BSQkxitiBT7C4Au { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:100px;width:100px;top:83px;left:30px;overflow:hidden;display:block; }
#HO7EmAO8IT7NU5xXVLTE5UzhdKapzi0S { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:173px;border-top-right-radius:173px;border-bottom-left-radius:173px;border-bottom-right-radius:173px;box-shadow: 1px 1px 28px rgba(188,188,188,0.64) ;height:110px;width:110px;top:78px;left:25px;display:block; }
#rsBUzhdeU6Oo24mkOioSwm5gNquPpEzK { color:#116efa;display:block;width:281.984px;position:absolute;font-family:roboto;font-size:20px;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:107px;left:155px;height:26px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#priWBMr2xIN4h1O56SSAO8wONJwumepC { color:#000000;display:block;width:457px;position:absolute;font-family:"open sans";font-size:13px;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:212px;left:37px;height:219.578px;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#BFE0ZKUnCT2t80C46pCTNWKRmNsDwlF7 { position:absolute;display:block;z-index:15001;background-color:#13c279;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:0;height:291.984px;width:410.984px;top:297px;left:135px;display:block; }
#iLhGAGmvU1hEHTUKtptrgoTxiHkmszup { position:relative;display:block; }#iLhGAGmvU1hEHTUKtptrgoTxiHkmszup { background-color: transparent; background-image: none; }#iLhGAGmvU1hEHTUKtptrgoTxiHkmszup::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iLhGAGmvU1hEHTUKtptrgoTxiHkmszup > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iLhGAGmvU1hEHTUKtptrgoTxiHkmszup > .row .container > .video-iframe-container { display: none; }#iLhGAGmvU1hEHTUKtptrgoTxiHkmszup > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iLhGAGmvU1hEHTUKtptrgoTxiHkmszup > .row > .video-iframe-container { display: none; }#iLhGAGmvU1hEHTUKtptrgoTxiHkmszup > .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); }#iLhGAGmvU1hEHTUKtptrgoTxiHkmszup { border-width: 0; border-radius: 0; }#iLhGAGmvU1hEHTUKtptrgoTxiHkmszup > .row .container > .video-iframe-container {  }#iLhGAGmvU1hEHTUKtptrgoTxiHkmszup > .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:426px;width:1200px;position:relative;display:block; }#En07kKCLfFov4EVOOXtzQIEAAMHnk59X { position:absolute;display:block;z-index:15002;background-color:#f6f6f6;background-image:none;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: 1px 4px 7px rgba(179,179,179,0.5) ;height:343px;width:515px;top:17px;left:328px;display:block; }
#xAsbPay1FrKOp57s138l2oxm0zFfAXqK { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;height:99px;width:100px;top:42px;left:358px;overflow:hidden;display:block; }
#HOu3s3qTvmog14TL8nH6dXNr3kMqVpKx { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:173px;border-top-right-radius:173px;border-bottom-left-radius:173px;border-bottom-right-radius:173px;box-shadow: 1px 1px 28px rgba(188,188,188,0.64) ;height:110px;width:110px;top:37px;left:353px;display:block; }
#b5nCQbcn4Fnrh6JD0CLIBKNzknM0arxv { color:#116efa;display:block;width:281.984px;position:absolute;font-family:roboto;font-size:20px;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:66px;left:483px;height:26px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Cxpqvgi4FKGUTnDGQVN2At7UXTWJwa03 { color:#000000;display:block;width:457px;position:absolute;font-family:"open sans";font-size:13px;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:171px;left:365px;height:152.016px;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#BLPNPsGBLmiM7eWAozH8e40vai3qHZRm { position:absolute;display:block;z-index:15001;background-color:#13c279;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:0;height:139px;width:411px;top:256px;left:463px;display:block; }
#QNcWHmcZGbn9sdRZr9XWOsKVFZG47uKc { color:#000000;display:block;width:276.997px;position:absolute;font-family:"open sans";font-size:12px;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:103px;left:484.5px;height:15.5938px;display:block; }
#nU6PucQTQNvi0HUsmPXrPw7Dlo7uIC54 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(172deg, #ffffff, #eeeaf8);background-image: -moz-linear-gradient(172deg, #ffffff, #eeeaf8);background-image: -ms-linear-gradient(172deg, #ffffff, #eeeaf8);background-image: -o-linear-gradient(172deg, #ffffff, #eeeaf8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeaf8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeaf8' );";background-image: linear-gradient(172deg, #ffffff, #eeeaf8);background-size:auto !important;position:relative;display:block; }#nU6PucQTQNvi0HUsmPXrPw7Dlo7uIC54 > .row .container { background-color: transparent; background-image: none; }#nU6PucQTQNvi0HUsmPXrPw7Dlo7uIC54::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nU6PucQTQNvi0HUsmPXrPw7Dlo7uIC54 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nU6PucQTQNvi0HUsmPXrPw7Dlo7uIC54 > .row .container > .video-iframe-container { display: none; }#nU6PucQTQNvi0HUsmPXrPw7Dlo7uIC54 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nU6PucQTQNvi0HUsmPXrPw7Dlo7uIC54 > .row > .video-iframe-container { display: none; }#nU6PucQTQNvi0HUsmPXrPw7Dlo7uIC54 > .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); }#nU6PucQTQNvi0HUsmPXrPw7Dlo7uIC54 > .row .container { border-width: 0; border-radius: 0; }#nU6PucQTQNvi0HUsmPXrPw7Dlo7uIC54 > .row > .video-iframe-container {  }#nU6PucQTQNvi0HUsmPXrPw7Dlo7uIC54 > .row .container { font-size:14px;font-family:"open sans";height:128px;width:1200px;position:relative;display:block; }#zu2VZibUoW0v4QcmKQxR6sPThAqT70I0 { display:block;width:899px;position:absolute;font-family:"titillium web";font-size:12px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:20px;left:161px;height:77.969px;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 1199px) { #nV2KfpyufzSv0uQIeHORbpIWGckSXgsd { display:block; }#nV2KfpyufzSv0uQIeHORbpIWGckSXgsd { background-color: transparent; background-image: none; }#nV2KfpyufzSv0uQIeHORbpIWGckSXgsd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nV2KfpyufzSv0uQIeHORbpIWGckSXgsd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nV2KfpyufzSv0uQIeHORbpIWGckSXgsd > .row .container > .video-iframe-container { display: none; }#nV2KfpyufzSv0uQIeHORbpIWGckSXgsd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nV2KfpyufzSv0uQIeHORbpIWGckSXgsd > .row > .video-iframe-container { display: none; }#nV2KfpyufzSv0uQIeHORbpIWGckSXgsd > .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); }#nV2KfpyufzSv0uQIeHORbpIWGckSXgsd { border-width: 0; border-radius: 0; }#nV2KfpyufzSv0uQIeHORbpIWGckSXgsd > .row .container > .video-iframe-container {  }#nV2KfpyufzSv0uQIeHORbpIWGckSXgsd > .row .container { width:764px;height:466px;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #vmRuVh9CBmqHmTUccnKNTg5T9fsEJbzE { width:367px;height:88.3906px;top:96px;left:199px;font-size:52px;display:block; }
 }@media only screen and (max-width: 1199px) { #mAePGQifx7sbGLND4EqO5yOE8Z4ckyIC { width:336px;height:96px;top:92px;left:211px;display:block; }
 }@media only screen and (max-width: 1199px) { #fgocvfwC5BfMbucUWZFt1G9TegQSCm4E { width:744px;height:195px;top:206.5px;left:20px;font-size:25px;display:block; }
 }@media only screen and (max-width: 1199px) { #VG0cuOc07oJ2TAMOgitL2qMRO1ZczxGy { width:200px;height:67.5938px;top:29px;left:282px;font-size:52px;display:block; }
 }@media only screen and (max-width: 1199px) { #sAXRvoqNKLz3VcDKPCT4LT6uxxVAJ4q1 { display:block; }#sAXRvoqNKLz3VcDKPCT4LT6uxxVAJ4q1 > .row .container { width:764px;height:740px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #QK0dxiEhU4Dhkz3fSiHJwUV18XBvW9Mg { width:219px;height:58px;top:563px;left:0px;display:none; }
 }@media only screen and (max-width: 1199px) { #OwSEqzRKv705PV8uPuPJaUivvQ3NOf9P { width:332px;height:224px;top:32px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #mok8pGEXWQPi9TsXBlqxwsacC32Ckx3N { width:400px;height:600px;top:32px;left:364px;display:block; }
 }@media only screen and (max-width: 1199px) { #iy39PMCN9kMBh7DLhNSIBNM7B1sa4m53 { display:block; }#iy39PMCN9kMBh7DLhNSIBNM7B1sa4m53 > .row .container { width:764px;height:122px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #gE7FV8nJwrcqnerBdIZ9MCJpLRKPeST3 { width:552px;height:32.5px;top:38px;left:106px;font-size:25px;display:block; }
 }@media only screen and (max-width: 1199px) { #Otm494TsDiHwBVOb0vGfLMcMhJ22v9HI { width:200px;height:50px;top:29.25px;left:282.00000572205px;display:block; }
 }@media only screen and (max-width: 1199px) { #MmMTrCaqhyAT7tPiQ1fvqu3HrcMh5pxX { display:block; }#MmMTrCaqhyAT7tPiQ1fvqu3HrcMh5pxX > .row .container { width:764px;height:277px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #vMn4TA0BbltPr3kg2xAdNCg7JAIyudPc { width:730px;height:214px;top:21.5px;left:20px;display:block; }
 }@media only screen and (max-width: 1199px) { #LQLzMn1hou4ixsC7xwtBeMQ6uIm9HsOT { width:675px;height:52px;top:126.10000610352px;left:55px;font-size:20px;display:block; }
 }@media only screen and (max-width: 1199px) { #nGdL97m3er4LHNc37xnixO96HOrbquav { width:172px;height:45px;top:58px;left:55px;display:block; }
 }@media only screen and (max-width: 1199px) { #izTBtQxTwoTzC7Qr01fDxnpLUhBt6Gfh { width:20px;height:20px;top:70px;left:64px;display:block; }
 }@media only screen and (max-width: 1199px) { #xWsC25IWFRFbbuo00B1DIIcKZFzJ4gVq { width:169px;height:28.5938px;top:66px;left:94px;font-size:22px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #GLTAHLd29JL625qJcPdO23tqiDp4DACH { display:block; }#GLTAHLd29JL625qJcPdO23tqiDp4DACH > .row .container { width:764px;height:283px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #mlhPBKWZWolS6w1gRVl2NpCATPEXVRbV { width:730px;height:214px;top:21.5px;left:20px;display:block; }
 }@media only screen and (max-width: 1199px) { #U1pQ686OfLwO5tTDm4XIUcl5T83TUTnC { width:646px;height:52px;top:126.09375px;left:55px;font-size:20px;display:block; }
 }@media only screen and (max-width: 1199px) { #C2qmQHtvha0OVQrZ3JM4mOsdqXtHxVm7 { width:172px;height:45px;top:58px;left:55px;display:block; }
 }@media only screen and (max-width: 1199px) { #ZHULMmGNax6lOPxy8pTPFamKCEx7JKrz { width:20px;height:20px;top:70px;left:64px;display:block; }
 }@media only screen and (max-width: 1199px) { #pmp7zf1vzk0CryHTTWeCnq7wcdJ2ekVh { width:115px;height:28.5938px;top:66px;left:94px;font-size:22px;display:block; }
 }@media only screen and (max-width: 1199px) { #EeWgMuRNqh89wLV81VG02l9MpJ3TeoB5 { display:block; }#EeWgMuRNqh89wLV81VG02l9MpJ3TeoB5 > .row .container { width:764px;height:285px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #dlP4J86Ri1IEWsVzO53zmc5LFyaPf1yo { width:730px;height:214px;top:21.5px;left:20px;display:block; }
 }@media only screen and (max-width: 1199px) { #WDeXq8rCTeeL4xs8htdOOKu0PJDFgKEE { width:675px;height:26px;top:126.10000610352px;left:55px;font-size:20px;display:block; }
 }@media only screen and (max-width: 1199px) { #Bpp8lrP9Sso8Cn0zRkHagQcWm7ipWei1 { width:172px;height:45px;top:58px;left:55px;display:block; }
 }@media only screen and (max-width: 1199px) { #ynh2195BxqqN8JKQMTOfkLqIhPV1NieW { width:20px;height:20px;top:70px;left:64px;display:block; }
 }@media only screen and (max-width: 1199px) { #v98PCxVH3Tfm5wErC1kWqlfOU4oXxSBu { width:166px;height:28.5938px;top:66px;left:94px;font-size:22px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #oqzsZKaWuzlZx82aSVQtBLwcGSHsWrzF { display:block; }#oqzsZKaWuzlZx82aSVQtBLwcGSHsWrzF > .row .container { width:764px;height:772px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #p2UyvRMMmC9nTPIVQgZlwuWM4DxQqRCV { top:33.993072509766px;left:400.00002288818px;width:350px;height:681px;display:block; }
 }@media only screen and (max-width: 1199px) { #PNw9AnRmqsyTziTUaeh2KPXvrMcFT8QF { top:57px;left:418px;width:100px;height:100px;display:block; }
 }@media only screen and (max-width: 1199px) { #BM2IbNghuKEPK9HUa4BSP2QBWACf60Up { top:51px;left:413px;width:110px;height:110px;display:block; }
 }@media only screen and (max-width: 1199px) { #TiePnnV2BhfUKQsFDaqrLopTRX0uRtxv { top:78px;left:546px;width:197px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 1199px) { #zhNOSbpXtCqLP9zcST5XgalMeMUq9hTU { top:182.98612213135px;left:412.98613739014px;width:325px;height:489.828px;font-size:13px;display:block; }
 }@media only screen and (max-width: 1199px) { #mfVZBrLVClDpPayCKH3beStvTC8lKQDZ { top:17px;left:0px;width:350px;height:337px;z-index:14999;display:none; }
 }@media only screen and (max-width: 1199px) { #VMeIeWlXpWfxbZru2NtCNEraHXeJT5Pp { width:190px;height:15.6px;top:130px;left:545px;font-size:12px;display:block; }
 }@media only screen and (max-width: 1199px) { #wecKTy5A2GPE2mmBTzdVdl9WJwAmPVR2 { top:33.96875px;left:0px;width:350px;height:681px;display:block; }
 }@media only screen and (max-width: 1199px) { #LWcVAUTQiiJsRyLc3BSQkxitiBT7C4Au { top:57px;left:10px;width:100px;height:100px;display:block; }
 }@media only screen and (max-width: 1199px) { #HO7EmAO8IT7NU5xXVLTE5UzhdKapzi0S { top:52px;left:5px;width:110px;height:110px;display:block; }
 }@media only screen and (max-width: 1199px) { #rsBUzhdeU6Oo24mkOioSwm5gNquPpEzK { top:78px;left:126px;width:197px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 1199px) { #priWBMr2xIN4h1O56SSAO8wONJwumepC { top:182.984375px;left:10px;width:325px;height:304.031px;font-size:13px;display:block; }
 }@media only screen and (max-width: 1199px) { #BFE0ZKUnCT2t80C46pCTNWKRmNsDwlF7 { top:17px;left:0px;width:350px;height:337px;z-index:14999;display:none; }
 }@media only screen and (max-width: 1199px) { #iLhGAGmvU1hEHTUKtptrgoTxiHkmszup { display:block; }#iLhGAGmvU1hEHTUKtptrgoTxiHkmszup > .row .container { width:764px;height:476px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #En07kKCLfFov4EVOOXtzQIEAAMHnk59X { top:33.96875px;left:0px;width:350px;height:409px;display:block; }
 }@media only screen and (max-width: 1199px) { #xAsbPay1FrKOp57s138l2oxm0zFfAXqK { top:57px;left:10px;width:100px;height:99px;display:block; }
 }@media only screen and (max-width: 1199px) { #HOu3s3qTvmog14TL8nH6dXNr3kMqVpKx { top:52px;left:3px;width:110px;height:110px;display:block; }
 }@media only screen and (max-width: 1199px) { #b5nCQbcn4Fnrh6JD0CLIBKNzknM0arxv { top:78px;left:126px;width:197px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 1199px) { #Cxpqvgi4FKGUTnDGQVN2At7UXTWJwa03 { top:182.984375px;left:10px;width:325px;height:219.578px;font-size:13px;display:block; }
 }@media only screen and (max-width: 1199px) { #BLPNPsGBLmiM7eWAozH8e40vai3qHZRm { top:17px;left:0px;width:350px;height:337px;z-index:14999;display:none; }
 }@media only screen and (max-width: 1199px) { #QNcWHmcZGbn9sdRZr9XWOsKVFZG47uKc { width:190px;height:15.5938px;top:122px;left:129.5px;font-size:12px;display:block; }
 }@media only screen and (max-width: 1199px) { #nU6PucQTQNvi0HUsmPXrPw7Dlo7uIC54 { display:block; }#nU6PucQTQNvi0HUsmPXrPw7Dlo7uIC54 > .row .container { width:764px;height:119px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #zu2VZibUoW0v4QcmKQxR6sPThAqT70I0 { width:743px;height:77.969px;top:20px;left:21px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #nV2KfpyufzSv0uQIeHORbpIWGckSXgsd { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#nV2KfpyufzSv0uQIeHORbpIWGckSXgsd > .row .container { background-color: transparent; background-image: none; }#nV2KfpyufzSv0uQIeHORbpIWGckSXgsd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nV2KfpyufzSv0uQIeHORbpIWGckSXgsd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nV2KfpyufzSv0uQIeHORbpIWGckSXgsd > .row .container > .video-iframe-container { display: none; }#nV2KfpyufzSv0uQIeHORbpIWGckSXgsd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nV2KfpyufzSv0uQIeHORbpIWGckSXgsd > .row > .video-iframe-container { display: none; }#nV2KfpyufzSv0uQIeHORbpIWGckSXgsd > .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); }#nV2KfpyufzSv0uQIeHORbpIWGckSXgsd > .row .container { border-width: 0; border-radius: 0; }#nV2KfpyufzSv0uQIeHORbpIWGckSXgsd > .row > .video-iframe-container {  }#nV2KfpyufzSv0uQIeHORbpIWGckSXgsd > .row .container { width:320px;height:520px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vmRuVh9CBmqHmTUccnKNTg5T9fsEJbzE { width:265px;height:62.9px;top:65.550003051758px;left:27.500001907349px;font-size:37px;display:block; }
 }@media only screen and (max-width: 763px) { #mAePGQifx7sbGLND4EqO5yOE8Z4ckyIC { width:252px;height:58px;top:68px;left:34.000001907349px;display:block; }
 }@media only screen and (max-width: 763px) { #fgocvfwC5BfMbucUWZFt1G9TegQSCm4E { width:320px;height:285.938px;top:176px;left:0px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VG0cuOc07oJ2TAMOgitL2qMRO1ZczxGy { width:200px;height:46.7969px;top:19.734375px;left:55.234375px;font-size:36px;display:block; }
 }@media only screen and (max-width: 763px) { #sAXRvoqNKLz3VcDKPCT4LT6uxxVAJ4q1 { display:block; }#sAXRvoqNKLz3VcDKPCT4LT6uxxVAJ4q1 > .row .container { width:320px;height:905px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QK0dxiEhU4Dhkz3fSiHJwUV18XBvW9Mg { width:219px;height:58px;top:219px;left:50px;display:none; }
 }@media only screen and (max-width: 763px) { #OwSEqzRKv705PV8uPuPJaUivvQ3NOf9P { width:320px;height:225px;top:24px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #mok8pGEXWQPi9TsXBlqxwsacC32Ckx3N { width:300px;height:440px;top:276px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #iy39PMCN9kMBh7DLhNSIBNM7B1sa4m53 { display:block; }#iy39PMCN9kMBh7DLhNSIBNM7B1sa4m53 > .row .container { width:320px;height:93px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gE7FV8nJwrcqnerBdIZ9MCJpLRKPeST3 { width:320px;height:33.8px;top:35px;left:0px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #Otm494TsDiHwBVOb0vGfLMcMhJ22v9HI { width:197px;height:44px;top:29.887481689453px;left:64px;display:block; }
 }@media only screen and (max-width: 763px) { #MmMTrCaqhyAT7tPiQ1fvqu3HrcMh5pxX { background-color:rgba(255,255,255,0.7);background-image:none;display:block; }#MmMTrCaqhyAT7tPiQ1fvqu3HrcMh5pxX > .row .container { background-color: transparent; background-image: none; }#MmMTrCaqhyAT7tPiQ1fvqu3HrcMh5pxX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MmMTrCaqhyAT7tPiQ1fvqu3HrcMh5pxX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MmMTrCaqhyAT7tPiQ1fvqu3HrcMh5pxX > .row .container > .video-iframe-container { display: none; }#MmMTrCaqhyAT7tPiQ1fvqu3HrcMh5pxX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MmMTrCaqhyAT7tPiQ1fvqu3HrcMh5pxX > .row > .video-iframe-container { display: none; }#MmMTrCaqhyAT7tPiQ1fvqu3HrcMh5pxX > .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); }#MmMTrCaqhyAT7tPiQ1fvqu3HrcMh5pxX > .row .container { width:320px;height:296px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vMn4TA0BbltPr3kg2xAdNCg7JAIyudPc { width:320px;height:242px;top:20px;left:0px;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #LQLzMn1hou4ixsC7xwtBeMQ6uIm9HsOT { width:296px;height:78px;top:124.59375px;left:24px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #nGdL97m3er4LHNc37xnixO96HOrbquav { width:193px;height:45px;top:56.5px;left:35px;display:block; }
 }@media only screen and (max-width: 763px) { #izTBtQxTwoTzC7Qr01fDxnpLUhBt6Gfh { width:20px;height:20px;top:68.5px;left:44px;display:block; }
 }@media only screen and (max-width: 763px) { #xWsC25IWFRFbbuo00B1DIIcKZFzJ4gVq { width:143px;height:28.5938px;top:64.5px;left:74px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #GLTAHLd29JL625qJcPdO23tqiDp4DACH { background-color:rgba(255,255,255,0.7);background-image:none;display:block; }#GLTAHLd29JL625qJcPdO23tqiDp4DACH > .row .container { background-color: transparent; background-image: none; }#GLTAHLd29JL625qJcPdO23tqiDp4DACH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GLTAHLd29JL625qJcPdO23tqiDp4DACH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GLTAHLd29JL625qJcPdO23tqiDp4DACH > .row .container > .video-iframe-container { display: none; }#GLTAHLd29JL625qJcPdO23tqiDp4DACH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GLTAHLd29JL625qJcPdO23tqiDp4DACH > .row > .video-iframe-container { display: none; }#GLTAHLd29JL625qJcPdO23tqiDp4DACH > .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); }#GLTAHLd29JL625qJcPdO23tqiDp4DACH > .row .container { width:320px;height:305px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mlhPBKWZWolS6w1gRVl2NpCATPEXVRbV { width:320px;height:242px;top:26px;left:0px;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #U1pQ686OfLwO5tTDm4XIUcl5T83TUTnC { width:296px;height:104px;top:121.60000610352px;left:12px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #C2qmQHtvha0OVQrZ3JM4mOsdqXtHxVm7 { width:193px;height:45px;top:54px;left:73.999998092651px;display:block; }
 }@media only screen and (max-width: 763px) { #ZHULMmGNax6lOPxy8pTPFamKCEx7JKrz { width:20px;height:20px;top:66px;left:83px;display:block; }
 }@media only screen and (max-width: 763px) { #pmp7zf1vzk0CryHTTWeCnq7wcdJ2ekVh { width:143px;height:28.6px;top:62px;left:112.99999809265px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #EeWgMuRNqh89wLV81VG02l9MpJ3TeoB5 { background-color:rgba(255,255,255,0.7);background-image:none;display:block; }#EeWgMuRNqh89wLV81VG02l9MpJ3TeoB5 > .row .container { background-color: transparent; background-image: none; }#EeWgMuRNqh89wLV81VG02l9MpJ3TeoB5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EeWgMuRNqh89wLV81VG02l9MpJ3TeoB5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EeWgMuRNqh89wLV81VG02l9MpJ3TeoB5 > .row .container > .video-iframe-container { display: none; }#EeWgMuRNqh89wLV81VG02l9MpJ3TeoB5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EeWgMuRNqh89wLV81VG02l9MpJ3TeoB5 > .row > .video-iframe-container { display: none; }#EeWgMuRNqh89wLV81VG02l9MpJ3TeoB5 > .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); }#EeWgMuRNqh89wLV81VG02l9MpJ3TeoB5 > .row .container { width:320px;height:329px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dlP4J86Ri1IEWsVzO53zmc5LFyaPf1yo { width:320px;height:242px;top:26px;left:0px;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #WDeXq8rCTeeL4xs8htdOOKu0PJDFgKEE { width:296px;height:52px;top:121.60000610352px;left:12px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Bpp8lrP9Sso8Cn0zRkHagQcWm7ipWei1 { width:193px;height:45px;top:54px;left:73.999998092651px;display:block; }
 }@media only screen and (max-width: 763px) { #ynh2195BxqqN8JKQMTOfkLqIhPV1NieW { width:20px;height:20px;top:66px;left:83px;display:block; }
 }@media only screen and (max-width: 763px) { #v98PCxVH3Tfm5wErC1kWqlfOU4oXxSBu { width:143px;height:28.6px;top:62px;left:112.99999809265px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #oqzsZKaWuzlZx82aSVQtBLwcGSHsWrzF { display:block; }#oqzsZKaWuzlZx82aSVQtBLwcGSHsWrzF > .row .container { width:320px;height:1428px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p2UyvRMMmC9nTPIVQgZlwuWM4DxQqRCV { width:312px;height:742px;top:18px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #PNw9AnRmqsyTziTUaeh2KPXvrMcFT8QF { width:100px;height:100px;top:47px;left:23px;display:block; }
 }@media only screen and (max-width: 763px) { #BM2IbNghuKEPK9HUa4BSP2QBWACf60Up { width:110px;height:110px;top:42px;left:18px;display:block; }
 }@media only screen and (max-width: 763px) { #TiePnnV2BhfUKQsFDaqrLopTRX0uRtxv { width:150px;height:23.3906px;top:58px;left:148px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #zhNOSbpXtCqLP9zcST5XgalMeMUq9hTU { width:283px;height:557.391px;top:176px;left:19px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #mfVZBrLVClDpPayCKH3beStvTC8lKQDZ { width:320px;height:292px;top:35px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #VMeIeWlXpWfxbZru2NtCNEraHXeJT5Pp { width:143px;height:31.1875px;top:105px;left:148px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #wecKTy5A2GPE2mmBTzdVdl9WJwAmPVR2 { width:312px;height:594px;top:791px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #LWcVAUTQiiJsRyLc3BSQkxitiBT7C4Au { width:100px;height:100px;top:820px;left:23px;display:block; }
 }@media only screen and (max-width: 763px) { #HO7EmAO8IT7NU5xXVLTE5UzhdKapzi0S { width:110px;height:110px;top:815px;left:18px;display:block; }
 }@media only screen and (max-width: 763px) { #rsBUzhdeU6Oo24mkOioSwm5gNquPpEzK { width:150px;height:23.3906px;top:831px;left:148px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #priWBMr2xIN4h1O56SSAO8wONJwumepC { width:283px;height:371.594px;top:949px;left:19px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #BFE0ZKUnCT2t80C46pCTNWKRmNsDwlF7 { width:320px;height:292px;top:35px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #iLhGAGmvU1hEHTUKtptrgoTxiHkmszup { display:block; }#iLhGAGmvU1hEHTUKtptrgoTxiHkmszup > .row .container { width:320px;height:545px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #En07kKCLfFov4EVOOXtzQIEAAMHnk59X { width:312px;height:484px;top:22px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #xAsbPay1FrKOp57s138l2oxm0zFfAXqK { width:100px;height:99px;top:51px;left:23px;display:block; }
 }@media only screen and (max-width: 763px) { #HOu3s3qTvmog14TL8nH6dXNr3kMqVpKx { width:110px;height:110px;top:46px;left:18px;display:block; }
 }@media only screen and (max-width: 763px) { #b5nCQbcn4Fnrh6JD0CLIBKNzknM0arxv { width:150px;height:23.3906px;top:62px;left:148px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Cxpqvgi4FKGUTnDGQVN2At7UXTWJwa03 { width:283px;height:253.359px;top:180px;left:19px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #BLPNPsGBLmiM7eWAozH8e40vai3qHZRm { width:320px;height:292px;top:35px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #QNcWHmcZGbn9sdRZr9XWOsKVFZG47uKc { width:172px;height:15.5938px;top:92.6875px;left:148px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #nU6PucQTQNvi0HUsmPXrPw7Dlo7uIC54 { display:block; }#nU6PucQTQNvi0HUsmPXrPw7Dlo7uIC54 > .row .container { width:320px;height:140px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zu2VZibUoW0v4QcmKQxR6sPThAqT70I0 { width:290px;height:114.3752px;top:12px;left:20px;text-align:left;text-align-last:left;font-size:11px;display:block; }
 }