.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/067e9beb-9be0-4729-80e9-43fd8eeaf4cb/Projektbeztytuu7.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lO9ySOPGxzwr0n2x6NPwffXwqFr0rtXN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(87,86,86,0.77);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; }#lO9ySOPGxzwr0n2x6NPwffXwqFr0rtXN > .row .container { background-color: transparent; background-image: none; }#lO9ySOPGxzwr0n2x6NPwffXwqFr0rtXN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lO9ySOPGxzwr0n2x6NPwffXwqFr0rtXN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lO9ySOPGxzwr0n2x6NPwffXwqFr0rtXN > .row .container > .video-iframe-container { display: none; }#lO9ySOPGxzwr0n2x6NPwffXwqFr0rtXN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lO9ySOPGxzwr0n2x6NPwffXwqFr0rtXN > .row > .video-iframe-container { display: none; }#lO9ySOPGxzwr0n2x6NPwffXwqFr0rtXN > .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); }#lO9ySOPGxzwr0n2x6NPwffXwqFr0rtXN > .row .container { border-width: 0; border-radius: 0; }#lO9ySOPGxzwr0n2x6NPwffXwqFr0rtXN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lO9ySOPGxzwr0n2x6NPwffXwqFr0rtXN > .row .container { font-size:14px;font-family:arial;height:625px;width:960px;position:relative;display:block; }#eWTZ5xiz5AX06Bh1cu06ZKzaZyOZrK95 { color:#000000;display:block;width:852px;position:absolute;font-family:lato;font-size:40px;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:71px;left:54px;height:95.9722px;font-style:italic;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ytfJKlLZuyxGQR0HHv5G6ErUt5sZXw2R { color:#000000;display:block;width:849px;position:absolute;font-family:lato;font-size:20px;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:285px;left:55.5px;height:90px;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#FABtIxdwwpSWfnEuTEw2oOKCEBRvpRpX { color:#000000;display:block;width:853px;position:absolute;font-family:lato;font-size:20px;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:400px;left:53.5px;height:180px;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#Xm6MyfaG1Nw3C8sR16RFCKQw4rSFVxV9 { position:relative;display:block; }#Xm6MyfaG1Nw3C8sR16RFCKQw4rSFVxV9 { background-color: transparent; background-image: none; }#Xm6MyfaG1Nw3C8sR16RFCKQw4rSFVxV9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xm6MyfaG1Nw3C8sR16RFCKQw4rSFVxV9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xm6MyfaG1Nw3C8sR16RFCKQw4rSFVxV9 > .row .container > .video-iframe-container { display: none; }#Xm6MyfaG1Nw3C8sR16RFCKQw4rSFVxV9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xm6MyfaG1Nw3C8sR16RFCKQw4rSFVxV9 > .row > .video-iframe-container { display: none; }#Xm6MyfaG1Nw3C8sR16RFCKQw4rSFVxV9 > .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); }#Xm6MyfaG1Nw3C8sR16RFCKQw4rSFVxV9 { border-width: 0; border-radius: 0; }#Xm6MyfaG1Nw3C8sR16RFCKQw4rSFVxV9 > .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; }#Xm6MyfaG1Nw3C8sR16RFCKQw4rSFVxV9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:133px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vTS9KFvWB2up6vXXe1NzxehHIAyFWDiO { position:relative;display:block; }#vTS9KFvWB2up6vXXe1NzxehHIAyFWDiO { background-color: transparent; background-image: none; }#vTS9KFvWB2up6vXXe1NzxehHIAyFWDiO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTS9KFvWB2up6vXXe1NzxehHIAyFWDiO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTS9KFvWB2up6vXXe1NzxehHIAyFWDiO > .row .container > .video-iframe-container { display: none; }#vTS9KFvWB2up6vXXe1NzxehHIAyFWDiO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTS9KFvWB2up6vXXe1NzxehHIAyFWDiO > .row > .video-iframe-container { display: none; }#vTS9KFvWB2up6vXXe1NzxehHIAyFWDiO > .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); }#vTS9KFvWB2up6vXXe1NzxehHIAyFWDiO { border-width: 0; border-radius: 0; }#vTS9KFvWB2up6vXXe1NzxehHIAyFWDiO > .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; }#vTS9KFvWB2up6vXXe1NzxehHIAyFWDiO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:953px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#HvAH01qLcT4XffTbM97a9qtGX3eTFgez { color:#fbfbfb;display:block;width:388px;position:absolute;font-family:lato;font-size:30px;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:196.00006103516px;left:48.645812988281px;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:justify;text-align-last:initial;display:block; }
#BADwegsvCZsL1Bk9DN9iKBbE9wSWxskN { color:#ffffff;display:block;width:380px;position:absolute;font-family:lato;font-size:17px;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:321.00006103516px;left:55.333312988281px;height:163.0555px;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF .widget-form-header {  }
#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:12px;font-weight:bold;color:#000000;width:852px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;line-height:1; }
#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF .widget-input-text { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:transparent;background-image: -webkit-linear-gradient(246deg, rgba(255,210,0,0.66), rgba(255,210,0,0.71));background-image: -moz-linear-gradient(246deg, rgba(255,210,0,0.66), rgba(255,210,0,0.71));background-image: -ms-linear-gradient(246deg, rgba(255,210,0,0.66), rgba(255,210,0,0.71));background-image: -o-linear-gradient(246deg, rgba(255,210,0,0.66), rgba(255,210,0,0.71));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8ffd200', endColorstr='#b5ffd200' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8ffd200', endColorstr='#b5ffd200' );";background-image: linear-gradient(246deg, rgba(255,210,0,0.66), rgba(255,210,0,0.71));background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:852px;box-sizing:border-box;height:45px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans";vertical-align:top;line-height:1.3;text-align:justify;text-align-last:initial; }
#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF .widget-input-text {padding-top: 0; padding-bottom: 0;}#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF .widget-textarea { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:transparent;background-image: -webkit-linear-gradient(246deg, rgba(255,210,0,0.66), rgba(255,210,0,0.71));background-image: -moz-linear-gradient(246deg, rgba(255,210,0,0.66), rgba(255,210,0,0.71));background-image: -ms-linear-gradient(246deg, rgba(255,210,0,0.66), rgba(255,210,0,0.71));background-image: -o-linear-gradient(246deg, rgba(255,210,0,0.66), rgba(255,210,0,0.71));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8ffd200', endColorstr='#b5ffd200' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8ffd200', endColorstr='#b5ffd200' );";background-image: linear-gradient(246deg, rgba(255,210,0,0.66), rgba(255,210,0,0.71));background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:852px;box-sizing:border-box;height:70px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans";vertical-align:top;line-height:1.3;text-align:justify;text-align-last:initial; }
#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:transparent;background-image:none;border-top:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;border-left:1px solid #000000;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:852px;box-sizing:border-box;height:45px;color:#161616;font-family:"open sans";font-size:14px;overflow:hidden;vertical-align:top; }
#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF .widget-input-select {padding-top: 0; padding-bottom: 0;}#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF .widget-input-button { border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #ffd200, #ffd200);background-image: -moz-linear-gradient(0deg, #ffd200, #ffd200);background-image: -ms-linear-gradient(0deg, #ffd200, #ffd200);background-image: -o-linear-gradient(0deg, #ffd200, #ffd200);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd200', endColorstr='#ffd200' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd200', endColorstr='#ffd200' );";background-image: linear-gradient(0deg, #ffd200, #ffd200);background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;box-sizing:border-box;font-size:15px;font-weight:bold;color:#111111;width:852px;height:65px;font-family:"open sans";overflow:hidden;box-shadow: none;line-height:2; }
#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF [class*="-text"]:-moz-placeholder { color:#f3f3f3;font-family:"open sans";font-size:12px; }
#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF [class*="-text"]::-moz-placeholder { color:#f3f3f3;font-family:"open sans";font-size:12px; }
#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF [class*="-text"]:-ms-input-placeholder { color:#f3f3f3;font-family:"open sans";font-size:12px; }
#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF [class*="-text"]::-webkit-input-placeholder { color:#f3f3f3;font-family:"open sans";font-size:12px; }
#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:8px;font-weight:300;color:#fafbff;vertical-align:top;width:832px;overflow:hidden;font-style:normal;float:none; }
#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:18px;vertical-align:middle;font-family:"open sans";font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF .widget-container:first-of-type{padding-top:0;}#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF .widget-container:last-of-type{padding-bottom:0;}#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF  { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:852px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:33.975677490234px;top:566.75347900391px;z-index:15004;position:absolute; }
#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:852px;display:block;vertical-align:top; }
#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:11px;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF {display:block;}#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:852px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:33.975677490234px;top:566.75347900391px;z-index:15004;position:absolute; }
#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #iKFntaTgmWw0f1nvIoTKUMRhgwPevJDT { position:relative; }
#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #uiflCyAPQHW4EJuI0cTaeahfnNarI5h2 { position:relative;display:none; }
#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #Gw7C31s1CuGmFU8Hg5s0Tb212GZIhHLl { position:relative; }
#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #cf2EXoi8EZeoUEGIUtu7MqglEcsHiGtm { position:relative; }
#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #kokZRbQPt2ixw7QhqplF4KyQ8T5AkQQ4 { position:relative;display:none; }
#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #Idhzqn08d79q2eit1P1BNdrrm915sibg { position:relative; }
#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #w7boU7BJniIFOPUn99KEWDotWTKIOB1I { position:relative; }
#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #WQ077qQpBPvkXpN8H4zJOcIVCEX6C5J0 { position:relative;display:none; }
#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #qTAMvUdPXV8vJRXLTwOXluCLodZtzuCu { position:relative; }
#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #aZVNQFidrpnH3bsDI1fo19nxnKDd74hb { position:relative; }
#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #hqMr8Hmv6UtJca8hIbuHOmf2Rfb7yhAq { position:relative;z-index:2; }
#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #X7G4seikMvKzllOLJETybVTv78TbBaZ6 { position:relative; }
#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #cXsR1JbnVoUIMrI9sTPvFTdWlEFKEUJ3 { position:relative; }
#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #PWaSVuObiXP15ydOu1HZJmPZBd0EWT9K { position:relative;z-index:2; }
#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #gfnDI8nQVFdFgc9STJC9EF7VoHHeEFdZ { position:relative; }
#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #lEVT0TrMQ4nPAOkzqI7rfRmkIrLnTwH2 { position:relative; }
#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #PfuktkUrTZ95Vcwbo22nDdAf90X8Rdxh { position:relative;z-index:2; }
#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #xOpsT4ytGkn11dkrhm6Ib9kdm9Kfyern { position:relative; }
#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #TkehAiv1lSeS2ScApVzCswyOvBsJuN5Z { position:relative; }
#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #HTl2F42SMSB2w1kDsmZEH8cGHA5FLpVL { position:relative;z-index:2; }
#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #bUGsqTkvLa9A92UzIaRMsyAv3I2BtcLM { position:relative; }
#IaFWSGWTmpPnMypS8sl7CbNGX9Oui73z { position:relative;display:block; }
#TT5Tvio1XSE0QSS03x0gHv5vZrvwuQGd { position:relative;display:block; }
#TeAJSTV0OxaI4acelUDpqwxqMOLIygce { position:relative;display:block; }
#hOxLhTBanFuaxP6lTRKyPzdnmyBlX2A2 { position:relative;display:block; }
#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #t7EqzEcTrdy8kTldZ6FRJnRRpHKCXCge { position:relative; }
#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #QgevEufhAvrs6KOebl6DFC5R8RdCIr8L { position:relative; }
#PHpRJto5KrwIQClNSk1Dv7VwZ917ITxe { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:498px;width:449px;top:47.270843505859px;left:467.62506103516px;overflow:hidden;display:block; }
#vAV8UEq5WAgOqrxwqzzqegIEMZFdFVen { position:relative;display:block; }#vAV8UEq5WAgOqrxwqzzqegIEMZFdFVen { background-color: transparent; background-image: none; }#vAV8UEq5WAgOqrxwqzzqegIEMZFdFVen::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vAV8UEq5WAgOqrxwqzzqegIEMZFdFVen > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vAV8UEq5WAgOqrxwqzzqegIEMZFdFVen > .row .container > .video-iframe-container { display: none; }#vAV8UEq5WAgOqrxwqzzqegIEMZFdFVen > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vAV8UEq5WAgOqrxwqzzqegIEMZFdFVen > .row > .video-iframe-container { display: none; }#vAV8UEq5WAgOqrxwqzzqegIEMZFdFVen > .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); }#vAV8UEq5WAgOqrxwqzzqegIEMZFdFVen { border-width: 0; border-radius: 0; }#vAV8UEq5WAgOqrxwqzzqegIEMZFdFVen > .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; }#vAV8UEq5WAgOqrxwqzzqegIEMZFdFVen > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:187px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fm9OB8OeSSRpF0THHNwWiuWzS4CT6zwG { color:#000000;display:block;width:643px;position:absolute;font-family:lato;font-size:40px;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:76px;left:159px;height:44px;font-style:italic;text-align:center;text-align-last:center;display:block; }
#r0byVomwPqBPUHI8hWikvNWvoLAV24Pa { color:#000000;display:block;width:651px;position:absolute;font-family:lato;font-size:14px;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:144px;left:154.5px;height:19.6px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GhwWKxaxZ9ATTSzyg0fT5dLLdQZBxTdm { position:relative;display:block; }#GhwWKxaxZ9ATTSzyg0fT5dLLdQZBxTdm { background-color: transparent; background-image: none; }#GhwWKxaxZ9ATTSzyg0fT5dLLdQZBxTdm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GhwWKxaxZ9ATTSzyg0fT5dLLdQZBxTdm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GhwWKxaxZ9ATTSzyg0fT5dLLdQZBxTdm > .row .container > .video-iframe-container { display: none; }#GhwWKxaxZ9ATTSzyg0fT5dLLdQZBxTdm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GhwWKxaxZ9ATTSzyg0fT5dLLdQZBxTdm > .row > .video-iframe-container { display: none; }#GhwWKxaxZ9ATTSzyg0fT5dLLdQZBxTdm > .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); }#GhwWKxaxZ9ATTSzyg0fT5dLLdQZBxTdm { border-width: 0; border-radius: 0; }#GhwWKxaxZ9ATTSzyg0fT5dLLdQZBxTdm > .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; }#GhwWKxaxZ9ATTSzyg0fT5dLLdQZBxTdm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:651px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#nZ3A50BXDIZZIBQfPySpmJn19lXdJMdu { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffd200, rgba(255,210,0,0.59));background-image: -moz-linear-gradient(180deg, #ffd200, rgba(255,210,0,0.59));background-image: -ms-linear-gradient(180deg, #ffd200, rgba(255,210,0,0.59));background-image: -o-linear-gradient(180deg, #ffd200, rgba(255,210,0,0.59));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd200', endColorstr='#96ffd200' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd200', endColorstr='#96ffd200' );";background-image: linear-gradient(180deg, #ffd200, rgba(255,210,0,0.59));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4150px;border-top-right-radius:4150px;border-bottom-left-radius:4150px;border-bottom-right-radius:4150px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:57px;width:57px;top:44px;left:452px;display:block; }
#oXOvz2DWiytW7T1xT80SQaxRF5Mixyo0 { color:#000000;display:block;width:34px;position:absolute;font-family:lato;font-size:28px;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:56px;left:463px;height:30.8px;font-style:italic;text-align:center;text-align-last:center;display:block; }
#KRmGWqHQBZNyFuJashRK6z9eA8KNyIPl { color:#000000;display:block;width:406px;position:absolute;font-family:lato;font-size:23px;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:31px;left:535px;height:27.6042px;font-style:italic;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nKdw9Rs37E7bMc1tuGZ6i21Ix0QAzGWT { color:#000000;display:block;width:382px;position:absolute;font-family:lato;font-size:15px;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:66px;left:535px;height:53.9583px;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#o8QUPMeQTk2aXVphUukAw52o0bdt3k8T { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffd200, rgba(255,210,0,0.54));background-image: -moz-linear-gradient(180deg, #ffd200, rgba(255,210,0,0.54));background-image: -ms-linear-gradient(180deg, #ffd200, rgba(255,210,0,0.54));background-image: -o-linear-gradient(180deg, #ffd200, rgba(255,210,0,0.54));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd200', endColorstr='#89ffd200' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd200', endColorstr='#89ffd200' );";background-image: linear-gradient(180deg, #ffd200, rgba(255,210,0,0.54));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:480px;border-top-right-radius:480px;border-bottom-left-radius:480px;border-bottom-right-radius:480px;box-shadow: none;height:57px;width:57px;top:179px;left:452px;display:block; }
#LMvSTz4HDAs8wOQ11Tsdb5RTxPesbn6d { color:#000000;display:block;width:34px;position:absolute;font-family:lato;font-size:28px;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:191px;left:463px;height:30.8px;font-style:italic;text-align:center;text-align-last:center;display:block; }
#nsqGZZAqW2woUgLBXEkpJdkRuNzh2Beh { color:#000000;display:block;width:436px;position:absolute;font-family:lato;font-size:24px;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:179px;left:0px;height:26.4px;font-style:italic;text-align:right;text-align-last:right;display:block; }
#qvOgfy2HhTmTmf7Tp5Fn0t4LTbqFVgvN { color:#faefef;display:block;width:382px;position:absolute;font-family:lato;font-size:15px;font-weight:300;z-index:15009;line-height:1.2;letter-spacing:0;top:219px;left:27px;height:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#l7BeTT89Ny1Vnh5LsPb7mHMpNyDBQ0LR { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffd200, rgba(255,210,0,0.54));background-image: -moz-linear-gradient(180deg, #ffd200, rgba(255,210,0,0.54));background-image: -ms-linear-gradient(180deg, #ffd200, rgba(255,210,0,0.54));background-image: -o-linear-gradient(180deg, #ffd200, rgba(255,210,0,0.54));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd200', endColorstr='#89ffd200' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd200', endColorstr='#89ffd200' );";background-image: linear-gradient(180deg, #ffd200, rgba(255,210,0,0.54));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4150px;border-top-right-radius:4150px;border-bottom-left-radius:4150px;border-bottom-right-radius:4150px;box-shadow: none;height:57px;width:57px;top:306px;left:452px;display:block; }
#cQ7bTD5wnMSonpfKiKgEzUvTvmN4ErKT { color:#000000;display:block;width:34px;position:absolute;font-family:lato;font-size:28px;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:319px;left:464px;height:30.8px;font-style:italic;text-align:center;text-align-last:center;display:block; }
#htOdvm0aJ5d60MhEkU30lme1lf0XQMTA { color:#000000;display:block;width:359px;position:absolute;font-family:lato;font-size:24px;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:294px;left:535px;height:26.4px;font-style:italic;text-align:left;text-align-last:left;display:block; }
#T2uod87T9v5hXmEfq09XcBrZHqDUmGws { color:#000000;display:block;width:398px;position:absolute;font-family:lato;font-size:15px;font-weight:300;z-index:15009;line-height:1.2;letter-spacing:0;top:334px;left:539px;height:53.9583px;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#k5O3led597xBrcio2DI3DdJKc4lvJ0lF { color:#000000;display:block;width:406px;position:absolute;font-family:lato;font-size:23px;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:306px;left:539px;height:27.6042px;font-style:italic;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T4O3xdnE3oq1m3nPwlUTbbeUXL067AS5 { color:#000000;display:block;width:386px;position:absolute;font-family:lato;font-size:15px;font-weight:300;z-index:15006;line-height:1.2;letter-spacing:0;top:210px;left:51px;height:53.9583px;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#TIx5oDFw8CQOvNrfKGhwgHLDL4TOnltn { color:#000000;display:block;width:436px;position:absolute;font-family:lato;font-size:24px;font-weight:400;z-index:15013;line-height:1.1;letter-spacing:0;top:420px;left:0px;height:26.4px;font-style:italic;text-align:right;text-align-last:right;display:block; }
#iR9h9HGsxpADF5OXBWwnfdPa3dzPpp7F { color:#000000;display:block;width:386px;position:absolute;font-family:lato;font-size:15px;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;top:451px;left:51px;height:71.9444px;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#rfRq2y3Gb0E8AGZ2DcDKywyxekNo61IJ { color:#faefef;display:block;width:382px;position:absolute;font-family:lato;font-size:15px;font-weight:300;z-index:15014;line-height:1.2;letter-spacing:0;top:460px;left:27px;height:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JvTEsw9d2ZNtKuQc8nPkxEEOkCOanz85 { position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffd200, rgba(255,210,0,0.54));background-image: -moz-linear-gradient(180deg, #ffd200, rgba(255,210,0,0.54));background-image: -ms-linear-gradient(180deg, #ffd200, rgba(255,210,0,0.54));background-image: -o-linear-gradient(180deg, #ffd200, rgba(255,210,0,0.54));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd200', endColorstr='#89ffd200' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd200', endColorstr='#89ffd200' );";background-image: linear-gradient(180deg, #ffd200, rgba(255,210,0,0.54));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:480px;border-top-right-radius:480px;border-bottom-left-radius:480px;border-bottom-right-radius:480px;box-shadow: none;height:57px;width:57px;top:420px;left:452px;display:block; }
#hCTKxVpzfuHkegtz1fSATvmVsMy8PqRN { color:#000000;display:block;width:34px;position:absolute;font-family:lato;font-size:28px;font-weight:400;z-index:15013;line-height:1.1;letter-spacing:0;top:432px;left:463px;height:30.8px;font-style:italic;text-align:center;text-align-last:center;display:block; }
#MnUgvAXynfICT4mBAcmtqUN0Mz9qLgof { position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffd200, rgba(255,210,0,0.54));background-image: -moz-linear-gradient(180deg, #ffd200, rgba(255,210,0,0.54));background-image: -ms-linear-gradient(180deg, #ffd200, rgba(255,210,0,0.54));background-image: -o-linear-gradient(180deg, #ffd200, rgba(255,210,0,0.54));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd200', endColorstr='#89ffd200' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd200', endColorstr='#89ffd200' );";background-image: linear-gradient(180deg, #ffd200, rgba(255,210,0,0.54));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4150px;border-top-right-radius:4150px;border-bottom-left-radius:4150px;border-bottom-right-radius:4150px;box-shadow: none;height:57px;width:57px;top:532px;left:452px;display:block; }
#QtX05Vg2DWfOUi8nUiCoer8mDT8zgoAM { color:#000000;display:block;width:34px;position:absolute;font-family:lato;font-size:28px;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:545px;left:464px;height:30.8px;font-style:italic;text-align:center;text-align-last:center;display:block; }
#dwSNwbhW5AlOpMMGS8EAQ9VCraskZv4k { color:#000000;display:block;width:406px;position:absolute;font-family:lato;font-size:23px;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:532px;left:539px;height:27.6042px;font-style:italic;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TJQZPWRALU2qw9v6OxM4MVtFpO4GJnGK { color:#000000;display:block;width:398px;position:absolute;font-family:lato;font-size:15px;font-weight:300;z-index:15013;line-height:1.2;letter-spacing:0;top:560px;left:539px;height:71.9444px;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#VBI0Fom4qpR3Fh6ls3OkPFhvogzg1kpc { color:#faefef;display:block;width:382px;position:absolute;font-family:lato;font-size:15px;font-weight:300;z-index:15017;line-height:1.2;letter-spacing:0;top:650px;left:27px;height:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#n9O05QN99h0sovz4TSSUkxwAoUvQ2TV0 { position:relative;display:block; }#n9O05QN99h0sovz4TSSUkxwAoUvQ2TV0 { background-color: transparent; background-image: none; }#n9O05QN99h0sovz4TSSUkxwAoUvQ2TV0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n9O05QN99h0sovz4TSSUkxwAoUvQ2TV0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n9O05QN99h0sovz4TSSUkxwAoUvQ2TV0 > .row .container > .video-iframe-container { display: none; }#n9O05QN99h0sovz4TSSUkxwAoUvQ2TV0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n9O05QN99h0sovz4TSSUkxwAoUvQ2TV0 > .row > .video-iframe-container { display: none; }#n9O05QN99h0sovz4TSSUkxwAoUvQ2TV0 > .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); }#n9O05QN99h0sovz4TSSUkxwAoUvQ2TV0 { border-width: 0; border-radius: 0; }#n9O05QN99h0sovz4TSSUkxwAoUvQ2TV0 > .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; }#n9O05QN99h0sovz4TSSUkxwAoUvQ2TV0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:594px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xitk0FSdd54CcNb5dCHGEvUQCVUVouqS { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:540px;width:960px;top:37.986114501953px;left:0px;overflow:hidden;display:block; }
#Rp69dSBlpbFCDCMbBiTlb3FhIIXXXufE { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:18px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:447.90625px;left:691.5px;height:70.2083px;display:block; }
#XGJISqx0fnelv5RsogK5TsLaoysSERk5 { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:18px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:166.1875px;left:711.5px;height:70.2083px;display:block; }
#yhv6kG85MJwGezQPf1OuEAtWJGhPQhpB { color:#000000;display:block;width:142px;position:absolute;font-family:"open sans";font-size:18px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:249.1875px;left:60.5px;height:117.014px;display:block; }
#OW3QuVyS0tPRQuVaUum7ciXmtHroekag { color:#000000;display:block;width:137px;position:absolute;font-family:"open sans";font-size:18px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:213.984375px;left:785.5px;height:46.8056px;display:block; }
#wcfibylfqKOy8UnwO3m6vRN1709VEvtS { position:relative;display:block; }#wcfibylfqKOy8UnwO3m6vRN1709VEvtS { background-color: transparent; background-image: none; }#wcfibylfqKOy8UnwO3m6vRN1709VEvtS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wcfibylfqKOy8UnwO3m6vRN1709VEvtS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wcfibylfqKOy8UnwO3m6vRN1709VEvtS > .row .container > .video-iframe-container { display: none; }#wcfibylfqKOy8UnwO3m6vRN1709VEvtS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wcfibylfqKOy8UnwO3m6vRN1709VEvtS > .row > .video-iframe-container { display: none; }#wcfibylfqKOy8UnwO3m6vRN1709VEvtS > .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); }#wcfibylfqKOy8UnwO3m6vRN1709VEvtS { border-width: 0; border-radius: 0; }#wcfibylfqKOy8UnwO3m6vRN1709VEvtS > .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; }#wcfibylfqKOy8UnwO3m6vRN1709VEvtS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:173px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#LAl0bJWTgsIR7r0V6McPhh71PTB7wT7u { z-index:15002;top:69.5px;left:259.5px;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #ffd200, rgba(255,210,0,0.64));background-image: -moz-linear-gradient(216deg, #ffd200, rgba(255,210,0,0.64));background-image: -ms-linear-gradient(216deg, #ffd200, rgba(255,210,0,0.64));background-image: -o-linear-gradient(216deg, #ffd200, rgba(255,210,0,0.64));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd200', endColorstr='#a3ffd200' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd200', endColorstr='#a3ffd200' );";background-image: linear-gradient(216deg, #ffd200, rgba(255,210,0,0.64));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:39px;border-top-right-radius:39px;border-bottom-left-radius:39px;border-bottom-right-radius:39px;box-shadow: 1px 4px 20px rgba(10,9,11,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:421px;height:78px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#SmLnfMvndwoSfpv0Om4Z3Z91Css0yE9y { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#V1utTCSlkfwOFosV83vo9Rrr25rG1upH { position:relative;display:block; }#V1utTCSlkfwOFosV83vo9Rrr25rG1upH { background-color: transparent; background-image: none; }#V1utTCSlkfwOFosV83vo9Rrr25rG1upH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V1utTCSlkfwOFosV83vo9Rrr25rG1upH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V1utTCSlkfwOFosV83vo9Rrr25rG1upH > .row .container > .video-iframe-container { display: none; }#V1utTCSlkfwOFosV83vo9Rrr25rG1upH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V1utTCSlkfwOFosV83vo9Rrr25rG1upH > .row > .video-iframe-container { display: none; }#V1utTCSlkfwOFosV83vo9Rrr25rG1upH > .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); }#V1utTCSlkfwOFosV83vo9Rrr25rG1upH { border-width: 0; border-radius: 0; }#V1utTCSlkfwOFosV83vo9Rrr25rG1upH > .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; }#V1utTCSlkfwOFosV83vo9Rrr25rG1upH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:132px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#r27lnTcbzkkd7yQZCJEQFknZdAxw88aM { color:#000000;display:block;width:915.99px;position:absolute;font-family:lato;font-size:20px;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:35.989624023438px;left:21.979125976562px;height:60px;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#eHio0npfaZgPPCHSJEAeVTEDI2OnSHqv { position:relative;display:block; }#eHio0npfaZgPPCHSJEAeVTEDI2OnSHqv { background-color: transparent; background-image: none; }#eHio0npfaZgPPCHSJEAeVTEDI2OnSHqv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eHio0npfaZgPPCHSJEAeVTEDI2OnSHqv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eHio0npfaZgPPCHSJEAeVTEDI2OnSHqv > .row .container > .video-iframe-container { display: none; }#eHio0npfaZgPPCHSJEAeVTEDI2OnSHqv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eHio0npfaZgPPCHSJEAeVTEDI2OnSHqv > .row > .video-iframe-container { display: none; }#eHio0npfaZgPPCHSJEAeVTEDI2OnSHqv > .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); }#eHio0npfaZgPPCHSJEAeVTEDI2OnSHqv { border-width: 0; border-radius: 0; }#eHio0npfaZgPPCHSJEAeVTEDI2OnSHqv > .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; }#eHio0npfaZgPPCHSJEAeVTEDI2OnSHqv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:509px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#k4wsduD2c0ydks4eqKAqdAnTXCAseFPa { color:#000000;display:block;width:643px;position:absolute;font-family:lato;font-size:40px;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:76px;left:159px;height:44px;font-style:italic;text-align:center;text-align-last:center;display:block; }
#JevEvzKCo7Osr28q7Ml0VKmXqomEVUyL { color:#000000;display:block;width:651px;position:absolute;font-family:lato;font-size:14px;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:144px;left:154.5px;height:19.6px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KAziTIy4K8LIsiJQNWK5UeX6cVwtnFl8 { color:#ffd200;display:block;width:199px;position:absolute;font-family:"bree serif";font-size:178px;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:129px;left:65.5px;height:284.8px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EKTSF2OogH1dFsmwz8N3NwMCcDSnTkvF { color:#ffd200;display:block;width:199px;position:absolute;font-family:"bree serif";font-size:178px;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:129px;left:368.5px;height:284.8px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KLl4ZkGZHrKlbuayJHzZSv9FmfTnzDX4 { color:#ffd200;display:block;width:199px;position:absolute;font-family:"bree serif";font-size:178px;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:129px;left:700.5px;height:284.8px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l8o0ixUJy5cTyc0nKKSr14GnHGS24Dvg { color:#000000;display:block;width:199px;position:absolute;font-family:lato;font-size:17px;font-weight:300;z-index:15012;line-height:1.6;letter-spacing:0;top:286.5px;left:65.5px;height:135.938px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JET8Wtkry8KvWMDNtOMXWCBAOeLFAdu0 { color:#000000;display:block;width:199px;position:absolute;font-family:lato;font-size:17px;font-weight:300;z-index:15015;line-height:1.6;letter-spacing:0;top:286.5px;left:368.5px;height:190.312px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wQTtQC56szpm01QFfw53PTJcKGoecPEJ { color:#000000;display:block;width:216px;position:absolute;font-family:lato;font-size:17px;font-weight:300;z-index:15016;line-height:1.6;letter-spacing:0;top:286.5px;left:692px;height:217.5px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P8pTPcTZNUGdbtplJRhxlywAr1c2FIen { position:relative;display:block; }#P8pTPcTZNUGdbtplJRhxlywAr1c2FIen { background-color: transparent; background-image: none; }#P8pTPcTZNUGdbtplJRhxlywAr1c2FIen::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P8pTPcTZNUGdbtplJRhxlywAr1c2FIen > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P8pTPcTZNUGdbtplJRhxlywAr1c2FIen > .row .container > .video-iframe-container { display: none; }#P8pTPcTZNUGdbtplJRhxlywAr1c2FIen > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P8pTPcTZNUGdbtplJRhxlywAr1c2FIen > .row > .video-iframe-container { display: none; }#P8pTPcTZNUGdbtplJRhxlywAr1c2FIen > .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); }#P8pTPcTZNUGdbtplJRhxlywAr1c2FIen { border-width: 0; border-radius: 0; }#P8pTPcTZNUGdbtplJRhxlywAr1c2FIen > .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; }#P8pTPcTZNUGdbtplJRhxlywAr1c2FIen > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:72px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#rSHlWQi6keXeOKuQX84x1tZkZfEqJKHq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(87,86,86,0.77);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; }#rSHlWQi6keXeOKuQX84x1tZkZfEqJKHq > .row .container { background-color: transparent; background-image: none; }#rSHlWQi6keXeOKuQX84x1tZkZfEqJKHq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rSHlWQi6keXeOKuQX84x1tZkZfEqJKHq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rSHlWQi6keXeOKuQX84x1tZkZfEqJKHq > .row .container > .video-iframe-container { display: none; }#rSHlWQi6keXeOKuQX84x1tZkZfEqJKHq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rSHlWQi6keXeOKuQX84x1tZkZfEqJKHq > .row > .video-iframe-container { display: none; }#rSHlWQi6keXeOKuQX84x1tZkZfEqJKHq > .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); }#rSHlWQi6keXeOKuQX84x1tZkZfEqJKHq > .row .container { border-width: 0; border-radius: 0; }#rSHlWQi6keXeOKuQX84x1tZkZfEqJKHq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rSHlWQi6keXeOKuQX84x1tZkZfEqJKHq > .row .container { font-size:14px;font-family:arial;height:107px;width:960px;position:relative;display:block; }#TF4qs38oX8zMEE6i48MKrnrC4bKI02L9 { box-sizing:content-box;color:#ffffff;font-size:22px;font-weight:400;line-height:1;height:32px;width:32px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:38px;left:436px;display:block; }
#f6nKqKvPNF2zFwBtEvLA59oNlXlUpZQh { box-sizing:content-box;color:#ffffff;font-size:22px;font-weight:400;line-height:1;height:32px;width:32px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:38px;left:523px;display:block; }
#cNPKWSlo9KRolgTZ9Gv1xN3g5a6FuFfG { box-sizing:content-box;color:#ffffff;font-size:22px;font-weight:400;line-height:1;height:32px;width:32px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:38px;left:355px;display:block; }
#CdkAz8wmhnIXtDiUHt9uVMEQkRc8dHIW { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:50px;width:83px;top:28.5px;left:42px;overflow:hidden;display:block; }
#KUuLtJ9SmILG8KQSVtsJLX8dJIyZMlcT { color:#ffffff;display:block;width:180px;position:absolute;font-family:lato;font-size:15px;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:40px;left:766px;height:47.9862px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#VSz7Ig4ybQvZMT7eN875WWRr0W1dW3MS { color:#ffffff;display:block;width:200px;position:absolute;font-family:lato;font-size:15px;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:19px;left:747px;height:19.5px;text-align:right;text-align-last:right;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #lO9ySOPGxzwr0n2x6NPwffXwqFr0rtXN { display:block; }#lO9ySOPGxzwr0n2x6NPwffXwqFr0rtXN > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eWTZ5xiz5AX06Bh1cu06ZKzaZyOZrK95 { top:71px;left:0px;width:764px;height:96px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #ytfJKlLZuyxGQR0HHv5G6ErUt5sZXw2R { top:285px;left:0px;width:764px;height:90px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #FABtIxdwwpSWfnEuTEw2oOKCEBRvpRpX { top:400px;left:0px;width:764px;height:180px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #Xm6MyfaG1Nw3C8sR16RFCKQw4rSFVxV9 { display:block; }#Xm6MyfaG1Nw3C8sR16RFCKQw4rSFVxV9 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vTS9KFvWB2up6vXXe1NzxehHIAyFWDiO { display:block; }#vTS9KFvWB2up6vXXe1NzxehHIAyFWDiO > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HvAH01qLcT4XffTbM97a9qtGX3eTFgez { top:195px;left:0px;width:387px;height:;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #BADwegsvCZsL1Bk9DN9iKBbE9wSWxskN { top:320px;left:0px;width:380px;height:163px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #LJ9uuCJwVOlJs26noNQKo9NBa21LxluF .widget-regular-label { width:724px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF .widget-input-text { width:724px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF .widget-input-text {padding-top: 0; padding-bottom: 0;}#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF .widget-textarea { width:724px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF .widget-input-select { width:724px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF .widget-input-select {padding-top: 0; padding-bottom: 0;}#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF .widget-input-button { width:724px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF .widget-checkbox-label { width:704px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF  { width:724px;height:auto;top:566px;left:0px; }
#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF .radio-container { width:724px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF {display:block;}#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF { width:724px;height:auto;top:566px;left:0px; }
 }@media only screen and (max-width: 763px) { #LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #iKFntaTgmWw0f1nvIoTKUMRhgwPevJDT {  }
 }@media only screen and (max-width: 763px) { #LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #uiflCyAPQHW4EJuI0cTaeahfnNarI5h2 { display:none; }
 }@media only screen and (max-width: 763px) { #LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #Gw7C31s1CuGmFU8Hg5s0Tb212GZIhHLl {  }
 }@media only screen and (max-width: 763px) { #LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #cf2EXoi8EZeoUEGIUtu7MqglEcsHiGtm {  }
 }@media only screen and (max-width: 763px) { #LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #kokZRbQPt2ixw7QhqplF4KyQ8T5AkQQ4 { display:none; }
 }@media only screen and (max-width: 763px) { #LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #Idhzqn08d79q2eit1P1BNdrrm915sibg {  }
 }@media only screen and (max-width: 763px) { #LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #w7boU7BJniIFOPUn99KEWDotWTKIOB1I {  }
 }@media only screen and (max-width: 763px) { #LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #WQ077qQpBPvkXpN8H4zJOcIVCEX6C5J0 { display:none; }
 }@media only screen and (max-width: 763px) { #LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #qTAMvUdPXV8vJRXLTwOXluCLodZtzuCu {  }
 }@media only screen and (max-width: 763px) { #LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #aZVNQFidrpnH3bsDI1fo19nxnKDd74hb {  }
 }@media only screen and (max-width: 763px) { #LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #hqMr8Hmv6UtJca8hIbuHOmf2Rfb7yhAq { z-index:2; }
 }@media only screen and (max-width: 763px) { #LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #X7G4seikMvKzllOLJETybVTv78TbBaZ6 {  }
 }@media only screen and (max-width: 763px) { #LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #cXsR1JbnVoUIMrI9sTPvFTdWlEFKEUJ3 {  }
 }@media only screen and (max-width: 763px) { #LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #PWaSVuObiXP15ydOu1HZJmPZBd0EWT9K {  }
 }@media only screen and (max-width: 763px) { #LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #gfnDI8nQVFdFgc9STJC9EF7VoHHeEFdZ {  }
 }@media only screen and (max-width: 763px) { #LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #lEVT0TrMQ4nPAOkzqI7rfRmkIrLnTwH2 {  }
 }@media only screen and (max-width: 763px) { #LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #PfuktkUrTZ95Vcwbo22nDdAf90X8Rdxh {  }
 }@media only screen and (max-width: 763px) { #LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #xOpsT4ytGkn11dkrhm6Ib9kdm9Kfyern {  }
 }@media only screen and (max-width: 763px) { #LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #TkehAiv1lSeS2ScApVzCswyOvBsJuN5Z {  }
 }@media only screen and (max-width: 763px) { #LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #HTl2F42SMSB2w1kDsmZEH8cGHA5FLpVL {  }
 }@media only screen and (max-width: 763px) { #LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #bUGsqTkvLa9A92UzIaRMsyAv3I2BtcLM {  }
 }@media only screen and (max-width: 763px) { #IaFWSGWTmpPnMypS8sl7CbNGX9Oui73z { display:block; }
 }@media only screen and (max-width: 763px) { #TT5Tvio1XSE0QSS03x0gHv5vZrvwuQGd { display:block; }
 }@media only screen and (max-width: 763px) { #TeAJSTV0OxaI4acelUDpqwxqMOLIygce { display:block; }
 }@media only screen and (max-width: 763px) { #hOxLhTBanFuaxP6lTRKyPzdnmyBlX2A2 { display:block; }
 }@media only screen and (max-width: 763px) { #LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #t7EqzEcTrdy8kTldZ6FRJnRRpHKCXCge {  }
 }@media only screen and (max-width: 763px) { #LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #QgevEufhAvrs6KOebl6DFC5R8RdCIr8L {  }
 }@media only screen and (max-width: 763px) { #PHpRJto5KrwIQClNSk1Dv7VwZ917ITxe { top:47px;left:315px;width:449px;height:498px;display:block; }
 }@media only screen and (max-width: 763px) { #vAV8UEq5WAgOqrxwqzzqegIEMZFdFVen { display:block; }#vAV8UEq5WAgOqrxwqzzqegIEMZFdFVen > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fm9OB8OeSSRpF0THHNwWiuWzS4CT6zwG { top:76px;left:61px;width:643px;height:44px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #r0byVomwPqBPUHI8hWikvNWvoLAV24Pa { top:144px;left:56.5px;width:651px;height:19px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #GhwWKxaxZ9ATTSzyg0fT5dLLdQZBxTdm { display:block; }#GhwWKxaxZ9ATTSzyg0fT5dLLdQZBxTdm > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nZ3A50BXDIZZIBQfPySpmJn19lXdJMdu { top:44px;left:354px;width:57px;height:57px;display:block; }
 }@media only screen and (max-width: 763px) { #oXOvz2DWiytW7T1xT80SQaxRF5Mixyo0 { top:56px;left:365px;width:34px;height:30px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #KRmGWqHQBZNyFuJashRK6z9eA8KNyIPl { top:31px;left:358px;width:406px;height:;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #nKdw9Rs37E7bMc1tuGZ6i21Ix0QAzGWT { top:66px;left:382px;width:382px;height:54px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #o8QUPMeQTk2aXVphUukAw52o0bdt3k8T { top:179px;left:354px;width:57px;height:57px;display:block; }
 }@media only screen and (max-width: 763px) { #LMvSTz4HDAs8wOQ11Tsdb5RTxPesbn6d { top:191px;left:365px;width:34px;height:30px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #nsqGZZAqW2woUgLBXEkpJdkRuNzh2Beh { top:179px;left:0px;width:436px;height:26px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #qvOgfy2HhTmTmf7Tp5Fn0t4LTbqFVgvN { top:219px;left:0px;width:382px;height:0;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #l7BeTT89Ny1Vnh5LsPb7mHMpNyDBQ0LR { top:306px;left:354px;width:57px;height:57px;display:block; }
 }@media only screen and (max-width: 763px) { #cQ7bTD5wnMSonpfKiKgEzUvTvmN4ErKT { top:319px;left:366px;width:34px;height:30px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #htOdvm0aJ5d60MhEkU30lme1lf0XQMTA { top:294px;left:405px;width:359px;height:26px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #T2uod87T9v5hXmEfq09XcBrZHqDUmGws { top:334px;left:366px;width:398px;height:54px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #k5O3led597xBrcio2DI3DdJKc4lvJ0lF { top:306px;left:358px;width:406px;height:27px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #T4O3xdnE3oq1m3nPwlUTbbeUXL067AS5 { top:210px;left:0px;width:386px;height:54px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #TIx5oDFw8CQOvNrfKGhwgHLDL4TOnltn { top:420px;left:0px;width:436px;height:26px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #iR9h9HGsxpADF5OXBWwnfdPa3dzPpp7F { top:451px;left:0px;width:386px;height:72px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #rfRq2y3Gb0E8AGZ2DcDKywyxekNo61IJ { top:460px;left:0px;width:382px;height:0;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #JvTEsw9d2ZNtKuQc8nPkxEEOkCOanz85 { top:420px;left:354px;width:57px;height:57px;display:block; }
 }@media only screen and (max-width: 763px) { #hCTKxVpzfuHkegtz1fSATvmVsMy8PqRN { top:432px;left:365px;width:34px;height:30px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #MnUgvAXynfICT4mBAcmtqUN0Mz9qLgof { top:532px;left:354px;width:57px;height:57px;display:block; }
 }@media only screen and (max-width: 763px) { #QtX05Vg2DWfOUi8nUiCoer8mDT8zgoAM { top:545px;left:366px;width:34px;height:30px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #dwSNwbhW5AlOpMMGS8EAQ9VCraskZv4k { top:532px;left:358px;width:406px;height:27px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #TJQZPWRALU2qw9v6OxM4MVtFpO4GJnGK { top:560px;left:366px;width:398px;height:72px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #VBI0Fom4qpR3Fh6ls3OkPFhvogzg1kpc { top:650px;left:0px;width:382px;height:0;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #n9O05QN99h0sovz4TSSUkxwAoUvQ2TV0 { display:block; }#n9O05QN99h0sovz4TSSUkxwAoUvQ2TV0 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xitk0FSdd54CcNb5dCHGEvUQCVUVouqS { top:37px;left:0px;width:764px;height:429.75px;display:block; }
 }@media only screen and (max-width: 763px) { #Rp69dSBlpbFCDCMbBiTlb3FhIIXXXufE { top:447px;left:564px;width:200px;height:70px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #XGJISqx0fnelv5RsogK5TsLaoysSERk5 { top:166px;left:564px;width:200px;height:70px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #yhv6kG85MJwGezQPf1OuEAtWJGhPQhpB { top:249px;left:0px;width:142px;height:116px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #OW3QuVyS0tPRQuVaUum7ciXmtHroekag { top:213px;left:627px;width:137px;height:46px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #wcfibylfqKOy8UnwO3m6vRN1709VEvtS { display:block; }#wcfibylfqKOy8UnwO3m6vRN1709VEvtS > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LAl0bJWTgsIR7r0V6McPhh71PTB7wT7u { top:69px;left:161.5px;width:421px;height:78px;display:block; }
 }@media only screen and (max-width: 763px) { #SmLnfMvndwoSfpv0Om4Z3Z91Css0yE9y { display:block; }
 }@media only screen and (max-width: 763px) { #V1utTCSlkfwOFosV83vo9Rrr25rG1upH { display:block; }#V1utTCSlkfwOFosV83vo9Rrr25rG1upH > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r27lnTcbzkkd7yQZCJEQFknZdAxw88aM { top:35px;left:0px;width:764px;height:60px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #eHio0npfaZgPPCHSJEAeVTEDI2OnSHqv { display:block; }#eHio0npfaZgPPCHSJEAeVTEDI2OnSHqv > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k4wsduD2c0ydks4eqKAqdAnTXCAseFPa { top:76px;left:61px;width:643px;height:44px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #JevEvzKCo7Osr28q7Ml0VKmXqomEVUyL { top:144px;left:56.5px;width:651px;height:19px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #KAziTIy4K8LIsiJQNWK5UeX6cVwtnFl8 { top:129px;left:0px;width:199px;height:284px;font-size:46px;display:block; }
 }@media only screen and (max-width: 763px) { #EKTSF2OogH1dFsmwz8N3NwMCcDSnTkvF { top:129px;left:270.5px;width:199px;height:284px;font-size:46px;display:block; }
 }@media only screen and (max-width: 763px) { #KLl4ZkGZHrKlbuayJHzZSv9FmfTnzDX4 { top:129px;left:565px;width:199px;height:284px;font-size:46px;display:block; }
 }@media only screen and (max-width: 763px) { #l8o0ixUJy5cTyc0nKKSr14GnHGS24Dvg { top:286px;left:0px;width:198px;height:135px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #JET8Wtkry8KvWMDNtOMXWCBAOeLFAdu0 { top:286px;left:270.48959350586px;width:198px;height:190px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #wQTtQC56szpm01QFfw53PTJcKGoecPEJ { top:286px;left:548px;width:215px;height:217px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #P8pTPcTZNUGdbtplJRhxlywAr1c2FIen { display:block; }#P8pTPcTZNUGdbtplJRhxlywAr1c2FIen > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rSHlWQi6keXeOKuQX84x1tZkZfEqJKHq { display:block; }#rSHlWQi6keXeOKuQX84x1tZkZfEqJKHq > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TF4qs38oX8zMEE6i48MKrnrC4bKI02L9 { top:38px;left:338px;width:32px;height:32px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #f6nKqKvPNF2zFwBtEvLA59oNlXlUpZQh { top:38px;left:425px;width:32px;height:32px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #cNPKWSlo9KRolgTZ9Gv1xN3g5a6FuFfG { top:38px;left:257px;width:32px;height:32px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #CdkAz8wmhnIXtDiUHt9uVMEQkRc8dHIW { top:28px;left:0px;width:83px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #KUuLtJ9SmILG8KQSVtsJLX8dJIyZMlcT { top:40px;left:584px;width:180px;height:47px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #VSz7Ig4ybQvZMT7eN875WWRr0W1dW3MS { top:19px;left:564px;width:200px;height:19px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/067e9beb-9be0-4729-80e9-43fd8eeaf4cb/Projektbeztytuu7.png");background-position:center right !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #lO9ySOPGxzwr0n2x6NPwffXwqFr0rtXN { display:block; }#lO9ySOPGxzwr0n2x6NPwffXwqFr0rtXN > .row .container { width:320px;height:685px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eWTZ5xiz5AX06Bh1cu06ZKzaZyOZrK95 { width:320px;height:191.927px;top:20px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #ytfJKlLZuyxGQR0HHv5G6ErUt5sZXw2R { width:320px;height:104.948px;top:240.9375px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #FABtIxdwwpSWfnEuTEw2oOKCEBRvpRpX { width:320px;height:209.896px;top:391.9375px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #Xm6MyfaG1Nw3C8sR16RFCKQw4rSFVxV9 { display:block; }#Xm6MyfaG1Nw3C8sR16RFCKQw4rSFVxV9 > .row .container { width:320px;height:65px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vTS9KFvWB2up6vXXe1NzxehHIAyFWDiO { display:block; }#vTS9KFvWB2up6vXXe1NzxehHIAyFWDiO > .row .container { width:320px;height:1120px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HvAH01qLcT4XffTbM97a9qtGX3eTFgez { width:320px;height:140.764px;top:20px;left:0px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BADwegsvCZsL1Bk9DN9iKBbE9wSWxskN { width:320px;height:auto;top:320px;left:0px;font-size:17px;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #LJ9uuCJwVOlJs26noNQKo9NBa21LxluF .widget-regular-label { width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF .widget-input-text {padding-top: 0; padding-bottom: 0;}#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF .widget-input-select {padding-top: 0; padding-bottom: 0;}#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF .widget-input-button { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF .widget-checkbox-label { width:260px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:8px;overflow:hidden;height:auto; }
#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF  { width:280px;height:auto;top:219.9132232666px;left:0px; }
#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF {display:block;}#LJ9uuCJwVOlJs26noNQKo9NBa21LxluF { width:280px;height:auto;top:219.9132232666px;left:0px; }
 }@media only screen and (max-width: 763px) { #LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #iKFntaTgmWw0f1nvIoTKUMRhgwPevJDT {  }
 }@media only screen and (max-width: 763px) { #LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #uiflCyAPQHW4EJuI0cTaeahfnNarI5h2 { display:none; }
 }@media only screen and (max-width: 763px) { #LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #Gw7C31s1CuGmFU8Hg5s0Tb212GZIhHLl {  }
 }@media only screen and (max-width: 763px) { #LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #cf2EXoi8EZeoUEGIUtu7MqglEcsHiGtm {  }
 }@media only screen and (max-width: 763px) { #LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #kokZRbQPt2ixw7QhqplF4KyQ8T5AkQQ4 { display:none; }
 }@media only screen and (max-width: 763px) { #LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #Idhzqn08d79q2eit1P1BNdrrm915sibg {  }
 }@media only screen and (max-width: 763px) { #LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #w7boU7BJniIFOPUn99KEWDotWTKIOB1I {  }
 }@media only screen and (max-width: 763px) { #LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #WQ077qQpBPvkXpN8H4zJOcIVCEX6C5J0 { display:none; }
 }@media only screen and (max-width: 763px) { #LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #qTAMvUdPXV8vJRXLTwOXluCLodZtzuCu {  }
 }@media only screen and (max-width: 763px) { #LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #aZVNQFidrpnH3bsDI1fo19nxnKDd74hb {  }
 }@media only screen and (max-width: 763px) { #LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #hqMr8Hmv6UtJca8hIbuHOmf2Rfb7yhAq { z-index:2; }
 }@media only screen and (max-width: 763px) { #LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #X7G4seikMvKzllOLJETybVTv78TbBaZ6 {  }
 }@media only screen and (max-width: 763px) { #LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #cXsR1JbnVoUIMrI9sTPvFTdWlEFKEUJ3 {  }
 }@media only screen and (max-width: 763px) { #LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #PWaSVuObiXP15ydOu1HZJmPZBd0EWT9K {  }
 }@media only screen and (max-width: 763px) { #LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #gfnDI8nQVFdFgc9STJC9EF7VoHHeEFdZ {  }
 }@media only screen and (max-width: 763px) { #LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #lEVT0TrMQ4nPAOkzqI7rfRmkIrLnTwH2 {  }
 }@media only screen and (max-width: 763px) { #LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #PfuktkUrTZ95Vcwbo22nDdAf90X8Rdxh {  }
 }@media only screen and (max-width: 763px) { #LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #xOpsT4ytGkn11dkrhm6Ib9kdm9Kfyern {  }
 }@media only screen and (max-width: 763px) { #LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #TkehAiv1lSeS2ScApVzCswyOvBsJuN5Z {  }
 }@media only screen and (max-width: 763px) { #LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #HTl2F42SMSB2w1kDsmZEH8cGHA5FLpVL {  }
 }@media only screen and (max-width: 763px) { #LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #bUGsqTkvLa9A92UzIaRMsyAv3I2BtcLM {  }
 }@media only screen and (max-width: 763px) { #IaFWSGWTmpPnMypS8sl7CbNGX9Oui73z { display:block; }
 }@media only screen and (max-width: 763px) { #TT5Tvio1XSE0QSS03x0gHv5vZrvwuQGd { display:block; }
 }@media only screen and (max-width: 763px) { #TeAJSTV0OxaI4acelUDpqwxqMOLIygce { display:block; }
 }@media only screen and (max-width: 763px) { #hOxLhTBanFuaxP6lTRKyPzdnmyBlX2A2 { display:block; }
 }@media only screen and (max-width: 763px) { #LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #t7EqzEcTrdy8kTldZ6FRJnRRpHKCXCge {  }
 }@media only screen and (max-width: 763px) { #LJ9uuCJwVOlJs26noNQKo9NBa21LxluF #QgevEufhAvrs6KOebl6DFC5R8RdCIr8L {  }
 }@media only screen and (max-width: 763px) { #PHpRJto5KrwIQClNSk1Dv7VwZ917ITxe { width:320px;height:354.917px;top:747.04168701172px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #vAV8UEq5WAgOqrxwqzzqegIEMZFdFVen { display:block; }#vAV8UEq5WAgOqrxwqzzqegIEMZFdFVen > .row .container { width:320px;height:147px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fm9OB8OeSSRpF0THHNwWiuWzS4CT6zwG { width:320px;height:70.3819px;top:20px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #r0byVomwPqBPUHI8hWikvNWvoLAV24Pa { width:320px;height:19.5938px;top:110.375px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #GhwWKxaxZ9ATTSzyg0fT5dLLdQZBxTdm { display:block; }#GhwWKxaxZ9ATTSzyg0fT5dLLdQZBxTdm > .row .container { width:320px;height:1157px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nZ3A50BXDIZZIBQfPySpmJn19lXdJMdu { width:57px;height:57px;top:20px;left:131px;display:block; }
 }@media only screen and (max-width: 763px) { #oXOvz2DWiytW7T1xT80SQaxRF5Mixyo0 { width:34px;height:30.7986px;top:32px;left:142px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #KRmGWqHQBZNyFuJashRK6z9eA8KNyIPl { width:258px;height:25.2083px;top:97px;left:31px;font-size:21px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nKdw9Rs37E7bMc1tuGZ6i21Ix0QAzGWT { width:256px;height:67.1667px;top:136.1875px;left:32px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o8QUPMeQTk2aXVphUukAw52o0bdt3k8T { width:57px;height:57px;top:250px;left:132px;display:block; }
 }@media only screen and (max-width: 763px) { #LMvSTz4HDAs8wOQ11Tsdb5RTxPesbn6d { width:34px;height:30.7986px;top:262px;left:143px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #nsqGZZAqW2woUgLBXEkpJdkRuNzh2Beh { width:320px;height:23.1076px;top:322.046875px;left:0px;font-size:21px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qvOgfy2HhTmTmf7Tp5Fn0t4LTbqFVgvN { width:258px;height:0;top:336.9531px;left:31px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l7BeTT89Ny1Vnh5LsPb7mHMpNyDBQ0LR { width:57px;height:57px;top:490px;left:132px;display:block; }
 }@media only screen and (max-width: 763px) { #cQ7bTD5wnMSonpfKiKgEzUvTvmN4ErKT { width:34px;height:30.7986px;top:503px;left:144px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #htOdvm0aJ5d60MhEkU30lme1lf0XQMTA { width:320px;height:26.3958px;top:620.9531px;left:0px;font-size:24px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T2uod87T9v5hXmEfq09XcBrZHqDUmGws { width:252px;height:83.9583px;top:592.140625px;left:38px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k5O3led597xBrcio2DI3DdJKc4lvJ0lF { width:320px;height:25.2083px;top:563.328125px;left:0px;font-size:21px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T4O3xdnE3oq1m3nPwlUTbbeUXL067AS5 { width:239px;height:100.729px;top:357.953125px;left:40.5px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TIx5oDFw8CQOvNrfKGhwgHLDL4TOnltn { width:297px;height:46.2153px;top:800.14587402344px;left:11.500000953674px;font-size:21px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iR9h9HGsxpADF5OXBWwnfdPa3dzPpp7F { width:320px;height:67.1667px;top:863.22918701172px;left:0px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rfRq2y3Gb0E8AGZ2DcDKywyxekNo61IJ { width:320px;height:0;top:762.2292px;left:0px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JvTEsw9d2ZNtKuQc8nPkxEEOkCOanz85 { width:57px;height:57px;top:727px;left:132px;display:block; }
 }@media only screen and (max-width: 763px) { #hCTKxVpzfuHkegtz1fSATvmVsMy8PqRN { width:34px;height:30.7986px;top:739px;left:143px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #MnUgvAXynfICT4mBAcmtqUN0Mz9qLgof { width:57px;height:57px;top:968px;left:132px;display:block; }
 }@media only screen and (max-width: 763px) { #QtX05Vg2DWfOUi8nUiCoer8mDT8zgoAM { width:34px;height:30.7986px;top:979px;left:143px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #dwSNwbhW5AlOpMMGS8EAQ9VCraskZv4k { width:320px;height:25.2083px;top:1034.3958740234px;left:0px;font-size:21px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TJQZPWRALU2qw9v6OxM4MVtFpO4GJnGK { width:320px;height:67.1667px;top:1068.5834px;left:0px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VBI0Fom4qpR3Fh6ls3OkPFhvogzg1kpc { width:320px;height:0;top:1155.7501px;left:0px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n9O05QN99h0sovz4TSSUkxwAoUvQ2TV0 { display:block; }#n9O05QN99h0sovz4TSSUkxwAoUvQ2TV0 > .row .container { width:320px;height:306px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xitk0FSdd54CcNb5dCHGEvUQCVUVouqS { width:295px;height:163.993px;top:71.475700378418px;left:12.500000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #Rp69dSBlpbFCDCMbBiTlb3FhIIXXXufE { width:92px;height:42.9167px;top:65.0625px;left:193px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #XGJISqx0fnelv5RsogK5TsLaoysSERk5 { width:70px;height:71.5278px;top:137.54165649414px;left:16.000000953674px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #yhv6kG85MJwGezQPf1OuEAtWJGhPQhpB { width:112px;height:57.2222px;top:222.87503051758px;left:207.9791765213px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #OW3QuVyS0tPRQuVaUum7ciXmtHroekag { width:137px;height:28.6111px;top:207.64584350586px;left:16.000000953674px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #wcfibylfqKOy8UnwO3m6vRN1709VEvtS { display:block; }#wcfibylfqKOy8UnwO3m6vRN1709VEvtS > .row .container { width:320px;height:135px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LAl0bJWTgsIR7r0V6McPhh71PTB7wT7u { top:40px;left:47.5px;width:225px;height:55px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #SmLnfMvndwoSfpv0Om4Z3Z91Css0yE9y { display:block; }
 }@media only screen and (max-width: 763px) { #V1utTCSlkfwOFosV83vo9Rrr25rG1upH { display:block; }#V1utTCSlkfwOFosV83vo9Rrr25rG1upH > .row .container { width:320px;height:123px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r27lnTcbzkkd7yQZCJEQFknZdAxw88aM { width:320px;height:83.9583px;top:20px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #eHio0npfaZgPPCHSJEAeVTEDI2OnSHqv { display:block; }#eHio0npfaZgPPCHSJEAeVTEDI2OnSHqv { background-color: transparent; background-image: none; }#eHio0npfaZgPPCHSJEAeVTEDI2OnSHqv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eHio0npfaZgPPCHSJEAeVTEDI2OnSHqv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eHio0npfaZgPPCHSJEAeVTEDI2OnSHqv > .row .container > .video-iframe-container { display: none; }#eHio0npfaZgPPCHSJEAeVTEDI2OnSHqv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eHio0npfaZgPPCHSJEAeVTEDI2OnSHqv > .row > .video-iframe-container { display: none; }#eHio0npfaZgPPCHSJEAeVTEDI2OnSHqv > .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); }#eHio0npfaZgPPCHSJEAeVTEDI2OnSHqv > .row .container { width:320px;height:755px;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k4wsduD2c0ydks4eqKAqdAnTXCAseFPa { width:320px;height:70.3819px;top:55px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #JevEvzKCo7Osr28q7Ml0VKmXqomEVUyL { width:320px;height:19.5938px;top:181.5625px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #KAziTIy4K8LIsiJQNWK5UeX6cVwtnFl8 { width:199px;height:73.6111px;top:342px;left:61px;font-size:46px;display:block; }
 }@media only screen and (max-width: 763px) { #EKTSF2OogH1dFsmwz8N3NwMCcDSnTkvF { width:199px;height:73.6111px;top:166px;left:61px;font-size:46px;display:block; }
 }@media only screen and (max-width: 763px) { #KLl4ZkGZHrKlbuayJHzZSv9FmfTnzDX4 { width:199px;height:73.6111px;top:558px;left:61px;font-size:46px;display:block; }
 }@media only screen and (max-width: 763px) { #l8o0ixUJy5cTyc0nKKSr14GnHGS24Dvg { width:199px;height:89.5139px;top:221px;left:61px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #JET8Wtkry8KvWMDNtOMXWCBAOeLFAdu0 { width:199px;height:134.271px;top:396px;left:61px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #wQTtQC56szpm01QFfw53PTJcKGoecPEJ { width:216px;height:134.271px;top:608px;left:52px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #P8pTPcTZNUGdbtplJRhxlywAr1c2FIen { display:block; }#P8pTPcTZNUGdbtplJRhxlywAr1c2FIen { background-color: transparent; background-image: none; }#P8pTPcTZNUGdbtplJRhxlywAr1c2FIen::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P8pTPcTZNUGdbtplJRhxlywAr1c2FIen > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P8pTPcTZNUGdbtplJRhxlywAr1c2FIen > .row .container > .video-iframe-container { display: none; }#P8pTPcTZNUGdbtplJRhxlywAr1c2FIen > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P8pTPcTZNUGdbtplJRhxlywAr1c2FIen > .row > .video-iframe-container { display: none; }#P8pTPcTZNUGdbtplJRhxlywAr1c2FIen > .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); }#P8pTPcTZNUGdbtplJRhxlywAr1c2FIen > .row .container { width:320px;height:30px;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rSHlWQi6keXeOKuQX84x1tZkZfEqJKHq { display:block; }#rSHlWQi6keXeOKuQX84x1tZkZfEqJKHq > .row .container { width:320px;height:220px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TF4qs38oX8zMEE6i48MKrnrC4bKI02L9 { width:32px;height:32px;top:179px;left:147px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #f6nKqKvPNF2zFwBtEvLA59oNlXlUpZQh { width:32px;height:32px;top:179px;left:229px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #cNPKWSlo9KRolgTZ9Gv1xN3g5a6FuFfG { width:32px;height:32px;top:179px;left:60px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #CdkAz8wmhnIXtDiUHt9uVMEQkRc8dHIW { width:74px;height:43px;top:12px;left:123px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #KUuLtJ9SmILG8KQSVtsJLX8dJIyZMlcT { width:115px;height:47.9862px;top:115px;left:102.5px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VSz7Ig4ybQvZMT7eN875WWRr0W1dW3MS { width:93px;height:19.5px;top:96.5px;left:113.5px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }