.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0 0 0 30px;
  counter-reset: ordered;
}
ol li {
  position: relative;
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  position: absolute;
  left: 0;
  margin: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0 0 0 30px;
}
ul li {
  position: relative;
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  position: absolute;
  left: 0;
  margin: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
@media only screen and (max-width: 763px) { 
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ziblpMn7hzrqoEIcJDKyJZprZ9zoBRfK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ziblpMn7hzrqoEIcJDKyJZprZ9zoBRfK > .row .container { background-color: transparent; background-image: none; }#ziblpMn7hzrqoEIcJDKyJZprZ9zoBRfK::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ziblpMn7hzrqoEIcJDKyJZprZ9zoBRfK > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ziblpMn7hzrqoEIcJDKyJZprZ9zoBRfK > .row .container > .video-iframe-container { display: none; }#ziblpMn7hzrqoEIcJDKyJZprZ9zoBRfK > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ziblpMn7hzrqoEIcJDKyJZprZ9zoBRfK > .row > .video-iframe-container { display: none; }#ziblpMn7hzrqoEIcJDKyJZprZ9zoBRfK > .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); }#ziblpMn7hzrqoEIcJDKyJZprZ9zoBRfK > .row .container { border-width: 0; border-radius: 0; }#ziblpMn7hzrqoEIcJDKyJZprZ9zoBRfK > .row .container { font-size:14px;font-family:arial;height:130px;width:960px;position:relative;display:block; }#mwc5ycskpws0OG3ORPDJdBWZAMuNCK3h { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:117px;width:686px;top:0;left:126.99652099609px;overflow:hidden;display:block; }
#KguCTJtnJqdWqnG91MBKWKADPwTtocfh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/6AeSQA3o/02.jpg");background-position:top center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;position:relative;display:block; }#KguCTJtnJqdWqnG91MBKWKADPwTtocfh > .row .container { background-color: transparent; background-image: none; }#KguCTJtnJqdWqnG91MBKWKADPwTtocfh::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KguCTJtnJqdWqnG91MBKWKADPwTtocfh > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KguCTJtnJqdWqnG91MBKWKADPwTtocfh > .row .container > .video-iframe-container { display: none; }#KguCTJtnJqdWqnG91MBKWKADPwTtocfh > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KguCTJtnJqdWqnG91MBKWKADPwTtocfh > .row > .video-iframe-container { display: none; }#KguCTJtnJqdWqnG91MBKWKADPwTtocfh > .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); }#KguCTJtnJqdWqnG91MBKWKADPwTtocfh > .row .container { border-width: 0; border-radius: 0; }#KguCTJtnJqdWqnG91MBKWKADPwTtocfh > .row .container { font-size:14px;font-family:arial;height:714px;width:960px;position:relative;display:block; }#Da6n42tDKRHXvXNG8548U01vaw0M8R6m { position:absolute;display:block;z-index:99999;background-color:rgba(251,186,0,0.7);background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:714px;width:296px;top:0;left:69px;display:block; }
#DwhNt0I39mpADiMNkJ5QKDXA2obqTFBS { color:#ffffff;display:block;width:280px;position:absolute;font-family:cairo;font-size:26px;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:0;left:76px;height:67.5px;text-align:center;text-align-last:center;display:block; }
#NlhfnkZkCW323q8BiLcpO3fpvQRhOkWu { position:absolute;display:block;z-index:100014;background-color:#1799eb;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3px;width:180px;top:271px;left:640px;display:block; }
#qA9ReUgmyxq0WUPk02IfqJMiwgDHxdHT { color:#4d4d4d;display:block;width:380px;position:absolute;font-family:cairo;font-size:20px;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:211px;left:514px;height:25px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dA67XtCot3sxE88WZacdSan1i5dIAkZ7 { color:#8e8e8e;display:block;width:307px;position:absolute;font-family:"titillium web";font-size:18px;font-weight:300;z-index:100013;line-height:1.3;letter-spacing:0;top:279px;left:530px;height:22.5px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#KS2QNsT0nflucESJEbSbvaGTTRDIJ2VD { z-index:100007;top:324.47265625px;left:513.984375px;background-color:#1799eb;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"titillium web";font-size:15px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:140.996px;height:40px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#yoS6CdU4hImSq0mD00PUPicB86TZdwLe { display:block;position:absolute;top:50%;left:0;width:100%;z-index:100000;display:block; }
#LAKurD6wLctdMvZLPubl1L4p8Zf46z6a { position:absolute;display:block;z-index:100006;background-color:#ffffff;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 7px 12px 15px rgba(0,0,0,0.42) ;height:234px;width:407px;top:170px;left:499px;display:block; }
#fMx9DG7pIgL1nbzLVb8UFGD14CShhH2l .widget-form-header {  }
#fMx9DG7pIgL1nbzLVb8UFGD14CShhH2l .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:14px;font-weight:700;color:#f2f9ff;width:200px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;background-color:transparent;background-image:none;font-style:normal; }
#fMx9DG7pIgL1nbzLVb8UFGD14CShhH2l .widget-input-text { border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-right-radius:5px;border-bottom-left-radius:5px;background-color:transparent;background-image:none;border-top:2px solid rgba(242,249,255,0.4);border-right:2px solid rgba(242,249,255,0.4);border-bottom:2px solid rgba(242,249,255,0.4);border-left:2px solid rgba(242,249,255,0.4);padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:200px;box-sizing:border-box;height:41px;color:#f2f9ff;font-size:13px;overflow:hidden;font-family:ubuntu; }
#fMx9DG7pIgL1nbzLVb8UFGD14CShhH2l .widget-input-text {padding-top: 0; padding-bottom: 0;}#fMx9DG7pIgL1nbzLVb8UFGD14CShhH2l .widget-textarea { border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-right-radius:5px;border-bottom-left-radius:5px;background-color:transparent;background-image:none;border-top:2px solid rgba(242,249,255,0.4);border-right:2px solid rgba(242,249,255,0.4);border-bottom:2px solid rgba(242,249,255,0.4);border-left:2px solid rgba(242,249,255,0.4);padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:200px;box-sizing:border-box;height:70px;color:#f2f9ff;font-size:13px;overflow:hidden;font-family:ubuntu; }
#fMx9DG7pIgL1nbzLVb8UFGD14CShhH2l .widget-input-select { border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-right-radius:5px;border-bottom-left-radius:5px;background-color:transparent;background-image:none;border-top:2px solid rgba(242,249,255,0.4);border-right:2px solid rgba(242,249,255,0.4);border-bottom:2px solid rgba(242,249,255,0.4);border-left:2px solid rgba(242,249,255,0.4);padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:200px;box-sizing:border-box;height:41px;color:#ffffff;font-family:ubuntu;font-size:13px;overflow:hidden; }
#fMx9DG7pIgL1nbzLVb8UFGD14CShhH2l .widget-input-select {padding-top: 0; padding-bottom: 0;}#fMx9DG7pIgL1nbzLVb8UFGD14CShhH2l .widget-input-checkbox { width:13px;height:13px;box-sizing:border-box;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:3px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px; }
#fMx9DG7pIgL1nbzLVb8UFGD14CShhH2l .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#fMx9DG7pIgL1nbzLVb8UFGD14CShhH2l .widget-input-button { border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-right-radius:5px;border-bottom-left-radius:5px;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;box-sizing:border-box;font-size:22px;font-weight:bold;color:#e74c3c;width:200px;height:55px;font-family:ubuntu;overflow:hidden; }
#fMx9DG7pIgL1nbzLVb8UFGD14CShhH2l [class*="-text"]:-moz-placeholder { color:rgba(242,249,255,0.4);font-family:ubuntu;font-size:13px; }
#fMx9DG7pIgL1nbzLVb8UFGD14CShhH2l [class*="-text"]::-moz-placeholder { color:rgba(242,249,255,0.4);font-family:ubuntu;font-size:13px; }
#fMx9DG7pIgL1nbzLVb8UFGD14CShhH2l [class*="-text"]:-ms-input-placeholder { color:rgba(242,249,255,0.4);font-family:ubuntu;font-size:13px; }
#fMx9DG7pIgL1nbzLVb8UFGD14CShhH2l [class*="-text"]::-webkit-input-placeholder { color:rgba(242,249,255,0.4);font-family:ubuntu;font-size:13px; }
#fMx9DG7pIgL1nbzLVb8UFGD14CShhH2l .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto;font-family:ubuntu;font-size:12px;font-weight:400;color:#f2f9ff;vertical-align:top;width:180px;overflow:hidden;font-style:normal; }
#fMx9DG7pIgL1nbzLVb8UFGD14CShhH2l .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:3px;vertical-align:middle; }
#fMx9DG7pIgL1nbzLVb8UFGD14CShhH2l .widget-radio-label { display:inline;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;box-sizing:border-box;height:18px;vertical-align:middle;font-family:ubuntu;font-size:12px;font-weight:400;color:#f2f9ff;overflow:hidden;font-style:normal;line-height:1.3; }
#fMx9DG7pIgL1nbzLVb8UFGD14CShhH2l .widget-container { padding-top:4px;padding-left:0px;padding-right:0px;padding-bottom:4px;width:100%;font-size:0px;height:auto; }
#fMx9DG7pIgL1nbzLVb8UFGD14CShhH2l .widget-container:first-of-type{padding-top:0;}#fMx9DG7pIgL1nbzLVb8UFGD14CShhH2l .widget-container:last-of-type{padding-bottom:0;}#fMx9DG7pIgL1nbzLVb8UFGD14CShhH2l  { background-color:rgba(22,26,209,0.34);background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:initial;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:200px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:96.875px;top:67.4609375px;z-index:100014;position:absolute; }
#fMx9DG7pIgL1nbzLVb8UFGD14CShhH2l .radio-container { margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;width:200px; }
#fMx9DG7pIgL1nbzLVb8UFGD14CShhH2l .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:12px;line-height:1.3;font-weight:300;color:#f2f9ff;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#fMx9DG7pIgL1nbzLVb8UFGD14CShhH2l {display:block;}#fMx9DG7pIgL1nbzLVb8UFGD14CShhH2l { background-color:rgba(22,26,209,0.34);background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:initial;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:200px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:96.875px;top:67.4609375px;z-index:100014;position:absolute; }
#fMx9DG7pIgL1nbzLVb8UFGD14CShhH2l #Zzofk9DAmCnqmMdTanBpNGF8pJhv0XqH { position:relative;top:0px;left:0px; }
#fMx9DG7pIgL1nbzLVb8UFGD14CShhH2l #K9AMbcZVinN1DXRVL71sJtTInC7W17pN { position:relative;top:0px;left:0px; }
#fMx9DG7pIgL1nbzLVb8UFGD14CShhH2l #ffuT1ha0HyVniQhqeeNuufuRTzJCLgQi { position:relative;top:0px;left:0px; }
#fMx9DG7pIgL1nbzLVb8UFGD14CShhH2l #BzLRH1XAPmneOx8Ns4akN52ClFyLRpZK { position:relative; }
#fMx9DG7pIgL1nbzLVb8UFGD14CShhH2l #T7SvBdty1wTNQmDpkAM4qvqZGAo6xIex { position:relative; }
#fMx9DG7pIgL1nbzLVb8UFGD14CShhH2l #WlsR4gJv0k0kmOkbDCTN1lZr4lphDwEs { position:relative; }
#fMx9DG7pIgL1nbzLVb8UFGD14CShhH2l #iRTmxvt8yxbZKvxu9g0EQTNgoTc3Vrfc { position:relative; }
#fMx9DG7pIgL1nbzLVb8UFGD14CShhH2l #StXMHkI90P9FuHfONCLITfDeuH24B1Ds { position:relative; }
#fMx9DG7pIgL1nbzLVb8UFGD14CShhH2l #ARcJN6vRdtongdnsuas5AUTS6MdHPMwq { position:relative; }
#fMx9DG7pIgL1nbzLVb8UFGD14CShhH2l #XmN7CVGuxhQb6HBdswCqyT9vUqTZioHA { position:relative;top:0px;left:0px; }
#fMx9DG7pIgL1nbzLVb8UFGD14CShhH2l #BHIADI1LltmSJt1r1TNFtIsscKXBXybC { position:relative;top:0px;left:0px; }
#fMx9DG7pIgL1nbzLVb8UFGD14CShhH2l #FUuNQO4aWZ6huqVtPJ3wpe7WhAaAMupf { position:relative;top:0px;left:0px; }
#fMx9DG7pIgL1nbzLVb8UFGD14CShhH2l #bbim4DM13uTo8THevffg7mXUIyJOUT1F { position:relative; }
#fMx9DG7pIgL1nbzLVb8UFGD14CShhH2l #KDDBtkFSNU2xN4lODGTgf0KZ4fDERsZC { position:relative; }
#fMx9DG7pIgL1nbzLVb8UFGD14CShhH2l #UxqhUQ30Z47DmaS1HTnHlg0QSps8Afgx { position:relative; }
#fMx9DG7pIgL1nbzLVb8UFGD14CShhH2l #wmT0TF4XllDff1GUDf1qGga34I3tlBoi { position:relative; }
#fMx9DG7pIgL1nbzLVb8UFGD14CShhH2l #Ri83VwxMruvnK7x6D62CUg0421T1N8SZ { position:relative; }
#fMx9DG7pIgL1nbzLVb8UFGD14CShhH2l #Or1aOzDt66flAPfwAQhKfacJsC0JLqCi { position:relative; }
#fMx9DG7pIgL1nbzLVb8UFGD14CShhH2l #dgO0tSU1mFltwnVtwG4NnQmFCbNEie4n { position:relative;top:0px;left:0px; }
#fMx9DG7pIgL1nbzLVb8UFGD14CShhH2l #RTxW0eq4Qs3nOzsoxGTSst7k6sk83wow { position:relative;top:0px;left:0px; }
#fMx9DG7pIgL1nbzLVb8UFGD14CShhH2l #M6dTLsU9RJhWEwkzv6poN5oiH1ocwmWJ { position:relative;top:0px;left:0px; }
#fMx9DG7pIgL1nbzLVb8UFGD14CShhH2l #M89FUVKiVxBS3ve9stFyxm6F9D8TXUHB { position:relative; }
#fMx9DG7pIgL1nbzLVb8UFGD14CShhH2l #yJ3SHU75PSKXzU2TGKWGweeqIdGJxwST { position:relative; }
#nUSQxKvEiT8fvUJAPK1XdGZOnsFqur4K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#nUSQxKvEiT8fvUJAPK1XdGZOnsFqur4K > .row .container { background-color: transparent; background-image: none; }#nUSQxKvEiT8fvUJAPK1XdGZOnsFqur4K::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nUSQxKvEiT8fvUJAPK1XdGZOnsFqur4K > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nUSQxKvEiT8fvUJAPK1XdGZOnsFqur4K > .row .container > .video-iframe-container { display: none; }#nUSQxKvEiT8fvUJAPK1XdGZOnsFqur4K > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nUSQxKvEiT8fvUJAPK1XdGZOnsFqur4K > .row > .video-iframe-container { display: none; }#nUSQxKvEiT8fvUJAPK1XdGZOnsFqur4K > .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); }#nUSQxKvEiT8fvUJAPK1XdGZOnsFqur4K > .row .container { border-width: 0; border-radius: 0; }#nUSQxKvEiT8fvUJAPK1XdGZOnsFqur4K > .row .container { font-size:14px;font-family:arial;height:394px;width:960px;position:relative;display:block; }#TUGvn5XKWu843VpGoGZVQqOq4lSDyLeT { color:#ffffff;display:block;width:303.976px;position:absolute;font-family:cairo;font-size:25px;font-weight:700;z-index:100020;line-height:1.6;letter-spacing:0;top:20.41667175293px;left:625.08679199219px;height:40px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FaBeasxUOEiTfHHi0xeksRa9Tm0H4o5A { color:#000000;display:block;width:303.993px;position:absolute;font-family:cairo;font-size:40px;font-weight:700;z-index:100021;line-height:1.3;letter-spacing:0;top:241.05902099609px;left:656.00695800781px;height:51.25px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ic4tpL2zHFd3aoTWVly201THXQHXMaAx { color:#ffffff;display:block;width:104px;position:absolute;font-family:cairo;font-size:13px;font-weight:normal;z-index:100024;line-height:1.3;letter-spacing:0;top:342.5px;left:15px;height:0;text-align:center;text-align-last:center;display:none; }
#Wx94bKDZdFGMuRwKkEr4kQLOJH3xbHsQ { background-color:#4d9fe5;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;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: 7px 8px 21px rgba(0,0,0,0.23) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:cairo;font-size:14px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:137px;height:45px;text-decoration:none;z-index:100013;text-align:center;text-align-last:center;top:385.5px;left:736.50003051758px;display:none; }
#JB9ZZut0Oy4dZxsI6q7C4nO7GfWXVaq9 { display:block;position:absolute;top:50%;left:0;width:100%;z-index:100000;display:block; }
#Rr3wNGHlTC40qTE6J1gxHia94oC0yJtz { color:#000910;display:block;width:268.993px;position:absolute;font-family:cairo;font-size:16px;font-weight:normal;z-index:100024;line-height:1.5;letter-spacing:0;top:112.29167175293px;left:665.50347900391px;height:118.75px;text-align:center;text-align-last:center;display:block; }
#qqe7foVMq5UBP6H5qATWJTzQw0Tf4dyM { background-color:#003664;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;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: 7px 8px 21px rgba(0,0,0,0.23) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:cairo;font-size:14px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:136.997px;height:45px;text-decoration:none;z-index:100012;text-align:center;text-align-last:center;top:340.00001525879px;left:427.98614501953px;display:block; }
#MqQ2FTtE27tWr0Jsc46MF8D5Wex5FRxF { display:block;position:absolute;top:50%;left:0;width:100%;z-index:100000;display:block; }
#xT6pWF3FFcC2XnITlnIoRnuNzAUxTMvp { color:#000000;display:block;width:205.99px;position:absolute;font-family:cairo;font-size:40px;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:262.98612976074px;left:376.47570800781px;height:51.25px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E5g5deXFmHGoJA8tyLFv72ky6GbTTQco { color:#000000;display:block;width:300px;position:absolute;font-family:cairo;font-size:16px;font-weight:normal;z-index:100023;line-height:1;letter-spacing:0;top:116.19792175293px;left:330px;height:105px;text-align:center;text-align-last:center;display:block; }
#H5JIOZVoiXVc7O2AsgTUBi4UhykaKI7d { color:#000000;display:block;width:287.969px;position:absolute;font-family:cairo;font-size:25px;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:20.423614501953px;left:320px;height:32.5px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ofmgh9xbqxDB9QbpuAFE3lQKdSTgShhE { color:#000000;display:block;width:205.99px;position:absolute;font-family:cairo;font-size:40px;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:263.95832824707px;left:56.475677490234px;height:51.25px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NC6g3Vva8rA3LzS8udAafWtLJ9IG92Ma { background-color:#003664;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;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: 7px 8px 21px rgba(0,0,0,0.23) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:cairo;font-size:14px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:136.997px;height:45px;text-decoration:none;z-index:100012;text-align:center;text-align-last:center;top:340.00001525879px;left:91.475677490234px;display:block; }
#WVkUcfLwIRtzb8P1AFSd1Ig5O1xavKXR { display:block;position:absolute;top:50%;left:0;width:100%;z-index:100000;display:block; }
#hr6ZqCk3STiVA9rvt3O0RbQaDJqboqSA { color:#000000;display:block;width:248.976px;position:absolute;font-family:cairo;font-size:16px;font-weight:normal;z-index:100023;line-height:2;letter-spacing:0;top:117.60417175293px;left:35.486083984375px;height:93.75px;text-align:center;text-align-last:center;display:block; }
#XqK05UDgxG1720KB1xsT2ySohWLx1rTZ { color:#000000;display:block;width:287.969px;position:absolute;font-family:cairo;font-size:22px;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:18.17707824707px;left:15.989562988281px;height:27.5px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CwD2l1VQQ5Qm2yQlKKtgUlbNVZkblkuw { background-color:#003664;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;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: 7px 8px 21px rgba(0,0,0,0.23) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:cairo;font-size:14px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:136.997px;height:45px;text-decoration:none;z-index:100012;text-align:center;text-align-last:center;top:410px;left:92px;display:none; }
#e8WV23ahWfE8yQ110kJoyH941T7nrcei { display:block;position:absolute;top:50%;left:0;width:100%;z-index:100000;display:block; }
#RbL1m7RMM2sg61O7qwmFqlIcQRHdFNKn { background-color:#003664;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;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: 7px 8px 21px rgba(0,0,0,0.23) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:cairo;font-size:14px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:136.997px;height:45px;text-decoration:none;z-index:100012;text-align:center;text-align-last:center;top:410px;left:92px;display:none; }
#XZrCVJaFKT1aXxavVhgsMVtfwxovJqs5 { display:block;position:absolute;top:50%;left:0;width:100%;z-index:100000;display:block; }
#EB05RuFlEdeeeQ8PoO8asE4TyrQcgIHP { position:absolute;display:block;z-index:100015;background-color:#1799eb;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.98611px;width:180px;top:80px;left:640px;display:block; }
#lNZvgSfCT6qRVUKsB9tL6l3CJnBpzAmE { position:absolute;display:block;z-index:100016;background-color:#1799eb;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.96875px;width:180px;top:80.000015258789px;left:347.98608398438px;display:block; }
#Z2uZ4fFXAdbhfrfO2aD6WSoDqlXN6rlu { position:absolute;display:block;z-index:100017;background-color:#1799eb;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.98611px;width:180px;top:79.670150756836px;left:58.100708007812px;display:block; }
#lUE95l5GBr6b7fwt7btb2L4C3BbxWNT3 { background-color:#003664;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;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: 7px 8px 21px rgba(0,0,0,0.23) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:cairo;font-size:14px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:136.997px;height:45px;text-decoration:none;z-index:100013;text-align:center;text-align-last:center;top:340.00001525879px;left:739.47918701172px;display:block; }
#w74GrMu3pXBqaTqZfcTb3rBlvBVxbftq { display:block;position:absolute;top:50%;left:0;width:100%;z-index:100000;display:block; }
#TaTWvRgm9zH9bLCKJV2kcgB5iBQonPAP { position:relative;display:block; }#TaTWvRgm9zH9bLCKJV2kcgB5iBQonPAP { background-color: transparent; background-image: none; }#TaTWvRgm9zH9bLCKJV2kcgB5iBQonPAP::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TaTWvRgm9zH9bLCKJV2kcgB5iBQonPAP > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TaTWvRgm9zH9bLCKJV2kcgB5iBQonPAP > .row .container > .video-iframe-container { display: none; }#TaTWvRgm9zH9bLCKJV2kcgB5iBQonPAP > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TaTWvRgm9zH9bLCKJV2kcgB5iBQonPAP > .row > .video-iframe-container { display: none; }#TaTWvRgm9zH9bLCKJV2kcgB5iBQonPAP > .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); }#TaTWvRgm9zH9bLCKJV2kcgB5iBQonPAP { border-width: 0; border-radius: 0; }#TaTWvRgm9zH9bLCKJV2kcgB5iBQonPAP > .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:320px;width:960px;position:relative;display:block; }#faMz2pZOccZxDkE2v3TEoQJQDyvcGdma { color:#000000;display:block;width:268.976px;position:absolute;font-family:cairo;font-size:16px;font-weight:normal;z-index:100036;line-height:2;letter-spacing:0;top:103.31594848633px;left:358.97570800781px;height:93.75px;text-align:center;text-align-last:center;display:block; }
#ZVX6TmwUVPs1VwiEUMZsqiTTeqgvGL9e { color:#000000;display:block;width:303.976px;position:absolute;font-family:cairo;font-size:40px;font-weight:700;z-index:100033;line-height:1.3;letter-spacing:0;top:210px;left:332px;height:51.25px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T9U1T4luR57PCXsG3TI2d5oJutJ3W4gR { background-color:#003664;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;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: 7px 8px 21px rgba(0,0,0,0.23) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:cairo;font-size:14px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:136.997px;height:45px;text-decoration:none;z-index:100023;text-align:center;text-align-last:center;top:274.98263549805px;left:424.94793701172px;display:block; }
#fl8OFiT6A4HaMMizOV69KcyAhiEE4Mp8 { display:block;position:absolute;top:50%;left:0;width:100%;z-index:100000;display:block; }
#hODtANdSgIM7v4GrAkgPvvmZqxWLstIF { color:#000000;display:block;width:303.976px;position:absolute;font-family:cairo;font-size:25px;font-weight:700;z-index:100032;line-height:1.3;letter-spacing:0;top:28.958343505859px;left:328.00347900391px;height:32.5px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N5avETZ0NhI9hNkQa9AgkP8h1NW2XbaF { position:absolute;display:block;z-index:100016;background-color:#1799eb;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.96875px;width:180px;top:66.979156494141px;left:358.97570800781px;display:block; }
#x0cZG4XT5h90c1oiP0KKuTCGMPKgUIWs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/nSevalmE/sekcja3_bg2_copy.jpg");background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;position:relative;display:block; }#x0cZG4XT5h90c1oiP0KKuTCGMPKgUIWs > .row .container { background-color: transparent; background-image: none; }#x0cZG4XT5h90c1oiP0KKuTCGMPKgUIWs::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#x0cZG4XT5h90c1oiP0KKuTCGMPKgUIWs > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#x0cZG4XT5h90c1oiP0KKuTCGMPKgUIWs > .row .container > .video-iframe-container { display: none; }#x0cZG4XT5h90c1oiP0KKuTCGMPKgUIWs > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#x0cZG4XT5h90c1oiP0KKuTCGMPKgUIWs > .row > .video-iframe-container { display: none; }#x0cZG4XT5h90c1oiP0KKuTCGMPKgUIWs > .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); }#x0cZG4XT5h90c1oiP0KKuTCGMPKgUIWs > .row .container { border-width: 0; border-radius: 0; }#x0cZG4XT5h90c1oiP0KKuTCGMPKgUIWs > .row .container { font-size:14px;font-family:arial;height:477px;width:960px;position:relative;display:block; }#ERILUy2yvTbcpiOAzIe8MK5MgI0w7TX6 { color:#000000;display:block;width:465px;position:absolute;font-family:cairo;font-size:34px;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:50px;left:434px;height:43.75px;font-style:normal;display:block; }
#O6C3fBuASEmRIBMTcsvxcPTFAvLGqdiD { position:absolute;display:block;z-index:100001;background-color:#b4b1b2;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1px;width:457px;top:109px;left:440.5px;display:block; }
#ZI9MIznU4AemC5pAIDbh7kpQ9XV10mg1 { color:#707b8b;display:block;width:477px;position:absolute;font-family:cairo;font-size:16px;font-weight:normal;z-index:100002;line-height:1.7;letter-spacing:0;top:127px;left:420.5px;height:78.75px;text-align:justify;text-align-last:initial;display:block; }
#RhfQVhT0QQXFVZTxE11qZmTOEXk3TX1B { position:absolute;display:block;z-index:100003;background-color:#ffffff;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:60px;border-top-right-radius:60px;border-bottom-left-radius:60px;border-bottom-right-radius:60px;box-shadow: 1px 3px 8px rgba(0,0,0,0.1) ;height:36px;width:36px;top:329px;left:864px;display:block; }
#lZyumBKAJ9fPwGlb4kVcETKoqL7Hoi4s { position:absolute;display:block;z-index:100004;background-color:#1b57c7;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3px;width:68px;top:108px;left:440.5px;display:block; }
#dClw0mtQnRlw4iJsAetBmiglwpKWEn4L { box-sizing:content-box;color:#1b57c7;font-size:19px;font-weight:400;line-height:1;height:28px;width:28px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:333px;left:869px;display:block; }
#W9LCECGsmzCJVPFUaqyW4vboxWRy5Q2a { color:#000814;display:block;width:457px;position:absolute;font-family:cairo;font-size:18px;font-weight:700;z-index:100003;line-height:1.6;letter-spacing:0;top:280px;left:442px;height:28.75px;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#Mz9wCHa5mA1dc1Wy2M5kF3RTZoLFIreK { color:#707b8b;display:block;width:332px;position:absolute;font-family:cairo;font-size:18px;font-weight:normal;z-index:100003;line-height:2.7;letter-spacing:0;top:323px;left:529px;height:47.5px;text-align:left;text-align-last:left;display:block; }
#i5t9zWEmHuLoplrnZMgLppt0unnH0N1L { box-sizing:content-box;color:#1b57c7;font-size:19px;font-weight:400;line-height:1;height:28px;width:28px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:383px;left:869px;display:block; }
#lqFJi6mClyE0KEt754IUueUiRQwfIO1D { position:absolute;display:block;z-index:100005;background-color:#ffffff;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:60px;border-top-right-radius:60px;border-bottom-left-radius:60px;border-bottom-right-radius:60px;box-shadow: 1px 3px 8px rgba(0,0,0,0.1) ;height:36px;width:36px;top:379px;left:864px;display:block; }
#MpyGcuBwCbiHznSAAVvC9NTUoB4uvDb3 { box-sizing:content-box;color:#1b57c7;font-size:19px;font-weight:400;line-height:1;height:28px;width:28px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:433px;left:869px;display:block; }
#sA5DMpcP67kCnE1ptIwlSJMT5kWxNuuQ { position:absolute;display:block;z-index:100007;background-color:#ffffff;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:60px;border-top-right-radius:60px;border-bottom-left-radius:60px;border-bottom-right-radius:60px;box-shadow: 1px 3px 8px rgba(0,0,0,0.1) ;height:36px;width:36px;top:429px;left:864px;display:block; }
#XSre4DQATwgQz68nLATz7MMTiZITdFEv { color:#707b8b;display:block;width:182px;position:absolute;font-family:cairo;font-size:18px;font-weight:normal;z-index:100004;line-height:2.7;letter-spacing:0;top:375px;left:669px;height:47.5px;text-align:left;text-align-last:left;display:block; }
#l5ai1eMNeWWnS6ZlFbgTLT73lMU7MKnL { color:#707b8b;display:block;width:182px;position:absolute;font-family:cairo;font-size:18px;font-weight:normal;z-index:100005;line-height:2.7;letter-spacing:0;top:423px;left:675px;height:47.5px;text-align:left;text-align-last:left;display:block; }
#LPiUvSKImPsDyCbL9PCbZ6RFC1gWdx5M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/aDSbT270/blue.jpg");background-position:center;background-repeat:no-repeat;background-attachment:fixed;background-size:cover;position:relative;display:block; }#LPiUvSKImPsDyCbL9PCbZ6RFC1gWdx5M > .row .container { background-color: transparent; background-image: none; }#LPiUvSKImPsDyCbL9PCbZ6RFC1gWdx5M::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LPiUvSKImPsDyCbL9PCbZ6RFC1gWdx5M > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LPiUvSKImPsDyCbL9PCbZ6RFC1gWdx5M > .row .container > .video-iframe-container { display: none; }#LPiUvSKImPsDyCbL9PCbZ6RFC1gWdx5M > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LPiUvSKImPsDyCbL9PCbZ6RFC1gWdx5M > .row > .video-iframe-container { display: none; }#LPiUvSKImPsDyCbL9PCbZ6RFC1gWdx5M > .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); }#LPiUvSKImPsDyCbL9PCbZ6RFC1gWdx5M > .row .container { border-width: 0; border-radius: 0; }#LPiUvSKImPsDyCbL9PCbZ6RFC1gWdx5M > .row .container { font-size:14px;font-family:arial;height:514px;width:960px;position:relative;display:block; }#BATp0dcMxUZ0VTlIxi2xiGOoysi4yu0n { color:#000000;display:block;width:342px;position:absolute;font-family:cairo;font-size:37px;font-weight:700;z-index:100000;line-height:1.1;letter-spacing:0;top:145px;left:56.5px;height:40px;font-style:normal;display:block; }
#Ep5u9oK29T5bd1p7CbJ9V7rD6Z2y1koW { position:absolute;display:block;z-index:100002;background-color:rgba(254,228,3,0.94);background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:210px;width:425px;top:267px;left:64.5px;display:block; }
#hVmVb4k8KcxIkAS1cDBMyL2eNHP2xZBt { color:#434343;display:block;width:379px;position:absolute;font-family:cairo;font-size:20px;font-weight:700;z-index:100002;line-height:1.6;letter-spacing:0;top:299px;left:158px;height:31.25px;font-style:normal;display:block; }
#PF08I27efyCmkWQlPcP1R1xXatV5gfKz { color:#434343;display:block;width:379px;position:absolute;font-family:cairo;font-size:20px;font-weight:700;z-index:100003;line-height:1.6;letter-spacing:0;top:350px;left:158px;height:31.25px;font-style:normal;display:block; }
#ia3xhhVb3GESLsW81tXQxbXlVWbxL82F { box-sizing:content-box;color:#434343;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:290px;left:96.5px;display:block; }
#iF1xDXS8x5ZliEoJ74Xuw0eENiMUBOcF { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:400px;width:519px;top:47px;left:441px;overflow:hidden;display:block; }
#nop4KhrVxyAeiEZTzvV7ge93GCBslfoJ { position:absolute;display:block;z-index:100009;background-color:#fee403;background-image:url("https://images.assets-landingi.com/zOLif15f/arrow_right.png");background-position:top center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10px;width:152px;top:38px;left:624.5px;display:block; }
#RzCzz3GSFp7dWgLKfKZKNUORTpKalyAq { box-sizing:content-box;color:#434343;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:347px;left:96.5px;display:block; }
#R2TlQVLsu2hThAgZAVvEXCamnzpVBFZy { color:#ffffff;display:block;width:311px;position:absolute;font-family:cairo;font-size:16px;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:492px;left:339.5px;height:20px;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ziblpMn7hzrqoEIcJDKyJZprZ9zoBRfK { display:block; }#ziblpMn7hzrqoEIcJDKyJZprZ9zoBRfK > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mwc5ycskpws0OG3ORPDJdBWZAMuNCK3h { top:0;left:24px;width:686px;height:117px;display:block; }
 }@media only screen and (max-width: 763px) { #KguCTJtnJqdWqnG91MBKWKADPwTtocfh { display:block; }#KguCTJtnJqdWqnG91MBKWKADPwTtocfh > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Da6n42tDKRHXvXNG8548U01vaw0M8R6m { top:0;left:0;width:296px;height:714px;display:block; }
 }@media only screen and (max-width: 763px) { #DwhNt0I39mpADiMNkJ5QKDXA2obqTFBS { top:0;left:0;width:280px;height:67px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #NlhfnkZkCW323q8BiLcpO3fpvQRhOkWu { width:180px;height:2px;top:271px;left:542px;display:block; }
 }@media only screen and (max-width: 763px) { #qA9ReUgmyxq0WUPk02IfqJMiwgDHxdHT { width:380px;height:50px;top:211px;left:384px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #dA67XtCot3sxE88WZacdSan1i5dIAkZ7 { width:306px;height:22px;top:279px;left:432px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #KS2QNsT0nflucESJEbSbvaGTTRDIJ2VD { top:324px;left:415.984375px;width:140px;height:40px;display:block; }
 }@media only screen and (max-width: 763px) { #yoS6CdU4hImSq0mD00PUPicB86TZdwLe { display:block; }
 }@media only screen and (max-width: 763px) { #LAKurD6wLctdMvZLPubl1L4p8Zf46z6a { width:407px;height:234px;top:170px;left:334px;display:block; }
 }@media only screen and (max-width: 763px) { #fMx9DG7pIgL1nbzLVb8UFGD14CShhH2l .widget-regular-label { width:200px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto; }
#fMx9DG7pIgL1nbzLVb8UFGD14CShhH2l .widget-input-text { width:200px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#fMx9DG7pIgL1nbzLVb8UFGD14CShhH2l .widget-input-text {padding-top: 0; padding-bottom: 0;}#fMx9DG7pIgL1nbzLVb8UFGD14CShhH2l .widget-textarea { width:200px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#fMx9DG7pIgL1nbzLVb8UFGD14CShhH2l .widget-input-select { width:200px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#fMx9DG7pIgL1nbzLVb8UFGD14CShhH2l .widget-input-select {padding-top: 0; padding-bottom: 0;}#fMx9DG7pIgL1nbzLVb8UFGD14CShhH2l .widget-input-button { width:200px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#fMx9DG7pIgL1nbzLVb8UFGD14CShhH2l .widget-checkbox-label { width:181px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#fMx9DG7pIgL1nbzLVb8UFGD14CShhH2l  { width:220px;height:auto;top:211px;left:30.984375px; }
#fMx9DG7pIgL1nbzLVb8UFGD14CShhH2l .radio-container { width:200px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#fMx9DG7pIgL1nbzLVb8UFGD14CShhH2l {display:block;}#fMx9DG7pIgL1nbzLVb8UFGD14CShhH2l { width:220px;height:auto;top:211px;left:30.984375px; }
 }@media only screen and (max-width: 763px) { #fMx9DG7pIgL1nbzLVb8UFGD14CShhH2l #Zzofk9DAmCnqmMdTanBpNGF8pJhv0XqH {  }
 }@media only screen and (max-width: 763px) { #fMx9DG7pIgL1nbzLVb8UFGD14CShhH2l #K9AMbcZVinN1DXRVL71sJtTInC7W17pN {  }
 }@media only screen and (max-width: 763px) { #fMx9DG7pIgL1nbzLVb8UFGD14CShhH2l #ffuT1ha0HyVniQhqeeNuufuRTzJCLgQi {  }
 }@media only screen and (max-width: 763px) { #fMx9DG7pIgL1nbzLVb8UFGD14CShhH2l #BzLRH1XAPmneOx8Ns4akN52ClFyLRpZK {  }
 }@media only screen and (max-width: 763px) { #fMx9DG7pIgL1nbzLVb8UFGD14CShhH2l #T7SvBdty1wTNQmDpkAM4qvqZGAo6xIex {  }
 }@media only screen and (max-width: 763px) { #fMx9DG7pIgL1nbzLVb8UFGD14CShhH2l #WlsR4gJv0k0kmOkbDCTN1lZr4lphDwEs {  }
 }@media only screen and (max-width: 763px) { #fMx9DG7pIgL1nbzLVb8UFGD14CShhH2l #iRTmxvt8yxbZKvxu9g0EQTNgoTc3Vrfc {  }
 }@media only screen and (max-width: 763px) { #fMx9DG7pIgL1nbzLVb8UFGD14CShhH2l #StXMHkI90P9FuHfONCLITfDeuH24B1Ds {  }
 }@media only screen and (max-width: 763px) { #fMx9DG7pIgL1nbzLVb8UFGD14CShhH2l #ARcJN6vRdtongdnsuas5AUTS6MdHPMwq {  }
 }@media only screen and (max-width: 763px) { #fMx9DG7pIgL1nbzLVb8UFGD14CShhH2l #XmN7CVGuxhQb6HBdswCqyT9vUqTZioHA {  }
 }@media only screen and (max-width: 763px) { #fMx9DG7pIgL1nbzLVb8UFGD14CShhH2l #BHIADI1LltmSJt1r1TNFtIsscKXBXybC {  }
 }@media only screen and (max-width: 763px) { #fMx9DG7pIgL1nbzLVb8UFGD14CShhH2l #FUuNQO4aWZ6huqVtPJ3wpe7WhAaAMupf {  }
 }@media only screen and (max-width: 763px) { #fMx9DG7pIgL1nbzLVb8UFGD14CShhH2l #bbim4DM13uTo8THevffg7mXUIyJOUT1F {  }
 }@media only screen and (max-width: 763px) { #fMx9DG7pIgL1nbzLVb8UFGD14CShhH2l #KDDBtkFSNU2xN4lODGTgf0KZ4fDERsZC {  }
 }@media only screen and (max-width: 763px) { #fMx9DG7pIgL1nbzLVb8UFGD14CShhH2l #UxqhUQ30Z47DmaS1HTnHlg0QSps8Afgx {  }
 }@media only screen and (max-width: 763px) { #fMx9DG7pIgL1nbzLVb8UFGD14CShhH2l #wmT0TF4XllDff1GUDf1qGga34I3tlBoi {  }
 }@media only screen and (max-width: 763px) { #fMx9DG7pIgL1nbzLVb8UFGD14CShhH2l #Ri83VwxMruvnK7x6D62CUg0421T1N8SZ {  }
 }@media only screen and (max-width: 763px) { #fMx9DG7pIgL1nbzLVb8UFGD14CShhH2l #Or1aOzDt66flAPfwAQhKfacJsC0JLqCi {  }
 }@media only screen and (max-width: 763px) { #fMx9DG7pIgL1nbzLVb8UFGD14CShhH2l #dgO0tSU1mFltwnVtwG4NnQmFCbNEie4n {  }
 }@media only screen and (max-width: 763px) { #fMx9DG7pIgL1nbzLVb8UFGD14CShhH2l #RTxW0eq4Qs3nOzsoxGTSst7k6sk83wow {  }
 }@media only screen and (max-width: 763px) { #fMx9DG7pIgL1nbzLVb8UFGD14CShhH2l #M6dTLsU9RJhWEwkzv6poN5oiH1ocwmWJ {  }
 }@media only screen and (max-width: 763px) { #fMx9DG7pIgL1nbzLVb8UFGD14CShhH2l #M89FUVKiVxBS3ve9stFyxm6F9D8TXUHB {  }
 }@media only screen and (max-width: 763px) { #fMx9DG7pIgL1nbzLVb8UFGD14CShhH2l #yJ3SHU75PSKXzU2TGKWGweeqIdGJxwST {  }
 }@media only screen and (max-width: 763px) { #nUSQxKvEiT8fvUJAPK1XdGZOnsFqur4K { display:block; }#nUSQxKvEiT8fvUJAPK1XdGZOnsFqur4K > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TUGvn5XKWu843VpGoGZVQqOq4lSDyLeT { width:303px;height:40px;top:20px;left:205px;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #FaBeasxUOEiTfHHi0xeksRa9Tm0H4o5A { width:303px;height:51px;top:241px;left:459px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #Ic4tpL2zHFd3aoTWVly201THXQHXMaAx { top:342px;left:0;width:104px;height:16px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #Wx94bKDZdFGMuRwKkEr4kQLOJH3xbHsQ { width:137px;height:45px;top:385px;left:571.50003051758px;display:block; }
 }@media only screen and (max-width: 763px) { #JB9ZZut0Oy4dZxsI6q7C4nO7GfWXVaq9 { display:block; }
 }@media only screen and (max-width: 763px) { #Rr3wNGHlTC40qTE6J1gxHia94oC0yJtz { top:112px;left:494px;width:268px;height:116px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #qqe7foVMq5UBP6H5qATWJTzQw0Tf4dyM { width:136px;height:45px;top:340px;left:328.98614501953px;display:block; }
 }@media only screen and (max-width: 763px) { #MqQ2FTtE27tWr0Jsc46MF8D5Wex5FRxF { display:block; }
 }@media only screen and (max-width: 763px) { #xT6pWF3FFcC2XnITlnIoRnuNzAUxTMvp { width:205px;height:51px;top:262px;left:277.46484375px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #E5g5deXFmHGoJA8tyLFv72ky6GbTTQco { top:116px;left:208px;width:300px;height:108px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #H5JIOZVoiXVc7O2AsgTUBi4UhykaKI7d { width:287px;height:32px;top:20px;left:221px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #Ofmgh9xbqxDB9QbpuAFE3lQKdSTgShhE { width:205px;height:51px;top:263px;left:23.475677490234px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #NC6g3Vva8rA3LzS8udAafWtLJ9IG92Ma { width:136px;height:45px;top:340px;left:58.475677490234px;display:block; }
 }@media only screen and (max-width: 763px) { #WVkUcfLwIRtzb8P1AFSd1Ig5O1xavKXR { display:block; }
 }@media only screen and (max-width: 763px) { #hr6ZqCk3STiVA9rvt3O0RbQaDJqboqSA { top:117px;left:2.486083984375px;width:248px;height:124px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #XqK05UDgxG1720KB1xsT2ySohWLx1rTZ { width:287px;height:55px;top:18px;left:0;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #CwD2l1VQQ5Qm2yQlKKtgUlbNVZkblkuw { width:136px;height:45px;top:410px;left:59px;display:none; }
 }@media only screen and (max-width: 763px) { #e8WV23ahWfE8yQ110kJoyH941T7nrcei { display:block; }
 }@media only screen and (max-width: 763px) { #RbL1m7RMM2sg61O7qwmFqlIcQRHdFNKn { width:136px;height:45px;top:410px;left:59px;display:none; }
 }@media only screen and (max-width: 763px) { #XZrCVJaFKT1aXxavVhgsMVtfwxovJqs5 { display:block; }
 }@media only screen and (max-width: 763px) { #EB05RuFlEdeeeQ8PoO8asE4TyrQcgIHP { width:180px;height:2px;top:80px;left:508px;display:block; }
 }@media only screen and (max-width: 763px) { #lNZvgSfCT6qRVUKsB9tL6l3CJnBpzAmE { width:180px;height:2px;top:80px;left:254px;display:block; }
 }@media only screen and (max-width: 763px) { #Z2uZ4fFXAdbhfrfO2aD6WSoDqlXN6rlu { width:180px;height:2px;top:79px;left:25.100708007812px;display:block; }
 }@media only screen and (max-width: 763px) { #lUE95l5GBr6b7fwt7btb2L4C3BbxWNT3 { width:136px;height:45px;top:340px;left:574.47918701172px;display:block; }
 }@media only screen and (max-width: 763px) { #w74GrMu3pXBqaTqZfcTb3rBlvBVxbftq { display:block; }
 }@media only screen and (max-width: 763px) { #TaTWvRgm9zH9bLCKJV2kcgB5iBQonPAP { display:block; }#TaTWvRgm9zH9bLCKJV2kcgB5iBQonPAP > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #faMz2pZOccZxDkE2v3TEoQJQDyvcGdma { top:103px;left:260.97570800781px;width:268px;height:93px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ZVX6TmwUVPs1VwiEUMZsqiTTeqgvGL9e { width:303px;height:51px;top:210px;left:233.9921875px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #T9U1T4luR57PCXsG3TI2d5oJutJ3W4gR { width:136px;height:45px;top:274px;left:326.94793701172px;display:block; }
 }@media only screen and (max-width: 763px) { #fl8OFiT6A4HaMMizOV69KcyAhiEE4Mp8 { display:block; }
 }@media only screen and (max-width: 763px) { #hODtANdSgIM7v4GrAkgPvvmZqxWLstIF { width:303px;height:32px;top:28px;left:230.00347900391px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #N5avETZ0NhI9hNkQa9AgkP8h1NW2XbaF { width:180px;height:2px;top:66px;left:260.97570800781px;display:block; }
 }@media only screen and (max-width: 763px) { #x0cZG4XT5h90c1oiP0KKuTCGMPKgUIWs { display:block; }#x0cZG4XT5h90c1oiP0KKuTCGMPKgUIWs > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ERILUy2yvTbcpiOAzIe8MK5MgI0w7TX6 { width:465px;height:44px;top:50px;left:299px;display:block; }
 }@media only screen and (max-width: 763px) { #O6C3fBuASEmRIBMTcsvxcPTFAvLGqdiD { width:457px;height:1px;top:109px;left:307px;display:block; }
 }@media only screen and (max-width: 763px) { #ZI9MIznU4AemC5pAIDbh7kpQ9XV10mg1 { width:477px;height:108px;top:127px;left:287px;display:block; }
 }@media only screen and (max-width: 763px) { #RhfQVhT0QQXFVZTxE11qZmTOEXk3TX1B { width:36px;height:36px;top:329px;left:728px;display:block; }
 }@media only screen and (max-width: 763px) { #lZyumBKAJ9fPwGlb4kVcETKoqL7Hoi4s { width:68px;height:3px;top:108px;left:342.5px;display:block; }
 }@media only screen and (max-width: 763px) { #dClw0mtQnRlw4iJsAetBmiglwpKWEn4L { width:28px;height:28px;top:333px;left:736px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #W9LCECGsmzCJVPFUaqyW4vboxWRy5Q2a { width:457px;height:28px;top:280px;left:307px;display:block; }
 }@media only screen and (max-width: 763px) { #Mz9wCHa5mA1dc1Wy2M5kF3RTZoLFIreK { width:332px;height:48px;top:323px;left:431px;display:block; }
 }@media only screen and (max-width: 763px) { #i5t9zWEmHuLoplrnZMgLppt0unnH0N1L { width:28px;height:28px;top:383px;left:736px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #lqFJi6mClyE0KEt754IUueUiRQwfIO1D { width:36px;height:36px;top:379px;left:728px;display:block; }
 }@media only screen and (max-width: 763px) { #MpyGcuBwCbiHznSAAVvC9NTUoB4uvDb3 { width:28px;height:28px;top:433px;left:736px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #sA5DMpcP67kCnE1ptIwlSJMT5kWxNuuQ { width:36px;height:36px;top:429px;left:728px;display:block; }
 }@media only screen and (max-width: 763px) { #XSre4DQATwgQz68nLATz7MMTiZITdFEv { width:182px;height:48px;top:375px;left:571px;display:block; }
 }@media only screen and (max-width: 763px) { #l5ai1eMNeWWnS6ZlFbgTLT73lMU7MKnL { width:182px;height:48px;top:423px;left:577px;display:block; }
 }@media only screen and (max-width: 763px) { #LPiUvSKImPsDyCbL9PCbZ6RFC1gWdx5M { display:block; }#LPiUvSKImPsDyCbL9PCbZ6RFC1gWdx5M > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BATp0dcMxUZ0VTlIxi2xiGOoysi4yu0n { width:342px;height:40px;top:145px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #Ep5u9oK29T5bd1p7CbJ9V7rD6Z2y1koW { width:425px;height:210px;top:267px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #hVmVb4k8KcxIkAS1cDBMyL2eNHP2xZBt { width:379px;height:32px;top:299px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #PF08I27efyCmkWQlPcP1R1xXatV5gfKz { width:379px;height:32px;top:350px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #ia3xhhVb3GESLsW81tXQxbXlVWbxL82F { width:50px;height:50px;top:290px;left:0;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #iF1xDXS8x5ZliEoJ74Xuw0eENiMUBOcF { width:519px;height:400px;top:47px;left:245px;display:block; }
 }@media only screen and (max-width: 763px) { #nop4KhrVxyAeiEZTzvV7ge93GCBslfoJ { width:152px;height:10px;top:38px;left:526.5px;display:block; }
 }@media only screen and (max-width: 763px) { #RzCzz3GSFp7dWgLKfKZKNUORTpKalyAq { width:50px;height:50px;top:347px;left:0;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #R2TlQVLsu2hThAgZAVvEXCamnzpVBFZy { top:492px;left:241.5px;width:311px;height:20px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ziblpMn7hzrqoEIcJDKyJZprZ9zoBRfK { display:block; }#ziblpMn7hzrqoEIcJDKyJZprZ9zoBRfK > .row .container { width:320px;height:41px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mwc5ycskpws0OG3ORPDJdBWZAMuNCK3h { width:320px;height:41px;top:0;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #KguCTJtnJqdWqnG91MBKWKADPwTtocfh { display:block; }#KguCTJtnJqdWqnG91MBKWKADPwTtocfh > .row .container { width:320px;height:912px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Da6n42tDKRHXvXNG8548U01vaw0M8R6m { width:321px;height:688px;top:223.9921875px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #DwhNt0I39mpADiMNkJ5QKDXA2obqTFBS { width:280px;height:51.2px;top:232px;left:14px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NlhfnkZkCW323q8BiLcpO3fpvQRhOkWu { width:180px;height:2px;top:101px;left:140px;display:block; }
 }@media only screen and (max-width: 763px) { #qA9ReUgmyxq0WUPk02IfqJMiwgDHxdHT { width:320px;height:51.2px;top:41px;left:0;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #dA67XtCot3sxE88WZacdSan1i5dIAkZ7 { width:305.996px;height:19.2px;top:109px;left:14px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #KS2QNsT0nflucESJEbSbvaGTTRDIJ2VD { top:151px;left:14px;width:140px;height:40px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #yoS6CdU4hImSq0mD00PUPicB86TZdwLe { display:block; }
 }@media only screen and (max-width: 763px) { #LAKurD6wLctdMvZLPubl1L4p8Zf46z6a { width:320px;height:181px;top:18px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #fMx9DG7pIgL1nbzLVb8UFGD14CShhH2l .widget-regular-label { background-color:transparent;background-image:none;height:auto; }
#fMx9DG7pIgL1nbzLVb8UFGD14CShhH2l  { width:219.961px;height:auto;top:295.9921875px;left:29.9765625px; }
#fMx9DG7pIgL1nbzLVb8UFGD14CShhH2l {display:block;}#fMx9DG7pIgL1nbzLVb8UFGD14CShhH2l { width:219.961px;height:auto;top:295.9921875px;left:29.9765625px; }
 }@media only screen and (max-width: 763px) { #fMx9DG7pIgL1nbzLVb8UFGD14CShhH2l #Zzofk9DAmCnqmMdTanBpNGF8pJhv0XqH {  }
 }@media only screen and (max-width: 763px) { #fMx9DG7pIgL1nbzLVb8UFGD14CShhH2l #K9AMbcZVinN1DXRVL71sJtTInC7W17pN {  }
 }@media only screen and (max-width: 763px) { #fMx9DG7pIgL1nbzLVb8UFGD14CShhH2l #ffuT1ha0HyVniQhqeeNuufuRTzJCLgQi {  }
 }@media only screen and (max-width: 763px) { #fMx9DG7pIgL1nbzLVb8UFGD14CShhH2l #BzLRH1XAPmneOx8Ns4akN52ClFyLRpZK {  }
 }@media only screen and (max-width: 763px) { #fMx9DG7pIgL1nbzLVb8UFGD14CShhH2l #T7SvBdty1wTNQmDpkAM4qvqZGAo6xIex {  }
 }@media only screen and (max-width: 763px) { #fMx9DG7pIgL1nbzLVb8UFGD14CShhH2l #WlsR4gJv0k0kmOkbDCTN1lZr4lphDwEs {  }
 }@media only screen and (max-width: 763px) { #fMx9DG7pIgL1nbzLVb8UFGD14CShhH2l #iRTmxvt8yxbZKvxu9g0EQTNgoTc3Vrfc {  }
 }@media only screen and (max-width: 763px) { #fMx9DG7pIgL1nbzLVb8UFGD14CShhH2l #StXMHkI90P9FuHfONCLITfDeuH24B1Ds {  }
 }@media only screen and (max-width: 763px) { #fMx9DG7pIgL1nbzLVb8UFGD14CShhH2l #ARcJN6vRdtongdnsuas5AUTS6MdHPMwq {  }
 }@media only screen and (max-width: 763px) { #fMx9DG7pIgL1nbzLVb8UFGD14CShhH2l #XmN7CVGuxhQb6HBdswCqyT9vUqTZioHA {  }
 }@media only screen and (max-width: 763px) { #fMx9DG7pIgL1nbzLVb8UFGD14CShhH2l #BHIADI1LltmSJt1r1TNFtIsscKXBXybC {  }
 }@media only screen and (max-width: 763px) { #fMx9DG7pIgL1nbzLVb8UFGD14CShhH2l #FUuNQO4aWZ6huqVtPJ3wpe7WhAaAMupf {  }
 }@media only screen and (max-width: 763px) { #fMx9DG7pIgL1nbzLVb8UFGD14CShhH2l #bbim4DM13uTo8THevffg7mXUIyJOUT1F {  }
 }@media only screen and (max-width: 763px) { #fMx9DG7pIgL1nbzLVb8UFGD14CShhH2l #KDDBtkFSNU2xN4lODGTgf0KZ4fDERsZC {  }
 }@media only screen and (max-width: 763px) { #fMx9DG7pIgL1nbzLVb8UFGD14CShhH2l #UxqhUQ30Z47DmaS1HTnHlg0QSps8Afgx {  }
 }@media only screen and (max-width: 763px) { #fMx9DG7pIgL1nbzLVb8UFGD14CShhH2l #wmT0TF4XllDff1GUDf1qGga34I3tlBoi {  }
 }@media only screen and (max-width: 763px) { #fMx9DG7pIgL1nbzLVb8UFGD14CShhH2l #Ri83VwxMruvnK7x6D62CUg0421T1N8SZ {  }
 }@media only screen and (max-width: 763px) { #fMx9DG7pIgL1nbzLVb8UFGD14CShhH2l #Or1aOzDt66flAPfwAQhKfacJsC0JLqCi {  }
 }@media only screen and (max-width: 763px) { #fMx9DG7pIgL1nbzLVb8UFGD14CShhH2l #dgO0tSU1mFltwnVtwG4NnQmFCbNEie4n {  }
 }@media only screen and (max-width: 763px) { #fMx9DG7pIgL1nbzLVb8UFGD14CShhH2l #RTxW0eq4Qs3nOzsoxGTSst7k6sk83wow {  }
 }@media only screen and (max-width: 763px) { #fMx9DG7pIgL1nbzLVb8UFGD14CShhH2l #M6dTLsU9RJhWEwkzv6poN5oiH1ocwmWJ {  }
 }@media only screen and (max-width: 763px) { #fMx9DG7pIgL1nbzLVb8UFGD14CShhH2l #M89FUVKiVxBS3ve9stFyxm6F9D8TXUHB {  }
 }@media only screen and (max-width: 763px) { #fMx9DG7pIgL1nbzLVb8UFGD14CShhH2l #yJ3SHU75PSKXzU2TGKWGweeqIdGJxwST {  }
 }@media only screen and (max-width: 763px) { #nUSQxKvEiT8fvUJAPK1XdGZOnsFqur4K { display:block; }#nUSQxKvEiT8fvUJAPK1XdGZOnsFqur4K > .row .container { width:320px;height:1066.4375px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TUGvn5XKWu843VpGoGZVQqOq4lSDyLeT { width:303.993px;height:46.4px;top:34.965278625488px;left:8.003472328186px;text-align:center;text-align-last:center;line-height:1.5;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #FaBeasxUOEiTfHHi0xeksRa9Tm0H4o5A { width:303.993px;height:52px;top:206.61458587646px;left:7.9861116409302px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ic4tpL2zHFd3aoTWVly201THXQHXMaAx { width:104px;height:0;top:304.64581298828px;left:28.500000953674px;font-size:13px;text-align:center;text-align-last:center;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #Wx94bKDZdFGMuRwKkEr4kQLOJH3xbHsQ { width:136.997px;height:45px;top:277.60417938232px;left:91.493058204651px;display:none; }
 }@media only screen and (max-width: 763px) { #JB9ZZut0Oy4dZxsI6q7C4nO7GfWXVaq9 { display:block; }
 }@media only screen and (max-width: 763px) { #Rr3wNGHlTC40qTE6J1gxHia94oC0yJtz { width:232.986px;height:120px;top:89.982643127441px;left:56.996529579163px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qqe7foVMq5UBP6H5qATWJTzQw0Tf4dyM { width:136px;height:45px;top:340px;left:92px;display:none; }
 }@media only screen and (max-width: 763px) { #MqQ2FTtE27tWr0Jsc46MF8D5Wex5FRxF { display:block; }
 }@media only screen and (max-width: 763px) { #xT6pWF3FFcC2XnITlnIoRnuNzAUxTMvp { width:205px;height:52px;top:586px;left:57px;text-align:center;text-align-last:center;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #E5g5deXFmHGoJA8tyLFv72ky6GbTTQco { width:300px;height:112px;top:461px;left:20px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H5JIOZVoiXVc7O2AsgTUBi4UhykaKI7d { width:286.997px;height:40px;top:395.99310302734px;left:15.989583015442px;text-align:center;text-align-last:center;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #Ofmgh9xbqxDB9QbpuAFE3lQKdSTgShhE { width:205.99px;height:41.6px;top:964.87860107422px;left:56.996529579163px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #NC6g3Vva8rA3LzS8udAafWtLJ9IG92Ma { width:136.997px;height:45px;top:647.98616790771px;left:104.96527957916px;display:block; }
 }@media only screen and (max-width: 763px) { #WVkUcfLwIRtzb8P1AFSd1Ig5O1xavKXR { display:block; }
 }@media only screen and (max-width: 763px) { #hr6ZqCk3STiVA9rvt3O0RbQaDJqboqSA { width:272.969px;height:128px;top:840.46879577637px;left:23.489583015442px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XqK05UDgxG1720KB1xsT2ySohWLx1rTZ { width:287.969px;height:64px;top:757.98610687256px;left:16.006945610046px;text-align:center;text-align-last:center;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #CwD2l1VQQ5Qm2yQlKKtgUlbNVZkblkuw { width:136.997px;height:45px;top:279.63540649414px;left:104.96527957916px;z-index:100013;display:block; }
 }@media only screen and (max-width: 763px) { #e8WV23ahWfE8yQ110kJoyH941T7nrcei { display:block; }
 }@media only screen and (max-width: 763px) { #RbL1m7RMM2sg61O7qwmFqlIcQRHdFNKn { width:136.997px;height:45px;top:1021.4410095215px;left:104.96527957916px;z-index:100013;display:block; }
 }@media only screen and (max-width: 763px) { #XZrCVJaFKT1aXxavVhgsMVtfwxovJqs5 { display:block; }
 }@media only screen and (max-width: 763px) { #EB05RuFlEdeeeQ8PoO8asE4TyrQcgIHP { width:180px;height:1.99653px;top:438.97567749023px;left:70.000000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #lNZvgSfCT6qRVUKsB9tL6l3CJnBpzAmE { width:180px;height:1.99653px;top:79.513885498047px;left:70.000000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #Z2uZ4fFXAdbhfrfO2aD6WSoDqlXN6rlu { width:180px;height:1.99653px;top:839.44454193115px;left:70.000000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #lUE95l5GBr6b7fwt7btb2L4C3BbxWNT3 { width:136px;height:45px;top:340px;left:92px;display:none; }
 }@media only screen and (max-width: 763px) { #w74GrMu3pXBqaTqZfcTb3rBlvBVxbftq { display:block; }
 }@media only screen and (max-width: 763px) { #TaTWvRgm9zH9bLCKJV2kcgB5iBQonPAP { display:block; }#TaTWvRgm9zH9bLCKJV2kcgB5iBQonPAP > .row .container { width:320px;height:345px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #faMz2pZOccZxDkE2v3TEoQJQDyvcGdma { width:267.986px;height:96px;top:88px;left:18px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZVX6TmwUVPs1VwiEUMZsqiTTeqgvGL9e { width:302.986px;height:41.6px;top:201px;left:0;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #T9U1T4luR57PCXsG3TI2d5oJutJ3W4gR { width:136px;height:45px;top:262px;left:84px;display:block; }
 }@media only screen and (max-width: 763px) { #fl8OFiT6A4HaMMizOV69KcyAhiEE4Mp8 { display:block; }
 }@media only screen and (max-width: 763px) { #hODtANdSgIM7v4GrAkgPvvmZqxWLstIF { width:302.986px;height:40px;top:28px;left:0;text-align:center;text-align-last:center;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #N5avETZ0NhI9hNkQa9AgkP8h1NW2XbaF { width:180px;height:1.99653px;top:76.979064941406px;left:70.000000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #x0cZG4XT5h90c1oiP0KKuTCGMPKgUIWs { background-color:#f5f5f5;background-image:none;display:block; }#x0cZG4XT5h90c1oiP0KKuTCGMPKgUIWs > .row .container { background-color: transparent; background-image: none; }#x0cZG4XT5h90c1oiP0KKuTCGMPKgUIWs::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#x0cZG4XT5h90c1oiP0KKuTCGMPKgUIWs > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#x0cZG4XT5h90c1oiP0KKuTCGMPKgUIWs > .row .container > .video-iframe-container { display: none; }#x0cZG4XT5h90c1oiP0KKuTCGMPKgUIWs > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#x0cZG4XT5h90c1oiP0KKuTCGMPKgUIWs > .row > .video-iframe-container { display: none; }#x0cZG4XT5h90c1oiP0KKuTCGMPKgUIWs > .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); }#x0cZG4XT5h90c1oiP0KKuTCGMPKgUIWs > .row .container { width:320px;height:399px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ERILUy2yvTbcpiOAzIe8MK5MgI0w7TX6 { width:264px;height:32px;top:4px;left:28px;text-align:center;text-align-last:center;line-height:1.2;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #O6C3fBuASEmRIBMTcsvxcPTFAvLGqdiD { width:250px;height:1px;top:43px;left:30px;display:block; }
 }@media only screen and (max-width: 763px) { #ZI9MIznU4AemC5pAIDbh7kpQ9XV10mg1 { width:320px;height:144px;top:57px;left:0;text-align:center;text-align-last:center;line-height:1.5;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #RhfQVhT0QQXFVZTxE11qZmTOEXk3TX1B { width:36px;height:36px;top:245px;left:270px;display:block; }
 }@media only screen and (max-width: 763px) { #lZyumBKAJ9fPwGlb4kVcETKoqL7Hoi4s { width:68px;height:3px;top:42px;left:126px;display:block; }
 }@media only screen and (max-width: 763px) { #dClw0mtQnRlw4iJsAetBmiglwpKWEn4L { width:28px;height:28px;top:249px;left:274px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #W9LCECGsmzCJVPFUaqyW4vboxWRy5Q2a { width:290px;height:26.4px;top:214px;left:15px;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Mz9wCHa5mA1dc1Wy2M5kF3RTZoLFIreK { width:266px;height:38.4px;top:245px;left:3px;text-align:left;text-align-last:left;line-height:2.6;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #i5t9zWEmHuLoplrnZMgLppt0unnH0N1L { width:28px;height:28px;top:298px;left:274px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #lqFJi6mClyE0KEt754IUueUiRQwfIO1D { width:36px;height:36px;top:294px;left:270px;display:block; }
 }@media only screen and (max-width: 763px) { #MpyGcuBwCbiHznSAAVvC9NTUoB4uvDb3 { width:28px;height:28px;top:352px;left:274px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #sA5DMpcP67kCnE1ptIwlSJMT5kWxNuuQ { width:36px;height:36px;top:348px;left:270px;display:block; }
 }@media only screen and (max-width: 763px) { #XSre4DQATwgQz68nLATz7MMTiZITdFEv { width:161px;height:38.4px;top:292.5px;left:109px;text-align:center;text-align-last:center;line-height:2.6;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #l5ai1eMNeWWnS6ZlFbgTLT73lMU7MKnL { width:161px;height:38.4px;top:346.5px;left:105px;text-align:center;text-align-last:center;line-height:2.6;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #LPiUvSKImPsDyCbL9PCbZ6RFC1gWdx5M { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/gfammaTb/sekcja8_bg.jpg");background-position:center;background-repeat:no-repeat;background-attachment:fixed;background-size:cover;display:block; }#LPiUvSKImPsDyCbL9PCbZ6RFC1gWdx5M > .row .container { background-color: transparent; background-image: none; }#LPiUvSKImPsDyCbL9PCbZ6RFC1gWdx5M::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LPiUvSKImPsDyCbL9PCbZ6RFC1gWdx5M > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LPiUvSKImPsDyCbL9PCbZ6RFC1gWdx5M > .row .container > .video-iframe-container { display: none; }#LPiUvSKImPsDyCbL9PCbZ6RFC1gWdx5M > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LPiUvSKImPsDyCbL9PCbZ6RFC1gWdx5M > .row > .video-iframe-container { display: none; }#LPiUvSKImPsDyCbL9PCbZ6RFC1gWdx5M > .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); }#LPiUvSKImPsDyCbL9PCbZ6RFC1gWdx5M > .row .container { width:320px;height:603px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BATp0dcMxUZ0VTlIxi2xiGOoysi4yu0n { width:267px;height:29.6px;top:8px;left:36px;text-align:center;text-align-last:center;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #Ep5u9oK29T5bd1p7CbJ9V7rD6Z2y1koW { width:320px;height:249px;top:300px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #hVmVb4k8KcxIkAS1cDBMyL2eNHP2xZBt { width:320px;height:32px;top:379px;left:0;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PF08I27efyCmkWQlPcP1R1xXatV5gfKz { width:320px;height:32px;top:470px;left:0;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ia3xhhVb3GESLsW81tXQxbXlVWbxL82F { width:50px;height:50px;top:415px;left:133px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #iF1xDXS8x5ZliEoJ74Xuw0eENiMUBOcF { width:320px;height:246px;top:53.984375px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #nop4KhrVxyAeiEZTzvV7ge93GCBslfoJ { width:151px;height:10px;top:236px;left:84px;display:block; }
 }@media only screen and (max-width: 763px) { #RzCzz3GSFp7dWgLKfKZKNUORTpKalyAq { width:50px;height:50px;top:330px;left:135px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #R2TlQVLsu2hThAgZAVvEXCamnzpVBFZy { width:311px;height:20.8px;top:569px;left:4px;text-align:center;text-align-last:center;display:block; }
 }