.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}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); }#QeuST1AzFMkhVTTp79QcSWK5Tx2o2okZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QeuST1AzFMkhVTTp79QcSWK5Tx2o2okZ > .row .container { background-color: transparent; background-image: none; }#QeuST1AzFMkhVTTp79QcSWK5Tx2o2okZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QeuST1AzFMkhVTTp79QcSWK5Tx2o2okZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QeuST1AzFMkhVTTp79QcSWK5Tx2o2okZ > .row .container > .video-iframe-container { display: none; }#QeuST1AzFMkhVTTp79QcSWK5Tx2o2okZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QeuST1AzFMkhVTTp79QcSWK5Tx2o2okZ > .row > .video-iframe-container { display: none; }#QeuST1AzFMkhVTTp79QcSWK5Tx2o2okZ > .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); }#QeuST1AzFMkhVTTp79QcSWK5Tx2o2okZ > .row .container { border-width: 0; border-radius: 0; }#QeuST1AzFMkhVTTp79QcSWK5Tx2o2okZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QeuST1AzFMkhVTTp79QcSWK5Tx2o2okZ > .row .container { font-size:14px;font-family:arial;height:76px;width:1200px;position:relative;display:block; }#TMf9ZqsMm3vlT3fy3MwF7L6etDZX6wKw { color:#ffffff;display:block;width:151px;position:absolute;font-family:"trajan bold";font-size:20px;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:25px;left:407px;height:26px;text-align:left;text-align-last:left;display:block; }
#raLsBhts2Cdfrp92RHXCPV7ae8z93LWD { color:#ffffff;display:block;width:238px;position:absolute;font-family:montserrat;font-size:20px;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:25px;left:556px;height:26px;text-align:right;text-align-last:right;display:block; }
#EVHlvGnNAs0NHvr6mVcZKX5cxiSz4Wy9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4e7d9;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EVHlvGnNAs0NHvr6mVcZKX5cxiSz4Wy9 > .row .container { background-color: transparent; background-image: none; }#EVHlvGnNAs0NHvr6mVcZKX5cxiSz4Wy9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EVHlvGnNAs0NHvr6mVcZKX5cxiSz4Wy9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EVHlvGnNAs0NHvr6mVcZKX5cxiSz4Wy9 > .row .container > .video-iframe-container { display: none; }#EVHlvGnNAs0NHvr6mVcZKX5cxiSz4Wy9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EVHlvGnNAs0NHvr6mVcZKX5cxiSz4Wy9 > .row > .video-iframe-container { display: none; }#EVHlvGnNAs0NHvr6mVcZKX5cxiSz4Wy9 > .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); }#EVHlvGnNAs0NHvr6mVcZKX5cxiSz4Wy9 > .row .container { border-width: 0; border-radius: 0; }#EVHlvGnNAs0NHvr6mVcZKX5cxiSz4Wy9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EVHlvGnNAs0NHvr6mVcZKX5cxiSz4Wy9 > .row .container { font-size:14px;font-family:arial;height:682px;width:1200px;position:relative;display:block; }#vIO2m2MLCKwip8JOgrOSdeasZA02lckv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#291c15;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vIO2m2MLCKwip8JOgrOSdeasZA02lckv > .row .container { background-color: transparent; background-image: none; }#vIO2m2MLCKwip8JOgrOSdeasZA02lckv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vIO2m2MLCKwip8JOgrOSdeasZA02lckv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vIO2m2MLCKwip8JOgrOSdeasZA02lckv > .row .container > .video-iframe-container { display: none; }#vIO2m2MLCKwip8JOgrOSdeasZA02lckv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vIO2m2MLCKwip8JOgrOSdeasZA02lckv > .row > .video-iframe-container { display: none; }#vIO2m2MLCKwip8JOgrOSdeasZA02lckv > .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); }#vIO2m2MLCKwip8JOgrOSdeasZA02lckv > .row .container { border-width: 0; border-radius: 0; }#vIO2m2MLCKwip8JOgrOSdeasZA02lckv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vIO2m2MLCKwip8JOgrOSdeasZA02lckv > .row .container { font-size:14px;font-family:arial;height:84px;width:1200px;position:relative;display:block; }#kzt6EBreb2CAUmAwO3TwPWOTeyq1c2zr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4e7d9;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kzt6EBreb2CAUmAwO3TwPWOTeyq1c2zr > .row .container { background-color: transparent; background-image: none; }#kzt6EBreb2CAUmAwO3TwPWOTeyq1c2zr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kzt6EBreb2CAUmAwO3TwPWOTeyq1c2zr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kzt6EBreb2CAUmAwO3TwPWOTeyq1c2zr > .row .container > .video-iframe-container { display: none; }#kzt6EBreb2CAUmAwO3TwPWOTeyq1c2zr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kzt6EBreb2CAUmAwO3TwPWOTeyq1c2zr > .row > .video-iframe-container { display: none; }#kzt6EBreb2CAUmAwO3TwPWOTeyq1c2zr > .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); }#kzt6EBreb2CAUmAwO3TwPWOTeyq1c2zr > .row .container { border-width: 0; border-radius: 0; }#kzt6EBreb2CAUmAwO3TwPWOTeyq1c2zr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kzt6EBreb2CAUmAwO3TwPWOTeyq1c2zr > .row .container { font-size:14px;font-family:arial;height:112px;width:1200px;position:relative;display:block; }#HmmlInqTQyQCG3WH1omFObVUw0hlkiHN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/96297c19-d89f-48ad-ad1c-278bb466125b/trasezioni.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HmmlInqTQyQCG3WH1omFObVUw0hlkiHN.adaptive-delivery-prevent-bg, #HmmlInqTQyQCG3WH1omFObVUw0hlkiHN.lazyload, #HmmlInqTQyQCG3WH1omFObVUw0hlkiHN.lazyloading { background-image: none; }#HmmlInqTQyQCG3WH1omFObVUw0hlkiHN > .row .container { background-color: transparent; background-image: none; }#HmmlInqTQyQCG3WH1omFObVUw0hlkiHN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HmmlInqTQyQCG3WH1omFObVUw0hlkiHN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HmmlInqTQyQCG3WH1omFObVUw0hlkiHN > .row .container > .video-iframe-container { display: none; }#HmmlInqTQyQCG3WH1omFObVUw0hlkiHN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HmmlInqTQyQCG3WH1omFObVUw0hlkiHN > .row > .video-iframe-container { display: none; }#HmmlInqTQyQCG3WH1omFObVUw0hlkiHN > .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); }#HmmlInqTQyQCG3WH1omFObVUw0hlkiHN > .row .container { border-width: 0; border-radius: 0; }#HmmlInqTQyQCG3WH1omFObVUw0hlkiHN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HmmlInqTQyQCG3WH1omFObVUw0hlkiHN > .row .container { font-size:14px;font-family:arial;height:51px;width:1200px;position:relative;display:block; }#sVN8WmvUlAZnKhGxywRJiMqFp7kg2uc8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sVN8WmvUlAZnKhGxywRJiMqFp7kg2uc8 > .row .container { background-color: transparent; background-image: none; }#sVN8WmvUlAZnKhGxywRJiMqFp7kg2uc8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sVN8WmvUlAZnKhGxywRJiMqFp7kg2uc8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sVN8WmvUlAZnKhGxywRJiMqFp7kg2uc8 > .row .container > .video-iframe-container { display: none; }#sVN8WmvUlAZnKhGxywRJiMqFp7kg2uc8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sVN8WmvUlAZnKhGxywRJiMqFp7kg2uc8 > .row > .video-iframe-container { display: none; }#sVN8WmvUlAZnKhGxywRJiMqFp7kg2uc8 > .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); }#sVN8WmvUlAZnKhGxywRJiMqFp7kg2uc8 > .row .container { border-width: 0; border-radius: 0; }#sVN8WmvUlAZnKhGxywRJiMqFp7kg2uc8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sVN8WmvUlAZnKhGxywRJiMqFp7kg2uc8 > .row .container { font-size:14px;font-family:arial;height:1602px;width:1200px;position:relative;display:block; }#vc0PxEUcrUDeVLisxWhsL0AoPueacbsf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/daa9512a-d146-42ce-82b8-e90f98b695a7/trasezioniCopia.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vc0PxEUcrUDeVLisxWhsL0AoPueacbsf.adaptive-delivery-prevent-bg, #vc0PxEUcrUDeVLisxWhsL0AoPueacbsf.lazyload, #vc0PxEUcrUDeVLisxWhsL0AoPueacbsf.lazyloading { background-image: none; }#vc0PxEUcrUDeVLisxWhsL0AoPueacbsf > .row .container { background-color: transparent; background-image: none; }#vc0PxEUcrUDeVLisxWhsL0AoPueacbsf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vc0PxEUcrUDeVLisxWhsL0AoPueacbsf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vc0PxEUcrUDeVLisxWhsL0AoPueacbsf > .row .container > .video-iframe-container { display: none; }#vc0PxEUcrUDeVLisxWhsL0AoPueacbsf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vc0PxEUcrUDeVLisxWhsL0AoPueacbsf > .row > .video-iframe-container { display: none; }#vc0PxEUcrUDeVLisxWhsL0AoPueacbsf > .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); }#vc0PxEUcrUDeVLisxWhsL0AoPueacbsf > .row .container { border-width: 0; border-radius: 0; }#vc0PxEUcrUDeVLisxWhsL0AoPueacbsf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vc0PxEUcrUDeVLisxWhsL0AoPueacbsf > .row .container { font-size:14px;font-family:arial;height:51px;width:1200px;position:relative;display:block; }#wRQ583TEb5ALenzPq5x54bE2utliIbH3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4e7d9;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wRQ583TEb5ALenzPq5x54bE2utliIbH3 > .row .container { background-color: transparent; background-image: none; }#wRQ583TEb5ALenzPq5x54bE2utliIbH3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wRQ583TEb5ALenzPq5x54bE2utliIbH3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wRQ583TEb5ALenzPq5x54bE2utliIbH3 > .row .container > .video-iframe-container { display: none; }#wRQ583TEb5ALenzPq5x54bE2utliIbH3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wRQ583TEb5ALenzPq5x54bE2utliIbH3 > .row > .video-iframe-container { display: none; }#wRQ583TEb5ALenzPq5x54bE2utliIbH3 > .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); }#wRQ583TEb5ALenzPq5x54bE2utliIbH3 > .row .container { border-width: 0; border-radius: 0; }#wRQ583TEb5ALenzPq5x54bE2utliIbH3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wRQ583TEb5ALenzPq5x54bE2utliIbH3 > .row .container { font-size:14px;font-family:arial;height:1691px;width:1200px;position:relative;display:block; }#ETiVLeedTFfGvex979xF6bJA2s0H0bUD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/37a26da4-f3ab-4f28-a44d-24324804248f/trasizrosa.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ETiVLeedTFfGvex979xF6bJA2s0H0bUD.adaptive-delivery-prevent-bg, #ETiVLeedTFfGvex979xF6bJA2s0H0bUD.lazyload, #ETiVLeedTFfGvex979xF6bJA2s0H0bUD.lazyloading { background-image: none; }#ETiVLeedTFfGvex979xF6bJA2s0H0bUD > .row .container { background-color: transparent; background-image: none; }#ETiVLeedTFfGvex979xF6bJA2s0H0bUD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETiVLeedTFfGvex979xF6bJA2s0H0bUD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETiVLeedTFfGvex979xF6bJA2s0H0bUD > .row .container > .video-iframe-container { display: none; }#ETiVLeedTFfGvex979xF6bJA2s0H0bUD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETiVLeedTFfGvex979xF6bJA2s0H0bUD > .row > .video-iframe-container { display: none; }#ETiVLeedTFfGvex979xF6bJA2s0H0bUD > .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); }#ETiVLeedTFfGvex979xF6bJA2s0H0bUD > .row .container { border-width: 0; border-radius: 0; }#ETiVLeedTFfGvex979xF6bJA2s0H0bUD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ETiVLeedTFfGvex979xF6bJA2s0H0bUD > .row .container { font-size:14px;font-family:arial;height:51px;width:1200px;position:relative;display:block; }#IfcvRoe7zEkGEKLunhTQzThJb7BWobB4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f59090;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IfcvRoe7zEkGEKLunhTQzThJb7BWobB4 > .row .container { background-color: transparent; background-image: none; }#IfcvRoe7zEkGEKLunhTQzThJb7BWobB4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IfcvRoe7zEkGEKLunhTQzThJb7BWobB4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IfcvRoe7zEkGEKLunhTQzThJb7BWobB4 > .row .container > .video-iframe-container { display: none; }#IfcvRoe7zEkGEKLunhTQzThJb7BWobB4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IfcvRoe7zEkGEKLunhTQzThJb7BWobB4 > .row > .video-iframe-container { display: none; }#IfcvRoe7zEkGEKLunhTQzThJb7BWobB4 > .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); }#IfcvRoe7zEkGEKLunhTQzThJb7BWobB4 > .row .container { border-width: 0; border-radius: 0; }#IfcvRoe7zEkGEKLunhTQzThJb7BWobB4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IfcvRoe7zEkGEKLunhTQzThJb7BWobB4 > .row .container { font-size:14px;font-family:arial;height:2140px;width:1200px;position:relative;display:block; }#lK0xUHLSrALtdogHsZTVfPm0iHU7BC1p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/0518595d-ea64-430f-b5af-bfcaea00d78e/transazionerosabianco.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lK0xUHLSrALtdogHsZTVfPm0iHU7BC1p.adaptive-delivery-prevent-bg, #lK0xUHLSrALtdogHsZTVfPm0iHU7BC1p.lazyload, #lK0xUHLSrALtdogHsZTVfPm0iHU7BC1p.lazyloading { background-image: none; }#lK0xUHLSrALtdogHsZTVfPm0iHU7BC1p > .row .container { background-color: transparent; background-image: none; }#lK0xUHLSrALtdogHsZTVfPm0iHU7BC1p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lK0xUHLSrALtdogHsZTVfPm0iHU7BC1p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lK0xUHLSrALtdogHsZTVfPm0iHU7BC1p > .row .container > .video-iframe-container { display: none; }#lK0xUHLSrALtdogHsZTVfPm0iHU7BC1p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lK0xUHLSrALtdogHsZTVfPm0iHU7BC1p > .row > .video-iframe-container { display: none; }#lK0xUHLSrALtdogHsZTVfPm0iHU7BC1p > .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); }#lK0xUHLSrALtdogHsZTVfPm0iHU7BC1p > .row .container { border-width: 0; border-radius: 0; }#lK0xUHLSrALtdogHsZTVfPm0iHU7BC1p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lK0xUHLSrALtdogHsZTVfPm0iHU7BC1p > .row .container { font-size:14px;font-family:arial;height:62px;width:1200px;position:relative;display:block; }#kMyPTzBGXUhixlscQTsn4D3BDl0rKwJf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kMyPTzBGXUhixlscQTsn4D3BDl0rKwJf > .row .container { background-color: transparent; background-image: none; }#kMyPTzBGXUhixlscQTsn4D3BDl0rKwJf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kMyPTzBGXUhixlscQTsn4D3BDl0rKwJf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kMyPTzBGXUhixlscQTsn4D3BDl0rKwJf > .row .container > .video-iframe-container { display: none; }#kMyPTzBGXUhixlscQTsn4D3BDl0rKwJf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kMyPTzBGXUhixlscQTsn4D3BDl0rKwJf > .row > .video-iframe-container { display: none; }#kMyPTzBGXUhixlscQTsn4D3BDl0rKwJf > .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); }#kMyPTzBGXUhixlscQTsn4D3BDl0rKwJf > .row .container { border-width: 0; border-radius: 0; }#kMyPTzBGXUhixlscQTsn4D3BDl0rKwJf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kMyPTzBGXUhixlscQTsn4D3BDl0rKwJf > .row .container { font-size:14px;font-family:arial;height:2770px;width:1200px;position:relative;display:block; }#eOEK2AN4xmntIsmT8Wqt3GoKTpQtOdLx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/daa9512a-d146-42ce-82b8-e90f98b695a7/trasezioniCopia.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eOEK2AN4xmntIsmT8Wqt3GoKTpQtOdLx.adaptive-delivery-prevent-bg, #eOEK2AN4xmntIsmT8Wqt3GoKTpQtOdLx.lazyload, #eOEK2AN4xmntIsmT8Wqt3GoKTpQtOdLx.lazyloading { background-image: none; }#eOEK2AN4xmntIsmT8Wqt3GoKTpQtOdLx > .row .container { background-color: transparent; background-image: none; }#eOEK2AN4xmntIsmT8Wqt3GoKTpQtOdLx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eOEK2AN4xmntIsmT8Wqt3GoKTpQtOdLx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eOEK2AN4xmntIsmT8Wqt3GoKTpQtOdLx > .row .container > .video-iframe-container { display: none; }#eOEK2AN4xmntIsmT8Wqt3GoKTpQtOdLx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eOEK2AN4xmntIsmT8Wqt3GoKTpQtOdLx > .row > .video-iframe-container { display: none; }#eOEK2AN4xmntIsmT8Wqt3GoKTpQtOdLx > .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); }#eOEK2AN4xmntIsmT8Wqt3GoKTpQtOdLx > .row .container { border-width: 0; border-radius: 0; }#eOEK2AN4xmntIsmT8Wqt3GoKTpQtOdLx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eOEK2AN4xmntIsmT8Wqt3GoKTpQtOdLx > .row .container { font-size:14px;font-family:arial;height:51px;width:1200px;position:relative;display:block; }#HTLxBde5TuonRSrdwStMDVS28QcolbmT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4e7d9;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HTLxBde5TuonRSrdwStMDVS28QcolbmT > .row .container { background-color: transparent; background-image: none; }#HTLxBde5TuonRSrdwStMDVS28QcolbmT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTLxBde5TuonRSrdwStMDVS28QcolbmT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTLxBde5TuonRSrdwStMDVS28QcolbmT > .row .container > .video-iframe-container { display: none; }#HTLxBde5TuonRSrdwStMDVS28QcolbmT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTLxBde5TuonRSrdwStMDVS28QcolbmT > .row > .video-iframe-container { display: none; }#HTLxBde5TuonRSrdwStMDVS28QcolbmT > .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); }#HTLxBde5TuonRSrdwStMDVS28QcolbmT > .row .container { border-width: 0; border-radius: 0; }#HTLxBde5TuonRSrdwStMDVS28QcolbmT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HTLxBde5TuonRSrdwStMDVS28QcolbmT > .row .container { font-size:14px;font-family:arial;height:919px;width:1200px;position:relative;display:block; }#lG7HW2T14feF1IIvrOhgmhekzsmiHBpF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#291c15;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lG7HW2T14feF1IIvrOhgmhekzsmiHBpF > .row .container { background-color: transparent; background-image: none; }#lG7HW2T14feF1IIvrOhgmhekzsmiHBpF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lG7HW2T14feF1IIvrOhgmhekzsmiHBpF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lG7HW2T14feF1IIvrOhgmhekzsmiHBpF > .row .container > .video-iframe-container { display: none; }#lG7HW2T14feF1IIvrOhgmhekzsmiHBpF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lG7HW2T14feF1IIvrOhgmhekzsmiHBpF > .row > .video-iframe-container { display: none; }#lG7HW2T14feF1IIvrOhgmhekzsmiHBpF > .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); }#lG7HW2T14feF1IIvrOhgmhekzsmiHBpF > .row .container { border-width: 0; border-radius: 0; }#lG7HW2T14feF1IIvrOhgmhekzsmiHBpF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lG7HW2T14feF1IIvrOhgmhekzsmiHBpF > .row .container { font-size:14px;font-family:arial;height:84px;width:1200px;position:relative;display:block; }#aetHye27GAWTsGefbypLzwlnlJpFqq8Q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4e7d9;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aetHye27GAWTsGefbypLzwlnlJpFqq8Q > .row .container { background-color: transparent; background-image: none; }#aetHye27GAWTsGefbypLzwlnlJpFqq8Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aetHye27GAWTsGefbypLzwlnlJpFqq8Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aetHye27GAWTsGefbypLzwlnlJpFqq8Q > .row .container > .video-iframe-container { display: none; }#aetHye27GAWTsGefbypLzwlnlJpFqq8Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aetHye27GAWTsGefbypLzwlnlJpFqq8Q > .row > .video-iframe-container { display: none; }#aetHye27GAWTsGefbypLzwlnlJpFqq8Q > .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); }#aetHye27GAWTsGefbypLzwlnlJpFqq8Q > .row .container { border-width: 0; border-radius: 0; }#aetHye27GAWTsGefbypLzwlnlJpFqq8Q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aetHye27GAWTsGefbypLzwlnlJpFqq8Q > .row .container { font-size:14px;font-family:arial;height:912px;width:1200px;position:relative;display:block; }#sP8UA6qRgoBJ92ELz9HuW6ef9goTXZHW { color:#000000;display:block;width:415px;position:absolute;font-family:"futura std";font-size:64px;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:132px;left:52.5px;height:128px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Sb9J4oMHqV9KWFs5Oc0FmOaBQP0i1TVi { color:#000000;display:block;width:474px;position:absolute;font-family:"futura std";font-size:36px;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:304.21875px;left:52.5px;height:237.6px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iLZZ81DiHA4nzPfgeM4cytd0KDMnv1H9 { position:absolute;display:block;z-index:15000;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;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow: 6px 6px 5px #000000 ;height:834px;width:472px;top:61px;left:668.00003051758px;display:block; }
#cE1uvy01gOyF668lHUUa966cTICOLRXb { color:#000000;display:block;width:415px;position:absolute;font-family:"futura std";font-size:39px;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:94px;left:688px;height:117px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh .widget-form-header {  }
#CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh .widget-regular-label { height:auto;display:block;font-family:montserrat;font-size:14px;font-weight:400;color:#000000;width:389px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal; }
#CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh .widget-input-text { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;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:389px;box-sizing:border-box;height:41px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans"; }
#CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh .widget-input-text {padding-top: 0; padding-bottom: 0;}#CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh .widget-textarea { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;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:389px;box-sizing:border-box;height:70px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans"; }
#CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;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:389px;box-sizing:border-box;height:40px;color:#161616;font-family:"open sans";font-size:14px;overflow:hidden; }
#CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh .widget-input-select {padding-top: 0; padding-bottom: 0;}#CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px; }
#CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh .widget-input-button { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#f49c96;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:20px;font-weight:bold;color:#f2f9ff;width:389px;height:55px;font-family:"open sans";overflow:hidden; }
#CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh .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:montserrat;line-height:1.3;font-size:14px;font-weight:400;color:#000000;vertical-align:top;width:366px;overflow:hidden;font-style:normal; }
#CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh .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; }
#CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh .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.3; }
#CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh .widget-container { padding-top:4px;padding-right:0;padding-bottom:4px;padding-left:0;width:100%;font-size:0;height:auto; }
#CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh .widget-container:first-of-type{padding-top:0;}#CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh .widget-container:last-of-type{padding-bottom:0;}#CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh  { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:389px;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15001;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;position:absolute;top:195px;left:689.50003051758px; }
#CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:389px; }
#CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:12px;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh {display:block;}#CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:389px;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15001;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;position:absolute;top:195px;left:689.50003051758px; }
#CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh #OroO8US5aEQPtP1kPvIz0Mhx8rBquOfS { position:relative; }
#CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh #HkltRORBcCulyFqyxZotIgKSAZ5yamkx { position:relative;display:block; }
#CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh #toZWlcJd25rwfqiskguMw9P2OiuUCB3O { position:relative; }
#CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh #XBf4CT1k9NgQuBvWbMHdZZbkTrF06trw { position:relative; }
#CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh #JPAS1PqCavLPMswmFC4hTzsHQgFacE9O { position:relative;display:block; }
#CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh #PbklINbITIzs1mVvwKQGAGgiOXCTZgSf { position:relative; }
#CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh #a2lRhQqSzsca5w78Qnr3ZtICmqHVWQVR { position:relative; }
#CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh #H0Boppw2F5zxXmJZHIeoeiX5Zd7va9KZ { position:relative;display:block; }
#CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh #oDzMekQNfBaTABlCHcVMflJdiCnawwa7 { position:relative; }
#CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh #AFmloSzNTuyBTp40HTaeAOiHng5s7xab { position:relative; }
#CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh #GrX3Hp2aOKNgTcKDZrS4NpBnkmOrt6S1 { position:relative;display:block; }
#CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh #yQnZXGVSFAIL9krdXAhoT1UxA0AsmJGM { position:relative; }
#CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh #dqc31SCMXeTenABgqHlULVFqJ04T62kE { position:relative; }
#CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh #m62HvvFSQOET24dTTcUccAcRpbCcGEVf { position:relative;display:block; }
#CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh #ec0p5hT6qOeOm6SHStA0CiaQTRP622u7 { position:relative; }
#CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh #vEomauK6PZn9AlfgITSsJG7kdHQmPCTe { position:relative; }
#CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh #vEomauK6PZn9AlfgITSsJG7kdHQmPCTe .container-column{width:50%;}#CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh #kzaiICv7ybARTK3yLAZN5xTwxgTTy4BU { position:relative;display:block; }
#CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh #ooiHUZv6Ty7lLH3B5qhQlTRRyvtsC5Q1 { position:relative;z-index:2; }
#CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh #vhEiazXTmAe9zD1xUk26wrXGPZVrUvwH { position:relative; }
#CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh #drxR6tQO3S5VJzcagnyq0NUOO7d1I7AM { position:relative; }
#CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh #drxR6tQO3S5VJzcagnyq0NUOO7d1I7AM .container-column{width:50%;}#CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh #e5mvoDl23kPh9KP2eHuqGSzEwk1wJwpS { position:relative;display:block; }
#CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh #ZF251zA7WSLT1dRn1M66mZa1QuTQJ0Wx { position:relative;z-index:2; }
#CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh #ZrxSAcr52PdGTmxZWIdS5fkHEVi1RDcP { position:relative; }
#CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh #FrNyv5koQAlronnRlopzv0qiS0y2ZOFA { position:relative;z-index:2; }
#CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh #szd962a15Lcdin4R2z1ithPJsG32O2fv { position:relative; }
#WQHb9yGhbmSvaCl74GTnagw3mp6id3Rx { position:relative;display:block; }
#RXd4c5N1T9VEUqFvEX5SnkKRtvX5H3aT { position:relative;display:block; }
#C8Ne5FXhJdbBeTzDCXhLtUmcn4CwE6GF { position:relative;display:block; }
#hT13Gw8qUuSAqD0TefaJ2ZqeJONaUedy { position:relative;display:block; }
#bLLDE3sO8wrbPzyEXGyRLwp7McWq8l5W { position:relative;display:block; }
#G5iWTrNNzc3Kb6TtcKD9SPNJ3NNVUJJh { position:relative;display:block; }
#G92J8dfJvhk92VbFB1pnq2sailcEpUT3 { position:relative;display:block; }
#CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh #IcsiMZeQnn6gi752pqAov1ppZWk4x0yd { position:relative; }
#CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh #kcGydnzxeKfkGAiyWHQXXzkUbngwPT4n { position:relative;z-index:2; }
#CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh #L3XLIymnzMh89SwXuUZm5ZfeQDRu4MUE { position:relative; }
#JA1wGbFvgG7bgkFzCgbz59yFxU8Cw7QS { position:relative;display:block;z-index:100000;display:block; }
#OpPuUGBckTigkrKrSdGq8tpxTIDNAJM3 { position:relative;display:block;z-index:100000;display:block; }
#CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh #EWEhLTrMhVLORrgdffFig5vgQ1bxSeaf { position:relative; }
#CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh #KXox4HZUqxGfa8wU23G03V4wclHW3UDp { position:relative; }
#TtKSQbyouy0Xk1SucnyfaDD7bl4376CQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TtKSQbyouy0Xk1SucnyfaDD7bl4376CQ > .row .container { background-color: transparent; background-image: none; }#TtKSQbyouy0Xk1SucnyfaDD7bl4376CQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TtKSQbyouy0Xk1SucnyfaDD7bl4376CQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TtKSQbyouy0Xk1SucnyfaDD7bl4376CQ > .row .container > .video-iframe-container { display: none; }#TtKSQbyouy0Xk1SucnyfaDD7bl4376CQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TtKSQbyouy0Xk1SucnyfaDD7bl4376CQ > .row > .video-iframe-container { display: none; }#TtKSQbyouy0Xk1SucnyfaDD7bl4376CQ > .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); }#TtKSQbyouy0Xk1SucnyfaDD7bl4376CQ > .row .container { border-width: 0; border-radius: 0; }#TtKSQbyouy0Xk1SucnyfaDD7bl4376CQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TtKSQbyouy0Xk1SucnyfaDD7bl4376CQ > .row .container { font-size:14px;font-family:arial;height:149px;width:1200px;position:relative;display:block; }#pawZq9GsmkUrQub4vtIrO3Vcgfvq6IRE { box-sizing:content-box;color:#ffffff;font-size:21px;font-weight:400;line-height:1;height:30px;width:30px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;top:52px;left:185px;display:block; }
#BrGM2sRKUSmZO632oZV2VG4qTkNCz4ih { box-sizing:content-box;color:#ffffff;font-size:21px;font-weight:400;line-height:1;height:30px;width:30px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:52px;left:585px;display:block; }
#UeV5quEh20CUHTaPKTzp6CHTGQ0ETnEk { box-sizing:content-box;color:#ffffff;font-size:21px;font-weight:400;line-height:1;height:30px;width:30px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15002;top:52px;left:985px;display:block; }
#IJVweErDcJr8bhzy889dKKxDIEiUVMuG { color:#ffffff;display:block;width:240px;position:absolute;font-family:montserrat;font-size:14px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:81.96875px;left:86px;height:18.2px;text-align:center;text-align-last:center;display:block; }
#TN7ExpL2BIbmFm9w7rrSuDe2GDNNOyLx { color:#ffffff;display:block;width:301px;position:absolute;font-family:montserrat;font-size:14px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:81.96875px;left:451px;height:18.2px;text-align:center;text-align-last:center;display:block; }
#GebeoVdlmmKDwmuXtQwLTLhSfcDrvoZ1 { color:#ffffff;display:block;width:186px;position:absolute;font-family:montserrat;font-size:14px;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:82px;left:907px;height:18.2px;text-align:center;text-align-last:center;display:block; }
#pUAK3cLhIP0viy7oC9XM2nOSPrGRd02J { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pUAK3cLhIP0viy7oC9XM2nOSPrGRd02J > .row .container { background-color: transparent; background-image: none; }#pUAK3cLhIP0viy7oC9XM2nOSPrGRd02J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pUAK3cLhIP0viy7oC9XM2nOSPrGRd02J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pUAK3cLhIP0viy7oC9XM2nOSPrGRd02J > .row .container > .video-iframe-container { display: none; }#pUAK3cLhIP0viy7oC9XM2nOSPrGRd02J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pUAK3cLhIP0viy7oC9XM2nOSPrGRd02J > .row > .video-iframe-container { display: none; }#pUAK3cLhIP0viy7oC9XM2nOSPrGRd02J > .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); }#pUAK3cLhIP0viy7oC9XM2nOSPrGRd02J > .row .container { border-width: 0; border-radius: 0; }#pUAK3cLhIP0viy7oC9XM2nOSPrGRd02J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pUAK3cLhIP0viy7oC9XM2nOSPrGRd02J > .row .container { font-size:14px;font-family:arial;height:150px;width:1200px;position:relative;display:block; }#vhKfsrbaActoSgAMA1pH92Nzrioy5CC7 { color:#000000;display:block;width:233.993px;position:absolute;font-family:montserrat;font-size:14px;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:37px;left:482px;height:18.2px;text-align:center;text-align-last:center;display:block; }
#CoBpmfg5d6kBkDQXVTRuhIsx3k9cg8Q4 { color:#000000;display:block;width:316.997px;position:absolute;font-family:montserrat;font-size:20px;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:85px;left:441px;height:26px;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #QeuST1AzFMkhVTTp79QcSWK5Tx2o2okZ { display:block; }#QeuST1AzFMkhVTTp79QcSWK5Tx2o2okZ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TMf9ZqsMm3vlT3fy3MwF7L6etDZX6wKw { top:81.9921875px;left:231.97265625px;width:300px;height:18px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #raLsBhts2Cdfrp92RHXCPV7ae8z93LWD { top:81.9921875px;left:231.97265625px;width:300px;height:18px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #EVHlvGnNAs0NHvr6mVcZKX5cxiSz4Wy9 { display:block; }#EVHlvGnNAs0NHvr6mVcZKX5cxiSz4Wy9 > .row .container { width:764px;height:515px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vIO2m2MLCKwip8JOgrOSdeasZA02lckv { display:block; }#vIO2m2MLCKwip8JOgrOSdeasZA02lckv > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kzt6EBreb2CAUmAwO3TwPWOTeyq1c2zr { display:block; }#kzt6EBreb2CAUmAwO3TwPWOTeyq1c2zr > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HmmlInqTQyQCG3WH1omFObVUw0hlkiHN { display:block; }#HmmlInqTQyQCG3WH1omFObVUw0hlkiHN > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sVN8WmvUlAZnKhGxywRJiMqFp7kg2uc8 { display:block; }#sVN8WmvUlAZnKhGxywRJiMqFp7kg2uc8 > .row .container { width:764px;height:1455px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vc0PxEUcrUDeVLisxWhsL0AoPueacbsf { display:block; }#vc0PxEUcrUDeVLisxWhsL0AoPueacbsf > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wRQ583TEb5ALenzPq5x54bE2utliIbH3 { display:block; }#wRQ583TEb5ALenzPq5x54bE2utliIbH3 > .row .container { width:764px;height:1747px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ETiVLeedTFfGvex979xF6bJA2s0H0bUD { display:block; }#ETiVLeedTFfGvex979xF6bJA2s0H0bUD > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IfcvRoe7zEkGEKLunhTQzThJb7BWobB4 { display:block; }#IfcvRoe7zEkGEKLunhTQzThJb7BWobB4 > .row .container { width:764px;height:2278px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lK0xUHLSrALtdogHsZTVfPm0iHU7BC1p { display:block; }#lK0xUHLSrALtdogHsZTVfPm0iHU7BC1p > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kMyPTzBGXUhixlscQTsn4D3BDl0rKwJf { display:block; }#kMyPTzBGXUhixlscQTsn4D3BDl0rKwJf > .row .container { width:764px;height:2621px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eOEK2AN4xmntIsmT8Wqt3GoKTpQtOdLx { display:block; }#eOEK2AN4xmntIsmT8Wqt3GoKTpQtOdLx > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HTLxBde5TuonRSrdwStMDVS28QcolbmT { display:block; }#HTLxBde5TuonRSrdwStMDVS28QcolbmT > .row .container { width:764px;height:618px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lG7HW2T14feF1IIvrOhgmhekzsmiHBpF { display:block; }#lG7HW2T14feF1IIvrOhgmhekzsmiHBpF > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aetHye27GAWTsGefbypLzwlnlJpFqq8Q { display:block; }#aetHye27GAWTsGefbypLzwlnlJpFqq8Q > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sP8UA6qRgoBJ92ELz9HuW6ef9goTXZHW { width:415px;height:128px;top:132px;left:0px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #Sb9J4oMHqV9KWFs5Oc0FmOaBQP0i1TVi { width:474px;height:237px;top:304px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #iLZZ81DiHA4nzPfgeM4cytd0KDMnv1H9 { width:472px;height:834px;top:61px;left:292px;display:block; }
 }@media only screen and (max-width: 763px) { #cE1uvy01gOyF668lHUUa966cTICOLRXb { width:415px;height:78px;top:94px;left:349px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh .widget-regular-label { width:389px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh .widget-input-text { width:389px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh .widget-input-text {padding-top: 0; padding-bottom: 0;}#CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh .widget-textarea { width:389px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh .widget-input-select { width:389px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh .widget-input-select {padding-top: 0; padding-bottom: 0;}#CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh .widget-input-button { width:389px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh .widget-checkbox-label { width:366px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh  { width:389px;height:auto;top:142.15286254883px;left:335.01738739014px; }
#CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh .radio-container { width:389px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh {display:block;}#CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh { width:389px;height:auto;top:142.15286254883px;left:335.01738739014px; }
 }@media only screen and (max-width: 763px) { #CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh #OroO8US5aEQPtP1kPvIz0Mhx8rBquOfS {  }
 }@media only screen and (max-width: 763px) { #CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh #HkltRORBcCulyFqyxZotIgKSAZ5yamkx { display:block; }
 }@media only screen and (max-width: 763px) { #CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh #toZWlcJd25rwfqiskguMw9P2OiuUCB3O {  }
 }@media only screen and (max-width: 763px) { #CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh #XBf4CT1k9NgQuBvWbMHdZZbkTrF06trw {  }
 }@media only screen and (max-width: 763px) { #CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh #JPAS1PqCavLPMswmFC4hTzsHQgFacE9O { display:block; }
 }@media only screen and (max-width: 763px) { #CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh #PbklINbITIzs1mVvwKQGAGgiOXCTZgSf {  }
 }@media only screen and (max-width: 763px) { #CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh #a2lRhQqSzsca5w78Qnr3ZtICmqHVWQVR {  }
 }@media only screen and (max-width: 763px) { #CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh #H0Boppw2F5zxXmJZHIeoeiX5Zd7va9KZ { display:block; }
 }@media only screen and (max-width: 763px) { #CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh #oDzMekQNfBaTABlCHcVMflJdiCnawwa7 {  }
 }@media only screen and (max-width: 763px) { #CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh #AFmloSzNTuyBTp40HTaeAOiHng5s7xab {  }
 }@media only screen and (max-width: 763px) { #CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh #GrX3Hp2aOKNgTcKDZrS4NpBnkmOrt6S1 { display:block; }
 }@media only screen and (max-width: 763px) { #CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh #yQnZXGVSFAIL9krdXAhoT1UxA0AsmJGM {  }
 }@media only screen and (max-width: 763px) { #CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh #dqc31SCMXeTenABgqHlULVFqJ04T62kE {  }
 }@media only screen and (max-width: 763px) { #CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh #m62HvvFSQOET24dTTcUccAcRpbCcGEVf { display:block; }
 }@media only screen and (max-width: 763px) { #CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh #ec0p5hT6qOeOm6SHStA0CiaQTRP622u7 {  }
 }@media only screen and (max-width: 763px) { #CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh #vEomauK6PZn9AlfgITSsJG7kdHQmPCTe {  }
#CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh #vEomauK6PZn9AlfgITSsJG7kdHQmPCTe .container-column{width:50%;} }@media only screen and (max-width: 763px) { #CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh #kzaiICv7ybARTK3yLAZN5xTwxgTTy4BU { display:block; }
 }@media only screen and (max-width: 763px) { #CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh #ooiHUZv6Ty7lLH3B5qhQlTRRyvtsC5Q1 {  }
 }@media only screen and (max-width: 763px) { #CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh #vhEiazXTmAe9zD1xUk26wrXGPZVrUvwH {  }
 }@media only screen and (max-width: 763px) { #CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh #drxR6tQO3S5VJzcagnyq0NUOO7d1I7AM {  }
#CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh #drxR6tQO3S5VJzcagnyq0NUOO7d1I7AM .container-column{width:50%;} }@media only screen and (max-width: 763px) { #CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh #e5mvoDl23kPh9KP2eHuqGSzEwk1wJwpS { display:block; }
 }@media only screen and (max-width: 763px) { #CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh #ZF251zA7WSLT1dRn1M66mZa1QuTQJ0Wx {  }
 }@media only screen and (max-width: 763px) { #CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh #ZrxSAcr52PdGTmxZWIdS5fkHEVi1RDcP {  }
 }@media only screen and (max-width: 763px) { #CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh #FrNyv5koQAlronnRlopzv0qiS0y2ZOFA {  }
 }@media only screen and (max-width: 763px) { #CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh #szd962a15Lcdin4R2z1ithPJsG32O2fv {  }
 }@media only screen and (max-width: 763px) { #WQHb9yGhbmSvaCl74GTnagw3mp6id3Rx { display:block; }
 }@media only screen and (max-width: 763px) { #RXd4c5N1T9VEUqFvEX5SnkKRtvX5H3aT { display:block; }
 }@media only screen and (max-width: 763px) { #C8Ne5FXhJdbBeTzDCXhLtUmcn4CwE6GF { display:block; }
 }@media only screen and (max-width: 763px) { #hT13Gw8qUuSAqD0TefaJ2ZqeJONaUedy { display:block; }
 }@media only screen and (max-width: 763px) { #bLLDE3sO8wrbPzyEXGyRLwp7McWq8l5W { display:block; }
 }@media only screen and (max-width: 763px) { #G5iWTrNNzc3Kb6TtcKD9SPNJ3NNVUJJh { display:block; }
 }@media only screen and (max-width: 763px) { #G92J8dfJvhk92VbFB1pnq2sailcEpUT3 { display:block; }
 }@media only screen and (max-width: 763px) { #CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh #IcsiMZeQnn6gi752pqAov1ppZWk4x0yd {  }
 }@media only screen and (max-width: 763px) { #CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh #kcGydnzxeKfkGAiyWHQXXzkUbngwPT4n {  }
 }@media only screen and (max-width: 763px) { #CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh #L3XLIymnzMh89SwXuUZm5ZfeQDRu4MUE {  }
 }@media only screen and (max-width: 763px) { #JA1wGbFvgG7bgkFzCgbz59yFxU8Cw7QS { display:block; }
 }@media only screen and (max-width: 763px) { #OpPuUGBckTigkrKrSdGq8tpxTIDNAJM3 { display:block; }
 }@media only screen and (max-width: 763px) { #CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh #EWEhLTrMhVLORrgdffFig5vgQ1bxSeaf {  }
 }@media only screen and (max-width: 763px) { #CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh #KXox4HZUqxGfa8wU23G03V4wclHW3UDp {  }
 }@media only screen and (max-width: 763px) { #TtKSQbyouy0Xk1SucnyfaDD7bl4376CQ { display:block; }#TtKSQbyouy0Xk1SucnyfaDD7bl4376CQ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pawZq9GsmkUrQub4vtIrO3Vcgfvq6IRE { top:52px;left:112px;width:30px;height:30px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #BrGM2sRKUSmZO632oZV2VG4qTkNCz4ih { top:52px;left:366px;width:30px;height:30px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #UeV5quEh20CUHTaPKTzp6CHTGQ0ETnEk { top:52px;left:620px;width:30px;height:30px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #IJVweErDcJr8bhzy889dKKxDIEiUVMuG { top:81px;left:13px;width:240px;height:17px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #TN7ExpL2BIbmFm9w7rrSuDe2GDNNOyLx { top:81px;left:207px;width:301px;height:17px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #GebeoVdlmmKDwmuXtQwLTLhSfcDrvoZ1 { top:82px;left:542px;width:186px;height:17px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #pUAK3cLhIP0viy7oC9XM2nOSPrGRd02J { display:block; }#pUAK3cLhIP0viy7oC9XM2nOSPrGRd02J > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vhKfsrbaActoSgAMA1pH92Nzrioy5CC7 { top:37px;left:264px;width:233px;height:17px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #CoBpmfg5d6kBkDQXVTRuhIsx3k9cg8Q4 { top:85px;left:223px;width:316px;height:25px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #QeuST1AzFMkhVTTp79QcSWK5Tx2o2okZ { display:block; }#QeuST1AzFMkhVTTp79QcSWK5Tx2o2okZ > .row .container { width:320px;height:63px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TMf9ZqsMm3vlT3fy3MwF7L6etDZX6wKw { width:151px;height:20.8px;top:21.1875px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #raLsBhts2Cdfrp92RHXCPV7ae8z93LWD { width:206px;height:22.1px;top:19.53125px;left:114px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #EVHlvGnNAs0NHvr6mVcZKX5cxiSz4Wy9 { display:block; }#EVHlvGnNAs0NHvr6mVcZKX5cxiSz4Wy9 > .row .container { width:320px;height:1090px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vIO2m2MLCKwip8JOgrOSdeasZA02lckv { display:block; }#vIO2m2MLCKwip8JOgrOSdeasZA02lckv > .row .container { width:320px;height:159px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kzt6EBreb2CAUmAwO3TwPWOTeyq1c2zr { display:block; }#kzt6EBreb2CAUmAwO3TwPWOTeyq1c2zr > .row .container { width:320px;height:160px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HmmlInqTQyQCG3WH1omFObVUw0hlkiHN { display:block; }#HmmlInqTQyQCG3WH1omFObVUw0hlkiHN > .row .container { width:320px;height:26px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sVN8WmvUlAZnKhGxywRJiMqFp7kg2uc8 { display:block; }#sVN8WmvUlAZnKhGxywRJiMqFp7kg2uc8 > .row .container { width:320px;height:2260px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vc0PxEUcrUDeVLisxWhsL0AoPueacbsf { display:block; }#vc0PxEUcrUDeVLisxWhsL0AoPueacbsf > .row .container { width:320px;height:31px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wRQ583TEb5ALenzPq5x54bE2utliIbH3 { display:block; }#wRQ583TEb5ALenzPq5x54bE2utliIbH3 > .row .container { width:320px;height:2891px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ETiVLeedTFfGvex979xF6bJA2s0H0bUD { display:block; }#ETiVLeedTFfGvex979xF6bJA2s0H0bUD > .row .container { width:320px;height:36px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IfcvRoe7zEkGEKLunhTQzThJb7BWobB4 { display:block; }#IfcvRoe7zEkGEKLunhTQzThJb7BWobB4 > .row .container { width:320px;height:3852px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lK0xUHLSrALtdogHsZTVfPm0iHU7BC1p { display:block; }#lK0xUHLSrALtdogHsZTVfPm0iHU7BC1p > .row .container { width:320px;height:41px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kMyPTzBGXUhixlscQTsn4D3BDl0rKwJf { display:block; }#kMyPTzBGXUhixlscQTsn4D3BDl0rKwJf > .row .container { width:320px;height:4652px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eOEK2AN4xmntIsmT8Wqt3GoKTpQtOdLx { display:block; }#eOEK2AN4xmntIsmT8Wqt3GoKTpQtOdLx > .row .container { width:320px;height:32px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HTLxBde5TuonRSrdwStMDVS28QcolbmT { display:block; }#HTLxBde5TuonRSrdwStMDVS28QcolbmT > .row .container { width:320px;height:977px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lG7HW2T14feF1IIvrOhgmhekzsmiHBpF { display:block; }#lG7HW2T14feF1IIvrOhgmhekzsmiHBpF > .row .container { width:320px;height:166px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aetHye27GAWTsGefbypLzwlnlJpFqq8Q { display:block; }#aetHye27GAWTsGefbypLzwlnlJpFqq8Q > .row .container { width:320px;height:1242px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sP8UA6qRgoBJ92ELz9HuW6ef9goTXZHW { width:320px;height:80px;top:48px;left:0px;font-size:40px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Sb9J4oMHqV9KWFs5Oc0FmOaBQP0i1TVi { width:320px;height:165px;top:153px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #iLZZ81DiHA4nzPfgeM4cytd0KDMnv1H9 { width:320px;height:839px;top:365px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #cE1uvy01gOyF668lHUUa966cTICOLRXb { width:320px;height:60px;top:398px;left:0px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh .widget-regular-label { width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh .widget-input-text {padding-top: 0; padding-bottom: 0;}#CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh .widget-input-select {padding-top: 0; padding-bottom: 0;}#CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh .widget-input-button { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh .widget-checkbox-label { width:258px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh  { width:280px;height:auto;top:471px;left:0px; }
#CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh {display:block;}#CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh { width:280px;height:auto;top:471px;left:0px; }
 }@media only screen and (max-width: 763px) { #CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh #OroO8US5aEQPtP1kPvIz0Mhx8rBquOfS {  }
 }@media only screen and (max-width: 763px) { #CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh #HkltRORBcCulyFqyxZotIgKSAZ5yamkx { display:block; }
 }@media only screen and (max-width: 763px) { #CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh #toZWlcJd25rwfqiskguMw9P2OiuUCB3O {  }
 }@media only screen and (max-width: 763px) { #CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh #XBf4CT1k9NgQuBvWbMHdZZbkTrF06trw {  }
 }@media only screen and (max-width: 763px) { #CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh #JPAS1PqCavLPMswmFC4hTzsHQgFacE9O { display:block; }
 }@media only screen and (max-width: 763px) { #CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh #PbklINbITIzs1mVvwKQGAGgiOXCTZgSf {  }
 }@media only screen and (max-width: 763px) { #CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh #a2lRhQqSzsca5w78Qnr3ZtICmqHVWQVR {  }
 }@media only screen and (max-width: 763px) { #CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh #H0Boppw2F5zxXmJZHIeoeiX5Zd7va9KZ { display:block; }
 }@media only screen and (max-width: 763px) { #CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh #oDzMekQNfBaTABlCHcVMflJdiCnawwa7 {  }
 }@media only screen and (max-width: 763px) { #CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh #AFmloSzNTuyBTp40HTaeAOiHng5s7xab {  }
 }@media only screen and (max-width: 763px) { #CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh #GrX3Hp2aOKNgTcKDZrS4NpBnkmOrt6S1 { display:block; }
 }@media only screen and (max-width: 763px) { #CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh #yQnZXGVSFAIL9krdXAhoT1UxA0AsmJGM {  }
 }@media only screen and (max-width: 763px) { #CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh #dqc31SCMXeTenABgqHlULVFqJ04T62kE {  }
 }@media only screen and (max-width: 763px) { #CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh #m62HvvFSQOET24dTTcUccAcRpbCcGEVf { display:block; }
 }@media only screen and (max-width: 763px) { #CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh #ec0p5hT6qOeOm6SHStA0CiaQTRP622u7 {  }
 }@media only screen and (max-width: 763px) { #CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh #vEomauK6PZn9AlfgITSsJG7kdHQmPCTe {  }
#CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh #vEomauK6PZn9AlfgITSsJG7kdHQmPCTe .container-column{width:50%;} }@media only screen and (max-width: 763px) { #CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh #kzaiICv7ybARTK3yLAZN5xTwxgTTy4BU { display:block; }
 }@media only screen and (max-width: 763px) { #CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh #ooiHUZv6Ty7lLH3B5qhQlTRRyvtsC5Q1 {  }
 }@media only screen and (max-width: 763px) { #CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh #vhEiazXTmAe9zD1xUk26wrXGPZVrUvwH {  }
 }@media only screen and (max-width: 763px) { #CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh #drxR6tQO3S5VJzcagnyq0NUOO7d1I7AM {  }
#CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh #drxR6tQO3S5VJzcagnyq0NUOO7d1I7AM .container-column{width:50%;} }@media only screen and (max-width: 763px) { #CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh #e5mvoDl23kPh9KP2eHuqGSzEwk1wJwpS { display:block; }
 }@media only screen and (max-width: 763px) { #CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh #ZF251zA7WSLT1dRn1M66mZa1QuTQJ0Wx {  }
 }@media only screen and (max-width: 763px) { #CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh #ZrxSAcr52PdGTmxZWIdS5fkHEVi1RDcP {  }
 }@media only screen and (max-width: 763px) { #CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh #FrNyv5koQAlronnRlopzv0qiS0y2ZOFA {  }
 }@media only screen and (max-width: 763px) { #CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh #szd962a15Lcdin4R2z1ithPJsG32O2fv {  }
 }@media only screen and (max-width: 763px) { #WQHb9yGhbmSvaCl74GTnagw3mp6id3Rx { display:block; }
 }@media only screen and (max-width: 763px) { #RXd4c5N1T9VEUqFvEX5SnkKRtvX5H3aT { display:block; }
 }@media only screen and (max-width: 763px) { #C8Ne5FXhJdbBeTzDCXhLtUmcn4CwE6GF { display:block; }
 }@media only screen and (max-width: 763px) { #hT13Gw8qUuSAqD0TefaJ2ZqeJONaUedy { display:block; }
 }@media only screen and (max-width: 763px) { #bLLDE3sO8wrbPzyEXGyRLwp7McWq8l5W { display:block; }
 }@media only screen and (max-width: 763px) { #G5iWTrNNzc3Kb6TtcKD9SPNJ3NNVUJJh { display:block; }
 }@media only screen and (max-width: 763px) { #G92J8dfJvhk92VbFB1pnq2sailcEpUT3 { display:block; }
 }@media only screen and (max-width: 763px) { #CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh #IcsiMZeQnn6gi752pqAov1ppZWk4x0yd {  }
 }@media only screen and (max-width: 763px) { #CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh #kcGydnzxeKfkGAiyWHQXXzkUbngwPT4n {  }
 }@media only screen and (max-width: 763px) { #CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh #L3XLIymnzMh89SwXuUZm5ZfeQDRu4MUE {  }
 }@media only screen and (max-width: 763px) { #JA1wGbFvgG7bgkFzCgbz59yFxU8Cw7QS { display:block; }
 }@media only screen and (max-width: 763px) { #OpPuUGBckTigkrKrSdGq8tpxTIDNAJM3 { display:block; }
 }@media only screen and (max-width: 763px) { #CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh #EWEhLTrMhVLORrgdffFig5vgQ1bxSeaf {  }
 }@media only screen and (max-width: 763px) { #CXzXMxvkcJTJ9TZLan9syUb44QTP1sJh #KXox4HZUqxGfa8wU23G03V4wclHW3UDp {  }
 }@media only screen and (max-width: 763px) { #TtKSQbyouy0Xk1SucnyfaDD7bl4376CQ { display:block; }#TtKSQbyouy0Xk1SucnyfaDD7bl4376CQ > .row .container { width:320px;height:265px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pawZq9GsmkUrQub4vtIrO3Vcgfvq6IRE { width:30px;height:30px;top:32px;left:145px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #BrGM2sRKUSmZO632oZV2VG4qTkNCz4ih { width:30px;height:30px;top:105px;left:145px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #UeV5quEh20CUHTaPKTzp6CHTGQ0ETnEk { width:30px;height:30px;top:179px;left:145px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #IJVweErDcJr8bhzy889dKKxDIEiUVMuG { width:186px;height:18.2px;top:62px;left:67px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #TN7ExpL2BIbmFm9w7rrSuDe2GDNNOyLx { width:234px;height:18.2px;top:141px;left:43px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #GebeoVdlmmKDwmuXtQwLTLhSfcDrvoZ1 { width:186px;height:18.2px;top:209px;left:67px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #pUAK3cLhIP0viy7oC9XM2nOSPrGRd02J { display:block; }#pUAK3cLhIP0viy7oC9XM2nOSPrGRd02J > .row .container { width:320px;height:90px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vhKfsrbaActoSgAMA1pH92Nzrioy5CC7 { width:232.986px;height:18.2px;top:26px;left:44px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #CoBpmfg5d6kBkDQXVTRuhIsx3k9cg8Q4 { width:315.99px;height:20.8px;top:62.986145019531px;left:1.9791669845581px;font-size:16px;display:block; }
 }