.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:#f4eff1;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); }#xWZVIVt2EGA0zOk9RehfdiZQhLgt5G9X { position:relative;display:none; }#xWZVIVt2EGA0zOk9RehfdiZQhLgt5G9X { border-width: 0; border-radius: 0; }#xWZVIVt2EGA0zOk9RehfdiZQhLgt5G9X > .row .container > .video-iframe-container {  }#xWZVIVt2EGA0zOk9RehfdiZQhLgt5G9X > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:38.8125rem;width:60rem;position:relative;display:none; }#Dq8Qq2umgPv0PLnZ7QgnTnLUFs2Xt6gF .widget-form-header {  }
#Dq8Qq2umgPv0PLnZ7QgnTnLUFs2Xt6gF .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:24.625rem;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;line-height:1.2;overflow:hidden; }
#Dq8Qq2umgPv0PLnZ7QgnTnLUFs2Xt6gF .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #420e7d;border-left:0.0625rem solid #420e7d;border-right:0.0625rem solid #420e7d;border-bottom:0.0625rem solid #420e7d;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24.625rem;box-sizing:border-box;height:2.1875rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#Dq8Qq2umgPv0PLnZ7QgnTnLUFs2Xt6gF .widget-input-text {padding-top: 0; padding-bottom: 0;}#Dq8Qq2umgPv0PLnZ7QgnTnLUFs2Xt6gF .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #420e7d;border-left:0.0625rem solid #420e7d;border-right:0.0625rem solid #420e7d;border-bottom:0.0625rem solid #420e7d;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24.625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#Dq8Qq2umgPv0PLnZ7QgnTnLUFs2Xt6gF .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24.625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden; }
#Dq8Qq2umgPv0PLnZ7QgnTnLUFs2Xt6gF .widget-input-select {padding-top: 0; padding-bottom: 0;}#Dq8Qq2umgPv0PLnZ7QgnTnLUFs2Xt6gF .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#Dq8Qq2umgPv0PLnZ7QgnTnLUFs2Xt6gF .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Dq8Qq2umgPv0PLnZ7QgnTnLUFs2Xt6gF .widget-input-button { border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;background-color:#ff5737;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:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:24.625rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#Dq8Qq2umgPv0PLnZ7QgnTnLUFs2Xt6gF [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#Dq8Qq2umgPv0PLnZ7QgnTnLUFs2Xt6gF [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#Dq8Qq2umgPv0PLnZ7QgnTnLUFs2Xt6gF [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#Dq8Qq2umgPv0PLnZ7QgnTnLUFs2Xt6gF [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#Dq8Qq2umgPv0PLnZ7QgnTnLUFs2Xt6gF .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:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:23.25rem;overflow:hidden;font-style:normal; }
#Dq8Qq2umgPv0PLnZ7QgnTnLUFs2Xt6gF .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#Dq8Qq2umgPv0PLnZ7QgnTnLUFs2Xt6gF .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#Dq8Qq2umgPv0PLnZ7QgnTnLUFs2Xt6gF .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#Dq8Qq2umgPv0PLnZ7QgnTnLUFs2Xt6gF .widget-container:first-of-type{padding-top:0;}#Dq8Qq2umgPv0PLnZ7QgnTnLUFs2Xt6gF .widget-container:last-of-type{padding-bottom:0;}#Dq8Qq2umgPv0PLnZ7QgnTnLUFs2Xt6gF  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100008;position:absolute;top:10.125rem;left:21.625rem; }
#Dq8Qq2umgPv0PLnZ7QgnTnLUFs2Xt6gF .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:24.625rem; }
#Dq8Qq2umgPv0PLnZ7QgnTnLUFs2Xt6gF .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;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; }
#Dq8Qq2umgPv0PLnZ7QgnTnLUFs2Xt6gF {display:block;}#Dq8Qq2umgPv0PLnZ7QgnTnLUFs2Xt6gF { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100008;position:absolute;top:10.125rem;left:21.625rem; }
#Dq8Qq2umgPv0PLnZ7QgnTnLUFs2Xt6gF #kpvM3mImc5z63VyTcUCQUaJCf3eqWbig { position:relative; }
#Dq8Qq2umgPv0PLnZ7QgnTnLUFs2Xt6gF #TnGCt2dWmyFgT6RcaOuFvSxrB4uhiCCh { position:relative; }
#Dq8Qq2umgPv0PLnZ7QgnTnLUFs2Xt6gF #JbD8ZqL27QptpP3UUJOH3vu0xbhNaxdr { position:relative; }
#Dq8Qq2umgPv0PLnZ7QgnTnLUFs2Xt6gF #twoAgKSUU0vquTHeeCpUQIyFPKBhCcVT { position:relative; }
#Dq8Qq2umgPv0PLnZ7QgnTnLUFs2Xt6gF #Es8TLFqZIhHgdGTwKM7agTnqOeabSl8U { position:relative; }
#Dq8Qq2umgPv0PLnZ7QgnTnLUFs2Xt6gF #ce5IRCrS5beQPzSiZts1SzTfT93cAumf { position:relative; }
#Dq8Qq2umgPv0PLnZ7QgnTnLUFs2Xt6gF #KquQAndFFe9bItZFqaBIbrMEGZgieiN8 { position:relative; }
#Dq8Qq2umgPv0PLnZ7QgnTnLUFs2Xt6gF #KZiw4y012HgWuTZSfdRwCO4nkNeHNwqV { position:relative; }
#Dq8Qq2umgPv0PLnZ7QgnTnLUFs2Xt6gF #NDE77fAuTCWdW1PPOxC33wWksA9rdR9V { position:relative; }
#Dq8Qq2umgPv0PLnZ7QgnTnLUFs2Xt6gF #GTp1fDo4RgfMdoaaVMPvGlDtTvhhqxzt { position:relative; }
#Dq8Qq2umgPv0PLnZ7QgnTnLUFs2Xt6gF #Hgm5TkdhdbZMUQFM9OFmFlOvGn3LyFNd { position:relative; }
#Dq8Qq2umgPv0PLnZ7QgnTnLUFs2Xt6gF #MQKJ336iJKL6eb2Z4NnVSdSUIxzMLzg3 { position:relative; }
#Dq8Qq2umgPv0PLnZ7QgnTnLUFs2Xt6gF #QgPn2iqIEQFVTTaSIRCdDahQCIEC76ns { position:relative; }
#Dq8Qq2umgPv0PLnZ7QgnTnLUFs2Xt6gF #AvoTSEAPs4cy0PhJEQRsEPe6RBvqZ5Hx { position:relative; }
#Dq8Qq2umgPv0PLnZ7QgnTnLUFs2Xt6gF #Gnq2QwyvwyNTcBpt8ts0hFrU3d8bOJix { position:relative; }
#Dq8Qq2umgPv0PLnZ7QgnTnLUFs2Xt6gF #oCAdo0U8wQmrogs19xrohH1bhTFtAEc2 { position:relative; }
#Dq8Qq2umgPv0PLnZ7QgnTnLUFs2Xt6gF #hRdKmdkzihvCbDdsw0qP5VD2iPdO1UGN { position:relative;z-index:2; }
#Dq8Qq2umgPv0PLnZ7QgnTnLUFs2Xt6gF #K1zXcUC483tEdJfJeC7llLzdzCi1DdKn { position:relative; }
#Dq8Qq2umgPv0PLnZ7QgnTnLUFs2Xt6gF #uZr5uaZs9xoe7NmbFWzOODeoa004dRhu { position:relative; }
#Dq8Qq2umgPv0PLnZ7QgnTnLUFs2Xt6gF #yNISZL0z30lJo6yZqxFFXcvsiQiCPdtk { position:relative; }
#E2bDRBIDMGMNUKICEslem868piVJJn05 { position:absolute;display:block;z-index:99999;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:29.5rem;width:27.4375rem;top:9.3125rem;left:28rem;display:block; }
#KabbeDdOsdk3aTofqZ1Kc5KdteayLXeD { color:#000000;display:block;width:36.625rem;position:absolute;font-family:"helvetica nue";font-size:1.4375rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.32);top:6.8125rem;left:23.375rem;height:1.8684875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/AS3O5QK3/Landing_page_Vendite_per_Push_26.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,109,38,0.43); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,109,38,0.43); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container {  }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:52.8125rem;width:60rem;position:relative;display:block; }#ILcHDCqAgW9gTyfO1tWLvgGL6hDbuhIT { color:#ffe800;display:block;width:27.6855625rem;position:absolute;font-family:"helvetica nue";font-size:1.375rem;font-weight:400;z-index:100000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #ffffff;top:11.543620347977rem;left:16.156902313233rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z7HD4P0Rgey8KsPPksyHTuwz0Gdxf13l { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.1875rem;width:9.8736875rem;top:0rem;left:25.0625rem;overflow:hidden;display:block; }
#NHAA99VcBO4CS4ltSSJTd8QgyzwFEei2 { color:#ffffff;display:block;width:42.875rem;position:absolute;font-family:"helvetica nue";font-size:1.25rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.8125rem rgba(0,0,0,0.5);top:27.25rem;left:8.5625rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HnZvxuUy8VKKXUZeqBTGkn7mAWHRbRMt { color:#ffffff;display:block;width:27.6855625rem;position:absolute;font-family:"helvetica nue";font-size:1.5rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.8125rem rgba(0,0,0,0.5);top:23.1875rem;left:0rem;height:9.7473375rem;font-style:normal;display:none; }
#TofU56EyKpS5DpdIIgFSdybz0GxEXpc6 { background-color:#ff5737;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:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"helvetica nue";font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5rem;height:4.125rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:43.625rem;left:6.75rem;display:block; }
#DNT3sS2CWtLglsNchrFkAT1ZSbUvhisk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#cIZzqCwURBvdLBmy8kFoCCsVVDPBwJVu { background-color:#ff5737;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:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"helvetica nue";font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5rem;height:4.125rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:43.625rem;left:36.8125rem;display:block; }
#tSRN9S9AeLcSukBXNtFPTHlBFdiqn0IO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#J6PhfbJ3JABrVSVfZK6SaEsSMDlxgdP7 { color:#ffffff;display:block;width:40.6875rem;position:absolute;font-family:"helvetica nue";font-size:2.0625rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.32);top:37.8125rem;left:9.6875rem;height:2.68115rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kVFaes8TvUzhQmle90aaSR8SFqE4LSod { position:absolute;display:block;z-index:99999;background-color:#fc0f39;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:3.9362rem;width:40.625rem;top:37.4375rem;left:9.6875rem;display:block; }
#EK5qn9TzQsqGHtRewadiDupnrKnhxTOD { position:absolute;display:block;z-index:99999;background-color:#009538;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: -0.1875rem -0.1875rem 0.9375rem rgba(21,21,21,0.67) ;height:24.9375rem;width:60rem;top:51.1875rem;left:0rem;display:block; }
#mWKJH9e3TiMIGkXEwxQkJWpRLB01mamK { color:#f05715;display:block;width:52.1875rem;position:absolute;font-family:"helvetica nue";font-size:2.0625rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.4);top:15.4375rem;left:3.90625rem;height:10.72460625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eHD8VyiicctTWrIad63zlSFAXyyKSr9S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;background-image:none;position:relative;display:block; }#eHD8VyiicctTWrIad63zlSFAXyyKSr9S > .row .container { background-color: transparent; background-image: none; }#eHD8VyiicctTWrIad63zlSFAXyyKSr9S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eHD8VyiicctTWrIad63zlSFAXyyKSr9S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eHD8VyiicctTWrIad63zlSFAXyyKSr9S > .row .container > .video-iframe-container { display: none; }#eHD8VyiicctTWrIad63zlSFAXyyKSr9S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eHD8VyiicctTWrIad63zlSFAXyyKSr9S > .row > .video-iframe-container { display: none; }#eHD8VyiicctTWrIad63zlSFAXyyKSr9S > .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); }#eHD8VyiicctTWrIad63zlSFAXyyKSr9S > .row .container { border-width: 0; border-radius: 0; }#eHD8VyiicctTWrIad63zlSFAXyyKSr9S > .row > .video-iframe-container {  }#eHD8VyiicctTWrIad63zlSFAXyyKSr9S > .row .container { font-size:0.875rem;font-family:arial;height:26.875rem;width:60rem;position:relative;display:block; }#BFiKT9KXPNMsgcK3IeQ505MkMlQyD3dx { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.74954375rem;width:2.2497125rem;top:14.75rem;left:26.25rem;overflow:hidden;display:block; }
#MUeTTa6w7EvTnXEfedxytsi5ZidNG0gJ { color:#ffffff;display:block;width:24.1845625rem;position:absolute;font-family:"helvetica nue";font-size:1.1875rem;font-weight:300;z-index:100008;line-height:1.3;letter-spacing:0;top:6.6875rem;left:30.5625rem;height:3.0869125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yE78Vl1lyy5vtL5QDaZZ7OMbIINdgiBQ { color:#ffffff;display:block;width:25.6861875rem;position:absolute;font-family:"helvetica nue";font-size:1.1875rem;font-weight:300;z-index:100009;line-height:1.3;letter-spacing:0;top:11.375rem;left:30.5625rem;height:1.54361875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GHanrxWFccAfxA490Zk5TiIe8CyGo0hm { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.1875rem;width:3.0625rem;top:10.5625rem;left:25.8125rem;overflow:hidden;display:block; }
#zEo2UAc6TPAw0vO0L17zSLhTO8BhvLoJ { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1236375rem;width:2.1236375rem;top:18rem;left:26.25rem;overflow:hidden;display:block; }
#oZWBTMLSTBLTlPVf3qGmsmbqoyZpyph2 { color:#ffffff;display:block;width:24.24875rem;position:absolute;font-family:"helvetica nue";font-size:1.1875rem;font-weight:300;z-index:100010;line-height:1.3;letter-spacing:0;top:14.875rem;left:30.5rem;height:1.54361875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SySowrXexadr4sxaslaMtxW382Ty7np5 { color:#ffffff;display:block;width:12.937125rem;position:absolute;font-family:"helvetica nue";font-size:2.9375rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:1.0625rem;left:3.8125rem;height:15.2734375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kcDC0Jlg4JZCUGnCA9yOByXy4Gwts6LN { background-color:#f05715;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:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"helvetica nue";font-size:1.375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.8730625rem;height:3.37405rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:18rem;left:3.8125rem;display:block; }
#w9uszOUkDxrgTX9RMrOGfLs4h7efxg8l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ESCWgCBcX1C4Zbu9IT9bWTfZkWhVTX02 { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#EoCcsUbbWLBFV41CwD0qlfn4B7Rm1xtV { color:#ffffff;display:block;width:24.1845625rem;position:absolute;font-family:"helvetica nue";font-size:1.1875rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:3.75rem;left:30.5rem;height:1.54345625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uaTi3O0DqKF1JktsQ2FBAgZp4UuB6pxo { color:#ffffff;display:block;width:24.24875rem;position:absolute;font-family:"helvetica nue";font-size:1.1875rem;font-weight:300;z-index:100011;line-height:1.3;letter-spacing:0;top:18.5625rem;left:30.5rem;height:1.54361875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CIz60Qbkuf97JysEBauXMG6ZLROcr9r7 { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.87491875rem;width:3.12396875rem;top:6.8125rem;left:25.8125rem;overflow:hidden;display:block; }
#JTeI70J2bv60sI092Qg2sP4GPqI3IXCd { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.87491875rem;width:2.1236375rem;top:3.125rem;left:26.3125rem;overflow:hidden;display:block; }
#OUDmJfiGSho9kltQQeu1Ouzxb9tvg9Ui { position:relative;display:block; }#OUDmJfiGSho9kltQQeu1Ouzxb9tvg9Ui { background-color: transparent; background-image: none; }#OUDmJfiGSho9kltQQeu1Ouzxb9tvg9Ui::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OUDmJfiGSho9kltQQeu1Ouzxb9tvg9Ui > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OUDmJfiGSho9kltQQeu1Ouzxb9tvg9Ui > .row .container > .video-iframe-container { display: none; }#OUDmJfiGSho9kltQQeu1Ouzxb9tvg9Ui > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OUDmJfiGSho9kltQQeu1Ouzxb9tvg9Ui > .row > .video-iframe-container { display: none; }#OUDmJfiGSho9kltQQeu1Ouzxb9tvg9Ui > .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); }#OUDmJfiGSho9kltQQeu1Ouzxb9tvg9Ui { border-width: 0; border-radius: 0; }#OUDmJfiGSho9kltQQeu1Ouzxb9tvg9Ui > .row .container > .video-iframe-container {  }#OUDmJfiGSho9kltQQeu1Ouzxb9tvg9Ui > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ecf6f6;background-image:none;font-size:0.875rem;font-family:arial;height:40.25rem;width:60rem;position:relative;display:block; }#NJDnAayHwuAhZEkCEvShkr2SnkyheMWf { color:#009538;display:block;width:45.3125rem;position:absolute;font-family:"helvetica nue";font-size:2.9375rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:1.875rem;left:7.34375rem;height:3.8183625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BLnkrTEgLG72s5q1rXkUsbkEzNXzTiWm { color:#1a1a1a;display:block;width:31.8125rem;position:absolute;font-family:"helvetica nue";font-size:1.25rem;font-weight:300;z-index:100013;line-height:1.3;letter-spacing:0;top:6.875rem;left:23.59375rem;height:11.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uCQEWZkTdqL0XIm0QoChwsA1GzmqtPNo { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.4375rem;width:10.4375rem;top:7rem;left:7.375rem;overflow:hidden;display:block; }
#sKutpcUh5TZRHP8UcfRJnB3g7PEZ959o { color:#009538;display:block;width:49.1875rem;position:absolute;font-family:"helvetica nue";font-size:1.6875rem;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:30.8125rem;left:5.40625rem;height:2.1933625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qOA8Ei2lLiLOwcGeS5lIklPG3OkbXKGT { background-color:#f05715;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:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"helvetica nue";font-size:1.375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.8730625rem;height:3.374025rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:35.0625rem;left:23.5625rem;display:block; }
#dnvo6KJSsz7nIElPJh3i5p8FJHu65TSK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#QpRNI8GuV5UHQnwcO4VSnrwmcuf2Qnfy { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.4375rem;width:6.4375rem;top:16.4375rem;left:14.28125rem;overflow:hidden;display:block; }
#QPV7hB7PFBxkJcXZEz1wBr8gNoEh5mwQ { box-sizing:content-box;color:#009538;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100016;top:6.875rem;left:20.8125rem;display:block; }
#CGOA6Bc12AkTm5grsbz2oG6sWHFhH6ZT { box-sizing:content-box;color:#009538;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100017;top:11.125rem;left:20.8125rem;display:block; }
#BCLBHtxi8X8LMiLTQ0kOt5qoZrFqsN9C { box-sizing:content-box;color:#009538;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100018;top:16.125rem;left:20.8125rem;display:block; }
#C4xWSQ3pIEgLm7EhGDcM7nTJTAWCqXaN { color:#1a1a1a;display:block;width:31.8125rem;position:absolute;font-family:"helvetica nue";font-size:1.25rem;font-weight:300;z-index:100013;line-height:1.3;letter-spacing:0;top:8.75rem;left:25.34375rem;height:11.75rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#QydTd5EH3KCUfZiBt9sENDJfUIDMxT6U { color:#1a1a1a;display:block;width:48rem;position:absolute;font-family:"helvetica nue";font-size:1.25rem;font-weight:300;z-index:100014;line-height:1.3;letter-spacing:0;top:24.880859375rem;left:6rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#V7OZDKqetWTW7iB8D4hIQAX1spO7a4i4 { color:#1a1a1a;display:block;width:31.8125rem;position:absolute;font-family:"helvetica nue";font-size:1.25rem;font-weight:300;z-index:100013;line-height:1.3;letter-spacing:0;top:8.75rem;left:25.34375rem;height:11.75rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#uBXOZu0yMIDcig7LJx7to16hi70Q8cJm { position:relative;display:block; }#uBXOZu0yMIDcig7LJx7to16hi70Q8cJm { background-color: transparent; background-image: none; }#uBXOZu0yMIDcig7LJx7to16hi70Q8cJm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uBXOZu0yMIDcig7LJx7to16hi70Q8cJm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uBXOZu0yMIDcig7LJx7to16hi70Q8cJm > .row .container > .video-iframe-container { display: none; }#uBXOZu0yMIDcig7LJx7to16hi70Q8cJm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uBXOZu0yMIDcig7LJx7to16hi70Q8cJm > .row > .video-iframe-container { display: none; }#uBXOZu0yMIDcig7LJx7to16hi70Q8cJm > .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); }#uBXOZu0yMIDcig7LJx7to16hi70Q8cJm { border-width: 0; border-radius: 0; }#uBXOZu0yMIDcig7LJx7to16hi70Q8cJm > .row .container > .video-iframe-container {  }#uBXOZu0yMIDcig7LJx7to16hi70Q8cJm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f5f6ec;background-image:none;font-size:0.875rem;font-family:arial;height:40.25rem;width:60rem;position:relative;display:block; }#luEaOrbe2vCaFnpSzSWX6Tb96DiWSC59 { color:#009538;display:block;width:45.3125rem;position:absolute;font-family:"helvetica nue";font-size:2.9375rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:1.875rem;left:7.34375rem;height:3.8183625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J6cksC1DT9IB9teWtimzNALCnfW6zgER { color:#1a1a1a;display:block;width:31.8125rem;position:absolute;font-family:"helvetica nue";font-size:1.25rem;font-weight:300;z-index:100013;line-height:1.3;letter-spacing:0;top:6.875rem;left:23.59375rem;height:8.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gg4tNXmAwV18esGDdJfr5ma4L0m4wHJn { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.4375rem;width:10.4375rem;top:7rem;left:7.375rem;overflow:hidden;display:block; }
#RiP5eN7of2Ri1h75EXwUy7n9p5L2nsRz { color:#009538;display:block;width:49.1875rem;position:absolute;font-family:"helvetica nue";font-size:1.6875rem;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:30.8125rem;left:5.40625rem;height:2.1933625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lKHrQmeSLb1b23JaHqHZfO2O64AR0Hev { background-color:#f05715;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:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"helvetica nue";font-size:1.375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.8730625rem;height:3.374025rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:35.0625rem;left:23.5625rem;display:block; }
#f29MqEUn6MwLn4AE6gXudnuKXlFExN5C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#m5hBiRpgIbXE32FaWQ7Da13J9xSlkUGf { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.4375rem;width:6.4375rem;top:16.4375rem;left:14.28125rem;overflow:hidden;display:block; }
#rz0I2cseLV3qOLoCUpu9F7ikuShIsGXl { box-sizing:content-box;color:#009538;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100016;top:6.875rem;left:20.8125rem;display:block; }
#rUNBsPBlu02RmBCM1B73U0u9sWZItagm { box-sizing:content-box;color:#009538;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100017;top:12.25rem;left:20.8125rem;display:block; }
#qCPR5A3xN3Ch6cxtVJ5tsUxhTeKUTfWx { color:#1a1a1a;display:block;width:31.8125rem;position:absolute;font-family:"helvetica nue";font-size:1.25rem;font-weight:300;z-index:100013;line-height:1.3;letter-spacing:0;top:8.75rem;left:25.34375rem;height:11.75rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#yXQOJpd8uAnyAVR0kFaXfRnkB4nnxCn4 { color:#1a1a1a;display:block;width:50.4375rem;position:absolute;font-family:"helvetica nue";font-size:1.25rem;font-weight:300;z-index:100014;line-height:1.3;letter-spacing:0;top:24.943359375rem;left:4.78125rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cHaghOlHHMchwmSdkJ10hoTUCDShKgxa { color:#1a1a1a;display:block;width:31.8125rem;position:absolute;font-family:"helvetica nue";font-size:1.25rem;font-weight:300;z-index:100013;line-height:1.3;letter-spacing:0;top:8.75rem;left:25.34375rem;height:11.75rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#BwzS4DsgOTM8CNX51JvPTyex9IMXCW12 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;background-image:none;position:relative;display:block; }#BwzS4DsgOTM8CNX51JvPTyex9IMXCW12 > .row .container { background-color: transparent; background-image: none; }#BwzS4DsgOTM8CNX51JvPTyex9IMXCW12::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BwzS4DsgOTM8CNX51JvPTyex9IMXCW12 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BwzS4DsgOTM8CNX51JvPTyex9IMXCW12 > .row .container > .video-iframe-container { display: none; }#BwzS4DsgOTM8CNX51JvPTyex9IMXCW12 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BwzS4DsgOTM8CNX51JvPTyex9IMXCW12 > .row > .video-iframe-container { display: none; }#BwzS4DsgOTM8CNX51JvPTyex9IMXCW12 > .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); }#BwzS4DsgOTM8CNX51JvPTyex9IMXCW12 > .row .container { border-width: 0; border-radius: 0; }#BwzS4DsgOTM8CNX51JvPTyex9IMXCW12 > .row > .video-iframe-container {  }#BwzS4DsgOTM8CNX51JvPTyex9IMXCW12 > .row .container { font-size:0.875rem;font-family:arial;height:31.375rem;width:60rem;position:relative;display:block; }#UL4O7O23hL9BMOQ9nZQIJRFJa2y595VA { color:#1a1a1a;display:block;width:24.1856875rem;position:absolute;font-family:"helvetica nue";font-size:1.1875rem;font-weight:300;z-index:100011;line-height:1.2;letter-spacing:0;top:12.5rem;left:32.875rem;height:1.42480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TxVKPweoAICenzu7KT2F8PnEB0eU3RXo { color:#f05715;display:block;width:2.5625rem;position:absolute;font-family:"helvetica nue";font-size:2.8125rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:10.8125rem;left:30rem;height:3.65625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#e4LxtSOCtHvsU2tVrAUB3JplNC7QAatq { color:#1a1a1a;display:block;width:27rem;position:absolute;font-family:"helvetica nue";font-size:1.1875rem;font-weight:300;z-index:100013;line-height:1.3;letter-spacing:0;top:16.0625rem;left:32.9375rem;height:1.54361875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kpgcUW4a0kI0ZcpBbgG8btWTRTyVIoDE { color:#f05715;display:block;width:2.5625rem;position:absolute;font-family:"helvetica nue";font-size:2.8125rem;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:14.5625rem;left:30rem;height:3.65625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kySdCNwoTMlGxMNXgmC9yRbcJ9uPImg6 { color:#1a1a1a;display:block;width:26.875rem;position:absolute;font-family:"helvetica nue";font-size:1.1875rem;font-weight:300;z-index:100013;line-height:1.3;letter-spacing:0;top:18.5rem;left:32.875rem;height:3.0872375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Vcm4hiyXBboQSJ04V2n8STKNEoxl7Uwc { color:#f05715;display:block;width:2.5625rem;position:absolute;font-family:"helvetica nue";font-size:2.8125rem;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:18.1875rem;left:30rem;height:3.65625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mMlPz8aZLTOwUy7zW1RulHdp1JhHZ8AC { color:#1a1a1a;display:block;width:26.75rem;position:absolute;font-family:"helvetica nue";font-size:1.1875rem;font-weight:300;z-index:100015;line-height:1.3;letter-spacing:0;top:23.3125rem;left:32.9375rem;height:1.54361875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sTomwMmHJHEJInyPsd7UDy2hKZHTNCaa { color:#f05715;display:block;width:2.5625rem;position:absolute;font-family:"helvetica nue";font-size:2.8125rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:21.8125rem;left:30rem;height:3.65625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WeZTGnzQkmGBSIr0MzAPtl6t4qTzTim0 { color:#f05715;display:block;width:2.5625rem;position:absolute;font-family:"helvetica nue";font-size:2.8125rem;font-weight:700;z-index:100018;line-height:1.3;letter-spacing:0;top:25.4375rem;left:30rem;height:3.65625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Z84gXaEWz5nIlBTniHFMLOcgDE3IT5gH { color:#1a1a1a;display:block;width:26.7495625rem;position:absolute;font-family:"helvetica nue";font-size:1.1875rem;font-weight:300;z-index:100017;line-height:1.2;letter-spacing:0;top:27rem;left:33rem;height:1.42480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UZIkEodgKzQp9RlTHoC4XsNBioEsfREB { color:#1a1a1a;display:block;width:24.1856875rem;position:absolute;font-family:"helvetica nue";font-size:1.1875rem;font-weight:300;z-index:100012;line-height:1.3;letter-spacing:0;top:8.9375rem;left:2.9375rem;height:3.0872375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aRtdgbVSXHJLkyZacOvG4saJ8ZTmx67V { color:#000000;display:block;width:20.810625rem;position:absolute;font-family:"helvetica nue";font-size:2.375rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:2.1875rem;left:2.9375rem;height:6.17480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HTQB7RpCAcS4o1VWqgqfb9gSvEtrMDIv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;background-image:none;position:relative;display:block; }#HTQB7RpCAcS4o1VWqgqfb9gSvEtrMDIv > .row .container { background-color: transparent; background-image: none; }#HTQB7RpCAcS4o1VWqgqfb9gSvEtrMDIv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTQB7RpCAcS4o1VWqgqfb9gSvEtrMDIv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTQB7RpCAcS4o1VWqgqfb9gSvEtrMDIv > .row .container > .video-iframe-container { display: none; }#HTQB7RpCAcS4o1VWqgqfb9gSvEtrMDIv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTQB7RpCAcS4o1VWqgqfb9gSvEtrMDIv > .row > .video-iframe-container { display: none; }#HTQB7RpCAcS4o1VWqgqfb9gSvEtrMDIv > .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); }#HTQB7RpCAcS4o1VWqgqfb9gSvEtrMDIv > .row .container { border-width: 0; border-radius: 0; }#HTQB7RpCAcS4o1VWqgqfb9gSvEtrMDIv > .row > .video-iframe-container {  }#HTQB7RpCAcS4o1VWqgqfb9gSvEtrMDIv > .row .container { font-size:0.875rem;font-family:arial;height:31.875rem;width:60rem;position:relative;display:block; }#rST8TtIIGzPH9UeoWBQilQVOTrmS9yqS { position:absolute;display:block;z-index:100006;background-color:#009538;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: -0.1875rem -0.1875rem 0.9375rem rgba(21,21,21,0.67) ;height:29.6875rem;width:60rem;top:0.687255859375rem;left:0rem;display:block; }
#WyPHfuB5uTTR6TinVWJvXeqsOWDxwgfW { color:#ffffff;display:block;width:15.99975rem;position:absolute;font-family:"helvetica nue";font-size:2.9375rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:1.968994140625rem;left:21.998291015625rem;height:3.8183625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cm0MpTzUBc8xhr8Tb4QHlls5lnFzHJCK { color:#f05715;display:block;width:2.56225625rem;position:absolute;font-family:"helvetica nue";font-size:2.8125rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:7.069091796875rem;left:15.99853515625rem;height:3.65625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UpTBfMWHWgsciLhm6zQAD33UAzKk8Mnn { color:#ffffff;display:block;width:24.1845625rem;position:absolute;font-family:"helvetica nue";font-size:1.1875rem;font-weight:300;z-index:100012;line-height:1.2;letter-spacing:0;top:8.25rem;left:19.75rem;height:1.42480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QJAw0g4AQlQt77feeCKgK1QxhikOLO2M { color:#f05715;display:block;width:2.56225625rem;position:absolute;font-family:"helvetica nue";font-size:2.8125rem;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:10.974609375rem;left:15.99853515625rem;height:3.65625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#edg7hdpU6ieXgTW7SQrQnhRQxQiHBL8W { color:#ffffff;display:block;width:24.183375rem;position:absolute;font-family:"helvetica nue";font-size:1.1875rem;font-weight:300;z-index:100013;line-height:1.2;letter-spacing:0;top:11.407958984375rem;left:19.716796875rem;height:2.8496125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TZETa6b5R5lJJHQC8Ksk54ViBBuUbyU2 { color:#f05715;display:block;width:2.56225625rem;position:absolute;font-family:"helvetica nue";font-size:2.8125rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:15.2177734375rem;left:15.99853515625rem;height:3.65625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zkRTZZqKsLF3OfOAycbgoTorTXWlMZUU { color:#ffffff;display:block;width:24.183375rem;position:absolute;font-family:"helvetica nue";font-size:1.1875rem;font-weight:300;z-index:100015;line-height:1.2;letter-spacing:0;top:15.682861328125rem;left:19.749755859375rem;height:2.8496125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yDXxwhSR2BWfTik7SZP43dbq4kxE6ZKw { color:#f05715;display:block;width:2.56225625rem;position:absolute;font-family:"helvetica nue";font-size:2.8125rem;font-weight:700;z-index:100018;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.37);top:19.623291015625rem;left:15.998291015625rem;height:3.65625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#R2fpfdJm0TR6rp9F8ZkJQDx99ePwItIU { color:#ffffff;display:block;width:24.183375rem;position:absolute;font-family:"helvetica nue";font-size:1.1875rem;font-weight:300;z-index:100017;line-height:1.2;letter-spacing:0;top:20.056640625rem;left:19.716796875rem;height:2.8496125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TuUVSPEIZkQGk1yv6thl0qJfaDV5kMf3 { background-color:#f05715;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:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"helvetica nue";font-size:1.375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.8723125rem;height:3.374025rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:25.235595703125rem;left:23.56201171875rem;display:block; }
#HKarTebAbhsObRkgk68zcT9geZDZLKgx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#HgbBvJccuaW5Q8QqTocLSQN8XySEoeI0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:none; }#HgbBvJccuaW5Q8QqTocLSQN8XySEoeI0 > .row .container { border-width: 0; border-radius: 0; }#HgbBvJccuaW5Q8QqTocLSQN8XySEoeI0 > .row > .video-iframe-container {  }#HgbBvJccuaW5Q8QqTocLSQN8XySEoeI0 > .row .container { font-size:0.875rem;font-family:arial;height:29rem;width:60rem;position:relative;display:none; }#mQvL0yuTM96vz3hi9IFcLB5azhDIs48T { color:#1a1a1a;display:block;width:28.187rem;position:absolute;font-family:"helvetica nue";font-size:1.1875rem;font-weight:300;z-index:100019;line-height:1.3;letter-spacing:0;top:11.309523522854rem;left:28.528022766113rem;height:12.40628125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gP39OZyUMh6xEBiO9TSkEE4wCI2xXtz1 { color:#000000;display:block;width:20.811625rem;position:absolute;font-family:"helvetica nue";font-size:2.375rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:3.8111734390259rem;left:4.1542663574219rem;height:6.17431875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cq9OVDy9aEXxhwiBrpnB6OFsmGZKoUlT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#009538;background-image:none;position:relative;display:block; }#cq9OVDy9aEXxhwiBrpnB6OFsmGZKoUlT > .row .container { background-color: transparent; background-image: none; }#cq9OVDy9aEXxhwiBrpnB6OFsmGZKoUlT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cq9OVDy9aEXxhwiBrpnB6OFsmGZKoUlT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cq9OVDy9aEXxhwiBrpnB6OFsmGZKoUlT > .row .container > .video-iframe-container { display: none; }#cq9OVDy9aEXxhwiBrpnB6OFsmGZKoUlT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cq9OVDy9aEXxhwiBrpnB6OFsmGZKoUlT > .row > .video-iframe-container { display: none; }#cq9OVDy9aEXxhwiBrpnB6OFsmGZKoUlT > .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); }#cq9OVDy9aEXxhwiBrpnB6OFsmGZKoUlT > .row .container { border-width: 0; border-radius: 0; }#cq9OVDy9aEXxhwiBrpnB6OFsmGZKoUlT > .row > .video-iframe-container {  }#cq9OVDy9aEXxhwiBrpnB6OFsmGZKoUlT > .row .container { font-size:0.875rem;font-family:arial;height:27.9375rem;width:60rem;position:relative;display:block; }#xdy0TUachv1bAiMLRhFGWd5Kl8M0SSpD { color:#ffffff;display:block;width:23.936625rem;position:absolute;font-family:"helvetica nue";font-size:1.4375rem;font-weight:300;z-index:100024;line-height:1.3;letter-spacing:0;top:13.478628158569rem;left:2.8707847595215rem;height:1.86889375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#N2l37yQL1KdySPrQuMLvVfuaTMvfxV3N { color:#ffffff;display:block;width:25.7481875rem;position:absolute;font-family:"helvetica nue";font-size:2.375rem;font-weight:300;z-index:100008;line-height:1.3;letter-spacing:0;top:6.3740081787113rem;left:2.8718185424805rem;height:6.17480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wCUeITT1WlTw2QhNTe1EMzHaJRHgU3NO { background-color:#f05715;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:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"helvetica nue";font-size:1.375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.061125rem;height:2.998925rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:17.119295120239rem;left:2.8697509765625rem;display:block; }
#tlfQi0UgHPggg6I8gTo6QMmDMZpUJMR0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#f80giTEAqO57pMnLxrd8CbOX4km0AuNe { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.499rem;width:13.374rem;top:3.6962890625rem;left:41.4990234375rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #xWZVIVt2EGA0zOk9RehfdiZQhLgt5G9X { display:block; }#xWZVIVt2EGA0zOk9RehfdiZQhLgt5G9X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dq8Qq2umgPv0PLnZ7QgnTnLUFs2Xt6gF .widget-regular-label { width:19.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#Dq8Qq2umgPv0PLnZ7QgnTnLUFs2Xt6gF .widget-input-text { width:19.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Dq8Qq2umgPv0PLnZ7QgnTnLUFs2Xt6gF .widget-input-text {padding-top: 0; padding-bottom: 0;}#Dq8Qq2umgPv0PLnZ7QgnTnLUFs2Xt6gF .widget-textarea { width:19.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Dq8Qq2umgPv0PLnZ7QgnTnLUFs2Xt6gF .widget-input-select { width:19.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Dq8Qq2umgPv0PLnZ7QgnTnLUFs2Xt6gF .widget-input-select {padding-top: 0; padding-bottom: 0;}#Dq8Qq2umgPv0PLnZ7QgnTnLUFs2Xt6gF .widget-input-button { width:19.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Dq8Qq2umgPv0PLnZ7QgnTnLUFs2Xt6gF .widget-checkbox-label { width:17.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Dq8Qq2umgPv0PLnZ7QgnTnLUFs2Xt6gF  { width:19.0625rem;height:auto;top:10.125rem;left:26.125rem; }
#Dq8Qq2umgPv0PLnZ7QgnTnLUFs2Xt6gF .radio-container { width:19.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Dq8Qq2umgPv0PLnZ7QgnTnLUFs2Xt6gF {display:block;}#Dq8Qq2umgPv0PLnZ7QgnTnLUFs2Xt6gF { width:19.0625rem;height:auto;top:10.125rem;left:26.125rem; }
 }@media only screen and (max-width: 763px) { #Dq8Qq2umgPv0PLnZ7QgnTnLUFs2Xt6gF #kpvM3mImc5z63VyTcUCQUaJCf3eqWbig {  }
 }@media only screen and (max-width: 763px) { #Dq8Qq2umgPv0PLnZ7QgnTnLUFs2Xt6gF #TnGCt2dWmyFgT6RcaOuFvSxrB4uhiCCh {  }
 }@media only screen and (max-width: 763px) { #Dq8Qq2umgPv0PLnZ7QgnTnLUFs2Xt6gF #JbD8ZqL27QptpP3UUJOH3vu0xbhNaxdr {  }
 }@media only screen and (max-width: 763px) { #Dq8Qq2umgPv0PLnZ7QgnTnLUFs2Xt6gF #twoAgKSUU0vquTHeeCpUQIyFPKBhCcVT {  }
 }@media only screen and (max-width: 763px) { #Dq8Qq2umgPv0PLnZ7QgnTnLUFs2Xt6gF #Es8TLFqZIhHgdGTwKM7agTnqOeabSl8U {  }
 }@media only screen and (max-width: 763px) { #Dq8Qq2umgPv0PLnZ7QgnTnLUFs2Xt6gF #ce5IRCrS5beQPzSiZts1SzTfT93cAumf {  }
 }@media only screen and (max-width: 763px) { #Dq8Qq2umgPv0PLnZ7QgnTnLUFs2Xt6gF #KquQAndFFe9bItZFqaBIbrMEGZgieiN8 {  }
 }@media only screen and (max-width: 763px) { #Dq8Qq2umgPv0PLnZ7QgnTnLUFs2Xt6gF #KZiw4y012HgWuTZSfdRwCO4nkNeHNwqV {  }
 }@media only screen and (max-width: 763px) { #Dq8Qq2umgPv0PLnZ7QgnTnLUFs2Xt6gF #NDE77fAuTCWdW1PPOxC33wWksA9rdR9V {  }
 }@media only screen and (max-width: 763px) { #Dq8Qq2umgPv0PLnZ7QgnTnLUFs2Xt6gF #GTp1fDo4RgfMdoaaVMPvGlDtTvhhqxzt {  }
 }@media only screen and (max-width: 763px) { #Dq8Qq2umgPv0PLnZ7QgnTnLUFs2Xt6gF #Hgm5TkdhdbZMUQFM9OFmFlOvGn3LyFNd {  }
 }@media only screen and (max-width: 763px) { #Dq8Qq2umgPv0PLnZ7QgnTnLUFs2Xt6gF #MQKJ336iJKL6eb2Z4NnVSdSUIxzMLzg3 {  }
 }@media only screen and (max-width: 763px) { #Dq8Qq2umgPv0PLnZ7QgnTnLUFs2Xt6gF #QgPn2iqIEQFVTTaSIRCdDahQCIEC76ns {  }
 }@media only screen and (max-width: 763px) { #Dq8Qq2umgPv0PLnZ7QgnTnLUFs2Xt6gF #AvoTSEAPs4cy0PhJEQRsEPe6RBvqZ5Hx {  }
 }@media only screen and (max-width: 763px) { #Dq8Qq2umgPv0PLnZ7QgnTnLUFs2Xt6gF #Gnq2QwyvwyNTcBpt8ts0hFrU3d8bOJix {  }
 }@media only screen and (max-width: 763px) { #Dq8Qq2umgPv0PLnZ7QgnTnLUFs2Xt6gF #oCAdo0U8wQmrogs19xrohH1bhTFtAEc2 {  }
 }@media only screen and (max-width: 763px) { #Dq8Qq2umgPv0PLnZ7QgnTnLUFs2Xt6gF #hRdKmdkzihvCbDdsw0qP5VD2iPdO1UGN {  }
 }@media only screen and (max-width: 763px) { #Dq8Qq2umgPv0PLnZ7QgnTnLUFs2Xt6gF #K1zXcUC483tEdJfJeC7llLzdzCi1DdKn {  }
 }@media only screen and (max-width: 763px) { #Dq8Qq2umgPv0PLnZ7QgnTnLUFs2Xt6gF #uZr5uaZs9xoe7NmbFWzOODeoa004dRhu {  }
 }@media only screen and (max-width: 763px) { #Dq8Qq2umgPv0PLnZ7QgnTnLUFs2Xt6gF #yNISZL0z30lJo6yZqxFFXcvsiQiCPdtk {  }
 }@media only screen and (max-width: 763px) { #E2bDRBIDMGMNUKICEslem868piVJJn05 { top:9.3125rem;left:20.3125rem;width:27.4375rem;height:29.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KabbeDdOsdk3aTofqZ1Kc5KdteayLXeD { top:6.8125rem;left:11.125rem;width:36.625rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ILcHDCqAgW9gTyfO1tWLvgGL6hDbuhIT { top:11.5rem;left:10.03173828125rem;width:27.625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7HD4P0Rgey8KsPPksyHTuwz0Gdxf13l { top:0rem;left:18.9375rem;width:9.8125rem;height:12.111973743346rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHAA99VcBO4CS4ltSSJTd8QgyzwFEei2 { top:27.25rem;left:2.4375rem;width:42.875rem;height:8.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnZvxuUy8VKKXUZeqBTGkn7mAWHRbRMt { top:19.5rem;left:0rem;width:19.9375rem;height:8.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TofU56EyKpS5DpdIIgFSdybz0GxEXpc6 { width:16.5rem;height:4.125rem;top:43.625rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DNT3sS2CWtLglsNchrFkAT1ZSbUvhisk { display:block; }
 }@media only screen and (max-width: 763px) { #cIZzqCwURBvdLBmy8kFoCCsVVDPBwJVu { width:16.5rem;height:4.125rem;top:43.625rem;left:30.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tSRN9S9AeLcSukBXNtFPTHlBFdiqn0IO { display:block; }
 }@media only screen and (max-width: 763px) { #J6PhfbJ3JABrVSVfZK6SaEsSMDlxgdP7 { top:37.8125rem;left:3.5625rem;width:40.6875rem;height:2.6875rem;font-size:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kVFaes8TvUzhQmle90aaSR8SFqE4LSod { top:37.4375rem;left:3.5625rem;width:40.625rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EK5qn9TzQsqGHtRewadiDupnrKnhxTOD { top:51.1875rem;left:0rem;width:47.75rem;height:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWKJH9e3TiMIGkXEwxQkJWpRLB01mamK { top:15.4375rem;left:0rem;width:47.75rem;height:10.6875rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHD8VyiicctTWrIad63zlSFAXyyKSr9S { display:block; }#eHD8VyiicctTWrIad63zlSFAXyyKSr9S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BFiKT9KXPNMsgcK3IeQ505MkMlQyD3dx { top:14.75rem;left:20.125rem;width:2.1875rem;height:1.7012484162091rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUeTTa6w7EvTnXEfedxytsi5ZidNG0gJ { top:6.6875rem;left:23.625rem;width:24.125rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yE78Vl1lyy5vtL5QDaZZ7OMbIINdgiBQ { top:11.375rem;left:22.125rem;width:25.625rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHanrxWFccAfxA490Zk5TiIe8CyGo0hm { top:10.5625rem;left:19.6875rem;width:3.0625rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEo2UAc6TPAw0vO0L17zSLhTO8BhvLoJ { top:18rem;left:20.125rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZWBTMLSTBLTlPVf3qGmsmbqoyZpyph2 { top:14.875rem;left:23.5625rem;width:24.1875rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SySowrXexadr4sxaslaMtxW382Ty7np5 { top:1.0625rem;left:0rem;width:12.875rem;height:15.3125rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcDC0Jlg4JZCUGnCA9yOByXy4Gwts6LN { width:12.8125rem;height:3.3125rem;top:18rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9uszOUkDxrgTX9RMrOGfLs4h7efxg8l { display:block; }
 }@media only screen and (max-width: 763px) { #ESCWgCBcX1C4Zbu9IT9bWTfZkWhVTX02 { display:none; }
 }@media only screen and (max-width: 763px) { #EoCcsUbbWLBFV41CwD0qlfn4B7Rm1xtV { top:3.75rem;left:23.625rem;width:24.125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaTi3O0DqKF1JktsQ2FBAgZp4UuB6pxo { top:18.5625rem;left:23.5625rem;width:24.1875rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIz60Qbkuf97JysEBauXMG6ZLROcr9r7 { top:6.8125rem;left:19.6875rem;width:3.0625rem;height:2.8180353026859rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTeI70J2bv60sI092Qg2sP4GPqI3IXCd { top:3.125rem;left:20.1875rem;width:2.0625rem;height:2.7923727067191rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUDmJfiGSho9kltQQeu1Ouzxb9tvg9Ui { display:block; }#OUDmJfiGSho9kltQQeu1Ouzxb9tvg9Ui > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NJDnAayHwuAhZEkCEvShkr2SnkyheMWf { top:1.875rem;left:1.21875rem;width:45.3125rem;height:3.8125rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLnkrTEgLG72s5q1rXkUsbkEzNXzTiWm { top:6.875rem;left:15.9375rem;width:31.8125rem;height:11.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCQEWZkTdqL0XIm0QoChwsA1GzmqtPNo { top:7rem;left:1.25rem;width:10.4375rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKutpcUh5TZRHP8UcfRJnB3g7PEZ959o { top:30.8125rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOA8Ei2lLiLOwcGeS5lIklPG3OkbXKGT { width:12.8125rem;height:3.3125rem;top:35.0625rem;left:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnvo6KJSsz7nIElPJh3i5p8FJHu65TSK { display:block; }
 }@media only screen and (max-width: 763px) { #QpRNI8GuV5UHQnwcO4VSnrwmcuf2Qnfy { top:16.4375rem;left:8.15625rem;width:6.4375rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPV7hB7PFBxkJcXZEz1wBr8gNoEh5mwQ { top:6.875rem;left:14.6875rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGOA6Bc12AkTm5grsbz2oG6sWHFhH6ZT { top:11.125rem;left:14.6875rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCLBHtxi8X8LMiLTQ0kOt5qoZrFqsN9C { top:16.125rem;left:14.6875rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4xWSQ3pIEgLm7EhGDcM7nTJTAWCqXaN { top:8.75rem;left:15.9375rem;width:31.8125rem;height:11.75rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QydTd5EH3KCUfZiBt9sENDJfUIDMxT6U { top:24.875rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7OZDKqetWTW7iB8D4hIQAX1spO7a4i4 { top:37.5625rem;left:0rem;width:13.8125rem;height:5.25rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uBXOZu0yMIDcig7LJx7to16hi70Q8cJm { display:block; }#uBXOZu0yMIDcig7LJx7to16hi70Q8cJm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #luEaOrbe2vCaFnpSzSWX6Tb96DiWSC59 { top:1.875rem;left:1.21875rem;width:45.3125rem;height:3.8125rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6cksC1DT9IB9teWtimzNALCnfW6zgER { top:6.875rem;left:15.9375rem;width:31.8125rem;height:8.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gg4tNXmAwV18esGDdJfr5ma4L0m4wHJn { top:7rem;left:1.25rem;width:10.4375rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiP5eN7of2Ri1h75EXwUy7n9p5L2nsRz { top:30.8125rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKHrQmeSLb1b23JaHqHZfO2O64AR0Hev { width:12.8125rem;height:3.3125rem;top:35.0625rem;left:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f29MqEUn6MwLn4AE6gXudnuKXlFExN5C { display:block; }
 }@media only screen and (max-width: 763px) { #m5hBiRpgIbXE32FaWQ7Da13J9xSlkUGf { top:16.4375rem;left:8.15625rem;width:6.4375rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rz0I2cseLV3qOLoCUpu9F7ikuShIsGXl { top:6.875rem;left:14.6875rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUNBsPBlu02RmBCM1B73U0u9sWZItagm { top:12.25rem;left:14.6875rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCPR5A3xN3Ch6cxtVJ5tsUxhTeKUTfWx { top:23.5rem;left:0rem;width:13.8125rem;height:13.875rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yXQOJpd8uAnyAVR0kFaXfRnkB4nnxCn4 { top:24.9375rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHaghOlHHMchwmSdkJ10hoTUCDShKgxa { top:39.75rem;left:0rem;width:16.8125rem;height:8.25rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BwzS4DsgOTM8CNX51JvPTyex9IMXCW12 { display:block; }#BwzS4DsgOTM8CNX51JvPTyex9IMXCW12 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UL4O7O23hL9BMOQ9nZQIJRFJa2y595VA { top:12.5rem;left:23.625rem;width:24.125rem;height:1.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxVKPweoAICenzu7KT2F8PnEB0eU3RXo { top:10.8125rem;left:23.875rem;width:2.5rem;height:3.6875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4LxtSOCtHvsU2tVrAUB3JplNC7QAatq { top:16.0625rem;left:20.8125rem;width:26.9375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpgcUW4a0kI0ZcpBbgG8btWTRTyVIoDE { top:14.5625rem;left:23.875rem;width:2.5rem;height:3.6875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kySdCNwoTMlGxMNXgmC9yRbcJ9uPImg6 { top:18.5rem;left:20.875rem;width:26.875rem;height:3.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vcm4hiyXBboQSJ04V2n8STKNEoxl7Uwc { top:18.1875rem;left:23.875rem;width:2.5rem;height:3.6875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMlPz8aZLTOwUy7zW1RulHdp1JhHZ8AC { top:23.3125rem;left:21.0625rem;width:26.6875rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTomwMmHJHEJInyPsd7UDy2hKZHTNCaa { top:21.8125rem;left:23.875rem;width:2.5rem;height:3.6875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeZTGnzQkmGBSIr0MzAPtl6t4qTzTim0 { top:25.4375rem;left:23.875rem;width:2.5rem;height:3.6875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z84gXaEWz5nIlBTniHFMLOcgDE3IT5gH { top:27rem;left:21.0625rem;width:26.6875rem;height:1.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZIkEodgKzQp9RlTHoC4XsNBioEsfREB { top:8.875rem;left:0rem;width:24.125rem;height:3rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRtdgbVSXHJLkyZacOvG4saJ8ZTmx67V { top:2.125rem;left:0rem;width:20.75rem;height:6.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTQB7RpCAcS4o1VWqgqfb9gSvEtrMDIv { display:block; }#HTQB7RpCAcS4o1VWqgqfb9gSvEtrMDIv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rST8TtIIGzPH9UeoWBQilQVOTrmS9yqS { top:0.625rem;left:0rem;width:47.75rem;height:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyPHfuB5uTTR6TinVWJvXeqsOWDxwgfW { top:1.9375rem;left:15.873291015625rem;width:15.9375rem;height:3.8125rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cm0MpTzUBc8xhr8Tb4QHlls5lnFzHJCK { top:7.0625rem;left:9.87353515625rem;width:2.5rem;height:3.6875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpTBfMWHWgsciLhm6zQAD33UAzKk8Mnn { top:8.25rem;left:13.625rem;width:24.125rem;height:1.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJAw0g4AQlQt77feeCKgK1QxhikOLO2M { top:10.9375rem;left:9.87353515625rem;width:2.5rem;height:3.6875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #edg7hdpU6ieXgTW7SQrQnhRQxQiHBL8W { top:11.375rem;left:13.591796875rem;width:24.125rem;height:2.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZETa6b5R5lJJHQC8Ksk54ViBBuUbyU2 { top:15.1875rem;left:9.87353515625rem;width:2.5rem;height:3.6875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkRTZZqKsLF3OfOAycbgoTorTXWlMZUU { top:15.625rem;left:13.624755859375rem;width:24.125rem;height:2.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDXxwhSR2BWfTik7SZP43dbq4kxE6ZKw { top:19.5625rem;left:9.873291015625rem;width:2.5rem;height:3.6875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2fpfdJm0TR6rp9F8ZkJQDx99ePwItIU { top:20rem;left:13.591796875rem;width:24.125rem;height:2.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuUVSPEIZkQGk1yv6thl0qJfaDV5kMf3 { width:12.8125rem;height:3.3125rem;top:25.1875rem;left:17.43701171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKarTebAbhsObRkgk68zcT9geZDZLKgx { display:block; }
 }@media only screen and (max-width: 763px) { #HgbBvJccuaW5Q8QqTocLSQN8XySEoeI0 { display:block; }#HgbBvJccuaW5Q8QqTocLSQN8XySEoeI0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mQvL0yuTM96vz3hi9IFcLB5azhDIs48T { top:11.25rem;left:19.5625rem;width:28.125rem;height:12.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gP39OZyUMh6xEBiO9TSkEE4wCI2xXtz1 { top:3.75rem;left:0rem;width:20.75rem;height:6.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cq9OVDy9aEXxhwiBrpnB6OFsmGZKoUlT { display:block; }#cq9OVDy9aEXxhwiBrpnB6OFsmGZKoUlT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xdy0TUachv1bAiMLRhFGWd5Kl8M0SSpD { top:13.4375rem;left:0rem;width:23.875rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2l37yQL1KdySPrQuMLvVfuaTMvfxV3N { top:6.3125rem;left:0rem;width:25.6875rem;height:6.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCUeITT1WlTw2QhNTe1EMzHaJRHgU3NO { width:16rem;height:2.9375rem;top:17.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlfQi0UgHPggg6I8gTo6QMmDMZpUJMR0 { display:block; }
 }@media only screen and (max-width: 763px) { #f80giTEAqO57pMnLxrd8CbOX4km0AuNe { top:3.6875rem;left:34.375rem;width:13.3125rem;height:16.423129766711rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #xWZVIVt2EGA0zOk9RehfdiZQhLgt5G9X { display:none; }#xWZVIVt2EGA0zOk9RehfdiZQhLgt5G9X > .row .container { width:20rem;height:62.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Dq8Qq2umgPv0PLnZ7QgnTnLUFs2Xt6gF .widget-regular-label { width:17.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none; }
#Dq8Qq2umgPv0PLnZ7QgnTnLUFs2Xt6gF .widget-input-text { width:17.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Dq8Qq2umgPv0PLnZ7QgnTnLUFs2Xt6gF .widget-input-text {padding-top: 0; padding-bottom: 0;}#Dq8Qq2umgPv0PLnZ7QgnTnLUFs2Xt6gF .widget-textarea { width:17.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Dq8Qq2umgPv0PLnZ7QgnTnLUFs2Xt6gF .widget-input-select { width:17.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Dq8Qq2umgPv0PLnZ7QgnTnLUFs2Xt6gF .widget-input-select {padding-top: 0; padding-bottom: 0;}#Dq8Qq2umgPv0PLnZ7QgnTnLUFs2Xt6gF .widget-input-button { width:17.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Dq8Qq2umgPv0PLnZ7QgnTnLUFs2Xt6gF .widget-checkbox-label { width:15.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Dq8Qq2umgPv0PLnZ7QgnTnLUFs2Xt6gF  { width:17.1875rem;height:auto;top:32rem;left:0.1875rem; }
#Dq8Qq2umgPv0PLnZ7QgnTnLUFs2Xt6gF .radio-container { width:17.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Dq8Qq2umgPv0PLnZ7QgnTnLUFs2Xt6gF {display:block;}#Dq8Qq2umgPv0PLnZ7QgnTnLUFs2Xt6gF { width:17.1875rem;height:auto;top:32rem;left:0.1875rem; }
 }@media only screen and (max-width: 763px) { #Dq8Qq2umgPv0PLnZ7QgnTnLUFs2Xt6gF #kpvM3mImc5z63VyTcUCQUaJCf3eqWbig {  }
 }@media only screen and (max-width: 763px) { #Dq8Qq2umgPv0PLnZ7QgnTnLUFs2Xt6gF #TnGCt2dWmyFgT6RcaOuFvSxrB4uhiCCh {  }
 }@media only screen and (max-width: 763px) { #Dq8Qq2umgPv0PLnZ7QgnTnLUFs2Xt6gF #JbD8ZqL27QptpP3UUJOH3vu0xbhNaxdr {  }
 }@media only screen and (max-width: 763px) { #Dq8Qq2umgPv0PLnZ7QgnTnLUFs2Xt6gF #twoAgKSUU0vquTHeeCpUQIyFPKBhCcVT {  }
 }@media only screen and (max-width: 763px) { #Dq8Qq2umgPv0PLnZ7QgnTnLUFs2Xt6gF #Es8TLFqZIhHgdGTwKM7agTnqOeabSl8U {  }
 }@media only screen and (max-width: 763px) { #Dq8Qq2umgPv0PLnZ7QgnTnLUFs2Xt6gF #ce5IRCrS5beQPzSiZts1SzTfT93cAumf {  }
 }@media only screen and (max-width: 763px) { #Dq8Qq2umgPv0PLnZ7QgnTnLUFs2Xt6gF #KquQAndFFe9bItZFqaBIbrMEGZgieiN8 {  }
 }@media only screen and (max-width: 763px) { #Dq8Qq2umgPv0PLnZ7QgnTnLUFs2Xt6gF #KZiw4y012HgWuTZSfdRwCO4nkNeHNwqV {  }
 }@media only screen and (max-width: 763px) { #Dq8Qq2umgPv0PLnZ7QgnTnLUFs2Xt6gF #NDE77fAuTCWdW1PPOxC33wWksA9rdR9V {  }
 }@media only screen and (max-width: 763px) { #Dq8Qq2umgPv0PLnZ7QgnTnLUFs2Xt6gF #GTp1fDo4RgfMdoaaVMPvGlDtTvhhqxzt {  }
 }@media only screen and (max-width: 763px) { #Dq8Qq2umgPv0PLnZ7QgnTnLUFs2Xt6gF #Hgm5TkdhdbZMUQFM9OFmFlOvGn3LyFNd {  }
 }@media only screen and (max-width: 763px) { #Dq8Qq2umgPv0PLnZ7QgnTnLUFs2Xt6gF #MQKJ336iJKL6eb2Z4NnVSdSUIxzMLzg3 {  }
 }@media only screen and (max-width: 763px) { #Dq8Qq2umgPv0PLnZ7QgnTnLUFs2Xt6gF #QgPn2iqIEQFVTTaSIRCdDahQCIEC76ns {  }
 }@media only screen and (max-width: 763px) { #Dq8Qq2umgPv0PLnZ7QgnTnLUFs2Xt6gF #AvoTSEAPs4cy0PhJEQRsEPe6RBvqZ5Hx {  }
 }@media only screen and (max-width: 763px) { #Dq8Qq2umgPv0PLnZ7QgnTnLUFs2Xt6gF #Gnq2QwyvwyNTcBpt8ts0hFrU3d8bOJix {  }
 }@media only screen and (max-width: 763px) { #Dq8Qq2umgPv0PLnZ7QgnTnLUFs2Xt6gF #oCAdo0U8wQmrogs19xrohH1bhTFtAEc2 {  }
 }@media only screen and (max-width: 763px) { #Dq8Qq2umgPv0PLnZ7QgnTnLUFs2Xt6gF #hRdKmdkzihvCbDdsw0qP5VD2iPdO1UGN {  }
 }@media only screen and (max-width: 763px) { #Dq8Qq2umgPv0PLnZ7QgnTnLUFs2Xt6gF #K1zXcUC483tEdJfJeC7llLzdzCi1DdKn {  }
 }@media only screen and (max-width: 763px) { #Dq8Qq2umgPv0PLnZ7QgnTnLUFs2Xt6gF #uZr5uaZs9xoe7NmbFWzOODeoa004dRhu {  }
 }@media only screen and (max-width: 763px) { #Dq8Qq2umgPv0PLnZ7QgnTnLUFs2Xt6gF #yNISZL0z30lJo6yZqxFFXcvsiQiCPdtk {  }
 }@media only screen and (max-width: 763px) { #E2bDRBIDMGMNUKICEslem868piVJJn05 { width:20rem;height:30.9375rem;top:31.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KabbeDdOsdk3aTofqZ1Kc5KdteayLXeD { width:20rem;height:3.79980625rem;top:26.8125rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.77);color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color:transparent;background-image:url("https://images.assets-landingi.com/AS3O5QK3/Landing_page_Vendite_per_Push_26.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,95,17,0.71); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,95,17,0.71); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:70.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ILcHDCqAgW9gTyfO1tWLvgGL6hDbuhIT { width:19.998375rem;height:1.7871125rem;top:9.1875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#f05715;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(56,55,55,0.74);display:block; }
 }@media only screen and (max-width: 763px) { #z7HD4P0Rgey8KsPPksyHTuwz0Gdxf13l { width:6.499rem;height:8.0615rem;top:0.592041015625rem;left:6.749267578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHAA99VcBO4CS4ltSSJTd8QgyzwFEei2 { width:19.998375rem;height:0;top:21.0625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #HnZvxuUy8VKKXUZeqBTGkn7mAWHRbRMt { width:19.9975625rem;height:5.8496125rem;top:32.04443359375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:100002;display:block; }
 }@media only screen and (max-width: 763px) { #TofU56EyKpS5DpdIIgFSdybz0GxEXpc6 { width:12.8723125rem;height:3.374025rem;top:48.43603515625rem;left:3.56298828125rem;z-index:100006;display:block; }
 }@media only screen and (max-width: 763px) { #DNT3sS2CWtLglsNchrFkAT1ZSbUvhisk { display:block; }
 }@media only screen and (max-width: 763px) { #cIZzqCwURBvdLBmy8kFoCCsVVDPBwJVu { width:12.871125rem;height:3.374025rem;top:55.56005859375rem;left:3.56298828125rem;z-index:100007;display:block; }
 }@media only screen and (max-width: 763px) { #tSRN9S9AeLcSukBXNtFPTHlBFdiqn0IO { display:block; }
 }@media only screen and (max-width: 763px) { #J6PhfbJ3JABrVSVfZK6SaEsSMDlxgdP7 { width:19.9975625rem;height:4.9375rem;top:42.03076171875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.77);z-index:100002;display:block; }
 }@media only screen and (max-width: 763px) { #kVFaes8TvUzhQmle90aaSR8SFqE4LSod { width:20rem;height:3.875rem;top:48.68408359375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EK5qn9TzQsqGHtRewadiDupnrKnhxTOD { width:20rem;height:25.2495625rem;top:70.828996658325rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mWKJH9e3TiMIGkXEwxQkJWpRLB01mamK { width:20rem;height:15.35351875rem;top:13.68408203125rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.77);display:block; }
 }@media only screen and (max-width: 763px) { #eHD8VyiicctTWrIad63zlSFAXyyKSr9S { display:block; }#eHD8VyiicctTWrIad63zlSFAXyyKSr9S > .row .container { width:20rem;height:64.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BFiKT9KXPNMsgcK3IeQ505MkMlQyD3dx { width:2.68580625rem;height:2.37371875rem;top:37.061198711395rem;left:8.6536464691163rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUeTTa6w7EvTnXEfedxytsi5ZidNG0gJ { width:19.998375rem;height:3.0869125rem;top:16.0625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yE78Vl1lyy5vtL5QDaZZ7OMbIINdgiBQ { width:19.998375rem;height:1.54361875rem;top:32.498698711395rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GHanrxWFccAfxA490Zk5TiIe8CyGo0hm { width:2.5618rem;height:2.5618rem;top:28.747395992279rem;left:8.7154951095581rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEo2UAc6TPAw0vO0L17zSLhTO8BhvLoJ { width:2.37371875rem;height:2.37371875rem;top:47.061200618744rem;left:8.810546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZWBTMLSTBLTlPVf3qGmsmbqoyZpyph2 { width:18.811rem;height:3.0869125rem;top:40.749349117279rem;left:0.591796875rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SySowrXexadr4sxaslaMtxW382Ty7np5 { width:19.936375rem;height:5.19921875rem;top:3.4184875488281rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kcDC0Jlg4JZCUGnCA9yOByXy4Gwts6LN { width:12.8730625rem;height:3.3737rem;top:55.865877151489rem;left:3.5631513595581rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9uszOUkDxrgTX9RMrOGfLs4h7efxg8l { display:block; }
 }@media only screen and (max-width: 763px) { #ESCWgCBcX1C4Zbu9IT9bWTfZkWhVTX02 { top:0rem;left:0.00065112113952637rem;width:20.3125rem;height:64.0625rem;z-index:100001;background-color:rgba(0,95,17,0.71);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) { #EoCcsUbbWLBFV41CwD0qlfn4B7Rm1xtV { width:19.998375rem;height:1.54361875rem;top:24.5rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uaTi3O0DqKF1JktsQ2FBAgZp4UuB6pxo { width:19.998375rem;height:3.0869125rem;top:50.561200618744rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CIz60Qbkuf97JysEBauXMG6ZLROcr9r7 { width:3.1875rem;height:3.0625rem;top:20.25rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTeI70J2bv60sI092Qg2sP4GPqI3IXCd { width:2.68580625rem;height:3.37405rem;top:11.4375rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUDmJfiGSho9kltQQeu1Ouzxb9tvg9Ui { display:block; }#OUDmJfiGSho9kltQQeu1Ouzxb9tvg9Ui > .row .container { width:20rem;height:67.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NJDnAayHwuAhZEkCEvShkr2SnkyheMWf { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BLnkrTEgLG72s5q1rXkUsbkEzNXzTiWm { width:20rem;height:0;top:38.88671875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #uCQEWZkTdqL0XIm0QoChwsA1GzmqtPNo { width:10.4375rem;height:13.4375rem;top:7.69921875rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKutpcUh5TZRHP8UcfRJnB3g7PEZ959o { width:17.9375rem;height:3.0869125rem;top:57.75rem;left:1.03125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qOA8Ei2lLiLOwcGeS5lIklPG3OkbXKGT { width:12.8125rem;height:3.3125rem;top:62.375rem;left:3.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnvo6KJSsz7nIElPJh3i5p8FJHu65TSK { display:block; }
 }@media only screen and (max-width: 763px) { #QpRNI8GuV5UHQnwcO4VSnrwmcuf2Qnfy { width:5.3125rem;height:5.3125rem;top:17.13671875rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPV7hB7PFBxkJcXZEz1wBr8gNoEh5mwQ { width:1.6875rem;height:1.6875rem;top:23.69921875rem;left:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGOA6Bc12AkTm5grsbz2oG6sWHFhH6ZT { width:1.6875rem;height:1.6875rem;top:29.625rem;left:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCLBHtxi8X8LMiLTQ0kOt5qoZrFqsN9C { width:1.6875rem;height:1.6875rem;top:38.937500953674rem;left:1.96875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4xWSQ3pIEgLm7EhGDcM7nTJTAWCqXaN { width:13.8125rem;height:23.15190625rem;top:23.51171875rem;left:4.5rem;font-size:1.1875rem;text-align:left;text-align-last:left;z-index:100014;display:block; }
 }@media only screen and (max-width: 763px) { #QydTd5EH3KCUfZiBt9sENDJfUIDMxT6U { width:20rem;height:auto;top:24.875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #V7OZDKqetWTW7iB8D4hIQAX1spO7a4i4 { width:16.8125rem;height:8.285125rem;top:48.125rem;left:1.59375rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:100015;display:block; }
 }@media only screen and (max-width: 763px) { #uBXOZu0yMIDcig7LJx7to16hi70Q8cJm { display:block; }#uBXOZu0yMIDcig7LJx7to16hi70Q8cJm > .row .container { width:20rem;height:58.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #luEaOrbe2vCaFnpSzSWX6Tb96DiWSC59 { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J6cksC1DT9IB9teWtimzNALCnfW6zgER { width:20rem;height:0;top:38.88671875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #gg4tNXmAwV18esGDdJfr5ma4L0m4wHJn { width:10.4375rem;height:11.4375rem;top:7.69921875rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiP5eN7of2Ri1h75EXwUy7n9p5L2nsRz { width:17.9375rem;height:1.54361875rem;top:50rem;left:1.03125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lKHrQmeSLb1b23JaHqHZfO2O64AR0Hev { width:12.8125rem;height:3.3125rem;top:53.375rem;left:3.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f29MqEUn6MwLn4AE6gXudnuKXlFExN5C { display:block; }
 }@media only screen and (max-width: 763px) { #m5hBiRpgIbXE32FaWQ7Da13J9xSlkUGf { width:5.3125rem;height:5.3125rem;top:17.13671875rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rz0I2cseLV3qOLoCUpu9F7ikuShIsGXl { width:1.6875rem;height:1.6875rem;top:23.69921875rem;left:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUNBsPBlu02RmBCM1B73U0u9sWZItagm { width:1.6875rem;height:1.6875rem;top:29.625rem;left:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCPR5A3xN3Ch6cxtVJ5tsUxhTeKUTfWx { width:13.8125rem;height:13.89110625rem;top:23.51171875rem;left:4.5rem;font-size:1.1875rem;text-align:left;text-align-last:left;z-index:100014;display:block; }
 }@media only screen and (max-width: 763px) { #yXQOJpd8uAnyAVR0kFaXfRnkB4nnxCn4 { width:20rem;height:auto;top:24.9375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #cHaghOlHHMchwmSdkJ10hoTUCDShKgxa { width:16.8125rem;height:8.285125rem;top:39.75rem;left:1.59375rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:100015;display:block; }
 }@media only screen and (max-width: 763px) { #BwzS4DsgOTM8CNX51JvPTyex9IMXCW12 { display:block; }#BwzS4DsgOTM8CNX51JvPTyex9IMXCW12 > .row .container { width:20rem;height:39.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UL4O7O23hL9BMOQ9nZQIJRFJa2y595VA { width:13.6865rem;height:1.42480625rem;top:17.25rem;left:4.0625rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TxVKPweoAICenzu7KT2F8PnEB0eU3RXo { width:2.5610375rem;height:2.5996125rem;top:16.625rem;left:1.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4LxtSOCtHvsU2tVrAUB3JplNC7QAatq { width:14.43725rem;height:1.54361875rem;top:21rem;left:4.0625rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kpgcUW4a0kI0ZcpBbgG8btWTRTyVIoDE { width:2.5610375rem;height:2.5996125rem;top:20.4375rem;left:1.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kySdCNwoTMlGxMNXgmC9yRbcJ9uPImg6 { width:14.56175rem;height:4.63036875rem;top:24.18701171875rem;left:4.0625rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Vcm4hiyXBboQSJ04V2n8STKNEoxl7Uwc { width:2.5610375rem;height:2.5996125rem;top:24.187255859375rem;left:1.578369140625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMlPz8aZLTOwUy7zW1RulHdp1JhHZ8AC { width:13.31175rem;height:1.54361875rem;top:30.96435546875rem;left:4.060546875rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sTomwMmHJHEJInyPsd7UDy2hKZHTNCaa { width:2.5610375rem;height:2.5996125rem;top:30.43701171875rem;left:1.529052734375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeZTGnzQkmGBSIr0MzAPtl6t4qTzTim0 { width:2.5610375rem;height:2.5996125rem;top:34.08935546875rem;left:1.5283203125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z84gXaEWz5nIlBTniHFMLOcgDE3IT5gH { width:10.9375rem;height:2.8496125rem;top:34.08935546875rem;left:4.000244140625rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UZIkEodgKzQp9RlTHoC4XsNBioEsfREB { width:19.998375rem;height:4.63036875rem;top:10.061178207398rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aRtdgbVSXHJLkyZacOvG4saJ8ZTmx67V { width:18.5619375rem;height:5.19921875rem;top:2.1866731643677rem;left:0.71717929840088rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HTQB7RpCAcS4o1VWqgqfb9gSvEtrMDIv { display:block; }#HTQB7RpCAcS4o1VWqgqfb9gSvEtrMDIv > .row .container { width:20rem;height:39.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rST8TtIIGzPH9UeoWBQilQVOTrmS9yqS { width:20rem;height:37.125rem;top:1.25rem;left:0rem;background-color:rgba(0,95,17,0.71);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) { #WyPHfuB5uTTR6TinVWJvXeqsOWDxwgfW { width:15.9375rem;height:2.5996125rem;top:2.281494140625rem;left:2.03125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cm0MpTzUBc8xhr8Tb4QHlls5lnFzHJCK { width:2.5rem;height:2.5996125rem;top:5.4443359375rem;left:8.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpTBfMWHWgsciLhm6zQAD33UAzKk8Mnn { width:20rem;height:2.8496125rem;top:8.0419921875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QJAw0g4AQlQt77feeCKgK1QxhikOLO2M { width:2.5rem;height:2.5996125rem;top:11.4111328125rem;left:8.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #edg7hdpU6ieXgTW7SQrQnhRQxQiHBL8W { width:20rem;height:4.2744125rem;top:14.0087890625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TZETa6b5R5lJJHQC8Ksk54ViBBuUbyU2 { width:2.5rem;height:2.5996125rem;top:18.406982421875rem;left:8.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkRTZZqKsLF3OfOAycbgoTorTXWlMZUU { width:20rem;height:4.2744125rem;top:21.004638671875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yDXxwhSR2BWfTik7SZP43dbq4kxE6ZKw { width:2.5rem;height:2.5996125rem;top:25.340576171875rem;left:8.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2fpfdJm0TR6rp9F8ZkJQDx99ePwItIU { width:20rem;height:2.8496125rem;top:28.00048828125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TuUVSPEIZkQGk1yv6thl0qJfaDV5kMf3 { width:12.8125rem;height:3.3125rem;top:32.672119140625rem;left:3.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKarTebAbhsObRkgk68zcT9geZDZLKgx { display:block; }
 }@media only screen and (max-width: 763px) { #HgbBvJccuaW5Q8QqTocLSQN8XySEoeI0 { display:none; }#HgbBvJccuaW5Q8QqTocLSQN8XySEoeI0 > .row .container { width:20rem;height:29.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mQvL0yuTM96vz3hi9IFcLB5azhDIs48T { width:19.999375rem;height:15.49215625rem;top:10.698780059814rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gP39OZyUMh6xEBiO9TSkEE4wCI2xXtz1 { width:19.999375rem;height:5.26025625rem;top:2.8738842010498rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cq9OVDy9aEXxhwiBrpnB6OFsmGZKoUlT { background-color:rgba(0,95,17,0.71);background-image:none;display:block; }#cq9OVDy9aEXxhwiBrpnB6OFsmGZKoUlT > .row .container { background-color: transparent; background-image: none; }#cq9OVDy9aEXxhwiBrpnB6OFsmGZKoUlT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cq9OVDy9aEXxhwiBrpnB6OFsmGZKoUlT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cq9OVDy9aEXxhwiBrpnB6OFsmGZKoUlT > .row .container > .video-iframe-container { display: none; }#cq9OVDy9aEXxhwiBrpnB6OFsmGZKoUlT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cq9OVDy9aEXxhwiBrpnB6OFsmGZKoUlT > .row > .video-iframe-container { display: none; }#cq9OVDy9aEXxhwiBrpnB6OFsmGZKoUlT > .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); }#cq9OVDy9aEXxhwiBrpnB6OFsmGZKoUlT > .row .container { width:20rem;height:30.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xdy0TUachv1bAiMLRhFGWd5Kl8M0SSpD { width:19.3121875rem;height:1.625rem;top:8.6875rem;left:0.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N2l37yQL1KdySPrQuMLvVfuaTMvfxV3N { width:20rem;height:5.19921875rem;top:2.875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wCUeITT1WlTw2QhNTe1EMzHaJRHgU3NO { width:17.4365625rem;height:3.37405rem;top:13.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlfQi0UgHPggg6I8gTo6QMmDMZpUJMR0 { display:block; }
 }@media only screen and (max-width: 763px) { #f80giTEAqO57pMnLxrd8CbOX4km0AuNe { width:7.56225rem;height:9.4995rem;top:18.560791015625rem;left:6.217041015625rem;display:block; }
 }