.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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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 { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nV2KfpyufzSv0uQIeHORbpIWGckSXgsd > .row .container { font-size:14px;font-family:rubik;height:449px;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.4px;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:246px;left:14.5px;height:81.8906px;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; }
#QVZAB8NPkV41GRDONnHBZwtTu3kTzTIt { color:#000000;display:block;width:558px;position:absolute;font-family:montserrat;font-size:27px;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:359px;left:13.5px;height:35.0938px;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; }
#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 { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#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:488px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;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:42px;left:203px;display:block; }
#mok8pGEXWQPi9TsXBlqxwsacC32Ckx3N { position:absolute;display:block;z-index:15003;height:600px;width:400px;top:51px;left:800px;display:none; }
#iy39PMCN9kMBh7DLhNSIBNM7B1sa4m53 { 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; }#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 { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;height:44px;width:304px;top:25.700012207031px;left:448.00003051758px;display:block; }
#kU9qOeu9riXb2ST837V4q9MDhpQ0IJzG { 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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kU9qOeu9riXb2ST837V4q9MDhpQ0IJzG > .row .container { background-color: transparent; background-image: none; }#kU9qOeu9riXb2ST837V4q9MDhpQ0IJzG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kU9qOeu9riXb2ST837V4q9MDhpQ0IJzG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kU9qOeu9riXb2ST837V4q9MDhpQ0IJzG > .row .container > .video-iframe-container { display: none; }#kU9qOeu9riXb2ST837V4q9MDhpQ0IJzG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kU9qOeu9riXb2ST837V4q9MDhpQ0IJzG > .row > .video-iframe-container { display: none; }#kU9qOeu9riXb2ST837V4q9MDhpQ0IJzG > .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); }#kU9qOeu9riXb2ST837V4q9MDhpQ0IJzG > .row .container { border-width: 0; border-radius: 0; }#kU9qOeu9riXb2ST837V4q9MDhpQ0IJzG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kU9qOeu9riXb2ST837V4q9MDhpQ0IJzG > .row .container { font-size:14px;font-family:rubik;height:203px;width:1200px;position:relative;display:block; }#KcJCQaehlXSSWbgd16mpTBufGWwpzd2G { 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:161px;width:1030px;top:19px;left:85px;display:block; }
#qFU6QFqhV1J9QJLTRpg6Q0e1TBy3cLi7 { 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:70px;left:114.5px;height:52px;font-style:normal;display:block; }
#JauouENH7aSsT35aVXsyammGBWJsbxOk { 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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JauouENH7aSsT35aVXsyammGBWJsbxOk > .row .container { background-color: transparent; background-image: none; }#JauouENH7aSsT35aVXsyammGBWJsbxOk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JauouENH7aSsT35aVXsyammGBWJsbxOk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JauouENH7aSsT35aVXsyammGBWJsbxOk > .row .container > .video-iframe-container { display: none; }#JauouENH7aSsT35aVXsyammGBWJsbxOk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JauouENH7aSsT35aVXsyammGBWJsbxOk > .row > .video-iframe-container { display: none; }#JauouENH7aSsT35aVXsyammGBWJsbxOk > .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); }#JauouENH7aSsT35aVXsyammGBWJsbxOk > .row .container { border-width: 0; border-radius: 0; }#JauouENH7aSsT35aVXsyammGBWJsbxOk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JauouENH7aSsT35aVXsyammGBWJsbxOk > .row .container { font-size:14px;font-family:rubik;height:329px;width:1200px;position:relative;display:block; }#sabrEo7hQzRdMC7xwMrAgbilr0TW6LBb { 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:284px;width:1030px;top:18.984375px;left:85px;display:block; }
#DzMqyVon9TOwX91lm422cNkRu0dyiF90 { 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:65px;left:119px;height:52px;font-style:normal;display:block; }
#CQDXqiTpT276nqphIIopJmD9Gnvt4Do8 { color:#000000;display:block;width:902px;position:absolute;font-family:"titillium web";font-size:20px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:144px;left:118px;height:108px;display:block; }#CQDXqiTpT276nqphIIopJmD9Gnvt4Do8 li:not(:first-child){ padding-top:15px;padding-right:0;padding-bottom:0;padding-left:0; }#CQDXqiTpT276nqphIIopJmD9Gnvt4Do8 li:before{  }
#tEfpTNoDdltAKaA36GuiOTqUR7M8sEav { 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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tEfpTNoDdltAKaA36GuiOTqUR7M8sEav > .row .container { background-color: transparent; background-image: none; }#tEfpTNoDdltAKaA36GuiOTqUR7M8sEav::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tEfpTNoDdltAKaA36GuiOTqUR7M8sEav > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tEfpTNoDdltAKaA36GuiOTqUR7M8sEav > .row .container > .video-iframe-container { display: none; }#tEfpTNoDdltAKaA36GuiOTqUR7M8sEav > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tEfpTNoDdltAKaA36GuiOTqUR7M8sEav > .row > .video-iframe-container { display: none; }#tEfpTNoDdltAKaA36GuiOTqUR7M8sEav > .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); }#tEfpTNoDdltAKaA36GuiOTqUR7M8sEav > .row .container { border-width: 0; border-radius: 0; }#tEfpTNoDdltAKaA36GuiOTqUR7M8sEav > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tEfpTNoDdltAKaA36GuiOTqUR7M8sEav > .row .container { font-size:14px;font-family:rubik;height:311px;width:1200px;position:relative;display:block; }#WNppEsN12Qe9lx89EI2qOIQV7614nDCm { 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:253px;width:1030px;top:18.984375px;left:85px;display:block; }
#gpXT0bprIZr9fV1quFKTCFNXWWi7xVB4 { color:#000000;display:block;width:870px;position:absolute;font-family:montserrat;font-size:20px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:68px;left:122px;height:78px;font-style:normal;display:block; }
#fNhGtQGSFXA18zx5NSt6N02hXNBiSGKf { color:#000000;display:block;width:902px;position:absolute;font-family:"titillium web";font-size:20px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:162px;left:122px;height:67px;display:block; }#fNhGtQGSFXA18zx5NSt6N02hXNBiSGKf li:not(:first-child){ padding-top:15px;padding-right:0;padding-bottom:0;padding-left:0; }#fNhGtQGSFXA18zx5NSt6N02hXNBiSGKf li:before{  }
#rOET6ShTdQm7HBahKLRJNW3dRLia2zTV { position:relative;display:block; }#rOET6ShTdQm7HBahKLRJNW3dRLia2zTV { background-color: transparent; background-image: none; }#rOET6ShTdQm7HBahKLRJNW3dRLia2zTV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rOET6ShTdQm7HBahKLRJNW3dRLia2zTV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rOET6ShTdQm7HBahKLRJNW3dRLia2zTV > .row .container > .video-iframe-container { display: none; }#rOET6ShTdQm7HBahKLRJNW3dRLia2zTV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rOET6ShTdQm7HBahKLRJNW3dRLia2zTV > .row > .video-iframe-container { display: none; }#rOET6ShTdQm7HBahKLRJNW3dRLia2zTV > .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); }#rOET6ShTdQm7HBahKLRJNW3dRLia2zTV { border-width: 0; border-radius: 0; }#rOET6ShTdQm7HBahKLRJNW3dRLia2zTV > .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; }#rOET6ShTdQm7HBahKLRJNW3dRLia2zTV > .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:1224px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#kBPZ9bHu3Uozkx1TdTblnADOrF4yWF4q { 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:535px;width:515px;top:57.984375px;left:643.984375px;display:block; }
#xLbTxTLmrVWnnVJLSMN70WHOJX2ddA2V { position:absolute;display:block;z-index:15026;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;height:100px;width:100px;top:83px;left:674px;overflow:hidden;display:block; }
#ERBHhmpoZPSxgeb2GR2LFUaFyExd8V8u { 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; }
#pHgC6Sg93xcAZgLCPLf9tTvNabeFTBkd { 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; }
#uIX14At6T27kE5ztKBFoLMZSI8Ni3GdC { 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; }
#PT4l7ZzFWyqNx36I7C1J5ncmKEppis6i { 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:318.96875px;left:774px;display:block; }
#zt1ETFQsfBBbvlxakxHHOAvN1H0h44PK { 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.5972px;display:block; }
#LPdLe8ZhT0rwa6mrVl0ApyyfatKaOcOk { 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:1111px;width:515px;top:57.986083984375px;left:0px;display:block; }
#uUhlQOWl1EBFxcADvGRPw0ncVzwBti6r { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:400px;border-top-right-radius:400px;border-bottom-left-radius:400px;border-bottom-right-radius:400px;height:100px;width:100px;top:83px;left:30px;overflow:hidden;display:block; }
#B9InfmPLG6nZbpv3ARX78oCWE7xB3z8H { 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; }
#MCGwyngEyULS2BfGu94Ctt68ep3PugsO { 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; }
#DJN4WuRrAqs71xxlyokmFkPU57V17k6d { color:#000000;display:block;width:475px;position:absolute;font-family:"open sans";font-size:13px;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:211.984375px;left:20px;height:912.0928px;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#z6qgS4JlbliGIBTWh4LNN5n2wVvTGExm { 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.979px;width:410.972px;top:895.984375px;left:135px;display:block; }
#BTXSGnVtO1vX59HbepBNApmEqhhaOgr8 { color:#000000;display:block;width:276.984px;position:absolute;font-family:"open sans";font-size:12px;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:133px;left:155px;height:31.1944px;display:block; }
#JDx1Qs8fMyE9oklrD5FbAZRhENwtBNBd { position:absolute;display:block;z-index:15008;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:208px;width:411px;top:786px;left:774px;display:block; }
#hQyAcP2tE93CfIWNsQQtMEUav6FzQp6S { position:absolute;display:block;z-index:15009;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:283px;width:515px;top:691px;left:644px;display:block; }
#r4k6w3tq2u4yC9KPla9AMgyW7aBfDGBu { color:#000000;display:block;width:457px;position:absolute;font-family:"open sans";font-size:13px;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:845px;left:681px;height:67.5625px;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#LocxwLAs2adchRBgb7op3SVbr3eGoGkL { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:400px;border-top-right-radius:400px;border-bottom-left-radius:400px;border-bottom-right-radius:400px;height:100px;width:100px;top:716px;left:674px;overflow:hidden;display:block; }
#LTSJorDWU5n9SC1pMqGRAiKWTOI51dhX { position:absolute;display:block;z-index:15012;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:711px;left:669px;display:block; }
#KUkQpzFT36uEM5H6T0ktXo3KbMwGJg72 { color:#000000;display:block;width:276.997px;position:absolute;font-family:"open sans";font-size:12px;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:779px;left:802px;height:31.1944px;display:block; }
#kzVDOZEzD5WS88cwF9fneA0EiTUiT7NG { color:#116efa;display:block;width:281.997px;position:absolute;font-family:roboto;font-size:20px;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:740px;left:799px;height:26px;font-style:normal;text-align:left;text-align-last:left;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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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 { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#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 { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nV2KfpyufzSv0uQIeHORbpIWGckSXgsd > .row .container { width:764px;height:363px;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #vmRuVh9CBmqHmTUccnKNTg5T9fsEJbzE { width:367px;height:88.4px;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:65px;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) { #QVZAB8NPkV41GRDONnHBZwtTu3kTzTIt { width:744px;height:32.5px;top:297.5px;left:10px;font-size:25px;display:block; }
 }@media only screen and (max-width: 1199px) { #sAXRvoqNKLz3VcDKPCT4LT6uxxVAJ4q1 { display:block; }#sAXRvoqNKLz3VcDKPCT4LT6uxxVAJ4q1 > .row .container { width:764px;height:497px;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:650px;height:437px;top:30px;left:57px;display:block; }
 }@media only screen and (max-width: 1199px) { #mok8pGEXWQPi9TsXBlqxwsacC32Ckx3N { width:400px;height:600px;top:32px;left:364px;display:none; }
 }@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) { #kU9qOeu9riXb2ST837V4q9MDhpQ0IJzG { display:block; }#kU9qOeu9riXb2ST837V4q9MDhpQ0IJzG > .row .container { width:764px;height:174px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #KcJCQaehlXSSWbgd16mpTBufGWwpzd2G { width:730px;height:132px;top:21.5px;left:20px;display:block; }
 }@media only screen and (max-width: 1199px) { #qFU6QFqhV1J9QJLTRpg6Q0e1TBy3cLi7 { width:675px;height:52px;top:62.09375px;left:47.5px;font-size:20px;display:block; }
 }@media only screen and (max-width: 1199px) { #JauouENH7aSsT35aVXsyammGBWJsbxOk { display:block; }#JauouENH7aSsT35aVXsyammGBWJsbxOk > .row .container { width:764px;height:444px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #sabrEo7hQzRdMC7xwMrAgbilr0TW6LBb { width:730px;height:402px;top:21.493041992188px;left:20px;display:block; }
 }@media only screen and (max-width: 1199px) { #DzMqyVon9TOwX91lm422cNkRu0dyiF90 { width:646px;height:78px;top:57px;left:42px;font-size:20px;display:block; }
 }@media only screen and (max-width: 1199px) { #CQDXqiTpT276nqphIIopJmD9Gnvt4Do8 { width:672px;height:186px;top:183px;left:46px;font-size:20px;display:block; }#CQDXqiTpT276nqphIIopJmD9Gnvt4Do8 li:before{  }
 }@media only screen and (max-width: 1199px) { #tEfpTNoDdltAKaA36GuiOTqUR7M8sEav { display:block; }#tEfpTNoDdltAKaA36GuiOTqUR7M8sEav > .row .container { width:764px;height:350px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #WNppEsN12Qe9lx89EI2qOIQV7614nDCm { width:730px;height:301px;top:21.484375px;left:20px;display:block; }
 }@media only screen and (max-width: 1199px) { #gpXT0bprIZr9fV1quFKTCFNXWWi7xVB4 { width:646px;height:104px;top:61px;left:46px;font-size:20px;display:block; }
 }@media only screen and (max-width: 1199px) { #fNhGtQGSFXA18zx5NSt6N02hXNBiSGKf { width:672px;height:93px;top:192px;left:46px;font-size:20px;display:block; }#fNhGtQGSFXA18zx5NSt6N02hXNBiSGKf li:before{  }
 }@media only screen and (max-width: 1199px) { #rOET6ShTdQm7HBahKLRJNW3dRLia2zTV { display:block; }#rOET6ShTdQm7HBahKLRJNW3dRLia2zTV > .row .container { width:764px;height:1759px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #kBPZ9bHu3Uozkx1TdTblnADOrF4yWF4q { top:1006px;left:17px;width:730px;height:410px;display:block; }
 }@media only screen and (max-width: 1199px) { #xLbTxTLmrVWnnVJLSMN70WHOJX2ddA2V { top:1029px;left:35px;width:100px;height:100px;display:block; }
 }@media only screen and (max-width: 1199px) { #ERBHhmpoZPSxgeb2GR2LFUaFyExd8V8u { top:1023px;left:30px;width:110px;height:110px;display:block; }
 }@media only screen and (max-width: 1199px) { #pHgC6Sg93xcAZgLCPLf9tTvNabeFTBkd { top:1050px;left:163px;width:197px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 1199px) { #uIX14At6T27kE5ztKBFoLMZSI8Ni3GdC { top:1155px;left:30px;width:695px;height:219.578px;font-size:13px;display:block; }
 }@media only screen and (max-width: 1199px) { #PT4l7ZzFWyqNx36I7C1J5ncmKEppis6i { top:17px;left:0px;width:350px;height:337px;z-index:14999;display:none; }
 }@media only screen and (max-width: 1199px) { #zt1ETFQsfBBbvlxakxHHOAvN1H0h44PK { width:190px;height:15.5938px;top:1102px;left:162px;font-size:12px;display:block; }
 }@media only screen and (max-width: 1199px) { #LPdLe8ZhT0rwa6mrVl0ApyyfatKaOcOk { top:34px;left:17px;width:730px;height:919px;display:block; }
 }@media only screen and (max-width: 1199px) { #uUhlQOWl1EBFxcADvGRPw0ncVzwBti6r { top:57px;left:27px;width:100px;height:100px;display:block; }
 }@media only screen and (max-width: 1199px) { #B9InfmPLG6nZbpv3ARX78oCWE7xB3z8H { top:52px;left:22px;width:110px;height:110px;display:block; }
 }@media only screen and (max-width: 1199px) { #MCGwyngEyULS2BfGu94Ctt68ep3PugsO { top:78px;left:143px;width:197px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 1199px) { #DJN4WuRrAqs71xxlyokmFkPU57V17k6d { top:183px;left:27px;width:707px;height:743.1867px;font-size:13px;display:block; }
 }@media only screen and (max-width: 1199px) { #z6qgS4JlbliGIBTWh4LNN5n2wVvTGExm { top:17px;left:0px;width:350px;height:337px;z-index:14999;display:none; }
 }@media only screen and (max-width: 1199px) { #BTXSGnVtO1vX59HbepBNApmEqhhaOgr8 { width:190px;height:46.7812px;top:122px;left:146px;font-size:12px;display:block; }
 }@media only screen and (max-width: 1199px) { #JDx1Qs8fMyE9oklrD5FbAZRhENwtBNBd { top:17px;left:0px;width:350px;height:337px;z-index:14999;display:none; }
 }@media only screen and (max-width: 1199px) { #hQyAcP2tE93CfIWNsQQtMEUav6FzQp6S { top:1462px;left:17px;width:730px;height:249px;display:block; }
 }@media only screen and (max-width: 1199px) { #r4k6w3tq2u4yC9KPla9AMgyW7aBfDGBu { top:1611px;left:30px;width:695px;height:50.6719px;font-size:13px;display:block; }
 }@media only screen and (max-width: 1199px) { #LocxwLAs2adchRBgb7op3SVbr3eGoGkL { top:1485px;left:35px;width:100px;height:100px;display:block; }
 }@media only screen and (max-width: 1199px) { #LTSJorDWU5n9SC1pMqGRAiKWTOI51dhX { top:1479px;left:30px;width:110px;height:110px;display:block; }
 }@media only screen and (max-width: 1199px) { #KUkQpzFT36uEM5H6T0ktXo3KbMwGJg72 { width:190px;height:31.2px;top:1558px;left:162px;font-size:12px;display:block; }
 }@media only screen and (max-width: 1199px) { #kzVDOZEzD5WS88cwF9fneA0EiTUiT7NG { top:1506px;left:163px;width:197px;height:26px;font-size:20px;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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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 { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nV2KfpyufzSv0uQIeHORbpIWGckSXgsd > .row .container { width:320px;height:371px;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:85.7812px;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) { #QVZAB8NPkV41GRDONnHBZwtTu3kTzTIt { width:320px;height:70.1875px;top:281.7656px;left:0px;font-size:27px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sAXRvoqNKLz3VcDKPCT4LT6uxxVAJ4q1 { display:block; }#sAXRvoqNKLz3VcDKPCT4LT6uxxVAJ4q1 > .row .container { width:320px;height:267px;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:none; }
 }@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) { #kU9qOeu9riXb2ST837V4q9MDhpQ0IJzG { background-color:rgba(255,255,255,0.7);background-image:none;display:block; }#kU9qOeu9riXb2ST837V4q9MDhpQ0IJzG > .row .container { background-color: transparent; background-image: none; }#kU9qOeu9riXb2ST837V4q9MDhpQ0IJzG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kU9qOeu9riXb2ST837V4q9MDhpQ0IJzG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kU9qOeu9riXb2ST837V4q9MDhpQ0IJzG > .row .container > .video-iframe-container { display: none; }#kU9qOeu9riXb2ST837V4q9MDhpQ0IJzG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kU9qOeu9riXb2ST837V4q9MDhpQ0IJzG > .row > .video-iframe-container { display: none; }#kU9qOeu9riXb2ST837V4q9MDhpQ0IJzG > .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); }#kU9qOeu9riXb2ST837V4q9MDhpQ0IJzG > .row .container { width:320px;height:208px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KcJCQaehlXSSWbgd16mpTBufGWwpzd2G { width:320px;height:175px;top:20px;left:0px;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #qFU6QFqhV1J9QJLTRpg6Q0e1TBy3cLi7 { width:296px;height:104px;top:58.59375px;left:12px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #JauouENH7aSsT35aVXsyammGBWJsbxOk { background-color:rgba(255,255,255,0.7);background-image:none;display:block; }#JauouENH7aSsT35aVXsyammGBWJsbxOk > .row .container { background-color: transparent; background-image: none; }#JauouENH7aSsT35aVXsyammGBWJsbxOk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JauouENH7aSsT35aVXsyammGBWJsbxOk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JauouENH7aSsT35aVXsyammGBWJsbxOk > .row .container > .video-iframe-container { display: none; }#JauouENH7aSsT35aVXsyammGBWJsbxOk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JauouENH7aSsT35aVXsyammGBWJsbxOk > .row > .video-iframe-container { display: none; }#JauouENH7aSsT35aVXsyammGBWJsbxOk > .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); }#JauouENH7aSsT35aVXsyammGBWJsbxOk > .row .container { width:320px;height:642px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sabrEo7hQzRdMC7xwMrAgbilr0TW6LBb { width:320px;height:590px;top:25.984375px;left:0px;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #DzMqyVon9TOwX91lm422cNkRu0dyiF90 { width:295.984px;height:156px;top:57.578125px;left:11.984375px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #CQDXqiTpT276nqphIIopJmD9Gnvt4Do8 { width:302.984px;height:342px;top:245.515625px;left:8.484375px;font-size:20px;display:block; }#CQDXqiTpT276nqphIIopJmD9Gnvt4Do8 li:before{  }
 }@media only screen and (max-width: 763px) { #tEfpTNoDdltAKaA36GuiOTqUR7M8sEav { background-color:rgba(255,255,255,0.7);background-image:none;display:block; }#tEfpTNoDdltAKaA36GuiOTqUR7M8sEav > .row .container { background-color: transparent; background-image: none; }#tEfpTNoDdltAKaA36GuiOTqUR7M8sEav::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tEfpTNoDdltAKaA36GuiOTqUR7M8sEav > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tEfpTNoDdltAKaA36GuiOTqUR7M8sEav > .row .container > .video-iframe-container { display: none; }#tEfpTNoDdltAKaA36GuiOTqUR7M8sEav > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tEfpTNoDdltAKaA36GuiOTqUR7M8sEav > .row > .video-iframe-container { display: none; }#tEfpTNoDdltAKaA36GuiOTqUR7M8sEav > .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); }#tEfpTNoDdltAKaA36GuiOTqUR7M8sEav > .row .container { width:320px;height:503px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WNppEsN12Qe9lx89EI2qOIQV7614nDCm { width:320px;height:450px;top:25.984375px;left:0px;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #gpXT0bprIZr9fV1quFKTCFNXWWi7xVB4 { width:295.984px;height:208px;top:66.578125px;left:11.984375px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #fNhGtQGSFXA18zx5NSt6N02hXNBiSGKf { width:302.969px;height:119px;top:304.515625px;left:8.5px;font-size:20px;display:block; }#fNhGtQGSFXA18zx5NSt6N02hXNBiSGKf li:before{  }
 }@media only screen and (max-width: 763px) { #rOET6ShTdQm7HBahKLRJNW3dRLia2zTV { display:block; }#rOET6ShTdQm7HBahKLRJNW3dRLia2zTV > .row .container { width:320px;height:2671px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kBPZ9bHu3Uozkx1TdTblnADOrF4yWF4q { width:312px;height:742px;top:18px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #xLbTxTLmrVWnnVJLSMN70WHOJX2ddA2V { width:100px;height:100px;top:47px;left:23px;display:block; }
 }@media only screen and (max-width: 763px) { #ERBHhmpoZPSxgeb2GR2LFUaFyExd8V8u { width:110px;height:110px;top:42px;left:18px;display:block; }
 }@media only screen and (max-width: 763px) { #pHgC6Sg93xcAZgLCPLf9tTvNabeFTBkd { width:150px;height:23.4028px;top:58px;left:148px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #uIX14At6T27kE5ztKBFoLMZSI8Ni3GdC { width:283px;height:557.391px;top:176px;left:19px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #PT4l7ZzFWyqNx36I7C1J5ncmKEppis6i { width:320px;height:292px;top:35px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #zt1ETFQsfBBbvlxakxHHOAvN1H0h44PK { width:143px;height:31.2px;top:105px;left:148px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #LPdLe8ZhT0rwa6mrVl0ApyyfatKaOcOk { width:312px;height:1488px;top:790.98968505859px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #uUhlQOWl1EBFxcADvGRPw0ncVzwBti6r { width:100px;height:100px;top:820px;left:23px;display:block; }
 }@media only screen and (max-width: 763px) { #B9InfmPLG6nZbpv3ARX78oCWE7xB3z8H { width:110px;height:110px;top:815px;left:18px;display:block; }
 }@media only screen and (max-width: 763px) { #MCGwyngEyULS2BfGu94Ctt68ep3PugsO { width:150px;height:23.4028px;top:831px;left:148px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #DJN4WuRrAqs71xxlyokmFkPU57V17k6d { width:283px;height:1283.6869px;top:949px;left:19px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #z6qgS4JlbliGIBTWh4LNN5n2wVvTGExm { width:320px;height:292px;top:35px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #BTXSGnVtO1vX59HbepBNApmEqhhaOgr8 { width:161px;height:62.375px;top:868.46875px;left:148px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #JDx1Qs8fMyE9oklrD5FbAZRhENwtBNBd { width:320px;height:208px;top:786px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #hQyAcP2tE93CfIWNsQQtMEUav6FzQp6S { width:312px;height:314px;top:2310px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #r4k6w3tq2u4yC9KPla9AMgyW7aBfDGBu { width:282px;height:118.234px;top:2459px;left:19px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #LocxwLAs2adchRBgb7op3SVbr3eGoGkL { width:100px;height:100px;top:2333px;left:18px;display:block; }
 }@media only screen and (max-width: 763px) { #LTSJorDWU5n9SC1pMqGRAiKWTOI51dhX { width:110px;height:110px;top:2327px;left:13px;display:block; }
 }@media only screen and (max-width: 763px) { #KUkQpzFT36uEM5H6T0ktXo3KbMwGJg72 { width:172px;height:46.7812px;top:2387px;left:143px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #kzVDOZEzD5WS88cwF9fneA0EiTUiT7NG { width:170px;height:23.4px;top:2354px;left:143px;font-size:18px;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; }
 }