.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr > .row .container { background-color: transparent; background-image: none; }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr > .row .container > .video-iframe-container { display: none; }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr > .row > .video-iframe-container { display: none; }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr > .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); }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr > .row .container { border-width: 0; border-radius: 0; }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr > .row > .video-iframe-container {  }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr > .row .container { font-size:14px;font-family:arial;height:622px;width:960px;position:relative;display:block; }#C8o4H9zWBmJTcX2Fur2plZiNhs0S6bDk { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7px;width:99px;top:178px;left:0px;display:block; }
#oHalA8xODxpWw80Jeswa3Qt1T888mw9u { color:#ff0000;display:block;width:582px;position:absolute;font-family:"source sans pro";font-size:53px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:194px;left:0px;height:137.781px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RQzcK3SHZqmpXq4pqCT3t3fJlT00IiEv { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:5px solid #000000;border-left:5px solid #000000;border-right:5px solid #000000;border-bottom:5px solid #000000;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ff0000;text-shadow:1px 1px 3px rgba(0,0,0,0.5);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:200px;height:62px;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:453px;left:0px;display:block; }
#PmZkw8WySRyVL1iefZstpUMkUNAOBbQR { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#q0AvxlITnAi4bTz3lzWhBTpMEIn55SuC { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:5px solid #000000;border-left:5px solid #000000;border-right:5px solid #000000;border-bottom:5px solid #000000;box-sizing:border-box;color:#ff0000;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:200px;height:62px;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:453px;left:224px;display:block; }
#c9T0qP7XAoGcgBpCdSfaDEz1ofA6NCgK { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#NREzci2S8Gp9R5QEI3bV9V1703anBhCW { color:#ff1212;display:block;width:582px;position:absolute;font-family:"source sans pro";font-size:19px;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:364.59999084473px;left:0px;height:24.6875px;font-style:normal;display:block; }
#wXihn7GqhtrlyaUhBcoThoTVzSd9spl4 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:85px;width:577px;top:26px;left:0px;overflow:hidden;display:block; }
#I7LDmUIScSGGyaUbAZatikq2P8i4z9Jl { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:153px;width:960px;display:none; }
#XkcgERZ1CrMtulWVFkwcd6h9xbLpM3bX { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:287px;width:383px;top:120.875px;left:535.5625px;overflow:hidden;display:block; }
#nXgIms06RsTbrlKPVWbhgas6s3Z2Qqea { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff0000;background-image:none;position:relative;display:block; }#nXgIms06RsTbrlKPVWbhgas6s3Z2Qqea > .row .container { background-color: transparent; background-image: none; }#nXgIms06RsTbrlKPVWbhgas6s3Z2Qqea::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nXgIms06RsTbrlKPVWbhgas6s3Z2Qqea > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nXgIms06RsTbrlKPVWbhgas6s3Z2Qqea > .row .container > .video-iframe-container { display: none; }#nXgIms06RsTbrlKPVWbhgas6s3Z2Qqea > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nXgIms06RsTbrlKPVWbhgas6s3Z2Qqea > .row > .video-iframe-container { display: none; }#nXgIms06RsTbrlKPVWbhgas6s3Z2Qqea > .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); }#nXgIms06RsTbrlKPVWbhgas6s3Z2Qqea > .row .container { border-width: 0; border-radius: 0; }#nXgIms06RsTbrlKPVWbhgas6s3Z2Qqea > .row > .video-iframe-container {  }#nXgIms06RsTbrlKPVWbhgas6s3Z2Qqea > .row .container { font-size:14px;font-family:arial;height:187px;width:960px;position:relative;display:block; }#igTy9qGITRbkdoTEuqwQRg7tOQrMuzr3 { color:#ffffff;display:block;width:242px;position:absolute;font-family:"source sans pro";font-size:20px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:125px;left:0px;height:52px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KByHmf3s7fnpUyTn7DLkQpBQmVHtu26S { color:#ffffff;display:block;width:242px;position:absolute;font-family:"source sans pro";font-size:20px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:125px;left:240.00003051758px;height:52px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iebVaHPILkO7W0PMlNsvB5pt8PkZ0bpS { color:#ffffff;display:block;width:242px;position:absolute;font-family:"source sans pro";font-size:20px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:125px;left:480.00003051758px;height:52px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wJdB9nRRWBMZaeCagiOmTlIFGDT1Rqhp { color:#ffffff;display:block;width:242px;position:absolute;font-family:"source sans pro";font-size:20px;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:125px;left:718.00003051758px;height:52px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c1OClLxPNgaDhsaW2ETIh6oUL8cnTiIa { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:82px;width:82px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;top:35px;left:88.5px; }
#BcpwWJWmxmQzyQ0tP17VObcz4EBMitPs { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;top:49px;left:335px; }
#No87rDPTayZwpTT66N1knJF32v0182Q1 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;top:55px;left:575px; }
#qmT9dULAz9FygOvUFRfHZfmBBER5tL9F { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;top:51px;left:815px; }
#bbS6TxG3omhVnVcobbIuwGms39EEZBV7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#bbS6TxG3omhVnVcobbIuwGms39EEZBV7 > .row .container { background-color: transparent; background-image: none; }#bbS6TxG3omhVnVcobbIuwGms39EEZBV7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bbS6TxG3omhVnVcobbIuwGms39EEZBV7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bbS6TxG3omhVnVcobbIuwGms39EEZBV7 > .row .container > .video-iframe-container { display: none; }#bbS6TxG3omhVnVcobbIuwGms39EEZBV7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bbS6TxG3omhVnVcobbIuwGms39EEZBV7 > .row > .video-iframe-container { display: none; }#bbS6TxG3omhVnVcobbIuwGms39EEZBV7 > .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); }#bbS6TxG3omhVnVcobbIuwGms39EEZBV7 > .row .container { border-width: 0; border-radius: 0; }#bbS6TxG3omhVnVcobbIuwGms39EEZBV7 > .row > .video-iframe-container {  }#bbS6TxG3omhVnVcobbIuwGms39EEZBV7 > .row .container { font-size:14px;font-family:arial;height:549px;width:960px;position:relative;display:block; }#ZDTXTqBu1zZG7Q1cX2Snmnb6HFkUwx3s { color:#000000;display:block;width:526px;position:absolute;font-family:"source sans pro";font-size:40px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:45px;left:0px;height:156px;font-style:normal;display:block; }
#aTJFg7oslXPM6nsqnQJTiLTEnDZa6tV0 { color:#000000;display:block;width:733px;position:absolute;font-family:"source sans pro";font-size:17px;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:240px;left:0px;height:132.5626px;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;display:block; }
#idkGenQtTB0X9hKhVXZ86xtEqd7q706A { position:absolute;display:block;z-index:15017;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7px;width:90px;top:200px;left:0px;display:block; }
#r1ziszmkh8XQmX65G0haUtxwVpcnBV29 { background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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:21px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:219px;height:62px;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:409px;left:0px;display:block; }
#fD0JC6TmeolN9GqzBk9fHZXRK5K370Nz { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#RuF2TE4pnnnbiOfeSDUmFONozAWfIl45 { position:absolute;display:block;z-index:15005;background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:80px;width:200px;top:120px;left:760px;display:block; }
#dlsgB9Dz3H1NJT41fnegsoKUQkD8622a { position:absolute;display:block;z-index:15006;background-color:#090e36;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:80px;width:7px;top:120px;left:755px;display:block; }
#EB3aU6paC2rbchI3lSDryQDTOTNPN33v { position:absolute;display:block;z-index:15009;background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:80px;width:200px;top:217px;left:760px;display:block; }
#LDfMPJcOWTpcmymqsOJapJ2n5gu4GMzz { position:absolute;display:block;z-index:15010;background-color:#090e36;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:80px;width:7px;top:217px;left:755px;display:block; }
#WcFCmpa44huzyTVy3UNqllyTad3nOand { position:absolute;display:block;z-index:15013;background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:80px;width:200px;top:315px;left:760px;display:block; }
#BmIozphxfVTTAisea1yudybQEePvczCP { position:absolute;display:block;z-index:15014;background-color:#090e36;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:80px;width:7px;top:315px;left:755px;display:block; }
#WmJTTZasAs32QR2EFn3821aqIKyyJbky { color:#ffffff;display:block;width:162px;position:absolute;font-family:"source sans pro";font-size:26px;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:120px;left:762px;height:33.7969px;font-style:normal;display:block; }
#vJSVao6JWqcWioNNxny3L8MOU1exeLQ7 { color:#ffffff;display:block;width:142px;position:absolute;font-family:"source sans pro";font-size:18px;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:155.234375px;left:762px;height:46.7812px;font-style:normal;display:block; }
#yXuvSMSAg4lk9CsogaFoxeQ9iHTLaBzK { color:#ffffff;display:block;width:162px;position:absolute;font-family:"source sans pro";font-size:26px;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:217px;left:762px;height:33.7969px;font-style:normal;display:block; }
#go6AEr245p8NMeGJutzT7MkEvl319eWz { color:#ffffff;display:block;width:141px;position:absolute;font-family:"source sans pro";font-size:18px;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:251.09375px;left:762px;height:46.7812px;font-style:normal;display:block; }
#co2ctAh3liVTuun4VkRVeHWKE4ectgxO { color:#ffffff;display:block;width:159px;position:absolute;font-family:"source sans pro";font-size:26px;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:315px;left:762px;height:33.7969px;font-style:normal;display:block; }
#q0sSWBiRObXOLLEv398CxLa0q1dfRe8W { color:#ffffff;display:block;width:140px;position:absolute;font-family:"source sans pro";font-size:18px;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:349.234375px;left:762px;height:46.7812px;font-style:normal;display:block; }
#GOosZNB2lxBwvX6XNMq2Qt1T4dKChof3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#GOosZNB2lxBwvX6XNMq2Qt1T4dKChof3 > .row .container { background-color: transparent; background-image: none; }#GOosZNB2lxBwvX6XNMq2Qt1T4dKChof3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GOosZNB2lxBwvX6XNMq2Qt1T4dKChof3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GOosZNB2lxBwvX6XNMq2Qt1T4dKChof3 > .row .container > .video-iframe-container { display: none; }#GOosZNB2lxBwvX6XNMq2Qt1T4dKChof3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GOosZNB2lxBwvX6XNMq2Qt1T4dKChof3 > .row > .video-iframe-container { display: none; }#GOosZNB2lxBwvX6XNMq2Qt1T4dKChof3 > .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); }#GOosZNB2lxBwvX6XNMq2Qt1T4dKChof3 > .row .container { border-width: 0; border-radius: 0; }#GOosZNB2lxBwvX6XNMq2Qt1T4dKChof3 > .row > .video-iframe-container {  }#GOosZNB2lxBwvX6XNMq2Qt1T4dKChof3 > .row .container { font-size:14px;font-family:arial;height:438px;width:960px;position:relative;display:block; }#LW2D6Hiu2ryISv3vc2rQoDFka7fVv3mp { color:#000000;display:block;width:569px;position:absolute;font-family:"source sans pro";font-size:17px;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:156px;left:391px;height:88.3752px;font-style:normal;display:block; }
#irBT6kEwBlDMh2FxsLV2a4Sx2PoR131U { position:absolute;display:block;z-index:15017;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7px;width:90px;top:125px;left:402px;display:block; }
#hcbbulDgGPHihWiTf6TKHouqnzOWe8Jh { background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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:21px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:219px;height:62px;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:332px;left:402.00003051758px;display:block; }
#ACaqIr0TZvMMM0kSQCNgFlwJM5bpFDwg { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#xULTzHEwxOJCFNrvlSThqebUtUkVrwaa { color:#000000;display:block;width:504px;position:absolute;font-family:"source sans pro";font-size:40px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:45px;left:402.00003051758px;height:52px;font-style:normal;display:block; }
#Vz7ef2p3qDref5g3zOlVXhTBDAacNkHU { position:absolute;display:block;z-index:15019;background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:41px;width:41px;top:46.887496948242px;left:13.387512207031px;display:block; }
#rZthEOrOWIyQzACVhd0SQ5qUgETkIT0k { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:205px;width:367px;top:97.6875px;left:22px;overflow:hidden;display:block; }
#nQAXnAbGaNuqDIOHeNGsH5Vc0AVKxmp4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff0000;background-image:none;position:relative;display:block; }#nQAXnAbGaNuqDIOHeNGsH5Vc0AVKxmp4 > .row .container { background-color: transparent; background-image: none; }#nQAXnAbGaNuqDIOHeNGsH5Vc0AVKxmp4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQAXnAbGaNuqDIOHeNGsH5Vc0AVKxmp4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQAXnAbGaNuqDIOHeNGsH5Vc0AVKxmp4 > .row .container > .video-iframe-container { display: none; }#nQAXnAbGaNuqDIOHeNGsH5Vc0AVKxmp4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQAXnAbGaNuqDIOHeNGsH5Vc0AVKxmp4 > .row > .video-iframe-container { display: none; }#nQAXnAbGaNuqDIOHeNGsH5Vc0AVKxmp4 > .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); }#nQAXnAbGaNuqDIOHeNGsH5Vc0AVKxmp4 > .row .container { border-width: 0; border-radius: 0; }#nQAXnAbGaNuqDIOHeNGsH5Vc0AVKxmp4 > .row > .video-iframe-container {  }#nQAXnAbGaNuqDIOHeNGsH5Vc0AVKxmp4 > .row .container { font-size:14px;font-family:arial;height:878px;width:960px;position:relative;display:block; }#mcbb0tJyTdy6ZiRHBxkEGkZm13BqEgJQ { color:#000000;display:block;width:556px;position:absolute;font-family:"source sans pro";font-size:40px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:29.59375px;left:0px;height:52px;font-style:normal;display:block; }
#nwlf7uiSZrZDfEr9iTdMH0bh3xWedqxQ { color:#000000;display:block;width:582px;position:absolute;font-family:"source sans pro";font-size:19px;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:91.587509155273px;left:0px;height:24.6875px;font-style:normal;display:block; }
#sxL9rFlQwAQxFMks9FXbHFHaNFv10evJ { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:125px;width:125px;top:197.19999885559px;left:121.39999389648px;display:block; }
#T2kdQOo2IGZbBRcglL3apDPmlO2yD9S4 { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1px 1px 72px rgba(0,0,0,0.35) ;height:76px;width:76px;top:174.19999885559px;left:100.39999389648px;display:block; }
#JdwJ7SR30ycGxcxFh79izlzwwmq04NSh { color:#ff0000;display:block;width:22px;position:absolute;font-family:"source sans pro";font-size:34px;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:186.80000495911px;left:127.39999389648px;height:44.1875px;font-style:normal;display:block; }
#Must8WqNaQZfWWKMwPyGRiP8ceEUuKSL { position:absolute;display:block;z-index:15010;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px dashed #ffffff;border-left:1px dashed #ffffff;border-right:1px dashed #ffffff;border-bottom:1px dashed #ffffff;height:0;width:500px;top:382.19999885559px;left:184.39999389648px;display:block; }
#rOgceELSbAAU4JhbzCiJWePUHKcJrgg5 { position:absolute;display:block;z-index:15011;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px dashed #ffffff;border-left:1px dashed #ffffff;border-right:1px dashed #ffffff;border-bottom:1px dashed #ffffff;height:60px;width:0;top:322.19999885559px;left:184.39999389648px;display:block; }
#cEhcMd9uF60yOLyOat74P8mzcF6g72gT { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:125px;width:125px;top:391px;left:686.390625px;display:block; }
#cNE190W28TnyTnP6x90gCr466DTQ4D3U { position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1px 1px 72px rgba(0,0,0,0.35) ;height:76px;width:76px;top:365px;left:686px;display:block; }
#noZOVrDx3I3EcgtKafTCyFB4637ykazt { color:#ff0000;display:block;width:22px;position:absolute;font-family:"source sans pro";font-size:34px;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:381.19999885559px;left:713.00003051758px;height:44.1875px;font-style:normal;display:block; }
#OlEsB6AWTEhWyCTP6RKuuqbAXa2U54UF { color:#000000;display:block;width:504px;position:absolute;font-family:"source sans pro";font-size:30px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:211.18750762939px;left:297.98751831055px;height:39px;font-style:normal;display:block; }
#whtJxHhwkrF5NqMSBc758Ouf9bdrI38X { color:#000000;display:block;width:317px;position:absolute;font-family:"source sans pro";font-size:18px;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:258.5px;left:297.984375px;height:70.1719px;font-style:normal;display:block; }
#VrFuCOLkQAX1lbRgveZLdIhOwRel9xO4 { color:#000000;display:block;width:504px;position:absolute;font-family:"source sans pro";font-size:30px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:408px;left:183px;height:39px;font-style:normal;display:block; }
#KMb55O2ECHFSPT2MhK2bEgN19EyKvPuQ { color:#000000;display:block;width:356px;position:absolute;font-family:"source sans pro";font-size:18px;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:447px;left:184.390625px;height:46.7812px;font-style:normal;display:block; }
#TC3EaTzDaMfmT2E3B470qefQ0SG8WMRT { position:absolute;display:block;z-index:15012;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px dashed #ffffff;border-left:1px dashed #ffffff;border-right:1px dashed #ffffff;border-bottom:1px dashed #ffffff;height:60px;width:0;top:513.00001525879px;left:799.98751831055px;display:block; }
#hCbWDc5lXUM0m8c71pKNfT3LCRyQ2Hap { position:absolute;display:block;z-index:15011;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px dashed #ffffff;border-left:1px dashed #ffffff;border-right:1px dashed #ffffff;border-bottom:1px dashed #ffffff;height:0;width:550px;top:573.00001525879px;left:248.39999389648px;display:block; }
#VRvzfedLKahvTV5DJ0ySHuzkGfigznHR { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:125px;width:125px;top:545px;left:122px;display:block; }
#ui42RGAkmbAXGxVKIAX99fDKH7c7kGn5 { position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1px 1px 72px rgba(0,0,0,0.35) ;height:76px;width:76px;top:522px;left:101px;display:block; }
#VH2VAXmVAyeGWcG2kxFXgsgET4ZdJqKx { color:#ff0000;display:block;width:22px;position:absolute;font-family:"source sans pro";font-size:34px;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:535px;left:128px;height:44.1875px;font-style:normal;display:block; }
#wTDmn7qm0MzQTtfVaa3ccBb10R4Z54ug { color:#000000;display:block;width:504px;position:absolute;font-family:"source sans pro";font-size:30px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:598px;left:298px;height:39px;font-style:normal;display:block; }
#vRe4Nz63M3OFnsqAXka5RhDRDPVDH6yK { color:#000000;display:block;width:353px;position:absolute;font-family:"source sans pro";font-size:18px;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:645px;left:298px;height:70.1719px;font-style:normal;display:block; }
#F18muS1WTrTVza05tyFW4nwLWBd78w6A { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:66px;width:66px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;top:441px;left:735px; }
#JZhtiAn6inlgWADTVy9b6aZAAxHpA3Oy { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:63px;width:63px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;top:255.578125px;left:127.390625px; }
#Zbz7aFIDQsnsDqc6euKCbidLbFcTLzRX { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:85px;width:85px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;top:596px;left:144.5px; }
#z9tLFrVp7RQ6hRrhKZUL9T5M1Tl4Ku1B { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:88px;width:88px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;top:780px;left:415.5px; }
#z9tLFrVp7RQ6hRrhKZUL9T5M1Tl4Ku1B > img { max-width: 100%;max-height:100%; }#zXVEZ8R7fOThNxFCkFKblMUO2zrrtO3B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff0000;background-image:url("https://images.assets-landingi.com/uc/b744c27b-df41-473f-bef9-07e2b20344c8/czerwone.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;display:block; }#zXVEZ8R7fOThNxFCkFKblMUO2zrrtO3B.adaptive-delivery-prevent-bg, #zXVEZ8R7fOThNxFCkFKblMUO2zrrtO3B.lazyload, #zXVEZ8R7fOThNxFCkFKblMUO2zrrtO3B.lazyloading { background-image: none; }#zXVEZ8R7fOThNxFCkFKblMUO2zrrtO3B > .row .container { background-color: transparent; background-image: none; }#zXVEZ8R7fOThNxFCkFKblMUO2zrrtO3B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zXVEZ8R7fOThNxFCkFKblMUO2zrrtO3B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zXVEZ8R7fOThNxFCkFKblMUO2zrrtO3B > .row .container > .video-iframe-container { display: none; }#zXVEZ8R7fOThNxFCkFKblMUO2zrrtO3B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zXVEZ8R7fOThNxFCkFKblMUO2zrrtO3B > .row > .video-iframe-container { display: none; }#zXVEZ8R7fOThNxFCkFKblMUO2zrrtO3B > .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); }#zXVEZ8R7fOThNxFCkFKblMUO2zrrtO3B > .row .container { border-width: 0; border-radius: 0; }#zXVEZ8R7fOThNxFCkFKblMUO2zrrtO3B > .row > .video-iframe-container {  }#zXVEZ8R7fOThNxFCkFKblMUO2zrrtO3B > .row .container { font-size:14px;font-family:arial;height:495px;width:960px;position:relative;display:block; }#tlLCqyCBSHQQi8aXma6wcMw3dgtuLnGA { color:#000000;display:block;width:423px;position:absolute;font-family:"source sans pro";font-size:17px;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:198px;left:0px;height:110.469px;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;display:block; }
#Ia5i7WpadMopWpmZalP9IZsetXBf5DWh { color:#ff0000;display:block;width:443px;position:absolute;font-family:"source sans pro";font-size:40px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:55px;left:0px;height:104px;font-style:normal;display:block; }
#S3qRwq0zbQdJvGFdZLemx95ZQdtiWvpG { position:absolute;display:block;z-index:15021;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7px;width:90px;top:158px;left:0px;display:block; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .widget-form-header {  }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .widget-regular-label { height:auto;display:block;font-family:"source sans pro";font-size:18px;font-weight:bold;color:#090e36;width:294px;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; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .widget-input-text { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:2px solid #090e36;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:294px;box-sizing:border-box;height:32px;color:#090e36;font-size:18px;overflow:hidden;font-family:"source sans pro";vertical-align:top; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .widget-input-text {padding-top: 0; padding-bottom: 0;}#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .widget-textarea { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:2px solid #090e36;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:294px;box-sizing:border-box;height:70px;color:#090e36;font-size:18px;overflow:hidden;font-family:"source sans pro";vertical-align:top; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:1px solid #d6d4d4;border-left: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:294px;box-sizing:border-box;height:40px;color:#646464;font-family:"open sans";font-size:14px;overflow:hidden;vertical-align:top; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .widget-input-select {padding-top: 0; padding-bottom: 0;}#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .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; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .widget-input-button { border-top-left-radius:42px;border-top-right-radius:42px;border-bottom-left-radius:42px;border-bottom-right-radius:42px;background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:83px;margin-bottom:4px;margin-left:0;display:block;box-sizing:border-box;font-size:20px;font-weight:bold;color:#f2f9ff;width:211px;height:60px;font-family:"source sans pro";overflow:hidden;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .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:11px;font-weight:300;color:#000000;vertical-align:top;width:275px;overflow:hidden;font-style:normal; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .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; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .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; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .widget-container { padding-top:6px;padding-right:0;padding-bottom:6px;padding-left:0;width:100%;font-size:0;height:auto; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .widget-container:first-of-type{padding-top:0;}#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .widget-container:last-of-type{padding-bottom:0;}#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ  { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:294px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;left:561px;top:59px;z-index:15025;position:absolute; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:294px;display:block;vertical-align:top; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:11px;line-height:1.3;font-weight:700;color:#909090;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; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ {display:block;}#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:294px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;left:561px;top:59px;z-index:15025;position:absolute; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #GzInQxmHlPvxBqZ3gbkQpIqQ4boRXOnb { position:relative; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #w89zGZcrNZTldkIe26niATiGgsmrs3Sm { position:relative;display:block; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #r0f8Deq0INuFqwZKNVpo06vS6TKpFeIR { position:relative; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #TPG0OFTcRTQ48pHKuLSk4Hthrt1J8tsG { position:relative; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #Vz3yypIH7xLfFCZZVr8CBfoGnCDktzqT { position:relative;display:block; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #NmFLDFyWyt35UeOK9ARHxO2v5QIPb8Wu { position:relative; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #cqT2cHdAAHf40RwKsFhUkDgqzLnoWKM2 { position:relative; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #iV9TF5hhPNlMToIVRf4L9Bqnbe3IXDsL { position:relative;display:block; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #Ln8Ub8iDF0BOWnpT1nxDG8CAJseZqrsQ { position:relative; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #fwrb8WBBXA847741C0S0lDSSeFZPGokJ { position:relative; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #I6crXoif0s6L6uX8FuRoimSBFg5LzIel { position:relative;display:block; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #wJAEWiepkzwMHplI7TyJfdLkGbhEwK8p { position:relative; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #r7LhHGPJMiwR2slFJgXrWgy7UQCoDJk9 { position:relative; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #fd6za1VixbDxdXG56OXQlE0I5CGrv67e { position:relative; }
#oBm4y7fRpWxdOHekntf0pq22fNHdqgTh { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:200px;width:200px;display:none; }
#MXeUncqar3yc3IfgeHaAnqyuGeppHU88 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:57px;width:395px;top:12px;left:501px;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #aBs4RVCghsXRssBKDLerdeX7UxV3bVsr { display:block; }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C8o4H9zWBmJTcX2Fur2plZiNhs0S6bDk { top:178px;left:0px;width:99px;height:7px;display:block; }
 }@media only screen and (max-width: 763px) { #oHalA8xODxpWw80Jeswa3Qt1T888mw9u { top:194px;left:0px;width:582px;height:137px;font-size:53px;display:block; }
 }@media only screen and (max-width: 763px) { #RQzcK3SHZqmpXq4pqCT3t3fJlT00IiEv { width:200px;height:62px;top:453px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #PmZkw8WySRyVL1iefZstpUMkUNAOBbQR { display:block; }
 }@media only screen and (max-width: 763px) { #q0AvxlITnAi4bTz3lzWhBTpMEIn55SuC { width:200px;height:62px;top:453px;left:126px;display:block; }
 }@media only screen and (max-width: 763px) { #c9T0qP7XAoGcgBpCdSfaDEz1ofA6NCgK { display:block; }
 }@media only screen and (max-width: 763px) { #NREzci2S8Gp9R5QEI3bV9V1703anBhCW { top:364px;left:0px;width:582px;height:24px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #wXihn7GqhtrlyaUhBcoThoTVzSd9spl4 { top:26px;left:0px;width:577px;height:85px;display:block; }
 }@media only screen and (max-width: 763px) { #I7LDmUIScSGGyaUbAZatikq2P8i4z9Jl { width:764px;height:122px;display:none; }
 }@media only screen and (max-width: 763px) { #XkcgERZ1CrMtulWVFkwcd6h9xbLpM3bX { top:120px;left:381px;width:383px;height:287px;display:block; }
 }@media only screen and (max-width: 763px) { #nXgIms06RsTbrlKPVWbhgas6s3Z2Qqea { display:block; }#nXgIms06RsTbrlKPVWbhgas6s3Z2Qqea > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #igTy9qGITRbkdoTEuqwQRg7tOQrMuzr3 { top:125px;left:0px;width:242px;height:52px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #KByHmf3s7fnpUyTn7DLkQpBQmVHtu26S { top:125px;left:140px;width:242px;height:52px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #iebVaHPILkO7W0PMlNsvB5pt8PkZ0bpS { top:125px;left:331px;width:242px;height:52px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #wJdB9nRRWBMZaeCagiOmTlIFGDT1Rqhp { top:125px;left:331px;width:242px;height:52px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #c1OClLxPNgaDhsaW2ETIh6oUL8cnTiIa { top:35px;left:64px;width:82px;height:82px;display:block; }
 }@media only screen and (max-width: 763px) { #BcpwWJWmxmQzyQ0tP17VObcz4EBMitPs { top:49px;left:261.5px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #No87rDPTayZwpTT66N1knJF32v0182Q1 { top:55px;left:452.5px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #qmT9dULAz9FygOvUFRfHZfmBBER5tL9F { top:51px;left:643.5px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #bbS6TxG3omhVnVcobbIuwGms39EEZBV7 { display:block; }#bbS6TxG3omhVnVcobbIuwGms39EEZBV7 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZDTXTqBu1zZG7Q1cX2Snmnb6HFkUwx3s { top:45px;left:0px;width:526px;height:156px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #aTJFg7oslXPM6nsqnQJTiLTEnDZa6tV0 { top:240px;left:0px;width:733px;height:132px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #idkGenQtTB0X9hKhVXZ86xtEqd7q706A { top:200px;left:0px;width:90px;height:7px;display:block; }
 }@media only screen and (max-width: 763px) { #r1ziszmkh8XQmX65G0haUtxwVpcnBV29 { width:219px;height:62px;top:409px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #fD0JC6TmeolN9GqzBk9fHZXRK5K370Nz { display:block; }
 }@media only screen and (max-width: 763px) { #RuF2TE4pnnnbiOfeSDUmFONozAWfIl45 { top:120px;left:564px;width:200px;height:80px;display:block; }
 }@media only screen and (max-width: 763px) { #dlsgB9Dz3H1NJT41fnegsoKUQkD8622a { top:120px;left:657px;width:7px;height:80px;display:block; }
 }@media only screen and (max-width: 763px) { #EB3aU6paC2rbchI3lSDryQDTOTNPN33v { top:217px;left:564px;width:200px;height:80px;display:block; }
 }@media only screen and (max-width: 763px) { #LDfMPJcOWTpcmymqsOJapJ2n5gu4GMzz { top:217px;left:657px;width:7px;height:80px;display:block; }
 }@media only screen and (max-width: 763px) { #WcFCmpa44huzyTVy3UNqllyTad3nOand { top:315px;left:564px;width:200px;height:80px;display:block; }
 }@media only screen and (max-width: 763px) { #BmIozphxfVTTAisea1yudybQEePvczCP { top:315px;left:657px;width:7px;height:80px;display:block; }
 }@media only screen and (max-width: 763px) { #WmJTTZasAs32QR2EFn3821aqIKyyJbky { top:120px;left:602px;width:162px;height:33px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #vJSVao6JWqcWioNNxny3L8MOU1exeLQ7 { top:155px;left:622px;width:142px;height:46px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #yXuvSMSAg4lk9CsogaFoxeQ9iHTLaBzK { top:217px;left:602px;width:162px;height:33px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #go6AEr245p8NMeGJutzT7MkEvl319eWz { top:251px;left:623px;width:141px;height:46px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #co2ctAh3liVTuun4VkRVeHWKE4ectgxO { top:315px;left:605px;width:159px;height:33px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #q0sSWBiRObXOLLEv398CxLa0q1dfRe8W { top:349px;left:624px;width:140px;height:46px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #GOosZNB2lxBwvX6XNMq2Qt1T4dKChof3 { display:block; }#GOosZNB2lxBwvX6XNMq2Qt1T4dKChof3 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LW2D6Hiu2ryISv3vc2rQoDFka7fVv3mp { top:156px;left:195px;width:569px;height:88px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #irBT6kEwBlDMh2FxsLV2a4Sx2PoR131U { top:125px;left:304px;width:90px;height:7px;display:block; }
 }@media only screen and (max-width: 763px) { #hcbbulDgGPHihWiTf6TKHouqnzOWe8Jh { width:219px;height:62px;top:332px;left:304.00003051758px;display:block; }
 }@media only screen and (max-width: 763px) { #ACaqIr0TZvMMM0kSQCNgFlwJM5bpFDwg { display:block; }
 }@media only screen and (max-width: 763px) { #xULTzHEwxOJCFNrvlSThqebUtUkVrwaa { top:45px;left:260px;width:504px;height:52px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #Vz7ef2p3qDref5g3zOlVXhTBDAacNkHU { top:46px;left:0px;width:41px;height:41px;display:block; }
 }@media only screen and (max-width: 763px) { #rZthEOrOWIyQzACVhd0SQ5qUgETkIT0k { top:97px;left:0px;width:367px;height:205px;display:block; }
 }@media only screen and (max-width: 763px) { #nQAXnAbGaNuqDIOHeNGsH5Vc0AVKxmp4 { display:block; }#nQAXnAbGaNuqDIOHeNGsH5Vc0AVKxmp4 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mcbb0tJyTdy6ZiRHBxkEGkZm13BqEgJQ { top:29px;left:0px;width:556px;height:52px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #nwlf7uiSZrZDfEr9iTdMH0bh3xWedqxQ { top:91px;left:0px;width:582px;height:24px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #sxL9rFlQwAQxFMks9FXbHFHaNFv10evJ { top:197px;left:23.399993896484px;width:125px;height:125px;display:block; }
 }@media only screen and (max-width: 763px) { #T2kdQOo2IGZbBRcglL3apDPmlO2yD9S4 { top:174px;left:2.3999938964844px;width:76px;height:76px;display:block; }
 }@media only screen and (max-width: 763px) { #JdwJ7SR30ycGxcxFh79izlzwwmq04NSh { top:186px;left:29.390625px;width:22px;height:44px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #Must8WqNaQZfWWKMwPyGRiP8ceEUuKSL { top:382px;left:86.399993896484px;width:500px;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #rOgceELSbAAU4JhbzCiJWePUHKcJrgg5 { top:322px;left:86.399993896484px;width:0;height:60px;display:block; }
 }@media only screen and (max-width: 763px) { #cEhcMd9uF60yOLyOat74P8mzcF6g72gT { top:391px;left:588.390625px;width:125px;height:125px;display:block; }
 }@media only screen and (max-width: 763px) { #cNE190W28TnyTnP6x90gCr466DTQ4D3U { top:365px;left:588px;width:76px;height:76px;display:block; }
 }@media only screen and (max-width: 763px) { #noZOVrDx3I3EcgtKafTCyFB4637ykazt { top:381px;left:615px;width:22px;height:44px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #OlEsB6AWTEhWyCTP6RKuuqbAXa2U54UF { top:211px;left:199.984375px;width:504px;height:39px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #whtJxHhwkrF5NqMSBc758Ouf9bdrI38X { top:258px;left:199.984375px;width:317px;height:70px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #VrFuCOLkQAX1lbRgveZLdIhOwRel9xO4 { top:408px;left:85px;width:504px;height:39px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #KMb55O2ECHFSPT2MhK2bEgN19EyKvPuQ { top:447px;left:86.390625px;width:356px;height:46px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #TC3EaTzDaMfmT2E3B470qefQ0SG8WMRT { top:513px;left:701.98751831055px;width:0;height:60px;display:block; }
 }@media only screen and (max-width: 763px) { #hCbWDc5lXUM0m8c71pKNfT3LCRyQ2Hap { top:573px;left:150.39999389648px;width:550px;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #VRvzfedLKahvTV5DJ0ySHuzkGfigznHR { top:545px;left:24px;width:125px;height:125px;display:block; }
 }@media only screen and (max-width: 763px) { #ui42RGAkmbAXGxVKIAX99fDKH7c7kGn5 { top:522px;left:3px;width:76px;height:76px;display:block; }
 }@media only screen and (max-width: 763px) { #VH2VAXmVAyeGWcG2kxFXgsgET4ZdJqKx { top:535px;left:30px;width:22px;height:44px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #wTDmn7qm0MzQTtfVaa3ccBb10R4Z54ug { top:598px;left:200px;width:504px;height:39px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #vRe4Nz63M3OFnsqAXka5RhDRDPVDH6yK { top:645px;left:200px;width:353px;height:70px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #F18muS1WTrTVza05tyFW4nwLWBd78w6A { top:441px;left:637px;width:66px;height:66px;display:block; }
 }@media only screen and (max-width: 763px) { #JZhtiAn6inlgWADTVy9b6aZAAxHpA3Oy { top:255px;left:29.390625px;width:63px;height:63px;display:block; }
 }@media only screen and (max-width: 763px) { #Zbz7aFIDQsnsDqc6euKCbidLbFcTLzRX { top:596px;left:46.5px;width:85px;height:85px;display:block; }
 }@media only screen and (max-width: 763px) { #z9tLFrVp7RQ6hRrhKZUL9T5M1Tl4Ku1B { top:780px;left:317.5px;width:88px;height:88px;display:block; }
#z9tLFrVp7RQ6hRrhKZUL9T5M1Tl4Ku1B > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #zXVEZ8R7fOThNxFCkFKblMUO2zrrtO3B { display:block; }#zXVEZ8R7fOThNxFCkFKblMUO2zrrtO3B > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tlLCqyCBSHQQi8aXma6wcMw3dgtuLnGA { top:198px;left:0px;width:423px;height:110px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #Ia5i7WpadMopWpmZalP9IZsetXBf5DWh { top:55px;left:0px;width:443px;height:104px;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #S3qRwq0zbQdJvGFdZLemx95ZQdtiWvpG { top:158px;left:0px;width:90px;height:7px;display:block; }
 }@media only screen and (max-width: 763px) { #tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .widget-regular-label { width:294px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .widget-input-text { width:294px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .widget-input-text {padding-top: 0; padding-bottom: 0;}#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .widget-textarea { width:294px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .widget-input-select { width:294px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .widget-input-select {padding-top: 0; padding-bottom: 0;}#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .widget-input-button { width:211px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .widget-checkbox-label { width:275px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ  { width:294px;height:auto;top:59px;left:414px; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .radio-container { width:294px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ {display:block;}#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ { width:294px;height:auto;top:59px;left:414px; }
 }@media only screen and (max-width: 763px) { #tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #GzInQxmHlPvxBqZ3gbkQpIqQ4boRXOnb {  }
 }@media only screen and (max-width: 763px) { #tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #w89zGZcrNZTldkIe26niATiGgsmrs3Sm { display:block; }
 }@media only screen and (max-width: 763px) { #tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #r0f8Deq0INuFqwZKNVpo06vS6TKpFeIR {  }
 }@media only screen and (max-width: 763px) { #tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #TPG0OFTcRTQ48pHKuLSk4Hthrt1J8tsG {  }
 }@media only screen and (max-width: 763px) { #tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #Vz3yypIH7xLfFCZZVr8CBfoGnCDktzqT { display:block; }
 }@media only screen and (max-width: 763px) { #tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #NmFLDFyWyt35UeOK9ARHxO2v5QIPb8Wu {  }
 }@media only screen and (max-width: 763px) { #tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #cqT2cHdAAHf40RwKsFhUkDgqzLnoWKM2 {  }
 }@media only screen and (max-width: 763px) { #tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #iV9TF5hhPNlMToIVRf4L9Bqnbe3IXDsL { display:block; }
 }@media only screen and (max-width: 763px) { #tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #Ln8Ub8iDF0BOWnpT1nxDG8CAJseZqrsQ {  }
 }@media only screen and (max-width: 763px) { #tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #fwrb8WBBXA847741C0S0lDSSeFZPGokJ {  }
 }@media only screen and (max-width: 763px) { #tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #I6crXoif0s6L6uX8FuRoimSBFg5LzIel { display:block; }
 }@media only screen and (max-width: 763px) { #tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #wJAEWiepkzwMHplI7TyJfdLkGbhEwK8p {  }
 }@media only screen and (max-width: 763px) { #tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #r7LhHGPJMiwR2slFJgXrWgy7UQCoDJk9 {  }
 }@media only screen and (max-width: 763px) { #tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #fd6za1VixbDxdXG56OXQlE0I5CGrv67e {  }
 }@media only screen and (max-width: 763px) { #oBm4y7fRpWxdOHekntf0pq22fNHdqgTh { display:none; }
 }@media only screen and (max-width: 763px) { #MXeUncqar3yc3IfgeHaAnqyuGeppHU88 { top:12px;left:369px;width:395px;height:57px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #aBs4RVCghsXRssBKDLerdeX7UxV3bVsr { background-color:#ffffff;background-image:none;display:block; }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr > .row .container { background-color: transparent; background-image: none; }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr > .row .container > .video-iframe-container { display: none; }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr > .row > .video-iframe-container { display: none; }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr > .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); }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr > .row .container { width:320px;height:913px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C8o4H9zWBmJTcX2Fur2plZiNhs0S6bDk { width:99px;height:7px;top:166.60000610352px;left:110.49999809265px;display:block; }
 }@media only screen and (max-width: 763px) { #oHalA8xODxpWw80Jeswa3Qt1T888mw9u { width:320px;height:83.1875px;top:184.71875px;left:0px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RQzcK3SHZqmpXq4pqCT3t3fJlT00IiEv { width:200px;height:62px;top:438px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #PmZkw8WySRyVL1iefZstpUMkUNAOBbQR { display:block; }
 }@media only screen and (max-width: 763px) { #q0AvxlITnAi4bTz3lzWhBTpMEIn55SuC { width:200px;height:62px;top:520px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #c9T0qP7XAoGcgBpCdSfaDEz1ofA6NCgK { display:block; }
 }@media only screen and (max-width: 763px) { #NREzci2S8Gp9R5QEI3bV9V1703anBhCW { width:308px;height:49.375px;top:308.5px;left:5px;font-size:19px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wXihn7GqhtrlyaUhBcoThoTVzSd9spl4 { width:320px;height:48.397291196388px;top:602px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #I7LDmUIScSGGyaUbAZatikq2P8i4z9Jl { top:97px;left:0px;width:320px;height:51px;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #XkcgERZ1CrMtulWVFkwcd6h9xbLpM3bX { width:320px;height:239.7911227154px;top:670.3906px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #nXgIms06RsTbrlKPVWbhgas6s3Z2Qqea { display:block; }#nXgIms06RsTbrlKPVWbhgas6s3Z2Qqea > .row .container { width:320px;height:488px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #igTy9qGITRbkdoTEuqwQRg7tOQrMuzr3 { width:93px;height:78px;top:100px;left:38px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #KByHmf3s7fnpUyTn7DLkQpBQmVHtu26S { width:125px;height:78px;top:99px;left:180px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #iebVaHPILkO7W0PMlNsvB5pt8PkZ0bpS { width:106px;height:78px;top:312px;left:31.5px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #wJdB9nRRWBMZaeCagiOmTlIFGDT1Rqhp { width:133px;height:104px;top:312px;left:180px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #c1OClLxPNgaDhsaW2ETIh6oUL8cnTiIa { width:82px;height:82px;top:19px;left:38px;display:block; }
 }@media only screen and (max-width: 763px) { #BcpwWJWmxmQzyQ0tP17VObcz4EBMitPs { width:50px;height:50px;top:35px;left:211px;display:block; }
 }@media only screen and (max-width: 763px) { #No87rDPTayZwpTT66N1knJF32v0182Q1 { width:50px;height:50px;top:237px;left:59.5px;display:block; }
 }@media only screen and (max-width: 763px) { #qmT9dULAz9FygOvUFRfHZfmBBER5tL9F { width:50px;height:50px;top:237px;left:196.5px;display:block; }
 }@media only screen and (max-width: 763px) { #bbS6TxG3omhVnVcobbIuwGms39EEZBV7 { display:block; }#bbS6TxG3omhVnVcobbIuwGms39EEZBV7 > .row .container { width:320px;height:665px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZDTXTqBu1zZG7Q1cX2Snmnb6HFkUwx3s { width:317px;height:166.375px;top:0px;left:0px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aTJFg7oslXPM6nsqnQJTiLTEnDZa6tV0 { width:305px;height:287.2189px;top:166.375px;left:7.5px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #idkGenQtTB0X9hKhVXZ86xtEqd7q706A { width:90px;height:7px;top:570.375px;left:115px;display:block; }
 }@media only screen and (max-width: 763px) { #r1ziszmkh8XQmX65G0haUtxwVpcnBV29 { width:219px;height:62px;top:586.1875px;left:50.5px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #fD0JC6TmeolN9GqzBk9fHZXRK5K370Nz { display:block; }
 }@media only screen and (max-width: 763px) { #RuF2TE4pnnnbiOfeSDUmFONozAWfIl45 { width:100px;height:100px;top:456.1875px;left:110px;background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #dlsgB9Dz3H1NJT41fnegsoKUQkD8622a { width:7px;height:100px;top:457.1875px;left:109px;display:block; }
 }@media only screen and (max-width: 763px) { #EB3aU6paC2rbchI3lSDryQDTOTNPN33v { width:100px;height:100px;top:456.1875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #LDfMPJcOWTpcmymqsOJapJ2n5gu4GMzz { width:7px;height:100px;top:456.1875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #WcFCmpa44huzyTVy3UNqllyTad3nOand { width:100px;height:100px;top:456.1875px;left:220px;display:block; }
 }@media only screen and (max-width: 763px) { #BmIozphxfVTTAisea1yudybQEePvczCP { width:7px;height:100px;top:456.1875px;left:214px;display:block; }
 }@media only screen and (max-width: 763px) { #WmJTTZasAs32QR2EFn3821aqIKyyJbky { width:78px;height:28.5938px;top:456.1875px;left:121px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vJSVao6JWqcWioNNxny3L8MOU1exeLQ7 { width:94px;height:31.1875px;top:496.46875px;left:113px;font-size:12px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yXuvSMSAg4lk9CsogaFoxeQ9iHTLaBzK { width:101px;height:28.5938px;top:456.1875px;left:0px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #go6AEr245p8NMeGJutzT7MkEvl319eWz { width:94px;height:54.5625px;top:484.78125px;left:0px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #co2ctAh3liVTuun4VkRVeHWKE4ectgxO { width:96px;height:28.5938px;top:456.1875px;left:224px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q0sSWBiRObXOLLEv398CxLa0q1dfRe8W { width:103px;height:36.375px;top:491.25px;left:215px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GOosZNB2lxBwvX6XNMq2Qt1T4dKChof3 { display:block; }#GOosZNB2lxBwvX6XNMq2Qt1T4dKChof3 > .row .container { width:320px;height:816px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LW2D6Hiu2ryISv3vc2rQoDFka7fVv3mp { width:306px;height:154.6563px;top:293.59375px;left:7px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #irBT6kEwBlDMh2FxsLV2a4Sx2PoR131U { width:90px;height:7px;top:243.59375px;left:115px;display:block; }
 }@media only screen and (max-width: 763px) { #hcbbulDgGPHihWiTf6TKHouqnzOWe8Jh { width:219px;height:62px;top:721.59375px;left:50.5px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #ACaqIr0TZvMMM0kSQCNgFlwJM5bpFDwg { display:block; }
 }@media only screen and (max-width: 763px) { #xULTzHEwxOJCFNrvlSThqebUtUkVrwaa { width:320px;height:83.1875px;top:134.59375px;left:0px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vz7ef2p3qDref5g3zOlVXhTBDAacNkHU { width:28px;height:26px;top:462.59375px;left:269.5px;display:block; }
 }@media only screen and (max-width: 763px) { #rZthEOrOWIyQzACVhd0SQ5qUgETkIT0k { width:320px;height:178.734px;top:487.59375px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #nQAXnAbGaNuqDIOHeNGsH5Vc0AVKxmp4 { display:block; }#nQAXnAbGaNuqDIOHeNGsH5Vc0AVKxmp4 > .row .container { width:320px;height:1179px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mcbb0tJyTdy6ZiRHBxkEGkZm13BqEgJQ { width:320px;height:83.1875px;top:15.40625px;left:0px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nwlf7uiSZrZDfEr9iTdMH0bh3xWedqxQ { width:320px;height:22.0938px;top:93.8125px;left:0px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sxL9rFlQwAQxFMks9FXbHFHaNFv10evJ { width:125px;height:125px;top:159.99999237061px;left:102.99999809265px;display:block; }
 }@media only screen and (max-width: 763px) { #T2kdQOo2IGZbBRcglL3apDPmlO2yD9S4 { width:76px;height:76px;top:136.99999237061px;left:81.999998092651px;display:block; }
 }@media only screen and (max-width: 763px) { #JdwJ7SR30ycGxcxFh79izlzwwmq04NSh { width:22px;height:41.5938px;top:148.99999237061px;left:108.99999809265px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #Must8WqNaQZfWWKMwPyGRiP8ceEUuKSL { width:318px;height:0;top:500.4px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #rOgceELSbAAU4JhbzCiJWePUHKcJrgg5 { width:0;height:60px;top:415.39999389648px;left:171.00000572205px;display:none; }
 }@media only screen and (max-width: 763px) { #cEhcMd9uF60yOLyOat74P8mzcF6g72gT { width:125px;height:125px;top:458px;left:103.99999809265px;display:block; }
 }@media only screen and (max-width: 763px) { #cNE190W28TnyTnP6x90gCr466DTQ4D3U { width:76px;height:76px;top:435px;left:82.999998092651px;display:block; }
 }@media only screen and (max-width: 763px) { #noZOVrDx3I3EcgtKafTCyFB4637ykazt { width:22px;height:41.5938px;top:451px;left:109.99999809265px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #OlEsB6AWTEhWyCTP6RKuuqbAXa2U54UF { width:320px;height:39px;top:305px;left:0px;font-size:30px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #whtJxHhwkrF5NqMSBc758Ouf9bdrI38X { width:299px;height:66.2812px;top:342.4375px;left:10.5px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VrFuCOLkQAX1lbRgveZLdIhOwRel9xO4 { width:320px;height:78px;top:583px;left:0px;font-size:30px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KMb55O2ECHFSPT2MhK2bEgN19EyKvPuQ { width:299px;height:44.1875px;top:663.796875px;left:10.5px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TC3EaTzDaMfmT2E3B470qefQ0SG8WMRT { width:0;height:60px;top:983.2px;left:159px;display:none; }
 }@media only screen and (max-width: 763px) { #hCbWDc5lXUM0m8c71pKNfT3LCRyQ2Hap { width:318px;height:0;top:1065.2px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #VRvzfedLKahvTV5DJ0ySHuzkGfigznHR { width:125px;height:125px;top:779.99998474121px;left:103.99999809265px;display:block; }
 }@media only screen and (max-width: 763px) { #ui42RGAkmbAXGxVKIAX99fDKH7c7kGn5 { width:76px;height:76px;top:756.99998474121px;left:82.999998092651px;display:block; }
 }@media only screen and (max-width: 763px) { #VH2VAXmVAyeGWcG2kxFXgsgET4ZdJqKx { width:22px;height:41.5938px;top:769.99998474121px;left:109.99999809265px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #wTDmn7qm0MzQTtfVaa3ccBb10R4Z54ug { width:320px;height:78px;top:905px;left:0px;font-size:30px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vRe4Nz63M3OFnsqAXka5RhDRDPVDH6yK { width:299px;height:66.2812px;top:983.6000213623px;left:10.5px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F18muS1WTrTVza05tyFW4nwLWBd78w6A { width:66px;height:66px;top:518px;left:109px;display:block; }
 }@media only screen and (max-width: 763px) { #JZhtiAn6inlgWADTVy9b6aZAAxHpA3Oy { width:63px;height:63px;top:213px;left:158px;display:block; }
 }@media only screen and (max-width: 763px) { #Zbz7aFIDQsnsDqc6euKCbidLbFcTLzRX { width:85px;height:85px;top:821px;left:123px;display:block; }
 }@media only screen and (max-width: 763px) { #z9tLFrVp7RQ6hRrhKZUL9T5M1Tl4Ku1B { width:88px;height:88px;top:1077.859375px;left:116px;display:block; }
#z9tLFrVp7RQ6hRrhKZUL9T5M1Tl4Ku1B > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #zXVEZ8R7fOThNxFCkFKblMUO2zrrtO3B { background-color:#ff0000;background-image:url("https://images.assets-landingi.com/8Es0tMgu/background.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#zXVEZ8R7fOThNxFCkFKblMUO2zrrtO3B.adaptive-delivery-prevent-bg, #zXVEZ8R7fOThNxFCkFKblMUO2zrrtO3B.lazyload, #zXVEZ8R7fOThNxFCkFKblMUO2zrrtO3B.lazyloading { background-image: none; }#zXVEZ8R7fOThNxFCkFKblMUO2zrrtO3B > .row .container { background-color: transparent; background-image: none; }#zXVEZ8R7fOThNxFCkFKblMUO2zrrtO3B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zXVEZ8R7fOThNxFCkFKblMUO2zrrtO3B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zXVEZ8R7fOThNxFCkFKblMUO2zrrtO3B > .row .container > .video-iframe-container { display: none; }#zXVEZ8R7fOThNxFCkFKblMUO2zrrtO3B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zXVEZ8R7fOThNxFCkFKblMUO2zrrtO3B > .row > .video-iframe-container { display: none; }#zXVEZ8R7fOThNxFCkFKblMUO2zrrtO3B > .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); }#zXVEZ8R7fOThNxFCkFKblMUO2zrrtO3B > .row .container { width:320px;height:672px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tlLCqyCBSHQQi8aXma6wcMw3dgtuLnGA { width:310px;height:132.562px;top:47.59375px;left:5px;font-size:17px;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Ia5i7WpadMopWpmZalP9IZsetXBf5DWh { width:320px;height:75.375px;top:8.203125px;left:0px;font-size:29px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S3qRwq0zbQdJvGFdZLemx95ZQdtiWvpG { width:90px;height:6px;top:23.578125px;left:115px;display:block; }
 }@media only screen and (max-width: 763px) { #tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .widget-form-header {  }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .widget-regular-label { height:auto;display:block;font-family:"source sans pro";font-size:16px;font-weight:bold;color:#090e36;width:280px;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; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .widget-input-text { background-color:rgba(255,255,255,0.03);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:2px solid #090e36;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:280px;box-sizing:border-box;height:27px;color:#090e36;font-size:14px;overflow:hidden;font-family:"source sans pro";vertical-align:top; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .widget-input-text {padding-top: 0; padding-bottom: 0;}#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .widget-textarea { background-color:rgba(255,255,255,0.03);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:2px solid #090e36;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:280px;box-sizing:border-box;height:70px;color:#090e36;font-size:14px;overflow:hidden;font-family:"source sans pro";vertical-align:top; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:1px solid #d6d4d4;border-left: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:280px;box-sizing:border-box;height:40px;color:#646464;font-family:"open sans";font-size:14px;overflow:hidden;vertical-align:top; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .widget-input-select {padding-top: 0; padding-bottom: 0;}#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .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; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .widget-input-button { background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;box-sizing:border-box;font-size:18px;font-weight:bold;color:#f2f9ff;width:201px;height:55px;font-family:"open sans";overflow:hidden; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .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:11px;font-weight:300;color:#000000;vertical-align:top;width:261px;overflow:hidden;font-style:normal; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .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; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .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; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .widget-container { padding-top:5px;padding-right:0;padding-bottom:4px;padding-left:0;width:100%;font-size:0;height:auto; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .widget-container:first-of-type{padding-top:0;}#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .widget-container:last-of-type{padding-bottom:0;}#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ  { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:280px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;left:0px;top:193px;z-index:15002; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:280px;display:block;vertical-align:top; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:32px;line-height:1.3;font-weight:700;color:#3c3c3b;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; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ {display:block;}#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:280px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;left:0px;top:193px;z-index:15002; }
 }@media only screen and (max-width: 763px) { #tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #GzInQxmHlPvxBqZ3gbkQpIqQ4boRXOnb {  }
 }@media only screen and (max-width: 763px) { #tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #w89zGZcrNZTldkIe26niATiGgsmrs3Sm { display:block; }
 }@media only screen and (max-width: 763px) { #tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #r0f8Deq0INuFqwZKNVpo06vS6TKpFeIR {  }
 }@media only screen and (max-width: 763px) { #tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #TPG0OFTcRTQ48pHKuLSk4Hthrt1J8tsG {  }
 }@media only screen and (max-width: 763px) { #tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #Vz3yypIH7xLfFCZZVr8CBfoGnCDktzqT { display:block; }
 }@media only screen and (max-width: 763px) { #tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #NmFLDFyWyt35UeOK9ARHxO2v5QIPb8Wu {  }
 }@media only screen and (max-width: 763px) { #tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #cqT2cHdAAHf40RwKsFhUkDgqzLnoWKM2 {  }
 }@media only screen and (max-width: 763px) { #tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #iV9TF5hhPNlMToIVRf4L9Bqnbe3IXDsL { display:block; }
 }@media only screen and (max-width: 763px) { #tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #Ln8Ub8iDF0BOWnpT1nxDG8CAJseZqrsQ {  }
 }@media only screen and (max-width: 763px) { #tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #fwrb8WBBXA847741C0S0lDSSeFZPGokJ {  }
 }@media only screen and (max-width: 763px) { #tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #I6crXoif0s6L6uX8FuRoimSBFg5LzIel { display:block; }
 }@media only screen and (max-width: 763px) { #tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #wJAEWiepkzwMHplI7TyJfdLkGbhEwK8p {  }
 }@media only screen and (max-width: 763px) { #tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #r7LhHGPJMiwR2slFJgXrWgy7UQCoDJk9 {  }
 }@media only screen and (max-width: 763px) { #tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #fd6za1VixbDxdXG56OXQlE0I5CGrv67e {  }
 }@media only screen and (max-width: 763px) { #oBm4y7fRpWxdOHekntf0pq22fNHdqgTh { top:193px;left:0px;width:320px;height:377px;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #MXeUncqar3yc3IfgeHaAnqyuGeppHU88 { width:320px;height:46.1719px;top:621px;left:0px;display:block; }
 }