.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;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/1443135e-cb45-451a-9320-f165f8276084/FotoBG.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE.adaptive-delivery-prevent-bg, #JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE.lazyload, #JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE.lazyloading { background-image: none; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container { background-color: transparent; background-image: none; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container > .video-iframe-container { display: none; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row > .video-iframe-container { display: none; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .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); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container { border-width: 0; border-radius: 0; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container { font-size:0.875rem;font-family:arial;height:47.5rem;width:60rem;position:relative;display:block; }#BBSL1UFukV16MFWKhLOZGEUWslTBrBXM { z-index:100001;top:33.6875rem;left:25.65625rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-sizing:border-box;color:#828282;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"futura s";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6875rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#vseqW44UT7M39AlE1sszOZT3FwgDNuur { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#adgFBuTO2f879UrwVgFqDc8ohI2a7utP { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:26.125rem;width:27.625rem;top:6.5rem;left:16.9375rem;overflow:hidden;display:block; }
#iO83veP4iEZv27JbsqJP1GfiTkX819gH { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.875rem;width:5.875rem;top:0rem;left:27.0625rem;overflow:hidden;display:block; }
#o2IGboTK175pe27TwTm3s3xBSms2ncVF { color:#898585;display:block;width:30.4375rem;position:absolute;font-family:"futura s";font-size:1rem;font-weight:400;z-index:100011;line-height:1.3;letter-spacing:0;top:38.5625rem;left:14.78125rem;height:6.49903125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u4c6JlTPkq9v8fHK0T59rFA1Pi1SaKdm { color:#828282;display:block;width:7.5rem;position:absolute;font-family:"futura s";font-size:0.75rem;font-weight:300;z-index:100012;line-height:1.3;letter-spacing:0;top:4rem;left:26.25rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iGu5QhNsqLSThqCpNpTrLc6eaTdIRueb { position:relative;display:block; }#iGu5QhNsqLSThqCpNpTrLc6eaTdIRueb { background-color: transparent; background-image: none; }#iGu5QhNsqLSThqCpNpTrLc6eaTdIRueb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iGu5QhNsqLSThqCpNpTrLc6eaTdIRueb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iGu5QhNsqLSThqCpNpTrLc6eaTdIRueb > .row .container > .video-iframe-container { display: none; }#iGu5QhNsqLSThqCpNpTrLc6eaTdIRueb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iGu5QhNsqLSThqCpNpTrLc6eaTdIRueb > .row > .video-iframe-container { display: none; }#iGu5QhNsqLSThqCpNpTrLc6eaTdIRueb > .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); }#iGu5QhNsqLSThqCpNpTrLc6eaTdIRueb { border-width: 0; border-radius: 0; }#iGu5QhNsqLSThqCpNpTrLc6eaTdIRueb > .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:18.75rem;width:60rem;position:relative;display:block; }#KVQkrPk6W6y2dwO9sMamAoTJ8avgAIh8 { color:#737271;display:block;width:33.4375rem;position:absolute;font-family:"futura s";font-size:1.3125rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:7.66845703125rem;left:13.28125rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tULA5tKVBatgwJ7fcuzabvDr6iF0Ta1A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#tULA5tKVBatgwJ7fcuzabvDr6iF0Ta1A > .row .container { background-color: transparent; background-image: none; }#tULA5tKVBatgwJ7fcuzabvDr6iF0Ta1A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tULA5tKVBatgwJ7fcuzabvDr6iF0Ta1A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tULA5tKVBatgwJ7fcuzabvDr6iF0Ta1A > .row .container > .video-iframe-container { display: none; }#tULA5tKVBatgwJ7fcuzabvDr6iF0Ta1A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tULA5tKVBatgwJ7fcuzabvDr6iF0Ta1A > .row > .video-iframe-container { display: none; }#tULA5tKVBatgwJ7fcuzabvDr6iF0Ta1A > .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); }#tULA5tKVBatgwJ7fcuzabvDr6iF0Ta1A > .row .container { border-width: 0; border-radius: 0; }#tULA5tKVBatgwJ7fcuzabvDr6iF0Ta1A > .row .container { font-size:0.875rem;font-family:arial;height:18.625rem;width:60rem;position:relative;display:block; }#TiKZ2Te0CCKelCM07AHuh6IePIOrAsR9 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3rem;width:13.3125rem;top:10.6875rem;left:44.125rem;overflow:hidden;display:block; }
#krxmFSRMHDktaLWCoPyLT0TRqL7VMfhe { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.25rem;width:11.9375rem;top:9.4375rem;left:28.0625rem;overflow:hidden;display:block; }
#o2KODqM3BwuIviocztNxLmSVhaWMrkr4 { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.4375rem;width:4.375rem;top:11rem;left:3.125rem;overflow:hidden;display:block; }
#z7paPWVg4zgmEzCPzIZoqNBQTbuVNGiK { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.25rem;width:12.8125rem;top:10.375rem;left:11.8125rem;overflow:hidden;display:block; }
#DnSPxhs8ffuawgKMV8kWmiFgwSWRqMU7 { color:#737271;display:block;width:6.625rem;position:absolute;font-family:"futura s";font-size:1.0625rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:5.3125rem;left:2.5625rem;height:2.76171875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#v1WfoNDCwFd8LrSNCNQMtJFQxt799WLe { color:#737271;display:block;width:12.125rem;position:absolute;font-family:"futura s";font-size:1.0625rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:3.9375rem;left:12.1875rem;height:4.142575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tayTrFHln2r0HZol3gB1oLgATtaBoETQ { color:#737271;display:block;width:12.125rem;position:absolute;font-family:"futura s";font-size:1.0625rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:5.3125rem;left:28rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zeau1QIJymosPfvQ9qAJsonRqlJCSuIX { color:#737271;display:block;width:12.125rem;position:absolute;font-family:"futura s";font-size:1.0625rem;font-weight:300;z-index:100008;line-height:1.3;letter-spacing:0;top:4.625rem;left:44.75rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dae0ea;background-image:none;position:relative;display:block; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row .container { background-color: transparent; background-image: none; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row .container > .video-iframe-container { display: none; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row > .video-iframe-container { display: none; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .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); }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row .container { border-width: 0; border-radius: 0; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row .container { font-size:0.875rem;font-family:arial;height:28.6875rem;width:60rem;position:relative;display:block; }#ggd7uxSR5CcIQPbO4E12x8J4hmab3NnT { color:#737271;display:block;width:25.25rem;position:absolute;font-family:"roxborough cf";font-size:1.25rem;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;top:2.2763671875rem;left:17.6875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GZv9f0THaShDGIkaKaTs52DgCAKHgPBP { color:#737271;display:block;width:15.625rem;position:absolute;font-family:"futura s";font-size:1rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:15.1875rem;left:22.5rem;height:3.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XLa8GKq3qpXdJ41nWncsSTHt57hJG4UF { z-index:100001;top:21.0625rem;left:24.28125rem;background-color:#c2b9b8;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0rem 0.9375rem 0.625rem rgba(255,255,255,0.2) ;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:"futura s";font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.0625rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#vDzWcqgIaRovzrpud0elyGryUbex5qdW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#uuvneCbRdQ0OLzBBnIl0nv7fFxxXyhXz { color:#737271;display:block;width:23.75rem;position:absolute;font-family:"futura s";font-size:1rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:6.375rem;left:19.25rem;height:3.89941875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KU6ZTFBelAKnwRaA9k6MFL77Q4bEcGMJ { color:#737271;display:block;width:16.375rem;position:absolute;font-family:"futura s";font-size:1rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:27.125rem;left:15.5rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AEpJaCah5bkixuuOBRvvMwMLDmdkcOeA { color:#737271;display:block;width:18.0625rem;position:absolute;font-family:"roxborough cf";font-size:1.0625rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:12.6875rem;left:21.28125rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eXm8Gl1iQ5Z3eStIgHq3v0g9iwhCCGwN { position:relative;display:block; }#eXm8Gl1iQ5Z3eStIgHq3v0g9iwhCCGwN { background-color: transparent; background-image: none; }#eXm8Gl1iQ5Z3eStIgHq3v0g9iwhCCGwN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eXm8Gl1iQ5Z3eStIgHq3v0g9iwhCCGwN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eXm8Gl1iQ5Z3eStIgHq3v0g9iwhCCGwN > .row .container > .video-iframe-container { display: none; }#eXm8Gl1iQ5Z3eStIgHq3v0g9iwhCCGwN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eXm8Gl1iQ5Z3eStIgHq3v0g9iwhCCGwN > .row > .video-iframe-container { display: none; }#eXm8Gl1iQ5Z3eStIgHq3v0g9iwhCCGwN > .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); }#eXm8Gl1iQ5Z3eStIgHq3v0g9iwhCCGwN { border-width: 0; border-radius: 0; }#eXm8Gl1iQ5Z3eStIgHq3v0g9iwhCCGwN > .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:23.25rem;width:60rem;position:relative;display:block; }#NyMsPaLF0DVDs12z6kzIkFTrKLD8XlcQ .widget-form-header {  }
#NyMsPaLF0DVDs12z6kzIkFTrKLD8XlcQ .widget-regular-label { height:auto;display:block;font-family:"futura s";font-size:0.875rem;font-weight:300;color:#000000;width:19.8125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal; }
#NyMsPaLF0DVDs12z6kzIkFTrKLD8XlcQ .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:#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.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:19.8125rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#NyMsPaLF0DVDs12z6kzIkFTrKLD8XlcQ .widget-input-text {padding-top: 0; padding-bottom: 0;}#NyMsPaLF0DVDs12z6kzIkFTrKLD8XlcQ .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:#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.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:19.8125rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#NyMsPaLF0DVDs12z6kzIkFTrKLD8XlcQ .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:19.8125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden; }
#NyMsPaLF0DVDs12z6kzIkFTrKLD8XlcQ .widget-input-select {padding-top: 0; padding-bottom: 0;}#NyMsPaLF0DVDs12z6kzIkFTrKLD8XlcQ .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; }
#NyMsPaLF0DVDs12z6kzIkFTrKLD8XlcQ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#NyMsPaLF0DVDs12z6kzIkFTrKLD8XlcQ .widget-input-button { background-color:#6b6d71;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:2.8125rem;margin-bottom:0.25rem;margin-left:3.4375rem;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:300;color:#ffffff;width:12.875rem;height:2.375rem;font-family:"futura s";overflow:hidden;font-style:normal;line-height:1; }
#NyMsPaLF0DVDs12z6kzIkFTrKLD8XlcQ [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#NyMsPaLF0DVDs12z6kzIkFTrKLD8XlcQ [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#NyMsPaLF0DVDs12z6kzIkFTrKLD8XlcQ [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#NyMsPaLF0DVDs12z6kzIkFTrKLD8XlcQ [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#NyMsPaLF0DVDs12z6kzIkFTrKLD8XlcQ .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:18.4375rem;overflow:hidden;font-style:normal; }
#NyMsPaLF0DVDs12z6kzIkFTrKLD8XlcQ .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; }
#NyMsPaLF0DVDs12z6kzIkFTrKLD8XlcQ .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; }
#NyMsPaLF0DVDs12z6kzIkFTrKLD8XlcQ .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#NyMsPaLF0DVDs12z6kzIkFTrKLD8XlcQ .widget-container:first-of-type{padding-top:0;}#NyMsPaLF0DVDs12z6kzIkFTrKLD8XlcQ .widget-container:last-of-type{padding-bottom:0;}#NyMsPaLF0DVDs12z6kzIkFTrKLD8XlcQ  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100006;position:absolute;top:6.1748046875rem;left:18.84375rem; }
#NyMsPaLF0DVDs12z6kzIkFTrKLD8XlcQ .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19.8125rem; }
#NyMsPaLF0DVDs12z6kzIkFTrKLD8XlcQ .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; }
#NyMsPaLF0DVDs12z6kzIkFTrKLD8XlcQ {display:block;}#NyMsPaLF0DVDs12z6kzIkFTrKLD8XlcQ { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100006;position:absolute;top:6.1748046875rem;left:18.84375rem; }
#NyMsPaLF0DVDs12z6kzIkFTrKLD8XlcQ #RUry5RnTnQAz0cng0yF0balVipUyNveU { position:relative; }
#NyMsPaLF0DVDs12z6kzIkFTrKLD8XlcQ #eADoiqSIXd2mRWGQ1rI7PsfA7gLo2L3H { position:relative; }
#NyMsPaLF0DVDs12z6kzIkFTrKLD8XlcQ #zaRr9RNvdVRomvrD7dK5Z016eBZNTuKD { position:relative; }
#NyMsPaLF0DVDs12z6kzIkFTrKLD8XlcQ #BeZg0CmoqKMg6cuCQw1Lxu8UVl7DGM7B { position:relative; }
#NyMsPaLF0DVDs12z6kzIkFTrKLD8XlcQ #sz9ZlIFrIt3g4KxAyWmWCMwMKfCIegfg { position:relative; }
#NyMsPaLF0DVDs12z6kzIkFTrKLD8XlcQ #XCiu6wL5SPSFT7eGsLGfb9fuNZ8TzdsJ { position:relative; }
#NyMsPaLF0DVDs12z6kzIkFTrKLD8XlcQ #fh3EctL7QHayZFDqDKIq2mTMohNrXpIN { position:relative; }
#NyMsPaLF0DVDs12z6kzIkFTrKLD8XlcQ #iKxSn5f7BlxSKuv9mfVnddR2VinHp0V4 { position:relative; }
#lHT3lKQmJLvDZwsV7Pe4PqGcTTZdE7ZH { color:#737271;display:block;width:29rem;position:absolute;font-family:"futura s";font-size:1rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:2.625rem;left:15.5rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dW3UpbSgCzw2NS6kvBTZdTRKzRAmwMhi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eceaea;background-image:none;position:relative;display:block; }#dW3UpbSgCzw2NS6kvBTZdTRKzRAmwMhi > .row .container { background-color: transparent; background-image: none; }#dW3UpbSgCzw2NS6kvBTZdTRKzRAmwMhi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dW3UpbSgCzw2NS6kvBTZdTRKzRAmwMhi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dW3UpbSgCzw2NS6kvBTZdTRKzRAmwMhi > .row .container > .video-iframe-container { display: none; }#dW3UpbSgCzw2NS6kvBTZdTRKzRAmwMhi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dW3UpbSgCzw2NS6kvBTZdTRKzRAmwMhi > .row > .video-iframe-container { display: none; }#dW3UpbSgCzw2NS6kvBTZdTRKzRAmwMhi > .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); }#dW3UpbSgCzw2NS6kvBTZdTRKzRAmwMhi > .row .container { border-width: 0; border-radius: 0; }#dW3UpbSgCzw2NS6kvBTZdTRKzRAmwMhi > .row .container { font-size:0.875rem;font-family:arial;height:42.125rem;width:60rem;position:relative;display:block; }#by4VRWdHRO5n90AdHKaI95R9fByNvaio { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17rem;width:17rem;top:12.6875rem;left:6.5rem;overflow:hidden;display:block; }
#c2J9lFM12pyalOA87D5OhQPnxaVA3wQ9 { color:#737271;display:block;width:29rem;position:absolute;font-family:"futura s";font-size:1rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:4.1875rem;left:30rem;height:5.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BrRvNxru4mBhST4mNQANMbyLkC8TucRc { color:#737271;display:block;width:12.25rem;position:absolute;font-family:"roxborough cf";font-size:1rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:13rem;left:30rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#o4kGbum6ZkA0PlThBIHH9mQ0u6eB1E1H { color:#737271;display:block;width:29rem;position:absolute;font-family:"futura s";font-size:1rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:15.0625rem;left:30rem;height:5.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bXVzkMcicqG77L87ETGhGq8Pg2lbBu2B { color:#737271;display:block;width:22.4375rem;position:absolute;font-family:"roxborough cf";font-size:1rem;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:23.21875rem;left:30rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hXnILXMBBQXVa7boISph3XbBf1y4Z8Je { color:#737271;display:block;width:29rem;position:absolute;font-family:"futura s";font-size:1rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:25.71875rem;left:30rem;height:5.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rcIpsZDfhyqGZTikmSPk2WWGXWaQIflR { color:#737271;display:block;width:22.4375rem;position:absolute;font-family:"roxborough cf";font-size:1rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:32.9189453125rem;left:30rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LEBMbVQvPX4Uf3HHThU4Ochvs2M7GcNP { color:#737271;display:block;width:29rem;position:absolute;font-family:"futura s";font-size:1rem;font-weight:300;z-index:100009;line-height:1.3;letter-spacing:0;top:35.40625rem;left:30rem;height:5.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ImflKH0vOfOITXHok6Bv3snmDI3q5ibu { color:#737271;display:block;width:12.25rem;position:absolute;font-family:"roxborough cf";font-size:1.0625rem;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:0.8125rem;left:30rem;height:1.3808625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fkRZpWPr1wNmLZrU7BEHIoFOdPe8qXtp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8e0da;background-image:none;position:relative;display:block; }#fkRZpWPr1wNmLZrU7BEHIoFOdPe8qXtp > .row .container { background-color: transparent; background-image: none; }#fkRZpWPr1wNmLZrU7BEHIoFOdPe8qXtp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fkRZpWPr1wNmLZrU7BEHIoFOdPe8qXtp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fkRZpWPr1wNmLZrU7BEHIoFOdPe8qXtp > .row .container > .video-iframe-container { display: none; }#fkRZpWPr1wNmLZrU7BEHIoFOdPe8qXtp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fkRZpWPr1wNmLZrU7BEHIoFOdPe8qXtp > .row > .video-iframe-container { display: none; }#fkRZpWPr1wNmLZrU7BEHIoFOdPe8qXtp > .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); }#fkRZpWPr1wNmLZrU7BEHIoFOdPe8qXtp > .row .container { border-width: 0; border-radius: 0; }#fkRZpWPr1wNmLZrU7BEHIoFOdPe8qXtp > .row .container { font-size:0.875rem;font-family:arial;height:29.3125rem;width:60rem;position:relative;display:block; }#iFM02SUyxxt9ti4VpTZT5Tefy0iycCXk { color:#817f7e;display:block;width:14.5625rem;position:absolute;font-family:"roxborough cf";font-size:1.4375rem;font-weight:400;z-index:100015;line-height:1.3;letter-spacing:0;top:9.375rem;left:2.75rem;height:3.73730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sM1S8MvE3HRaWzUGq3vQXP9XHwV1KTrL { color:#817f7e;display:block;width:14.625rem;position:absolute;font-family:"futura s";font-size:0.875rem;font-weight:300;z-index:100016;line-height:1.8;letter-spacing:0;top:13rem;left:2.6875rem;height:1.57470625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CRFIQzdkPNLeCBZRzqmXl4QQg39Vyg41 { color:#817f7e;display:block;width:14.625rem;position:absolute;font-family:"futura s";font-size:0.875rem;font-weight:300;z-index:100017;line-height:1.8;letter-spacing:0;top:15.6875rem;left:2.6875rem;height:9.44825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LretfdnXyn9ulkkXqDLwv6zT2c25vzkf { color:#817f7e;display:block;width:15.875rem;position:absolute;font-family:"roxborough cf";font-size:1.4375rem;font-weight:400;z-index:100016;line-height:1.3;letter-spacing:0;top:10.30908203125rem;left:20.84375rem;height:1.86865rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#y8t9JTAUdI6Aha58IodcyX5lwuTQIGkq { color:#817f7e;display:block;width:11.5625rem;position:absolute;font-family:"futura s";font-size:0.875rem;font-weight:300;z-index:100017;line-height:1.8;letter-spacing:0;top:13rem;left:20.84375rem;height:1.57470625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#u6oc037haCUaMKhuuvDgTb8XPuqT3bcm { color:#817f7e;display:block;width:14.625rem;position:absolute;font-family:"futura s";font-size:0.875rem;font-weight:300;z-index:100018;line-height:1.8;letter-spacing:0;top:15.6875rem;left:20.84375rem;height:11.0229375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WGDGnt60TmtP6963Exa0t2AGUHskCM3X { color:#817f7e;display:block;width:14.4375rem;position:absolute;font-family:"roxborough cf";font-size:1.4375rem;font-weight:400;z-index:100017;line-height:1.3;letter-spacing:0;top:10.30908203125rem;left:40.65625rem;height:1.86865rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#P8PkFK1gKcEJFRWLmS3ln5mG6SGnIdxe { color:#817f7e;display:block;width:11.5625rem;position:absolute;font-family:"futura s";font-size:0.875rem;font-weight:300;z-index:100018;line-height:1.8;letter-spacing:0;top:11.8505859375rem;left:40.65625rem;height:1.57470625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oaXAS352chhrgZ6s4BJ9gNd0Kk1fBgo5 { color:#817f7e;display:block;width:17.4375rem;position:absolute;font-family:"futura s";font-size:0.875rem;font-weight:300;z-index:100019;line-height:1.8;letter-spacing:0;top:14.1123046875rem;left:40.65625rem;height:6.2988125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#p68fGO4H3pWzAGkDU648WGr9fcQz7sET { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.4375rem;width:6.4375rem;top:1.75rem;left:6.78125rem;overflow:hidden;display:block; }
#v45VSXqkeCqz1qDlDqO4qzxF4Rfg0WmD { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.5625rem;width:7.5625rem;top:1.1875rem;left:26.21875rem;overflow:hidden;display:block; }
#fkrFd53eLzynk9ebcZTy85QlQSWpOuUy { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.875rem;width:5.875rem;top:2.03125rem;left:47.0625rem;overflow:hidden;display:block; }
#hHBECK7cOJ32ZePmHJrFdpkgvVm4IhIL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8e0da;background-image:url("https://images.assets-landingi.com/pdRUUOnm/bg6.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#hHBECK7cOJ32ZePmHJrFdpkgvVm4IhIL.adaptive-delivery-prevent-bg, #hHBECK7cOJ32ZePmHJrFdpkgvVm4IhIL.lazyload, #hHBECK7cOJ32ZePmHJrFdpkgvVm4IhIL.lazyloading { background-image: none; }#hHBECK7cOJ32ZePmHJrFdpkgvVm4IhIL > .row .container { background-color: transparent; background-image: none; }#hHBECK7cOJ32ZePmHJrFdpkgvVm4IhIL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hHBECK7cOJ32ZePmHJrFdpkgvVm4IhIL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hHBECK7cOJ32ZePmHJrFdpkgvVm4IhIL > .row .container > .video-iframe-container { display: none; }#hHBECK7cOJ32ZePmHJrFdpkgvVm4IhIL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hHBECK7cOJ32ZePmHJrFdpkgvVm4IhIL > .row > .video-iframe-container { display: none; }#hHBECK7cOJ32ZePmHJrFdpkgvVm4IhIL > .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); }#hHBECK7cOJ32ZePmHJrFdpkgvVm4IhIL > .row .container { border-width: 0; border-radius: 0; }#hHBECK7cOJ32ZePmHJrFdpkgvVm4IhIL > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:60rem;position:relative;display:block; }#SrTKBJZsCKICtTtkkfkRs1ObLI1FSXMC { position:relative;display:block; }#SrTKBJZsCKICtTtkkfkRs1ObLI1FSXMC { background-color: transparent; background-image: none; }#SrTKBJZsCKICtTtkkfkRs1ObLI1FSXMC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SrTKBJZsCKICtTtkkfkRs1ObLI1FSXMC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SrTKBJZsCKICtTtkkfkRs1ObLI1FSXMC > .row .container > .video-iframe-container { display: none; }#SrTKBJZsCKICtTtkkfkRs1ObLI1FSXMC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SrTKBJZsCKICtTtkkfkRs1ObLI1FSXMC > .row > .video-iframe-container { display: none; }#SrTKBJZsCKICtTtkkfkRs1ObLI1FSXMC > .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); }#SrTKBJZsCKICtTtkkfkRs1ObLI1FSXMC { border-width: 0; border-radius: 0; }#SrTKBJZsCKICtTtkkfkRs1ObLI1FSXMC > .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:28.25rem;width:60rem;position:relative;display:block; }#IONke1dp7zv7m412hmudDGZId1p2G9rO { color:#4d4a4a;display:block;width:43.1875rem;position:absolute;font-family:"futura s";font-size:1.0625rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:5.232421875rem;left:8.40625rem;height:6.9043125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TvAmW4LmMTD0uEbhX11TTFBi9yBkgG2a { color:#4d4a4a;display:block;width:43.1875rem;position:absolute;font-family:"futura s";font-size:1.0625rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:16.8125rem;left:9.875rem;height:8.285175rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bFrtleeiOqZyyMFE7CIPqfbTnc1Si9vg { z-index:100002;top:1.3125rem;left:25.65625rem;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.0625rem solid #828282;border-left:0.0625rem solid #828282;border-right:0.0625rem solid #828282;border-bottom:0.0625rem solid #828282;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-sizing:border-box;color:#828282;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"futura s";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6875rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#roCpzvwyUtOpkPWm86AeoiQATq5aS2LH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#zmldbmR48sZQpzMgOxLR4TGCJJTdkTT7 { position:relative;display:block; }#zmldbmR48sZQpzMgOxLR4TGCJJTdkTT7 { background-color: transparent; background-image: none; }#zmldbmR48sZQpzMgOxLR4TGCJJTdkTT7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zmldbmR48sZQpzMgOxLR4TGCJJTdkTT7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zmldbmR48sZQpzMgOxLR4TGCJJTdkTT7 > .row .container > .video-iframe-container { display: none; }#zmldbmR48sZQpzMgOxLR4TGCJJTdkTT7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zmldbmR48sZQpzMgOxLR4TGCJJTdkTT7 > .row > .video-iframe-container { display: none; }#zmldbmR48sZQpzMgOxLR4TGCJJTdkTT7 > .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); }#zmldbmR48sZQpzMgOxLR4TGCJJTdkTT7 { border-width: 0; border-radius: 0; }#zmldbmR48sZQpzMgOxLR4TGCJJTdkTT7 > .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.75rem;width:60rem;position:relative;display:block; }#FE9bnU53RKmdOX42cC57EnWMFfFO1oAw { color:#585454;display:block;width:3.0625rem;position:absolute;font-family:"roxborough cf";font-size:1.25rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:1.4375rem;left:28.46875rem;height:1.625rem;display:block; }
#HlV0aizfuHO42Pu9hu7CoOn1KutX7oil { color:#4d4a4a;display:block;width:57.5rem;position:absolute;font-family:"futura s";font-size:1.0625rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:4.22802734375rem;left:1.25rem;height:28.99808125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#it6WSKU1ZTMxiuBLhD74nsq9tfWglTn4 { position:relative;display:block; }#it6WSKU1ZTMxiuBLhD74nsq9tfWglTn4 { background-color: transparent; background-image: none; }#it6WSKU1ZTMxiuBLhD74nsq9tfWglTn4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#it6WSKU1ZTMxiuBLhD74nsq9tfWglTn4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#it6WSKU1ZTMxiuBLhD74nsq9tfWglTn4 > .row .container > .video-iframe-container { display: none; }#it6WSKU1ZTMxiuBLhD74nsq9tfWglTn4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#it6WSKU1ZTMxiuBLhD74nsq9tfWglTn4 > .row > .video-iframe-container { display: none; }#it6WSKU1ZTMxiuBLhD74nsq9tfWglTn4 > .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); }#it6WSKU1ZTMxiuBLhD74nsq9tfWglTn4 { border-width: 0; border-radius: 0; }#it6WSKU1ZTMxiuBLhD74nsq9tfWglTn4 > .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:35.5rem;width:60rem;position:relative;display:block; }#n7slyZBfHgXpP6cHKrBzAguDqtSfHzQQ { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.6875rem;width:26.375rem;top:3.28125rem;left:16.8125rem;display:block; }
#hOTatID86FaI1flTonCHx1O0gSpFDVtp { color:#4d4a4a;display:block;width:25.6875rem;position:absolute;font-family:"futura s";font-size:1rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:1.15625rem;left:17.53125rem;height:1.29980625rem;font-style:normal;display:block; }
#NAWXJinCNOqvo4b0XCFfy405oDbSeDod { color:#4d4a4a;display:block;width:29.875rem;position:absolute;font-family:"futura s";font-size:1rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:25.0625rem;left:15.0625rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tPBScRBRUv978gCshh9LdhxpTxTzuZK6 { color:#4d4a4a;display:block;width:44.8125rem;position:absolute;font-family:"futura s";font-size:1rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:27.8125rem;left:7.59375rem;height:1.29980625rem;font-style:normal;display:block; }
#hzXUaKhqK9yP8QJHcJ30At54UaazUruw { color:#4d4a4a;display:block;width:29.875rem;position:absolute;font-family:"futura s";font-size:1rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:31.125rem;left:15.0625rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PqRrMKAX6cn4mQ4I52ZtMvgqfnvfiq6x { z-index:100003;top:20.8125rem;left:25.65625rem;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.0625rem solid #828282;border-left:0.0625rem solid #828282;border-right:0.0625rem solid #828282;border-bottom:0.0625rem solid #828282;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-sizing:border-box;color:#828282;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"futura s";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6875rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#UFHTOcxtlhGwtcu3b7vUqSy2I2uT23XR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE { display:block; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BBSL1UFukV16MFWKhLOZGEUWslTBrBXM { top:33.6875rem;left:19.53125rem;width:8.6875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vseqW44UT7M39AlE1sszOZT3FwgDNuur { display:block; }
 }@media only screen and (max-width: 763px) { #adgFBuTO2f879UrwVgFqDc8ohI2a7utP { width:27.625rem;height:26.125rem;top:6.5rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iO83veP4iEZv27JbsqJP1GfiTkX819gH { width:5.875rem;height:5.875rem;top:0rem;left:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2IGboTK175pe27TwTm3s3xBSms2ncVF { width:30.4375rem;height:6.4375rem;top:38.5625rem;left:8.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4c6JlTPkq9v8fHK0T59rFA1Pi1SaKdm { width:7.5rem;height:0.9375rem;top:4rem;left:20.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGu5QhNsqLSThqCpNpTrLc6eaTdIRueb { display:block; }#iGu5QhNsqLSThqCpNpTrLc6eaTdIRueb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KVQkrPk6W6y2dwO9sMamAoTJ8avgAIh8 { width:33.4375rem;height:3.375rem;top:7.625rem;left:7.15625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tULA5tKVBatgwJ7fcuzabvDr6iF0Ta1A { display:block; }#tULA5tKVBatgwJ7fcuzabvDr6iF0Ta1A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TiKZ2Te0CCKelCM07AHuh6IePIOrAsR9 { width:13.3125rem;height:3rem;top:10.6875rem;left:34.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #krxmFSRMHDktaLWCoPyLT0TRqL7VMfhe { width:11.9375rem;height:5.25rem;top:9.4375rem;left:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2KODqM3BwuIviocztNxLmSVhaWMrkr4 { width:4.375rem;height:2.4375rem;top:11rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7paPWVg4zgmEzCPzIZoqNBQTbuVNGiK { width:12.8125rem;height:3.25rem;top:10.375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnSPxhs8ffuawgKMV8kWmiFgwSWRqMU7 { width:6.625rem;height:1.375rem;top:5.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1WfoNDCwFd8LrSNCNQMtJFQxt799WLe { width:12.125rem;height:4.125rem;top:3.9375rem;left:6.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tayTrFHln2r0HZol3gB1oLgATtaBoETQ { width:12.125rem;height:1.375rem;top:5.3125rem;left:21.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeau1QIJymosPfvQ9qAJsonRqlJCSuIX { width:12.125rem;height:4.125rem;top:4.625rem;left:35.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn { display:block; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ggd7uxSR5CcIQPbO4E12x8J4hmab3NnT { width:25.25rem;height:1.625rem;top:2.25rem;left:11.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZv9f0THaShDGIkaKaTs52DgCAKHgPBP { width:15.625rem;height:3.875rem;top:15.1875rem;left:16.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLa8GKq3qpXdJ41nWncsSTHt57hJG4UF { top:21.0625rem;left:18.15625rem;width:12.0625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDzWcqgIaRovzrpud0elyGryUbex5qdW { display:block; }
 }@media only screen and (max-width: 763px) { #uuvneCbRdQ0OLzBBnIl0nv7fFxxXyhXz { width:23.75rem;height:3.875rem;top:6.375rem;left:13.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KU6ZTFBelAKnwRaA9k6MFL77Q4bEcGMJ { width:16.375rem;height:1.25rem;top:27.125rem;left:9.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEpJaCah5bkixuuOBRvvMwMLDmdkcOeA { width:18.0625rem;height:1.375rem;top:12.6875rem;left:15.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXm8Gl1iQ5Z3eStIgHq3v0g9iwhCCGwN { display:block; }#eXm8Gl1iQ5Z3eStIgHq3v0g9iwhCCGwN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NyMsPaLF0DVDs12z6kzIkFTrKLD8XlcQ .widget-regular-label { width:19.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NyMsPaLF0DVDs12z6kzIkFTrKLD8XlcQ .widget-input-text { width:19.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NyMsPaLF0DVDs12z6kzIkFTrKLD8XlcQ .widget-input-text {padding-top: 0; padding-bottom: 0;}#NyMsPaLF0DVDs12z6kzIkFTrKLD8XlcQ .widget-textarea { width:19.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NyMsPaLF0DVDs12z6kzIkFTrKLD8XlcQ .widget-input-select { width:19.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NyMsPaLF0DVDs12z6kzIkFTrKLD8XlcQ .widget-input-select {padding-top: 0; padding-bottom: 0;}#NyMsPaLF0DVDs12z6kzIkFTrKLD8XlcQ .widget-input-button { width:12.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:3.4375rem; }
#NyMsPaLF0DVDs12z6kzIkFTrKLD8XlcQ .widget-checkbox-label { width:18.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NyMsPaLF0DVDs12z6kzIkFTrKLD8XlcQ  { width:19.8125rem;height:auto;top:6.125rem;left:12.71875rem; }
#NyMsPaLF0DVDs12z6kzIkFTrKLD8XlcQ .radio-container { width:19.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NyMsPaLF0DVDs12z6kzIkFTrKLD8XlcQ {display:block;}#NyMsPaLF0DVDs12z6kzIkFTrKLD8XlcQ { width:19.8125rem;height:auto;top:6.125rem;left:12.71875rem; }
 }@media only screen and (max-width: 763px) { #NyMsPaLF0DVDs12z6kzIkFTrKLD8XlcQ #RUry5RnTnQAz0cng0yF0balVipUyNveU {  }
 }@media only screen and (max-width: 763px) { #NyMsPaLF0DVDs12z6kzIkFTrKLD8XlcQ #eADoiqSIXd2mRWGQ1rI7PsfA7gLo2L3H {  }
 }@media only screen and (max-width: 763px) { #NyMsPaLF0DVDs12z6kzIkFTrKLD8XlcQ #zaRr9RNvdVRomvrD7dK5Z016eBZNTuKD {  }
 }@media only screen and (max-width: 763px) { #NyMsPaLF0DVDs12z6kzIkFTrKLD8XlcQ #BeZg0CmoqKMg6cuCQw1Lxu8UVl7DGM7B {  }
 }@media only screen and (max-width: 763px) { #NyMsPaLF0DVDs12z6kzIkFTrKLD8XlcQ #sz9ZlIFrIt3g4KxAyWmWCMwMKfCIegfg {  }
 }@media only screen and (max-width: 763px) { #NyMsPaLF0DVDs12z6kzIkFTrKLD8XlcQ #XCiu6wL5SPSFT7eGsLGfb9fuNZ8TzdsJ {  }
 }@media only screen and (max-width: 763px) { #NyMsPaLF0DVDs12z6kzIkFTrKLD8XlcQ #fh3EctL7QHayZFDqDKIq2mTMohNrXpIN {  }
 }@media only screen and (max-width: 763px) { #NyMsPaLF0DVDs12z6kzIkFTrKLD8XlcQ #iKxSn5f7BlxSKuv9mfVnddR2VinHp0V4 {  }
 }@media only screen and (max-width: 763px) { #lHT3lKQmJLvDZwsV7Pe4PqGcTTZdE7ZH { width:29rem;height:2.5625rem;top:2.625rem;left:9.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dW3UpbSgCzw2NS6kvBTZdTRKzRAmwMhi { display:block; }#dW3UpbSgCzw2NS6kvBTZdTRKzRAmwMhi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #by4VRWdHRO5n90AdHKaI95R9fByNvaio { width:17rem;height:17rem;top:12.6875rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2J9lFM12pyalOA87D5OhQPnxaVA3wQ9 { width:29rem;height:5.1875rem;top:4.1875rem;left:18.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrRvNxru4mBhST4mNQANMbyLkC8TucRc { width:12.25rem;height:1.25rem;top:13rem;left:23.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4kGbum6ZkA0PlThBIHH9mQ0u6eB1E1H { width:29rem;height:5.1875rem;top:15.0625rem;left:18.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXVzkMcicqG77L87ETGhGq8Pg2lbBu2B { width:22.4375rem;height:1.25rem;top:23.1875rem;left:23.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXnILXMBBQXVa7boISph3XbBf1y4Z8Je { width:29rem;height:5.1875rem;top:25.6875rem;left:18.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcIpsZDfhyqGZTikmSPk2WWGXWaQIflR { width:22.4375rem;height:1.25rem;top:32.875rem;left:23.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEBMbVQvPX4Uf3HHThU4Ochvs2M7GcNP { width:29rem;height:5.1875rem;top:35.375rem;left:18.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImflKH0vOfOITXHok6Bv3snmDI3q5ibu { width:12.25rem;height:1.375rem;top:0.8125rem;left:23.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkRZpWPr1wNmLZrU7BEHIoFOdPe8qXtp { display:block; }#fkRZpWPr1wNmLZrU7BEHIoFOdPe8qXtp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iFM02SUyxxt9ti4VpTZT5Tefy0iycCXk { top:9.375rem;left:0.6875rem;width:14.5625rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sM1S8MvE3HRaWzUGq3vQXP9XHwV1KTrL { top:13rem;left:0.625rem;width:14.625rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRFIQzdkPNLeCBZRzqmXl4QQg39Vyg41 { top:15.6875rem;left:0.625rem;width:14.625rem;height:9.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LretfdnXyn9ulkkXqDLwv6zT2c25vzkf { top:10.25rem;left:15.875rem;width:15.875rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8t9JTAUdI6Aha58IodcyX5lwuTQIGkq { top:13rem;left:15.875rem;width:11.5625rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6oc037haCUaMKhuuvDgTb8XPuqT3bcm { top:15.6875rem;left:15.875rem;width:14.625rem;height:11rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGDGnt60TmtP6963Exa0t2AGUHskCM3X { top:10.25rem;left:31.75rem;width:14.4375rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8PkFK1gKcEJFRWLmS3ln5mG6SGnIdxe { top:11.8125rem;left:31.75rem;width:11.5625rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaXAS352chhrgZ6s4BJ9gNd0Kk1fBgo5 { top:14.0625rem;left:30.1875rem;width:17.4375rem;height:6.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p68fGO4H3pWzAGkDU648WGr9fcQz7sET { width:6.4375rem;height:6.4375rem;top:1.75rem;left:4.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v45VSXqkeCqz1qDlDqO4qzxF4Rfg0WmD { width:7.5625rem;height:7.5625rem;top:1.1875rem;left:20.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkrFd53eLzynk9ebcZTy85QlQSWpOuUy { width:5.875rem;height:5.875rem;top:2rem;left:36.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHBECK7cOJ32ZePmHJrFdpkgvVm4IhIL { display:block; }#hHBECK7cOJ32ZePmHJrFdpkgvVm4IhIL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SrTKBJZsCKICtTtkkfkRs1ObLI1FSXMC { display:block; }#SrTKBJZsCKICtTtkkfkRs1ObLI1FSXMC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IONke1dp7zv7m412hmudDGZId1p2G9rO { width:43.1875rem;height:6.875rem;top:5.1875rem;left:2.28125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvAmW4LmMTD0uEbhX11TTFBi9yBkgG2a { width:43.1875rem;height:8.25rem;top:16.8125rem;left:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFrtleeiOqZyyMFE7CIPqfbTnc1Si9vg { top:1.3125rem;left:19.53125rem;width:8.6875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #roCpzvwyUtOpkPWm86AeoiQATq5aS2LH { display:block; }
 }@media only screen and (max-width: 763px) { #zmldbmR48sZQpzMgOxLR4TGCJJTdkTT7 { display:block; }#zmldbmR48sZQpzMgOxLR4TGCJJTdkTT7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FE9bnU53RKmdOX42cC57EnWMFfFO1oAw { width:3.0625rem;height:1.625rem;top:1.4375rem;left:22.34375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlV0aizfuHO42Pu9hu7CoOn1KutX7oil { width:47.75rem;height:28.9375rem;top:4.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #it6WSKU1ZTMxiuBLhD74nsq9tfWglTn4 { display:block; }#it6WSKU1ZTMxiuBLhD74nsq9tfWglTn4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n7slyZBfHgXpP6cHKrBzAguDqtSfHzQQ { width:26.375rem;height:14.6875rem;top:3.25rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOTatID86FaI1flTonCHx1O0gSpFDVtp { width:25.6875rem;height:1.3125rem;top:1.125rem;left:11.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAWXJinCNOqvo4b0XCFfy405oDbSeDod { width:29.875rem;height:1.25rem;top:25.0625rem;left:8.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPBScRBRUv978gCshh9LdhxpTxTzuZK6 { width:44.8125rem;height:1.25rem;top:27.8125rem;left:1.46875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzXUaKhqK9yP8QJHcJ30At54UaazUruw { width:29.875rem;height:1.25rem;top:31.125rem;left:8.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqRrMKAX6cn4mQ4I52ZtMvgqfnvfiq6x { top:20.8125rem;left:19.53125rem;width:8.6875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFHTOcxtlhGwtcu3b7vUqSy2I2uT23XR { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/1443135e-cb45-451a-9320-f165f8276084/FotoBG.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE.adaptive-delivery-prevent-bg, #JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE.lazyload, #JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE.lazyloading { background-image: none; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container { background-color: transparent; background-image: none; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container > .video-iframe-container { display: none; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row > .video-iframe-container { display: none; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .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); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container { width:20rem;height:45rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BBSL1UFukV16MFWKhLOZGEUWslTBrBXM { top:25.048828125rem;left:5.625rem;width:8.75rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vseqW44UT7M39AlE1sszOZT3FwgDNuur { display:block; }
 }@media only screen and (max-width: 763px) { #adgFBuTO2f879UrwVgFqDc8ohI2a7utP { width:17.3125rem;height:16.375rem;top:6.986328125rem;left:0.59375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #iO83veP4iEZv27JbsqJP1GfiTkX819gH { width:5.0625rem;height:5.0625rem;top:0.5625rem;left:7.46875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #o2IGboTK175pe27TwTm3s3xBSms2ncVF { width:20rem;height:7.79883125rem;top:29.224609375rem;left:0rem;font-size:1rem;color:#898989;display:block; }
 }@media only screen and (max-width: 763px) { #u4c6JlTPkq9v8fHK0T59rFA1Pi1SaKdm { width:7.5rem;height:0.9746125rem;top:4.21240234375rem;left:6.25rem;font-size:0.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #iGu5QhNsqLSThqCpNpTrLc6eaTdIRueb { display:block; }#iGu5QhNsqLSThqCpNpTrLc6eaTdIRueb > .row .container { width:20rem;height:15.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KVQkrPk6W6y2dwO9sMamAoTJ8avgAIh8 { width:20rem;height:6.9043rem;top:4.45361328125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tULA5tKVBatgwJ7fcuzabvDr6iF0Ta1A { display:block; }#tULA5tKVBatgwJ7fcuzabvDr6iF0Ta1A > .row .container { width:20rem;height:39.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TiKZ2Te0CCKelCM07AHuh6IePIOrAsR9 { width:12.3125rem;height:2.6875rem;top:34.35888671875rem;left:3.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #krxmFSRMHDktaLWCoPyLT0TRqL7VMfhe { width:11.9375rem;height:5.25rem;top:22.60888671875rem;left:4.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2KODqM3BwuIviocztNxLmSVhaWMrkr4 { width:4.375rem;height:2.4375rem;top:4.85888671875rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7paPWVg4zgmEzCPzIZoqNBQTbuVNGiK { width:12.8125rem;height:3.25rem;top:14.1083984375rem;left:3.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnSPxhs8ffuawgKMV8kWmiFgwSWRqMU7 { width:7.9375rem;height:1.3808625rem;top:2.75rem;left:6.03125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1WfoNDCwFd8LrSNCNQMtJFQxt799WLe { width:12.125rem;height:4.142575rem;top:9.966796875rem;left:3.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tayTrFHln2r0HZol3gB1oLgATtaBoETQ { width:12.125rem;height:2.76171875rem;top:20.84716796875rem;left:3.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeau1QIJymosPfvQ9qAJsonRqlJCSuIX { width:12.125rem;height:2.76171875rem;top:30.73388671875rem;left:3.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn { display:block; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row .container { width:20rem;height:53.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ggd7uxSR5CcIQPbO4E12x8J4hmab3NnT { width:20rem;height:1.4624rem;top:4.75rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GZv9f0THaShDGIkaKaTs52DgCAKHgPBP { width:14.5rem;height:3.89941875rem;top:28.50927734375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLa8GKq3qpXdJ41nWncsSTHt57hJG4UF { top:34.4375rem;left:0rem;width:8.8125rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDzWcqgIaRovzrpud0elyGryUbex5qdW { display:block; }
 }@media only screen and (max-width: 763px) { #uuvneCbRdQ0OLzBBnIl0nv7fFxxXyhXz { width:20rem;height:3.89941875rem;top:42.17041015625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KU6ZTFBelAKnwRaA9k6MFL77Q4bEcGMJ { width:16.375rem;height:1.29980625rem;top:52.09424765625rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEpJaCah5bkixuuOBRvvMwMLDmdkcOeA { width:18.0625rem;height:1.29980625rem;top:24.65087890625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXm8Gl1iQ5Z3eStIgHq3v0g9iwhCCGwN { display:block; }#eXm8Gl1iQ5Z3eStIgHq3v0g9iwhCCGwN > .row .container { width:20rem;height:22.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NyMsPaLF0DVDs12z6kzIkFTrKLD8XlcQ .widget-regular-label { width:16rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NyMsPaLF0DVDs12z6kzIkFTrKLD8XlcQ .widget-input-text { width:16rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NyMsPaLF0DVDs12z6kzIkFTrKLD8XlcQ .widget-input-text {padding-top: 0; padding-bottom: 0;}#NyMsPaLF0DVDs12z6kzIkFTrKLD8XlcQ .widget-textarea { width:16rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NyMsPaLF0DVDs12z6kzIkFTrKLD8XlcQ .widget-input-select { width:16rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NyMsPaLF0DVDs12z6kzIkFTrKLD8XlcQ .widget-input-select {padding-top: 0; padding-bottom: 0;}#NyMsPaLF0DVDs12z6kzIkFTrKLD8XlcQ .widget-input-button { width:16rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NyMsPaLF0DVDs12z6kzIkFTrKLD8XlcQ .widget-checkbox-label { width:14.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NyMsPaLF0DVDs12z6kzIkFTrKLD8XlcQ  { width:16rem;height:auto;top:6.398925rem;left:0.75rem; }
#NyMsPaLF0DVDs12z6kzIkFTrKLD8XlcQ .radio-container { width:16rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NyMsPaLF0DVDs12z6kzIkFTrKLD8XlcQ {display:block;}#NyMsPaLF0DVDs12z6kzIkFTrKLD8XlcQ { width:16rem;height:auto;top:6.398925rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #NyMsPaLF0DVDs12z6kzIkFTrKLD8XlcQ #RUry5RnTnQAz0cng0yF0balVipUyNveU {  }
 }@media only screen and (max-width: 763px) { #NyMsPaLF0DVDs12z6kzIkFTrKLD8XlcQ #eADoiqSIXd2mRWGQ1rI7PsfA7gLo2L3H {  }
 }@media only screen and (max-width: 763px) { #NyMsPaLF0DVDs12z6kzIkFTrKLD8XlcQ #zaRr9RNvdVRomvrD7dK5Z016eBZNTuKD {  }
 }@media only screen and (max-width: 763px) { #NyMsPaLF0DVDs12z6kzIkFTrKLD8XlcQ #BeZg0CmoqKMg6cuCQw1Lxu8UVl7DGM7B {  }
 }@media only screen and (max-width: 763px) { #NyMsPaLF0DVDs12z6kzIkFTrKLD8XlcQ #sz9ZlIFrIt3g4KxAyWmWCMwMKfCIegfg {  }
 }@media only screen and (max-width: 763px) { #NyMsPaLF0DVDs12z6kzIkFTrKLD8XlcQ #XCiu6wL5SPSFT7eGsLGfb9fuNZ8TzdsJ {  }
 }@media only screen and (max-width: 763px) { #NyMsPaLF0DVDs12z6kzIkFTrKLD8XlcQ #fh3EctL7QHayZFDqDKIq2mTMohNrXpIN {  }
 }@media only screen and (max-width: 763px) { #NyMsPaLF0DVDs12z6kzIkFTrKLD8XlcQ #iKxSn5f7BlxSKuv9mfVnddR2VinHp0V4 {  }
 }@media only screen and (max-width: 763px) { #lHT3lKQmJLvDZwsV7Pe4PqGcTTZdE7ZH { width:20rem;height:3.8994125rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dW3UpbSgCzw2NS6kvBTZdTRKzRAmwMhi { background-color:transparent;background-image:url("https://images.assets-landingi.com/azutp3XB/bg_mob.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#dW3UpbSgCzw2NS6kvBTZdTRKzRAmwMhi.adaptive-delivery-prevent-bg, #dW3UpbSgCzw2NS6kvBTZdTRKzRAmwMhi.lazyload, #dW3UpbSgCzw2NS6kvBTZdTRKzRAmwMhi.lazyloading { background-image: none; }#dW3UpbSgCzw2NS6kvBTZdTRKzRAmwMhi > .row .container { background-color: transparent; background-image: none; }#dW3UpbSgCzw2NS6kvBTZdTRKzRAmwMhi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #cbd6e8; }#dW3UpbSgCzw2NS6kvBTZdTRKzRAmwMhi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dW3UpbSgCzw2NS6kvBTZdTRKzRAmwMhi > .row .container > .video-iframe-container { display: none; }#dW3UpbSgCzw2NS6kvBTZdTRKzRAmwMhi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #cbd6e8; }#dW3UpbSgCzw2NS6kvBTZdTRKzRAmwMhi > .row > .video-iframe-container { display: none; }#dW3UpbSgCzw2NS6kvBTZdTRKzRAmwMhi > .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); }#dW3UpbSgCzw2NS6kvBTZdTRKzRAmwMhi > .row .container { width:20rem;height:88.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #by4VRWdHRO5n90AdHKaI95R9fByNvaio { width:17rem;height:17rem;top:7.65625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2J9lFM12pyalOA87D5OhQPnxaVA3wQ9 { width:20rem;height:12.9980625rem;top:28.193359375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrRvNxru4mBhST4mNQANMbyLkC8TucRc { width:12.25rem;height:1.3808625rem;top:44.103515625rem;left:3.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4kGbum6ZkA0PlThBIHH9mQ0u6eB1E1H { width:20rem;height:7.7988125rem;top:47.0283203125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bXVzkMcicqG77L87ETGhGq8Pg2lbBu2B { width:20rem;height:2.76171875rem;top:58.51416015625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hXnILXMBBQXVa7boISph3XbBf1y4Z8Je { width:20rem;height:6.499rem;top:63.36376953125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rcIpsZDfhyqGZTikmSPk2WWGXWaQIflR { width:20rem;height:1.3808625rem;top:74.6123046875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LEBMbVQvPX4Uf3HHThU4Ochvs2M7GcNP { width:20rem;height:6.499rem;top:77.162109375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ImflKH0vOfOITXHok6Bv3snmDI3q5ibu { width:12.25rem;height:1.54345625rem;top:25.5625rem;left:3.875rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fkRZpWPr1wNmLZrU7BEHIoFOdPe8qXtp { background-color:#f3eae5;background-image:none;display:block; }#fkRZpWPr1wNmLZrU7BEHIoFOdPe8qXtp > .row .container { background-color: transparent; background-image: none; }#fkRZpWPr1wNmLZrU7BEHIoFOdPe8qXtp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fkRZpWPr1wNmLZrU7BEHIoFOdPe8qXtp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fkRZpWPr1wNmLZrU7BEHIoFOdPe8qXtp > .row .container > .video-iframe-container { display: none; }#fkRZpWPr1wNmLZrU7BEHIoFOdPe8qXtp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fkRZpWPr1wNmLZrU7BEHIoFOdPe8qXtp > .row > .video-iframe-container { display: none; }#fkRZpWPr1wNmLZrU7BEHIoFOdPe8qXtp > .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); }#fkRZpWPr1wNmLZrU7BEHIoFOdPe8qXtp > .row .container { width:20rem;height:119.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iFM02SUyxxt9ti4VpTZT5Tefy0iycCXk { width:17.25rem;height:3.8994125rem;top:12.9013671875rem;left:0.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sM1S8MvE3HRaWzUGq3vQXP9XHwV1KTrL { width:18.125rem;height:2.0249rem;top:17.8125rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRFIQzdkPNLeCBZRzqmXl4QQg39Vyg41 { width:18rem;height:12.1494375rem;top:25.1123046875rem;left:1rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LretfdnXyn9ulkkXqDLwv6zT2c25vzkf { width:19.8125rem;height:3.8994125rem;top:50.31155625rem;left:0.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8t9JTAUdI6Aha58IodcyX5lwuTQIGkq { width:19.0625rem;height:2.0249rem;top:54.96044921875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6oc037haCUaMKhuuvDgTb8XPuqT3bcm { width:20rem;height:14.1743125rem;top:60.19775390625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGDGnt60TmtP6963Exa0t2AGUHskCM3X { width:14.4375rem;height:1.94970625rem;top:87.359375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8PkFK1gKcEJFRWLmS3ln5mG6SGnIdxe { width:11.5625rem;height:2.0249rem;top:90.05859375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaXAS352chhrgZ6s4BJ9gNd0Kk1fBgo5 { width:19.6875rem;height:20.249rem;top:94.2080078125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p68fGO4H3pWzAGkDU648WGr9fcQz7sET { width:6.4375rem;height:6.4375rem;top:3.1123046875rem;left:6.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v45VSXqkeCqz1qDlDqO4qzxF4Rfg0WmD { width:7.5625rem;height:7.5625rem;top:41.49905625rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkrFd53eLzynk9ebcZTy85QlQSWpOuUy { width:5.875rem;height:5.875rem;top:80.2344125rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHBECK7cOJ32ZePmHJrFdpkgvVm4IhIL { background-color:#f3eae5;background-image:url("https://images.assets-landingi.com/pdRUUOnm/bg6.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#hHBECK7cOJ32ZePmHJrFdpkgvVm4IhIL.adaptive-delivery-prevent-bg, #hHBECK7cOJ32ZePmHJrFdpkgvVm4IhIL.lazyload, #hHBECK7cOJ32ZePmHJrFdpkgvVm4IhIL.lazyloading { background-image: none; }#hHBECK7cOJ32ZePmHJrFdpkgvVm4IhIL > .row .container { background-color: transparent; background-image: none; }#hHBECK7cOJ32ZePmHJrFdpkgvVm4IhIL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hHBECK7cOJ32ZePmHJrFdpkgvVm4IhIL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hHBECK7cOJ32ZePmHJrFdpkgvVm4IhIL > .row .container > .video-iframe-container { display: none; }#hHBECK7cOJ32ZePmHJrFdpkgvVm4IhIL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hHBECK7cOJ32ZePmHJrFdpkgvVm4IhIL > .row > .video-iframe-container { display: none; }#hHBECK7cOJ32ZePmHJrFdpkgvVm4IhIL > .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); }#hHBECK7cOJ32ZePmHJrFdpkgvVm4IhIL > .row .container { width:20rem;height:4.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SrTKBJZsCKICtTtkkfkRs1ObLI1FSXMC { display:block; }#SrTKBJZsCKICtTtkkfkRs1ObLI1FSXMC > .row .container { width:20rem;height:40.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IONke1dp7zv7m412hmudDGZId1p2G9rO { width:20rem;height:15.597625rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvAmW4LmMTD0uEbhX11TTFBi9yBkgG2a { width:20rem;height:14.29786875rem;top:21.02197265625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFrtleeiOqZyyMFE7CIPqfbTnc1Si9vg { top:36.56984765625rem;left:5.625rem;width:8.6875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #roCpzvwyUtOpkPWm86AeoiQATq5aS2LH { display:block; }
 }@media only screen and (max-width: 763px) { #zmldbmR48sZQpzMgOxLR4TGCJJTdkTT7 { display:block; }#zmldbmR48sZQpzMgOxLR4TGCJJTdkTT7 > .row .container { width:20rem;height:61.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FE9bnU53RKmdOX42cC57EnWMFfFO1oAw { width:12.3125rem;height:1.625rem;top:1.25rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlV0aizfuHO42Pu9hu7CoOn1KutX7oil { width:20rem;height:54.5918rem;top:4.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #it6WSKU1ZTMxiuBLhD74nsq9tfWglTn4 { display:block; }#it6WSKU1ZTMxiuBLhD74nsq9tfWglTn4 > .row .container { width:20rem;height:31.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n7slyZBfHgXpP6cHKrBzAguDqtSfHzQQ { height:11.137440758294rem;width:20rem;top:3.79980625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOTatID86FaI1flTonCHx1O0gSpFDVtp { width:18.5625rem;height:2.5996125rem;top:1.25rem;left:0.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NAWXJinCNOqvo4b0XCFfy405oDbSeDod { width:18.5625rem;height:2.5996125rem;top:15.6240234375rem;left:0.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPBScRBRUv978gCshh9LdhxpTxTzuZK6 { width:20rem;height:3.8994125rem;top:20.236328125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hzXUaKhqK9yP8QJHcJ30At54UaazUruw { width:20rem;height:1.29980625rem;top:25.385253125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqRrMKAX6cn4mQ4I52ZtMvgqfnvfiq6x { top:27.93506015625rem;left:5.625rem;width:8.6875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFHTOcxtlhGwtcu3b7vUqSy2I2uT23XR { display:block; }
 }