.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0px;left:0px;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#nU8CU2qZuXMZ90IEiWUFKps4bklnmFT5 { position:relative;z-index:auto;display:block; }#nU8CU2qZuXMZ90IEiWUFKps4bklnmFT5 { background-color: transparent; background-image: none; }#nU8CU2qZuXMZ90IEiWUFKps4bklnmFT5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nU8CU2qZuXMZ90IEiWUFKps4bklnmFT5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nU8CU2qZuXMZ90IEiWUFKps4bklnmFT5 > .row .container > .video-iframe-container { display: none; }#nU8CU2qZuXMZ90IEiWUFKps4bklnmFT5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nU8CU2qZuXMZ90IEiWUFKps4bklnmFT5 > .row > .video-iframe-container { display: none; }#nU8CU2qZuXMZ90IEiWUFKps4bklnmFT5 > .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); }#nU8CU2qZuXMZ90IEiWUFKps4bklnmFT5 { border-width: 0; border-radius: 0; }#nU8CU2qZuXMZ90IEiWUFKps4bklnmFT5 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nU8CU2qZuXMZ90IEiWUFKps4bklnmFT5 > .row .container { background-color:rgba(225,225,225,0.6);background-image:url("https://images.assets-landingi.com/uc/2bcb5c37-dfda-4d40-8af6-6f759e2eea9f/ta2.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;width:960px;height:533px;font-size:14px;font-family:arial;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#nU8CU2qZuXMZ90IEiWUFKps4bklnmFT5 > .row .container.adaptive-delivery-prevent-bg, #nU8CU2qZuXMZ90IEiWUFKps4bklnmFT5 > .row .container.lazyload, #nU8CU2qZuXMZ90IEiWUFKps4bklnmFT5 > .row .container.lazyloading { background-image: none; }#S0O7MKlUXZoNMRITxfWs72Ts68FP2inG { color:#000000;display:block;width:607px;position:absolute;font-family:brown;font-size:54px;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:223.21875px;left:73px;height:129.601px;font-style:normal;display:block; }
#L5XKfBllUKc3wVEoQMa2fRNkttBu2ZSQ { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:40px;width:200px;top:10.6875px;left:368px;overflow:hidden;display:block; }
#uzSwSrxV0QE5iUk9wUIGRFIIJRFNahPV { position:absolute;display:block;z-index:15007;height:525px;width:700px;top:81.25px;left:0px;display:none; }
#P9y5o7a5gyis82q4ZT275BVsTPanCSTz { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:brown;font-size:20px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:377px;left:73px;display:block; }
#RgnLK6XJPuZ4gwZq7zJlMQ56i3lmEm0N { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#gE224FIC0fOg4y1K0PcBL4wva6MURhUw { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:arial;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#FzOTqNwK7cU2iRTirHSwpVB2wBgty9Ro { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#OhEmWpbFQ9SkUoJ6kRyo1vKEO2E68PhF { position:relative;display:block; }#OhEmWpbFQ9SkUoJ6kRyo1vKEO2E68PhF { background-color: transparent; background-image: none; }#OhEmWpbFQ9SkUoJ6kRyo1vKEO2E68PhF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OhEmWpbFQ9SkUoJ6kRyo1vKEO2E68PhF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OhEmWpbFQ9SkUoJ6kRyo1vKEO2E68PhF > .row .container > .video-iframe-container { display: none; }#OhEmWpbFQ9SkUoJ6kRyo1vKEO2E68PhF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OhEmWpbFQ9SkUoJ6kRyo1vKEO2E68PhF > .row > .video-iframe-container { display: none; }#OhEmWpbFQ9SkUoJ6kRyo1vKEO2E68PhF > .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); }#OhEmWpbFQ9SkUoJ6kRyo1vKEO2E68PhF { border-width: 0; border-radius: 0; }#OhEmWpbFQ9SkUoJ6kRyo1vKEO2E68PhF > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#OhEmWpbFQ9SkUoJ6kRyo1vKEO2E68PhF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:112px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NbgL9JGNT61v6At6NPos8drlbZdgWXUL { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:brown;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#xfKNgKkyEyNC9Ps8CT71WJCqQs388fU4 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#b45vhJ5mvLUcSb0TRbozWeNKRi8KotK6 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:111px;width:960px;top:0px;left:0px;overflow:hidden;display:block; }
#MRdmTZeeOVEv0TsiAhmdOCUbuUaVDII5 { position:relative;display:block; }#MRdmTZeeOVEv0TsiAhmdOCUbuUaVDII5 { background-color: transparent; background-image: none; }#MRdmTZeeOVEv0TsiAhmdOCUbuUaVDII5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MRdmTZeeOVEv0TsiAhmdOCUbuUaVDII5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MRdmTZeeOVEv0TsiAhmdOCUbuUaVDII5 > .row .container > .video-iframe-container { display: none; }#MRdmTZeeOVEv0TsiAhmdOCUbuUaVDII5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MRdmTZeeOVEv0TsiAhmdOCUbuUaVDII5 > .row > .video-iframe-container { display: none; }#MRdmTZeeOVEv0TsiAhmdOCUbuUaVDII5 > .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); }#MRdmTZeeOVEv0TsiAhmdOCUbuUaVDII5 { border-width: 0; border-radius: 0; }#MRdmTZeeOVEv0TsiAhmdOCUbuUaVDII5 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#MRdmTZeeOVEv0TsiAhmdOCUbuUaVDII5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f8f6f6;background-image:none;font-size:14px;font-family:arial;height:562px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#kRt0C29Q1H4cy7T6RXvovST1NiNN8bxv { color:#000000;display:block;width:296px;position:absolute;font-family:brown;font-size:42px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:54.592px;top:34px;left:466px;display:block; }
#Ac1vOwfE1RfiWm4STf9udMrSfPlJXmg4 { color:#000000;display:block;width:88px;position:absolute;font-family:brown;font-size:32px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:41.5885px;top:146px;left:466px;display:block; }
#mR2lTyArPWJnzEPiT4EiI6ox8IJ26aQS { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:brown;font-size:20px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:401px;left:466px;display:block; }
#D39AkJGv6UBkE0AsZ04PVui9gvBLSG6a { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#n8Cuw7EDTHEwm9HBDUELekdAurvHfONT { color:#000000;display:block;width:492px;position:absolute;font-family:brown;font-size:19px;font-weight:400;z-index:15000;line-height:1.2;letter-spacing:0;height:;top:220px;left:466px;font-style:normal;display:block; }#n8Cuw7EDTHEwm9HBDUELekdAurvHfONT li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#n8Cuw7EDTHEwm9HBDUELekdAurvHfONT li:before{  }
#bwrkICR480dyxCps9Db5lhQ7LTi6LnA2 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:389px;width:217px;top:23px;left:721px;display:none; }
#XdzqNCFJMGOuX9IxZQ8b8qEs5hHeknBb { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:27.9922px;width:186.992px;top:88.59375px;left:466px;display:block; }
#SSSUSE0EfrJJZF1OD2fNZuDAvT3DHuzh { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:438px;width:349px;top:44.5px;left:0px;overflow:hidden;display:block; }
#rdq16KJwOgndMXtuTd9hA9bqZC9X9XSt { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:brown;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:960px;height:550px;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:0px;left:0px;display:none; }
#rpxbsySaBMrhF1JqpecWAvsxXN6Q9JFZ { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#AbOioOgyKVSk9VJUDTvpotfmFJy8iJdJ { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #000000;border-left:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;border-top-left-radius:1000px;border-top-right-radius:1000px;border-bottom-left-radius:1000px;border-bottom-right-radius:1000px;height:10px;width:10px;top:276px;left:557px;display:none; }
#GwRbR4xTkVw2WuepaFfUvs1bnXc9ZgaC { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:200px;width:200px;display:none; }
#yoykM3BgTukU3MMdT1slv3d6ZCq4U0mM { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:200px;width:200px;display:none; }
#nsNCPPddbxcoR0QT32ZV4RbOW56AUBJX { color:#000000;display:block;width:200px;position:absolute;font-family:brown;font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:20px;top:52px;left:0px;display:none; }
#bMXIOZMyUnWz0VdfiOEAItyCN6qBPby1 { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:arial;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#TzOZhCUJrWEZTPnN7CMxsUeoCdRtZned { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#DuipNXr8Cw5mvablT17i7suZCGabt2pt { z-index:;position:relative;display:block; }#DuipNXr8Cw5mvablT17i7suZCGabt2pt { background-color: transparent; background-image: none; }#DuipNXr8Cw5mvablT17i7suZCGabt2pt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DuipNXr8Cw5mvablT17i7suZCGabt2pt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DuipNXr8Cw5mvablT17i7suZCGabt2pt > .row .container > .video-iframe-container { display: none; }#DuipNXr8Cw5mvablT17i7suZCGabt2pt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DuipNXr8Cw5mvablT17i7suZCGabt2pt > .row > .video-iframe-container { display: none; }#DuipNXr8Cw5mvablT17i7suZCGabt2pt > .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); }#DuipNXr8Cw5mvablT17i7suZCGabt2pt { border-width: 0; border-radius: 0; }#DuipNXr8Cw5mvablT17i7suZCGabt2pt > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:14px;font-family:arial;height:562px;width:960px;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;position:relative;display:block; }#IhSuPLVHZ8CFoMxtTs04T4yswiiQLCpW { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:410px;width:287px;top:68px;left:81px;display:block; }
#a1TIvfQvmDQsg41qNZ0pBSHfO0UtQ30N { color:#000000;display:block;width:56px;position:absolute;font-family:arial;font-size:12px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;height:15.5903px;top:62px;left:197px;text-align:center;text-align-last:center;display:block; }
#UqOVWxB2i0w4SEgPVNP6GBTnTKAsr6yp { color:#ffffff;display:block;width:59px;position:absolute;font-family:arial;font-size:12px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;height:15.5903px;top:468px;left:196px;text-align:center;text-align-last:center;display:block; }
#txcP98yEEccVk4TF1bJCXbuuoInigksq { color:#000000;display:block;width:503px;position:absolute;font-family:brown;font-size:23px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:182.76px;top:296px;left:426px;text-align:left;text-align-last:left;display:block; }
#u9gkpmrQgRU163rX8JvbRNgOCuee3BxL { position:absolute;display:block;z-index:15000;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;border-top-left-radius:13px;border-top-right-radius:13px;border-bottom-left-radius:13px;border-bottom-right-radius:13px;height:23px;width:82px;top:462px;left:183px;display:block; }
#TpQM4fSxxmSACazLQEych9xpB1ugbTQl { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #000000;border-left:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;border-top-left-radius:13px;border-top-right-radius:13px;border-bottom-left-radius:13px;border-bottom-right-radius:13px;height:23px;width:82px;top:58px;left:183px;display:block; }
#BdvoBLTrvEciM3vBrt7SM6GMKNNSSrqN { color:#000000;display:block;width:521px;position:absolute;font-family:brown;font-size:51px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:135.3646px;top:68px;left:423.5px;text-align:center;text-align-last:center;display:block; }
#slZaLToz9IHPoy4F7BqTR32LUNf1E99s { color:#000000;display:block;width:491px;position:absolute;font-family:brown;font-size:18px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:23.4028px;top:265.609375px;left:426px;text-align:left;text-align-last:left;display:block; }
#gVTBVT9e5vNPoMgQMsECNzm57CMxwWvw { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:27.9844px;width:186.984px;top:221px;left:584px;display:block; }
#s7GtPWpEUQyMqrzarkL4hMT0gSzDNSfI { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:brown;font-size:20px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:478px;left:537.5px;display:block; }
#zyuRIG4x0OJ54wRBWAoBPmNAc95Gkvhb { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#FJXV10Kp6gGXyqvJKObO4Tx0Hfi7dVAr { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:arial;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#JkIpmsMftFdTW6xDsarATM0ain7x8BLy { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#iTVkvotOmBNSUtPvR5k7hTTQS4g9aVae { z-index:;position:relative;display:block; }#iTVkvotOmBNSUtPvR5k7hTTQS4g9aVae { background-color: transparent; background-image: none; }#iTVkvotOmBNSUtPvR5k7hTTQS4g9aVae::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTVkvotOmBNSUtPvR5k7hTTQS4g9aVae > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTVkvotOmBNSUtPvR5k7hTTQS4g9aVae > .row .container > .video-iframe-container { display: none; }#iTVkvotOmBNSUtPvR5k7hTTQS4g9aVae > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTVkvotOmBNSUtPvR5k7hTTQS4g9aVae > .row > .video-iframe-container { display: none; }#iTVkvotOmBNSUtPvR5k7hTTQS4g9aVae > .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); }#iTVkvotOmBNSUtPvR5k7hTTQS4g9aVae { border-width: 0; border-radius: 0; }#iTVkvotOmBNSUtPvR5k7hTTQS4g9aVae > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iTVkvotOmBNSUtPvR5k7hTTQS4g9aVae > .row .container { background-color:#e9e9e9;background-image:url("https://images.assets-landingi.com/uc/6e46db5b-024e-42c7-8cf2-1d714b6c3992/trc30.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:14px;font-family:arial;height:640px;width:960px;border-top:0;border-left:0;border-right:0;border-bottom:0;overflow:visible;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#iTVkvotOmBNSUtPvR5k7hTTQS4g9aVae > .row .container.adaptive-delivery-prevent-bg, #iTVkvotOmBNSUtPvR5k7hTTQS4g9aVae > .row .container.lazyload, #iTVkvotOmBNSUtPvR5k7hTTQS4g9aVae > .row .container.lazyloading { background-image: none; }#otQEM3rQA23Vy7JHtU4L5w6Za7rQRWAv { color:#000000;display:block;width:120px;position:absolute;font-family:brown;font-size:17px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:66.276px;top:391px;left:680px;text-align:left;text-align-last:left;display:block; }
#dtmdr41f5kSrBe1TZhN5J4xMAcEcMrCS { color:#000000;display:block;width:169px;position:absolute;font-family:brown;font-size:17px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:66.276px;top:353px;left:84px;display:block; }
#ifp0gEKvAKJdu6ftKMywp8oLoZ685rud { color:#000000;display:block;width:171px;position:absolute;font-family:brown;font-size:17px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:66.276px;top:140px;left:518px;text-align:left;text-align-last:left;display:block; }
#R3tVEEpGCKygK4NLq7L0no4KGLWBbJxd { color:#000000;display:block;width:145px;position:absolute;font-family:canela;font-size:60px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;height:78px;top:276px;left:84px;display:block; }
#NRBplbJSIG4msgh7Pg7U0zi6FWiqCdGT { color:#000000;display:block;width:109px;position:absolute;font-family:canela;font-size:60px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;height:78px;top:63px;left:518px;display:block; }
#Md85q7JRQAQWaRcZcuZxJTfGDqHR8S5x { position:absolute;display:block;z-index:15000;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:30px;width:1px;top:282px;left:728px;display:block; }
#mlbrLS2Efl5T4ZVtzUAWO0w32g1bzxr4 { position:absolute;display:block;z-index:15000;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:1px;width:165px;top:243px;left:139px;display:block; }
#UbEe0BDQLLquBrVZd34vv23dzL0l5DrZ { position:absolute;display:block;z-index:15000;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:35px;width:1px;top:243px;left:139px;display:block; }
#LbEGcOZuElX7kyTRWfv7QJB6Vrpvsm71 { position:absolute;display:block;z-index:15000;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:1px;width:70px;top:152px;left:436px;display:block; }
#kcQWDoSDO1oqT3Lx4vKPW8FMMX3q8KhU { position:absolute;display:block;z-index:15000;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:1px;width:160px;top:282px;left:568px;display:block; }
#x8vVXDE3eOMXHt7XfJvIfm6lMUfoi2rb { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #000000;border-left:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;height:11px;width:11px;top:237px;left:304px;display:block; }
#tJ28Nu9Arzkk5WAS90wNvsX5tcMAbpiN { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #000000;border-left:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;border-top-left-radius:1000px;border-top-right-radius:1000px;border-bottom-left-radius:1000px;border-bottom-right-radius:1000px;height:10px;width:10px;top:276px;left:557px;display:block; }
#pzHEB8nXan3icTKsfMRAE2yGK0Uc5Td4 { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #000000;border-left:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;border-top-left-radius:0100px;border-top-right-radius:0100px;border-bottom-left-radius:0100px;border-bottom-right-radius:0100px;height:10px;width:10px;top:147px;left:425px;display:block; }
#gKJ6NbBpc8zBO0OlEymA2DelqUvU7Cc9 { color:#000000;display:block;width:294px;position:absolute;font-family:brown;font-size:17px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:22.6476px;top:28px;left:0px;text-align:center;text-align-last:center;display:block; }
#WL1OIQRZbCpATrTTtlLCDg0fotbTg0bm { position:absolute;display:block;z-index:14999;background-color:rgba(255,255,255,0.81);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:37px;width:305px;left:0px;top:20.546875px;display:block; }
#DNHo7vveoudMev57AtoTHsCvki4nSqp8 { color:#000000;display:block;width:109px;position:absolute;font-family:canela;font-size:60px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;height:78px;top:314px;left:680px;display:block; }
#gp0MKLmwIv5Zlc7e2eqxzX27JWt2bJJH { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:brown;font-size:20px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:559px;left:331px;display:block; }
#ivQUaHGsI5kqKiRVrhL3vXKXmWhknqff { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#JptCvW1EWwBHlFu1aFdQzNanMSTENlOI { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:arial;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#trF6ZI085BUnwZ4Kn9lrPUBwKvB5Hc3s { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#VxIcCtvQghDybaFF3J9weT9aa2V9CT8x { position:relative;display:none; }#VxIcCtvQghDybaFF3J9weT9aa2V9CT8x { border-width: 0; border-radius: 0; }#VxIcCtvQghDybaFF3J9weT9aa2V9CT8x > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#VxIcCtvQghDybaFF3J9weT9aa2V9CT8x > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:300px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#yf4ap02tO2SpAiHZeCnOCFJo5d4eW53C { color:#000000;display:block;width:231px;position:absolute;font-family:dosis;font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:328px;left:73px;display:none; }#yf4ap02tO2SpAiHZeCnOCFJo5d4eW53C li:before{  }
#pX1cWBz2sVxVL0OgFHEQkby7fQXqq0dR { color:#000000;display:block;width:246px;position:absolute;font-family:dosis;font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:413px;left:73px;display:none; }#pX1cWBz2sVxVL0OgFHEQkby7fQXqq0dR li:before{  }
#monK8AqqPcOTtitoHsn7TuQUPJwk8ZrZ { color:#000000;display:block;width:246px;position:absolute;font-family:dosis;font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:498px;left:73px;display:none; }#monK8AqqPcOTtitoHsn7TuQUPJwk8ZrZ li:before{  }
#cwLCKamS7ArI9AnpJB4GaZWIcxZu8P7K { color:#000000;display:block;width:248px;position:absolute;font-family:dosis;font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:587px;left:72px;display:none; }#cwLCKamS7ArI9AnpJB4GaZWIcxZu8P7K li:before{  }
#bPKhFpepWzgX3Bpf2ygZoki3yyL5vohJ { color:#000000;display:block;width:320px;position:absolute;font-family:dosis;font-size:20px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:52px;top:254px;left:0px;display:none; }
#yP1gGImbGFVMNOBU2mN98wF1u2TtmAcM { color:#000000;display:block;width:247px;position:absolute;font-family:dosis;font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:679px;left:72px;display:none; }#yP1gGImbGFVMNOBU2mN98wF1u2TtmAcM li:before{  }
#gWiT3KUyqVAmVQKC7ApMCHzXs33Bp2Wy { color:#000000;display:block;width:534px;position:absolute;font-family:brown;font-size:51px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:132.5938px;top:68px;left:410.5px;text-align:center;text-align-last:center;display:none; }
#ElQfsT03BDRRUof9fWrrWxofVNLXevPc { color:#000000;display:block;width:320px;position:absolute;font-family:dosis;font-size:17px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:110px;top:120px;left:0px;display:none; }
#bXBMKHJTwKFgrOQyMzVtPmaNiesKqH0M { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:brown;font-size:20px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:559px;left:331px;display:none; }
#INODTo3UI9DiCx4pXB0S33me69bQVUhq { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#nTTv9UKB0dfGBX1LFEGhQVlQEvUFFOyS { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:arial;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#ldClHzTvV4iiBaCyQyxeJBSgAtLn8Tmf { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#xgPuFWuZnAGJtfUTa9sx9b46mC6hZnI8 { position:relative;display:block; }#xgPuFWuZnAGJtfUTa9sx9b46mC6hZnI8 { background-color: transparent; background-image: none; }#xgPuFWuZnAGJtfUTa9sx9b46mC6hZnI8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xgPuFWuZnAGJtfUTa9sx9b46mC6hZnI8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xgPuFWuZnAGJtfUTa9sx9b46mC6hZnI8 > .row .container > .video-iframe-container { display: none; }#xgPuFWuZnAGJtfUTa9sx9b46mC6hZnI8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xgPuFWuZnAGJtfUTa9sx9b46mC6hZnI8 > .row > .video-iframe-container { display: none; }#xgPuFWuZnAGJtfUTa9sx9b46mC6hZnI8 > .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); }#xgPuFWuZnAGJtfUTa9sx9b46mC6hZnI8 { border-width: 0; border-radius: 0; }#xgPuFWuZnAGJtfUTa9sx9b46mC6hZnI8 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#xgPuFWuZnAGJtfUTa9sx9b46mC6hZnI8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:290px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OaJJekgixVMCiHNTdEQRONUfXQDXuXBi { color:#000000;display:block;width:242px;position:absolute;font-family:brown;font-size:14px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:72.7778px;top:149.2265625px;left:20px;display:block; }
#OdTyBn9ct6fOzSoc8GC7D50vM2Lwt2aN { color:#000000;display:block;width:298px;position:absolute;font-family:brown;font-size:16px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:20.7899px;top:96px;left:20px;font-style:normal;display:block; }
#preCwzPWmgvXEIfNzMqT804aPDtpCJk8 { color:#000000;display:block;width:960px;position:absolute;font-family:brown;font-size:29px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:37.6997px;top:22px;left:0px;text-align:center;text-align-last:center;display:block; }
#SLtSMDd41TxW6UTDLefu8WSTo3cfW8aS { color:#000000;display:block;width:254px;position:absolute;font-family:brown;font-size:14px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:72.7778px;top:149px;left:339px;display:block; }
#ASIuT5D8XqksauLfTDxrbukyFnVk9h6a { box-sizing:content-box;color:#5d92ff;font-size:15px;font-weight:400;line-height:1;height:22px;width:22px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:117px;left:339px; }
#KfC0fMuHSio7T6EfxCuvFC8TrV17Mpw8 { box-sizing:content-box;color:#5d92ff;font-size:15px;font-weight:400;line-height:1;height:22px;width:22px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:117px;left:364px; }
#huCHlPheGaTyT1Tfy8IsI36mQR74o7B0 { box-sizing:content-box;color:#5d92ff;font-size:15px;font-weight:400;line-height:1;height:22px;width:22px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:117px;left:390px; }
#MTpRZQTgVB7Ht9B2Fi4NDhcNnQozTmPZ { box-sizing:content-box;color:#5d92ff;font-size:15px;font-weight:400;line-height:1;height:22px;width:22px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:117px;left:415px; }
#VRnzPJSiRIFi1tODW5PWvATGFRebv3aB { color:#000000;display:block;width:298px;position:absolute;font-family:brown;font-size:16px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:20.7899px;top:94.8125px;left:340px;font-style:normal;display:block; }
#xddsoJHbTLm1r4qiqi0nxU4PJzPMZpUX { box-sizing:content-box;color:#5d92ff;font-size:15px;font-weight:400;line-height:1;height:22px;width:22px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:117px;left:440px; }
#ocZLh9WbZIi9trLz51TmyGSyyF9iTt5c { position:absolute;display:block;z-index:14999;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:187px;width:960px;top:77px;left:0px;display:block; }
#xbRxOOSxZuBFipfdEGtmMHXPmzDAOavP { color:#000000;display:block;width:266px;position:absolute;font-family:brown;font-size:14px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:90.9722px;top:149px;left:661px;display:block; }
#vETGkTI53Cn0gX7K8zn0Agh0TMTSgD4D { box-sizing:content-box;color:#5d92ff;font-size:15px;font-weight:400;line-height:1;height:22px;width:22px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:117px;left:749px; }
#ahCiCo0uVX6iGKPuJGarFp7J0Q3qV18R { box-sizing:content-box;color:#5d92ff;font-size:15px;font-weight:400;line-height:1;height:22px;width:22px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:117px;left:727px; }
#BncOKVPaHpzRV952rinZ7bBK4cg4xrei { box-sizing:content-box;color:#5d92ff;font-size:15px;font-weight:400;line-height:1;height:22px;width:22px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:117px;left:705px; }
#CEFcc2NBJDuzyeDmE9GexFgx0Uyigmxz { color:#000000;display:block;width:298px;position:absolute;font-family:brown;font-size:16px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:20.7899px;top:95.8125px;left:662px;font-style:normal;display:block; }
#VEbqRqA60FsOOP50zLl5vCrTN51AeWm9 { box-sizing:content-box;color:#5d92ff;font-size:15px;font-weight:400;line-height:1;height:22px;width:22px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:117px;left:683px; }
#MidbKQG1VKvSAXd7ZFUVxVbo41lHbuui { box-sizing:content-box;color:#5d92ff;font-size:15px;font-weight:400;line-height:1;height:22px;width:22px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:117px;left:661px; }
#GUiXrTJBtiuZftESpalqWcIRpHumkN2Z { box-sizing:content-box;color:#5d92ff;font-size:15px;font-weight:400;line-height:1;height:22px;width:22px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:117px;left:20px; }
#hgUt2d05uNphX0fhgLxA5a1WTzUOchK2 { box-sizing:content-box;color:#5d92ff;font-size:15px;font-weight:400;line-height:1;height:22px;width:22px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:117px;left:45px; }
#nsl54ZJyrD0bXAAHl8OXhi3Dek8tJCsf { box-sizing:content-box;color:#5d92ff;font-size:15px;font-weight:400;line-height:1;height:22px;width:22px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:117px;left:71px; }
#AOH1mFtBIkyVXS54pRVRh0urK0ST2Q3t { box-sizing:content-box;color:#5d92ff;font-size:15px;font-weight:400;line-height:1;height:22px;width:22px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:117px;left:96px; }
#qU40xsNA853Dn5ZFUDPpFEFhtL2a6x0b { box-sizing:content-box;color:#5d92ff;font-size:15px;font-weight:400;line-height:1;height:22px;width:22px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:117px;left:121px; }
#duNMn5VqZJ8dBnHFNOnADCcQVBhBDPTA { position:absolute;display:block;z-index:14999;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:161px;width:960px;top:83px;left:0px;display:none; }
#UznFq8dtWLTqnPyeUOZJqKdTsNKsMqce { position:absolute;display:block;z-index:14999;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:161px;width:960px;top:83px;left:0px;display:none; }
#Ve4X4UAcEZERKTskaTpCQNUNitfr1nvJ { box-sizing:content-box;color:#5d92ff;font-size:15px;font-weight:400;line-height:1;height:22px;width:22px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:118px;left:405px;display:none; }
#PogsVNnPPrEcOg9pibSuDGqnE3NIhUlQ { box-sizing:content-box;color:#5d92ff;font-size:15px;font-weight:400;line-height:1;height:22px;width:22px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:118px;left:380px;display:none; }
#nsSc12vqhZ9vRLnAo8doo7swDb2iDKad { box-sizing:content-box;color:#5d92ff;font-size:15px;font-weight:400;line-height:1;height:22px;width:22px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:118px;left:354px;display:none; }
#qbrLAZvQfQHX4W9UD0SxA8qgragZnEzf { box-sizing:content-box;color:#5d92ff;font-size:15px;font-weight:400;line-height:1;height:22px;width:22px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:118px;left:329px;display:none; }
#M0hiBaCAa63HDrNPxDiWqsGagyTpWdyT { box-sizing:content-box;color:#5d92ff;font-size:15px;font-weight:400;line-height:1;height:22px;width:22px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:118px;left:430px;display:none; }
#cGppkIqBi3S131zsJ3BT2pamFgszlsFP { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:arial;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#DhWtBcnWaPecLv7oASB4NMKkBS4TOxe9 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#z8CP7JEzLOwhit145AVeIyG6F0lmvoEG { border-top:1px solid #000000;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#z8CP7JEzLOwhit145AVeIyG6F0lmvoEG > .row .container { background-color: transparent; background-image: none; }#z8CP7JEzLOwhit145AVeIyG6F0lmvoEG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z8CP7JEzLOwhit145AVeIyG6F0lmvoEG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z8CP7JEzLOwhit145AVeIyG6F0lmvoEG > .row .container > .video-iframe-container { display: none; }#z8CP7JEzLOwhit145AVeIyG6F0lmvoEG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z8CP7JEzLOwhit145AVeIyG6F0lmvoEG > .row > .video-iframe-container { display: none; }#z8CP7JEzLOwhit145AVeIyG6F0lmvoEG > .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); }#z8CP7JEzLOwhit145AVeIyG6F0lmvoEG > .row .container { border-width: 0; border-radius: 0; }#z8CP7JEzLOwhit145AVeIyG6F0lmvoEG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z8CP7JEzLOwhit145AVeIyG6F0lmvoEG > .row .container { font-size:14px;font-family:arial;height:105px;width:960px;position:relative;display:block; }#cur7bSDgA0OK8c85fBmGVGr60uKXrGww { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:27px;width:30px;top:20px;left:424px;overflow:hidden;display:block; }
#DPqMBpzC4WvzsZmMtUywT3SurCkil66c { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:27px;width:31px;top:20px;left:464px;overflow:hidden;display:block; }
#kMQFAhqX8CK91tECKvUq50ME5KFcxB3X { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:32px;width:34px;top:18px;left:502px;overflow:hidden;display:block; }
#rpqw5fkIXNFK7wT7HoTW0r3xiVrgIDqg { color:#000000;display:block;width:960px;position:absolute;font-family:brown;font-size:14px;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:63.390625px;left:0px;height:18.1944px;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #nU8CU2qZuXMZ90IEiWUFKps4bklnmFT5 { display:block; }#nU8CU2qZuXMZ90IEiWUFKps4bklnmFT5 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S0O7MKlUXZoNMRITxfWs72Ts68FP2inG { top:223px;left:0px;width:607px;height:128px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #L5XKfBllUKc3wVEoQMa2fRNkttBu2ZSQ { top:10px;left:270px;width:200px;height:40px;display:block; }
 }@media only screen and (max-width: 763px) { #uzSwSrxV0QE5iUk9wUIGRFIIJRFNahPV { top:81px;left:0px;width:700px;height:525px;display:none; }
 }@media only screen and (max-width: 763px) { #P9y5o7a5gyis82q4ZT275BVsTPanCSTz { width:280px;height:55px;top:377px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #RgnLK6XJPuZ4gwZq7zJlMQ56i3lmEm0N { display:block; }
 }@media only screen and (max-width: 763px) { #gE224FIC0fOg4y1K0PcBL4wva6MURhUw { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #FzOTqNwK7cU2iRTirHSwpVB2wBgty9Ro { display:block; }
 }@media only screen and (max-width: 763px) { #OhEmWpbFQ9SkUoJ6kRyo1vKEO2E68PhF { display:none; }#OhEmWpbFQ9SkUoJ6kRyo1vKEO2E68PhF > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NbgL9JGNT61v6At6NPos8drlbZdgWXUL { width:;height:;top:0px;display:none; }
 }@media only screen and (max-width: 763px) { #xfKNgKkyEyNC9Ps8CT71WJCqQs388fU4 { display:block; }
 }@media only screen and (max-width: 763px) { #b45vhJ5mvLUcSb0TRbozWeNKRi8KotK6 { top:0px;left:0px;width:764px;height:88.3375px;display:block; }
 }@media only screen and (max-width: 763px) { #MRdmTZeeOVEv0TsiAhmdOCUbuUaVDII5 { display:none; }#MRdmTZeeOVEv0TsiAhmdOCUbuUaVDII5 > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kRt0C29Q1H4cy7T6RXvovST1NiNN8bxv { top:34px;left:368px;width:296px;height:54px;font-size:25px;display:none; }
 }@media only screen and (max-width: 763px) { #Ac1vOwfE1RfiWm4STf9udMrSfPlJXmg4 { top:146px;left:368px;width:88px;height:41px;font-size:32px;display:none; }
 }@media only screen and (max-width: 763px) { #mR2lTyArPWJnzEPiT4EiI6ox8IJ26aQS { width:280px;height:55px;top:401px;left:368px;display:none; }
 }@media only screen and (max-width: 763px) { #D39AkJGv6UBkE0AsZ04PVui9gvBLSG6a { display:block; }
 }@media only screen and (max-width: 763px) { #n8Cuw7EDTHEwm9HBDUELekdAurvHfONT { top:220px;left:272px;width:492px;height:;font-size:17px;display:none; }#n8Cuw7EDTHEwm9HBDUELekdAurvHfONT li:before{  }
 }@media only screen and (max-width: 763px) { #bwrkICR480dyxCps9Db5lhQ7LTi6LnA2 { width:259px;height:464.29032258065px;top:23px;left:505px;display:none; }
 }@media only screen and (max-width: 763px) { #XdzqNCFJMGOuX9IxZQ8b8qEs5hHeknBb { width:186px;height:27.843700265252px;top:88px;left:368px;display:none; }
 }@media only screen and (max-width: 763px) { #SSSUSE0EfrJJZF1OD2fNZuDAvT3DHuzh { top:44px;left:0px;width:349px;height:438px;display:block; }
 }@media only screen and (max-width: 763px) { #rdq16KJwOgndMXtuTd9hA9bqZC9X9XSt { width:748px;height:550px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #rpxbsySaBMrhF1JqpecWAvsxXN6Q9JFZ { display:block; }
 }@media only screen and (max-width: 763px) { #AbOioOgyKVSk9VJUDTvpotfmFJy8iJdJ { top:276px;left:459px;width:10px;height:10px;display:none; }
 }@media only screen and (max-width: 763px) { #GwRbR4xTkVw2WuepaFfUvs1bnXc9ZgaC { top:0px;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #yoykM3BgTukU3MMdT1slv3d6ZCq4U0mM { top:0px;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #nsNCPPddbxcoR0QT32ZV4RbOW56AUBJX { top:25px;left:87px;width:137px;height:76px;font-size:15px;display:none; }
 }@media only screen and (max-width: 763px) { #bMXIOZMyUnWz0VdfiOEAItyCN6qBPby1 { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #TzOZhCUJrWEZTPnN7CMxsUeoCdRtZned { display:block; }
 }@media only screen and (max-width: 763px) { #DuipNXr8Cw5mvablT17i7suZCGabt2pt { display:none; }#DuipNXr8Cw5mvablT17i7suZCGabt2pt > .row .container { width:760px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IhSuPLVHZ8CFoMxtTs04T4yswiiQLCpW { width:289px;height:412.85714285714px;top:68px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #a1TIvfQvmDQsg41qNZ0pBSHfO0UtQ30N { top:62px;left:99px;width:56px;height:15px;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #UqOVWxB2i0w4SEgPVNP6GBTnTKAsr6yp { top:468px;left:98px;width:59px;height:15px;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #txcP98yEEccVk4TF1bJCXbuuoInigksq { top:296px;left:261px;width:503px;height:174px;font-size:23px;display:none; }
 }@media only screen and (max-width: 763px) { #u9gkpmrQgRU163rX8JvbRNgOCuee3BxL { top:462px;left:85px;width:82px;height:23px;display:none; }
 }@media only screen and (max-width: 763px) { #TpQM4fSxxmSACazLQEych9xpB1ugbTQl { top:58px;left:85px;width:82px;height:23px;display:none; }
 }@media only screen and (max-width: 763px) { #BdvoBLTrvEciM3vBrt7SM6GMKNNSSrqN { top:68px;left:243px;width:521px;height:132px;font-size:27px;display:none; }
 }@media only screen and (max-width: 763px) { #slZaLToz9IHPoy4F7BqTR32LUNf1E99s { top:265px;left:273px;width:491px;height:23px;font-size:18px;display:none; }
 }@media only screen and (max-width: 763px) { #gVTBVT9e5vNPoMgQMsECNzm57CMxwWvw { width:186px;height:27.837132588885px;top:221px;left:486px;display:none; }
 }@media only screen and (max-width: 763px) { #s7GtPWpEUQyMqrzarkL4hMT0gSzDNSfI { width:280px;height:55px;top:478px;left:439.5px;display:none; }
 }@media only screen and (max-width: 763px) { #zyuRIG4x0OJ54wRBWAoBPmNAc95Gkvhb { display:block; }
 }@media only screen and (max-width: 763px) { #FJXV10Kp6gGXyqvJKObO4Tx0Hfi7dVAr { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #JkIpmsMftFdTW6xDsarATM0ain7x8BLy { display:block; }
 }@media only screen and (max-width: 763px) { #iTVkvotOmBNSUtPvR5k7hTTQS4g9aVae { display:none; }#iTVkvotOmBNSUtPvR5k7hTTQS4g9aVae > .row .container { width:760px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #otQEM3rQA23Vy7JHtU4L5w6Za7rQRWAv { top:391px;left:582px;width:120px;height:66px;font-size:17px;display:none; }
 }@media only screen and (max-width: 763px) { #dtmdr41f5kSrBe1TZhN5J4xMAcEcMrCS { top:353px;left:0px;width:169px;height:66px;font-size:17px;display:none; }
 }@media only screen and (max-width: 763px) { #ifp0gEKvAKJdu6ftKMywp8oLoZ685rud { top:140px;left:420px;width:171px;height:66px;font-size:17px;display:none; }
 }@media only screen and (max-width: 763px) { #R3tVEEpGCKygK4NLq7L0no4KGLWBbJxd { top:276px;left:0px;width:145px;height:78px;font-size:60px;display:none; }
 }@media only screen and (max-width: 763px) { #NRBplbJSIG4msgh7Pg7U0zi6FWiqCdGT { top:63px;left:420px;width:109px;height:78px;font-size:60px;display:none; }
 }@media only screen and (max-width: 763px) { #Md85q7JRQAQWaRcZcuZxJTfGDqHR8S5x { top:282px;left:630px;width:1px;height:30px;display:none; }
 }@media only screen and (max-width: 763px) { #mlbrLS2Efl5T4ZVtzUAWO0w32g1bzxr4 { top:243px;left:41px;width:165px;height:1px;display:none; }
 }@media only screen and (max-width: 763px) { #UbEe0BDQLLquBrVZd34vv23dzL0l5DrZ { top:243px;left:41px;width:1px;height:35px;display:none; }
 }@media only screen and (max-width: 763px) { #LbEGcOZuElX7kyTRWfv7QJB6Vrpvsm71 { top:152px;left:338px;width:70px;height:1px;display:none; }
 }@media only screen and (max-width: 763px) { #kcQWDoSDO1oqT3Lx4vKPW8FMMX3q8KhU { top:282px;left:470px;width:160px;height:1px;display:none; }
 }@media only screen and (max-width: 763px) { #x8vVXDE3eOMXHt7XfJvIfm6lMUfoi2rb { top:237px;left:206px;width:11px;height:11px;display:none; }
 }@media only screen and (max-width: 763px) { #tJ28Nu9Arzkk5WAS90wNvsX5tcMAbpiN { top:276px;left:459px;width:10px;height:10px;display:none; }
 }@media only screen and (max-width: 763px) { #pzHEB8nXan3icTKsfMRAE2yGK0Uc5Td4 { top:147px;left:327px;width:10px;height:10px;display:none; }
 }@media only screen and (max-width: 763px) { #gKJ6NbBpc8zBO0OlEymA2DelqUvU7Cc9 { top:28px;left:0px;width:294px;height:22px;font-size:18px;display:none; }
 }@media only screen and (max-width: 763px) { #WL1OIQRZbCpATrTTtlLCDg0fotbTg0bm { top:20px;left:0px;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #DNHo7vveoudMev57AtoTHsCvki4nSqp8 { top:314px;left:582px;width:109px;height:78px;font-size:60px;display:none; }
 }@media only screen and (max-width: 763px) { #gp0MKLmwIv5Zlc7e2eqxzX27JWt2bJJH { width:280px;height:55px;top:559px;left:233px;display:none; }
 }@media only screen and (max-width: 763px) { #ivQUaHGsI5kqKiRVrhL3vXKXmWhknqff { display:block; }
 }@media only screen and (max-width: 763px) { #JptCvW1EWwBHlFu1aFdQzNanMSTENlOI { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #trF6ZI085BUnwZ4Kn9lrPUBwKvB5Hc3s { display:block; }
 }@media only screen and (max-width: 763px) { #VxIcCtvQghDybaFF3J9weT9aa2V9CT8x { display:none; }#VxIcCtvQghDybaFF3J9weT9aa2V9CT8x > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yf4ap02tO2SpAiHZeCnOCFJo5d4eW53C { top:328px;left:0px;width:231px;height:;font-size:16px;display:none; }#yf4ap02tO2SpAiHZeCnOCFJo5d4eW53C li:before{  }
 }@media only screen and (max-width: 763px) { #pX1cWBz2sVxVL0OgFHEQkby7fQXqq0dR { top:413px;left:0px;width:246px;height:;font-size:16px;display:none; }#pX1cWBz2sVxVL0OgFHEQkby7fQXqq0dR li:before{  }
 }@media only screen and (max-width: 763px) { #monK8AqqPcOTtitoHsn7TuQUPJwk8ZrZ { top:498px;left:0px;width:246px;height:;font-size:16px;display:none; }#monK8AqqPcOTtitoHsn7TuQUPJwk8ZrZ li:before{  }
 }@media only screen and (max-width: 763px) { #cwLCKamS7ArI9AnpJB4GaZWIcxZu8P7K { top:587px;left:0px;width:248px;height:;font-size:16px;display:none; }#cwLCKamS7ArI9AnpJB4GaZWIcxZu8P7K li:before{  }
 }@media only screen and (max-width: 763px) { #bPKhFpepWzgX3Bpf2ygZoki3yyL5vohJ { top:254px;left:0px;width:320px;height:52px;font-size:20px;display:none; }
 }@media only screen and (max-width: 763px) { #yP1gGImbGFVMNOBU2mN98wF1u2TtmAcM { top:679px;left:0px;width:247px;height:;font-size:16px;display:none; }#yP1gGImbGFVMNOBU2mN98wF1u2TtmAcM li:before{  }
 }@media only screen and (max-width: 763px) { #gWiT3KUyqVAmVQKC7ApMCHzXs33Bp2Wy { top:26px;left:0px;width:320px;height:54px;font-size:27px;display:none; }
 }@media only screen and (max-width: 763px) { #ElQfsT03BDRRUof9fWrrWxofVNLXevPc { top:120px;left:0px;width:320px;height:110px;font-size:17px;display:none; }
 }@media only screen and (max-width: 763px) { #bXBMKHJTwKFgrOQyMzVtPmaNiesKqH0M { width:280px;height:55px;top:559px;left:233px;display:none; }
 }@media only screen and (max-width: 763px) { #INODTo3UI9DiCx4pXB0S33me69bQVUhq { display:block; }
 }@media only screen and (max-width: 763px) { #nTTv9UKB0dfGBX1LFEGhQVlQEvUFFOyS { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #ldClHzTvV4iiBaCyQyxeJBSgAtLn8Tmf { display:block; }
 }@media only screen and (max-width: 763px) { #xgPuFWuZnAGJtfUTa9sx9b46mC6hZnI8 { display:none; }#xgPuFWuZnAGJtfUTa9sx9b46mC6hZnI8 > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OaJJekgixVMCiHNTdEQRONUfXQDXuXBi { top:149px;left:0px;width:242px;height:72px;font-size:14px;display:none; }
 }@media only screen and (max-width: 763px) { #OdTyBn9ct6fOzSoc8GC7D50vM2Lwt2aN { top:96px;left:0px;width:298px;height:20px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #preCwzPWmgvXEIfNzMqT804aPDtpCJk8 { top:22px;left:0px;width:764px;height:37px;font-size:29px;display:none; }
 }@media only screen and (max-width: 763px) { #SLtSMDd41TxW6UTDLefu8WSTo3cfW8aS { top:149px;left:241px;width:254px;height:72px;font-size:14px;display:none; }
 }@media only screen and (max-width: 763px) { #ASIuT5D8XqksauLfTDxrbukyFnVk9h6a { top:117px;left:241px;width:22px;height:22px;display:none; }
 }@media only screen and (max-width: 763px) { #KfC0fMuHSio7T6EfxCuvFC8TrV17Mpw8 { top:117px;left:266px;width:22px;height:22px;display:none; }
 }@media only screen and (max-width: 763px) { #huCHlPheGaTyT1Tfy8IsI36mQR74o7B0 { top:117px;left:292px;width:22px;height:22px;display:none; }
 }@media only screen and (max-width: 763px) { #MTpRZQTgVB7Ht9B2Fi4NDhcNnQozTmPZ { top:117px;left:317px;width:22px;height:22px;display:none; }
 }@media only screen and (max-width: 763px) { #VRnzPJSiRIFi1tODW5PWvATGFRebv3aB { top:94px;left:242px;width:298px;height:20px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #xddsoJHbTLm1r4qiqi0nxU4PJzPMZpUX { top:117px;left:342px;width:22px;height:22px;display:none; }
 }@media only screen and (max-width: 763px) { #ocZLh9WbZIi9trLz51TmyGSyyF9iTt5c { top:77px;left:0px;width:764px;height:187px;display:none; }
 }@media only screen and (max-width: 763px) { #xbRxOOSxZuBFipfdEGtmMHXPmzDAOavP { top:149px;left:498px;width:266px;height:90px;font-size:14px;display:none; }
 }@media only screen and (max-width: 763px) { #vETGkTI53Cn0gX7K8zn0Agh0TMTSgD4D { top:117px;left:651px;width:22px;height:22px;display:none; }
 }@media only screen and (max-width: 763px) { #ahCiCo0uVX6iGKPuJGarFp7J0Q3qV18R { top:117px;left:629px;width:22px;height:22px;display:none; }
 }@media only screen and (max-width: 763px) { #BncOKVPaHpzRV952rinZ7bBK4cg4xrei { top:117px;left:607px;width:22px;height:22px;display:none; }
 }@media only screen and (max-width: 763px) { #CEFcc2NBJDuzyeDmE9GexFgx0Uyigmxz { top:95px;left:466px;width:298px;height:20px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #VEbqRqA60FsOOP50zLl5vCrTN51AeWm9 { top:117px;left:585px;width:22px;height:22px;display:none; }
 }@media only screen and (max-width: 763px) { #MidbKQG1VKvSAXd7ZFUVxVbo41lHbuui { top:117px;left:563px;width:22px;height:22px;display:none; }
 }@media only screen and (max-width: 763px) { #GUiXrTJBtiuZftESpalqWcIRpHumkN2Z { top:117px;left:0px;width:22px;height:22px;display:none; }
 }@media only screen and (max-width: 763px) { #hgUt2d05uNphX0fhgLxA5a1WTzUOchK2 { top:117px;left:0px;width:22px;height:22px;display:none; }
 }@media only screen and (max-width: 763px) { #nsl54ZJyrD0bXAAHl8OXhi3Dek8tJCsf { top:117px;left:0px;width:22px;height:22px;display:none; }
 }@media only screen and (max-width: 763px) { #AOH1mFtBIkyVXS54pRVRh0urK0ST2Q3t { top:117px;left:0px;width:22px;height:22px;display:none; }
 }@media only screen and (max-width: 763px) { #qU40xsNA853Dn5ZFUDPpFEFhtL2a6x0b { top:117px;left:23px;width:22px;height:22px;display:none; }
 }@media only screen and (max-width: 763px) { #duNMn5VqZJ8dBnHFNOnADCcQVBhBDPTA { top:83px;left:0px;width:764px;height:161px;display:none; }
 }@media only screen and (max-width: 763px) { #UznFq8dtWLTqnPyeUOZJqKdTsNKsMqce { top:83px;left:0px;width:764px;height:161px;display:none; }
 }@media only screen and (max-width: 763px) { #Ve4X4UAcEZERKTskaTpCQNUNitfr1nvJ { top:118px;left:307px;width:22px;height:22px;display:none; }
 }@media only screen and (max-width: 763px) { #PogsVNnPPrEcOg9pibSuDGqnE3NIhUlQ { top:118px;left:282px;width:22px;height:22px;display:none; }
 }@media only screen and (max-width: 763px) { #nsSc12vqhZ9vRLnAo8doo7swDb2iDKad { top:118px;left:256px;width:22px;height:22px;display:none; }
 }@media only screen and (max-width: 763px) { #qbrLAZvQfQHX4W9UD0SxA8qgragZnEzf { top:118px;left:231px;width:22px;height:22px;display:none; }
 }@media only screen and (max-width: 763px) { #M0hiBaCAa63HDrNPxDiWqsGagyTpWdyT { top:118px;left:332px;width:22px;height:22px;display:none; }
 }@media only screen and (max-width: 763px) { #cGppkIqBi3S131zsJ3BT2pamFgszlsFP { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #DhWtBcnWaPecLv7oASB4NMKkBS4TOxe9 { display:block; }
 }@media only screen and (max-width: 763px) { #z8CP7JEzLOwhit145AVeIyG6F0lmvoEG { display:none; }#z8CP7JEzLOwhit145AVeIyG6F0lmvoEG > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cur7bSDgA0OK8c85fBmGVGr60uKXrGww { top:20px;left:326px;width:30px;height:27px;display:block; }
 }@media only screen and (max-width: 763px) { #DPqMBpzC4WvzsZmMtUywT3SurCkil66c { top:20px;left:366px;width:31px;height:27px;display:block; }
 }@media only screen and (max-width: 763px) { #kMQFAhqX8CK91tECKvUq50ME5KFcxB3X { top:18px;left:404px;width:34px;height:32px;display:block; }
 }@media only screen and (max-width: 763px) { #rpqw5fkIXNFK7wT7HoTW0r3xiVrgIDqg { top:63px;left:0px;width:764px;height:18px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #nU8CU2qZuXMZ90IEiWUFKps4bklnmFT5 { position:relative;z-index:auto;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/163a507f-a88e-411a-b0c3-82dfa2abdb40/main.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nU8CU2qZuXMZ90IEiWUFKps4bklnmFT5.adaptive-delivery-prevent-bg, #nU8CU2qZuXMZ90IEiWUFKps4bklnmFT5.lazyload, #nU8CU2qZuXMZ90IEiWUFKps4bklnmFT5.lazyloading { background-image: none; }#nU8CU2qZuXMZ90IEiWUFKps4bklnmFT5 > .row .container { background-color: transparent; background-image: none; }#nU8CU2qZuXMZ90IEiWUFKps4bklnmFT5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nU8CU2qZuXMZ90IEiWUFKps4bklnmFT5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nU8CU2qZuXMZ90IEiWUFKps4bklnmFT5 > .row .container > .video-iframe-container { display: none; }#nU8CU2qZuXMZ90IEiWUFKps4bklnmFT5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nU8CU2qZuXMZ90IEiWUFKps4bklnmFT5 > .row > .video-iframe-container { display: none; }#nU8CU2qZuXMZ90IEiWUFKps4bklnmFT5 > .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); }#nU8CU2qZuXMZ90IEiWUFKps4bklnmFT5 > .row .container { border-width: 0; border-radius: 0; }#nU8CU2qZuXMZ90IEiWUFKps4bklnmFT5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nU8CU2qZuXMZ90IEiWUFKps4bklnmFT5 > .row .container { width:320px;height:556px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S0O7MKlUXZoNMRITxfWs72Ts68FP2inG { width:320px;height:64px;top:52.5px;left:0px;font-size:32px;text-align:center;text-align-last:center;line-height:1;color:#000000;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #L5XKfBllUKc3wVEoQMa2fRNkttBu2ZSQ { width:117px;height:23px;top:4px;left:98.5px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #uzSwSrxV0QE5iUk9wUIGRFIIJRFNahPV { width:320px;height:525px;top:317.5px;left:32px;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #P9y5o7a5gyis82q4ZT275BVsTPanCSTz { width:280px;height:55px;top:478px;left:20px;z-index:15019;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #RgnLK6XJPuZ4gwZq7zJlMQ56i3lmEm0N { display:block; }
 }@media only screen and (max-width: 763px) { #gE224FIC0fOg4y1K0PcBL4wva6MURhUw { top:0px;left:0px;width:320px;height:556px;z-index:15020;background-color:transparent;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) { #FzOTqNwK7cU2iRTirHSwpVB2wBgty9Ro { display:block; }
 }@media only screen and (max-width: 763px) { #OhEmWpbFQ9SkUoJ6kRyo1vKEO2E68PhF { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d12712da-d6af-42b7-8cd4-5b42ee310334/gif.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OhEmWpbFQ9SkUoJ6kRyo1vKEO2E68PhF.adaptive-delivery-prevent-bg, #OhEmWpbFQ9SkUoJ6kRyo1vKEO2E68PhF.lazyload, #OhEmWpbFQ9SkUoJ6kRyo1vKEO2E68PhF.lazyloading { background-image: none; }#OhEmWpbFQ9SkUoJ6kRyo1vKEO2E68PhF > .row .container { background-color: transparent; background-image: none; }#OhEmWpbFQ9SkUoJ6kRyo1vKEO2E68PhF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OhEmWpbFQ9SkUoJ6kRyo1vKEO2E68PhF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OhEmWpbFQ9SkUoJ6kRyo1vKEO2E68PhF > .row .container > .video-iframe-container { display: none; }#OhEmWpbFQ9SkUoJ6kRyo1vKEO2E68PhF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OhEmWpbFQ9SkUoJ6kRyo1vKEO2E68PhF > .row > .video-iframe-container { display: none; }#OhEmWpbFQ9SkUoJ6kRyo1vKEO2E68PhF > .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); }#OhEmWpbFQ9SkUoJ6kRyo1vKEO2E68PhF > .row .container { border-width: 0; border-radius: 0; }#OhEmWpbFQ9SkUoJ6kRyo1vKEO2E68PhF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OhEmWpbFQ9SkUoJ6kRyo1vKEO2E68PhF > .row .container { width:320px;height:35px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NbgL9JGNT61v6At6NPos8drlbZdgWXUL { top:0px;left:0px;width:320px;height:165px;z-index:15021;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #xfKNgKkyEyNC9Ps8CT71WJCqQs388fU4 { display:block; }
 }@media only screen and (max-width: 763px) { #b45vhJ5mvLUcSb0TRbozWeNKRi8KotK6 { width:320px;height:33.866666666667px;top:0px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #MRdmTZeeOVEv0TsiAhmdOCUbuUaVDII5 { display:block; }#MRdmTZeeOVEv0TsiAhmdOCUbuUaVDII5 { background-color: transparent; background-image: none; }#MRdmTZeeOVEv0TsiAhmdOCUbuUaVDII5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MRdmTZeeOVEv0TsiAhmdOCUbuUaVDII5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MRdmTZeeOVEv0TsiAhmdOCUbuUaVDII5 > .row .container > .video-iframe-container { display: none; }#MRdmTZeeOVEv0TsiAhmdOCUbuUaVDII5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MRdmTZeeOVEv0TsiAhmdOCUbuUaVDII5 > .row > .video-iframe-container { display: none; }#MRdmTZeeOVEv0TsiAhmdOCUbuUaVDII5 > .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); }#MRdmTZeeOVEv0TsiAhmdOCUbuUaVDII5 > .row .container { width:320px;height:729px;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kRt0C29Q1H4cy7T6RXvovST1NiNN8bxv { top:308.38766479492px;left:12.98295211792px;width:185.98px;height:32px;z-index:15001;font-weight:700;font-style:normal;font-size:25px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ac1vOwfE1RfiWm4STf9udMrSfPlJXmg4 { top:382px;left:13px;width:53.9986px;height:23px;z-index:15002;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #mR2lTyArPWJnzEPiT4EiI6ox8IJ26aQS { width:295px;height:55px;top:650.96875px;left:12.5px;z-index:15019;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #D39AkJGv6UBkE0AsZ04PVui9gvBLSG6a { display:block; }
 }@media only screen and (max-width: 763px) { #n8Cuw7EDTHEwm9HBDUELekdAurvHfONT { top:417.953125px;left:11.484375px;width:296.984px;height:210px;z-index:15020;font-size:17px;display:block; }#n8Cuw7EDTHEwm9HBDUELekdAurvHfONT li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#n8Cuw7EDTHEwm9HBDUELekdAurvHfONT li:before{  }
 }@media only screen and (max-width: 763px) { #bwrkICR480dyxCps9Db5lhQ7LTi6LnA2 { top:24.772705078125px;left:0px;width:131px;height:244px;z-index:15021;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #XdzqNCFJMGOuX9IxZQ8b8qEs5hHeknBb { top:343.984375px;left:12.975852966309px;width:112.997px;height:17.9972px;z-index:15032;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #SSSUSE0EfrJJZF1OD2fNZuDAvT3DHuzh { width:249px;height:313px;top:0px;left:0px;overflow:hidden;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #rdq16KJwOgndMXtuTd9hA9bqZC9X9XSt { width:320px;height:704px;top:-0.03692626953125px;left:0px;background-color:transparent;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #rpxbsySaBMrhF1JqpecWAvsxXN6Q9JFZ { display:block; }
 }@media only screen and (max-width: 763px) { #AbOioOgyKVSk9VJUDTvpotfmFJy8iJdJ { top:154px;left:359px;width:1px;height:70px;z-index:15033;background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #GwRbR4xTkVw2WuepaFfUvs1bnXc9ZgaC { top:34px;left:125.9375px;width:1px;height:110px;z-index:15035;background-color:#000000;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) { #yoykM3BgTukU3MMdT1slv3d6ZCq4U0mM { top:34px;left:126.9375px;width:50px;height:2px;z-index:15036;background-color:#000000;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) { #nsNCPPddbxcoR0QT32ZV4RbOW56AUBJX { top:25px;left:185px;width:128px;height:76px;z-index:15034;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #bMXIOZMyUnWz0VdfiOEAItyCN6qBPby1 { top:0px;left:0px;width:320px;height:729px;z-index:14998;background-color:transparent;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) { #TzOZhCUJrWEZTPnN7CMxsUeoCdRtZned { display:block; }
 }@media only screen and (max-width: 763px) { #DuipNXr8Cw5mvablT17i7suZCGabt2pt { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DuipNXr8Cw5mvablT17i7suZCGabt2pt > .row .container { background-color: transparent; background-image: none; }#DuipNXr8Cw5mvablT17i7suZCGabt2pt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DuipNXr8Cw5mvablT17i7suZCGabt2pt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DuipNXr8Cw5mvablT17i7suZCGabt2pt > .row .container > .video-iframe-container { display: none; }#DuipNXr8Cw5mvablT17i7suZCGabt2pt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DuipNXr8Cw5mvablT17i7suZCGabt2pt > .row > .video-iframe-container { display: none; }#DuipNXr8Cw5mvablT17i7suZCGabt2pt > .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); }#DuipNXr8Cw5mvablT17i7suZCGabt2pt > .row .container { border-width: 0; border-radius: 0; }#DuipNXr8Cw5mvablT17i7suZCGabt2pt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DuipNXr8Cw5mvablT17i7suZCGabt2pt > .row .container { width:320px;height:876px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IhSuPLVHZ8CFoMxtTs04T4yswiiQLCpW { top:107.59375px;left:14.5px;width:289px;height:413px;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #a1TIvfQvmDQsg41qNZ0pBSHfO0UtQ30N { top:122px;left:30px;width:67px;height:15px;z-index:15030;font-family:brown;font-size:12px;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #UqOVWxB2i0w4SEgPVNP6GBTnTKAsr6yp { top:492px;left:202px;width:107px;height:15px;z-index:15031;font-family:brown;font-size:12px;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #txcP98yEEccVk4TF1bJCXbuuoInigksq { top:602px;left:15px;width:278px;height:154px;z-index:15022;font-family:brown;font-size:17px;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #u9gkpmrQgRU163rX8JvbRNgOCuee3BxL { top:117px;left:21px;width:84px;height:22px;z-index:15029;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #000000;border-left:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;border-top-left-radius:12px;border-top-right-radius:12px;border-bottom-left-radius:12px;border-bottom-right-radius:12px;display:block; }
 }@media only screen and (max-width: 763px) { #TpQM4fSxxmSACazLQEych9xpB1ugbTQl { top:487px;left:212px;width:84px;height:22px;z-index:15030;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;border-top-left-radius:12px;border-top-right-radius:12px;border-bottom-left-radius:12px;border-bottom-right-radius:12px;display:block; }
 }@media only screen and (max-width: 763px) { #BdvoBLTrvEciM3vBrt7SM6GMKNNSSrqN { top:28.99147605896px;left:20px;width:280px;height:54px;z-index:15007;font-family:brown;font-size:27px;text-align:center;text-align-last:center;line-height:1;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #slZaLToz9IHPoy4F7BqTR32LUNf1E99s { top:531px;left:15px;width:145px;height:18px;z-index:15023;font-family:brown;font-size:14px;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #gVTBVT9e5vNPoMgQMsECNzm57CMxwWvw { top:558px;left:15px;width:186px;height:27.837132588885px;z-index:15032;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #s7GtPWpEUQyMqrzarkL4hMT0gSzDNSfI { width:280px;height:55px;top:789.96875px;left:20px;z-index:15019;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #zyuRIG4x0OJ54wRBWAoBPmNAc95Gkvhb { display:block; }
 }@media only screen and (max-width: 763px) { #FJXV10Kp6gGXyqvJKObO4Tx0Hfi7dVAr { top:0px;left:0px;width:320px;height:876px;z-index:15038;background-color:transparent;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) { #JkIpmsMftFdTW6xDsarATM0ain7x8BLy { display:block; }
 }@media only screen and (max-width: 763px) { #iTVkvotOmBNSUtPvR5k7hTTQS4g9aVae { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d29b3d6d-e39e-4c07-9806-8ea8f72f6e9e/trc32.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#iTVkvotOmBNSUtPvR5k7hTTQS4g9aVae.adaptive-delivery-prevent-bg, #iTVkvotOmBNSUtPvR5k7hTTQS4g9aVae.lazyload, #iTVkvotOmBNSUtPvR5k7hTTQS4g9aVae.lazyloading { background-image: none; }#iTVkvotOmBNSUtPvR5k7hTTQS4g9aVae > .row .container { background-color: transparent; background-image: none; }#iTVkvotOmBNSUtPvR5k7hTTQS4g9aVae::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTVkvotOmBNSUtPvR5k7hTTQS4g9aVae > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTVkvotOmBNSUtPvR5k7hTTQS4g9aVae > .row .container > .video-iframe-container { display: none; }#iTVkvotOmBNSUtPvR5k7hTTQS4g9aVae > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTVkvotOmBNSUtPvR5k7hTTQS4g9aVae > .row > .video-iframe-container { display: none; }#iTVkvotOmBNSUtPvR5k7hTTQS4g9aVae > .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); }#iTVkvotOmBNSUtPvR5k7hTTQS4g9aVae > .row .container { border-width: 0; border-radius: 0; }#iTVkvotOmBNSUtPvR5k7hTTQS4g9aVae > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#iTVkvotOmBNSUtPvR5k7hTTQS4g9aVae > .row .container { width:320px;height:709px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #otQEM3rQA23Vy7JHtU4L5w6Za7rQRWAv { top:168.484375px;left:235px;width:85px;height:76px;z-index:15007;font-family:brown;font-size:15px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dtmdr41f5kSrBe1TZhN5J4xMAcEcMrCS { top:111px;left:36px;width:166px;height:38px;z-index:15008;font-family:brown;font-size:15px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ifp0gEKvAKJdu6ftKMywp8oLoZ685rud { top:226px;left:0px;width:116px;height:76px;z-index:15009;font-family:brown;font-size:15px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #R3tVEEpGCKygK4NLq7L0no4KGLWBbJxd { top:69.8125px;left:36px;width:117px;height:39px;z-index:15014;font-family:canela;font-size:49px;text-align:left;text-align-last:left;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #NRBplbJSIG4msgh7Pg7U0zi6FWiqCdGT { top:120px;left:230px;width:90px;height:39px;z-index:15015;font-family:canela;font-size:49px;text-align:center;text-align-last:center;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #Md85q7JRQAQWaRcZcuZxJTfGDqHR8S5x { top:320px;left:245px;width:8px;height:8px;z-index:15028;border-top:1px solid #000000;border-left:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;border-top-left-radius:123px;border-top-right-radius:123px;border-bottom-left-radius:123px;border-bottom-right-radius:123px;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #mlbrLS2Efl5T4ZVtzUAWO0w32g1bzxr4 { top:227.4921875px;left:149px;width:8px;height:8px;z-index:15029;border-top:1px solid #000000;border-left:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;border-top-left-radius:123px;border-top-right-radius:123px;border-bottom-left-radius:123px;border-bottom-right-radius:123px;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #UbEe0BDQLLquBrVZd34vv23dzL0l5DrZ { top:382px;left:66px;width:8px;height:8px;z-index:15030;border-top:1px solid #000000;border-left:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;border-top-left-radius:123px;border-top-right-radius:123px;border-bottom-left-radius:123px;border-bottom-right-radius:123px;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #LbEGcOZuElX7kyTRWfv7QJB6Vrpvsm71 { top:246px;left:293px;width:1px;height:80px;z-index:15029;background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #kcQWDoSDO1oqT3Lx4vKPW8FMMX3q8KhU { top:316.5px;left:26px;width:2px;height:71px;z-index:15030;background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #x8vVXDE3eOMXHt7XfJvIfm6lMUfoi2rb { top:386.5px;left:27px;width:40px;height:1px;z-index:15031;background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #tJ28Nu9Arzkk5WAS90wNvsX5tcMAbpiN { top:158px;left:153px;width:1px;height:70px;z-index:15031;background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #pzHEB8nXan3icTKsfMRAE2yGK0Uc5Td4 { top:325px;left:254px;width:40px;height:1px;z-index:15032;background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #gKJ6NbBpc8zBO0OlEymA2DelqUvU7Cc9 { top:23.40625px;left:1px;width:318px;height:23px;z-index:15034;font-family:brown;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WL1OIQRZbCpATrTTtlLCDg0fotbTg0bm { top:17.09375px;left:8px;width:304px;height:34px;z-index:15033;background-color:rgba(218,218,218,0.63);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) { #DNHo7vveoudMev57AtoTHsCvki4nSqp8 { top:181px;left:0px;width:98px;height:39px;z-index:15016;font-family:canela;font-size:49px;text-align:left;text-align-last:left;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #gp0MKLmwIv5Zlc7e2eqxzX27JWt2bJJH { width:280px;height:55px;top:629.96875px;left:20px;z-index:15019;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ivQUaHGsI5kqKiRVrhL3vXKXmWhknqff { display:block; }
 }@media only screen and (max-width: 763px) { #JptCvW1EWwBHlFu1aFdQzNanMSTENlOI { top:2.5px;left:0px;width:320px;height:704px;z-index:15006;background-color:transparent;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) { #trF6ZI085BUnwZ4Kn9lrPUBwKvB5Hc3s { display:block; }
 }@media only screen and (max-width: 763px) { #VxIcCtvQghDybaFF3J9weT9aa2V9CT8x { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/fd097e7d-6f0b-4902-8fc7-c70059d59cf1/2.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VxIcCtvQghDybaFF3J9weT9aa2V9CT8x.adaptive-delivery-prevent-bg, #VxIcCtvQghDybaFF3J9weT9aa2V9CT8x.lazyload, #VxIcCtvQghDybaFF3J9weT9aa2V9CT8x.lazyloading { background-image: none; }#VxIcCtvQghDybaFF3J9weT9aa2V9CT8x > .row .container { background-color: transparent; background-image: none; }#VxIcCtvQghDybaFF3J9weT9aa2V9CT8x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VxIcCtvQghDybaFF3J9weT9aa2V9CT8x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VxIcCtvQghDybaFF3J9weT9aa2V9CT8x > .row .container > .video-iframe-container { display: none; }#VxIcCtvQghDybaFF3J9weT9aa2V9CT8x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VxIcCtvQghDybaFF3J9weT9aa2V9CT8x > .row > .video-iframe-container { display: none; }#VxIcCtvQghDybaFF3J9weT9aa2V9CT8x > .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); }#VxIcCtvQghDybaFF3J9weT9aa2V9CT8x > .row .container { border-width: 0; border-radius: 0; }#VxIcCtvQghDybaFF3J9weT9aa2V9CT8x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VxIcCtvQghDybaFF3J9weT9aa2V9CT8x > .row .container { width:320px;height:1033px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yf4ap02tO2SpAiHZeCnOCFJo5d4eW53C { top:328px;left:73px;width:231px;height:;z-index:15004;font-family:brown;text-align:left;text-align-last:left;display:block; }#yf4ap02tO2SpAiHZeCnOCFJo5d4eW53C li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#yf4ap02tO2SpAiHZeCnOCFJo5d4eW53C li:before{  }
 }@media only screen and (max-width: 763px) { #pX1cWBz2sVxVL0OgFHEQkby7fQXqq0dR { top:413px;left:73px;width:246px;height:;z-index:15002;font-family:brown;text-align:left;text-align-last:left;display:block; }#pX1cWBz2sVxVL0OgFHEQkby7fQXqq0dR li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#pX1cWBz2sVxVL0OgFHEQkby7fQXqq0dR li:before{  }
 }@media only screen and (max-width: 763px) { #monK8AqqPcOTtitoHsn7TuQUPJwk8ZrZ { top:498px;left:73px;width:246px;height:;z-index:15003;font-family:brown;text-align:left;text-align-last:left;display:block; }#monK8AqqPcOTtitoHsn7TuQUPJwk8ZrZ li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#monK8AqqPcOTtitoHsn7TuQUPJwk8ZrZ li:before{  }
 }@media only screen and (max-width: 763px) { #cwLCKamS7ArI9AnpJB4GaZWIcxZu8P7K { top:587px;left:72px;width:248px;height:;z-index:15003;font-family:brown;text-align:left;text-align-last:left;display:block; }#cwLCKamS7ArI9AnpJB4GaZWIcxZu8P7K li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#cwLCKamS7ArI9AnpJB4GaZWIcxZu8P7K li:before{  }
 }@media only screen and (max-width: 763px) { #bPKhFpepWzgX3Bpf2ygZoki3yyL5vohJ { top:254px;left:0px;width:320px;height:52px;z-index:15009;font-family:brown;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #yP1gGImbGFVMNOBU2mN98wF1u2TtmAcM { top:679px;left:72px;width:247px;height:;z-index:15004;font-family:brown;text-align:left;text-align-last:left;display:block; }#yP1gGImbGFVMNOBU2mN98wF1u2TtmAcM li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#yP1gGImbGFVMNOBU2mN98wF1u2TtmAcM li:before{  }
 }@media only screen and (max-width: 763px) { #gWiT3KUyqVAmVQKC7ApMCHzXs33Bp2Wy { top:35.984375px;left:0px;width:320px;height:54px;z-index:15008;font-family:brown;font-size:27px;text-align:center;text-align-last:center;line-height:1;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #ElQfsT03BDRRUof9fWrrWxofVNLXevPc { top:117px;left:0px;width:320px;height:110px;z-index:15002;font-family:brown;text-align:left;text-align-last:left;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #bXBMKHJTwKFgrOQyMzVtPmaNiesKqH0M { width:280px;height:55px;top:743.96875px;left:20px;z-index:15020;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #INODTo3UI9DiCx4pXB0S33me69bQVUhq { display:block; }
 }@media only screen and (max-width: 763px) { #nTTv9UKB0dfGBX1LFEGhQVlQEvUFFOyS { top:201px;left:0px;width:320px;height:832px;z-index:15001;background-color:transparent;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) { #ldClHzTvV4iiBaCyQyxeJBSgAtLn8Tmf { display:block; }
 }@media only screen and (max-width: 763px) { #xgPuFWuZnAGJtfUTa9sx9b46mC6hZnI8 { background-color:#f8f4f2;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xgPuFWuZnAGJtfUTa9sx9b46mC6hZnI8 > .row .container { background-color: transparent; background-image: none; }#xgPuFWuZnAGJtfUTa9sx9b46mC6hZnI8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xgPuFWuZnAGJtfUTa9sx9b46mC6hZnI8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xgPuFWuZnAGJtfUTa9sx9b46mC6hZnI8 > .row .container > .video-iframe-container { display: none; }#xgPuFWuZnAGJtfUTa9sx9b46mC6hZnI8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xgPuFWuZnAGJtfUTa9sx9b46mC6hZnI8 > .row > .video-iframe-container { display: none; }#xgPuFWuZnAGJtfUTa9sx9b46mC6hZnI8 > .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); }#xgPuFWuZnAGJtfUTa9sx9b46mC6hZnI8 > .row .container { border-width: 0; border-radius: 0; }#xgPuFWuZnAGJtfUTa9sx9b46mC6hZnI8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xgPuFWuZnAGJtfUTa9sx9b46mC6hZnI8 > .row .container { width:320px;height:562px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OaJJekgixVMCiHNTdEQRONUfXQDXuXBi { top:154px;left:10px;width:292px;height:72px;z-index:15001;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #OdTyBn9ct6fOzSoc8GC7D50vM2Lwt2aN { top:112px;left:11px;width:298px;height:18px;z-index:15002;font-size:14px;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #preCwzPWmgvXEIfNzMqT804aPDtpCJk8 { top:15.1953125px;left:0.5px;width:320px;height:54px;z-index:15000;font-family:brown;font-size:23px;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SLtSMDd41TxW6UTDLefu8WSTo3cfW8aS { top:306px;left:11px;width:249px;height:72px;z-index:15009;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #ASIuT5D8XqksauLfTDxrbukyFnVk9h6a { display:flex;top:283px;left:49px;width:17px;height:17px;z-index:15012;font-size:11px; }
 }@media only screen and (max-width: 763px) { #KfC0fMuHSio7T6EfxCuvFC8TrV17Mpw8 { display:flex;top:283px;left:68px;width:17px;height:17px;z-index:15013;font-size:11px; }
 }@media only screen and (max-width: 763px) { #huCHlPheGaTyT1Tfy8IsI36mQR74o7B0 { display:flex;top:283px;left:87px;width:17px;height:17px;z-index:15014;font-size:11px; }
 }@media only screen and (max-width: 763px) { #MTpRZQTgVB7Ht9B2Fi4NDhcNnQozTmPZ { display:flex;top:283px;left:30px;width:17px;height:17px;z-index:15011;font-size:11px; }
 }@media only screen and (max-width: 763px) { #VRnzPJSiRIFi1tODW5PWvATGFRebv3aB { top:264px;left:11px;width:298px;height:18px;z-index:15010;font-size:14px;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #xddsoJHbTLm1r4qiqi0nxU4PJzPMZpUX { display:flex;top:283px;left:11px;width:17px;height:17px;z-index:15010;font-size:11px; }
 }@media only screen and (max-width: 763px) { #ocZLh9WbZIi9trLz51TmyGSyyF9iTt5c { top:404px;left:0px;width:320px;height:137px;z-index:15016;background-color:rgba(227,227,227,0.72);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) { #xbRxOOSxZuBFipfdEGtmMHXPmzDAOavP { top:456px;left:11px;width:304px;height:72px;z-index:15017;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #vETGkTI53Cn0gX7K8zn0Agh0TMTSgD4D { display:flex;top:433px;left:87px;width:17px;height:17px;z-index:15022;font-size:11px; }
 }@media only screen and (max-width: 763px) { #ahCiCo0uVX6iGKPuJGarFp7J0Q3qV18R { display:flex;top:433px;left:68px;width:17px;height:17px;z-index:15021;font-size:11px; }
 }@media only screen and (max-width: 763px) { #BncOKVPaHpzRV952rinZ7bBK4cg4xrei { display:flex;top:433px;left:49px;width:17px;height:17px;z-index:15020;font-size:11px; }
 }@media only screen and (max-width: 763px) { #CEFcc2NBJDuzyeDmE9GexFgx0Uyigmxz { top:413px;left:11px;width:298px;height:18px;z-index:15018;font-size:14px;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #VEbqRqA60FsOOP50zLl5vCrTN51AeWm9 { display:flex;top:433px;left:30px;width:17px;height:17px;z-index:15019;font-size:11px; }
 }@media only screen and (max-width: 763px) { #MidbKQG1VKvSAXd7ZFUVxVbo41lHbuui { display:flex;top:433px;left:11px;width:17px;height:17px;z-index:15018;font-size:11px; }
 }@media only screen and (max-width: 763px) { #GUiXrTJBtiuZftESpalqWcIRpHumkN2Z { display:flex;top:536px;left:149px;width:22px;height:22px;z-index:15012;font-size:11px;display:none; }
 }@media only screen and (max-width: 763px) { #hgUt2d05uNphX0fhgLxA5a1WTzUOchK2 { display:flex;top:578px;left:149px;width:22px;height:22px;z-index:15013;font-size:11px;display:none; }
 }@media only screen and (max-width: 763px) { #nsl54ZJyrD0bXAAHl8OXhi3Dek8tJCsf { display:flex;top:620px;left:149px;width:22px;height:22px;z-index:15014;font-size:11px;display:none; }
 }@media only screen and (max-width: 763px) { #AOH1mFtBIkyVXS54pRVRh0urK0ST2Q3t { display:flex;top:662px;left:149px;width:22px;height:22px;z-index:15011;font-size:11px;display:none; }
 }@media only screen and (max-width: 763px) { #qU40xsNA853Dn5ZFUDPpFEFhtL2a6x0b { display:flex;top:704px;left:149px;width:22px;height:22px;z-index:15010;font-size:11px;display:none; }
 }@media only screen and (max-width: 763px) { #duNMn5VqZJ8dBnHFNOnADCcQVBhBDPTA { top:252px;left:0px;width:320px;height:137px;z-index:14998;background-color:rgba(227,227,227,0.72);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) { #UznFq8dtWLTqnPyeUOZJqKdTsNKsMqce { top:99px;left:0px;width:320px;height:137px;z-index:14999;background-color:rgba(227,227,227,0.72);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) { #Ve4X4UAcEZERKTskaTpCQNUNitfr1nvJ { display:flex;top:133px;left:29px;width:17px;height:17px;z-index:15016;font-size:11px; }
 }@media only screen and (max-width: 763px) { #PogsVNnPPrEcOg9pibSuDGqnE3NIhUlQ { display:flex;top:133px;left:86px;width:17px;height:17px;z-index:15019;font-size:11px; }
 }@media only screen and (max-width: 763px) { #nsSc12vqhZ9vRLnAo8doo7swDb2iDKad { display:flex;top:133px;left:67px;width:17px;height:17px;z-index:15018;font-size:11px; }
 }@media only screen and (max-width: 763px) { #qbrLAZvQfQHX4W9UD0SxA8qgragZnEzf { display:flex;top:133px;left:48px;width:17px;height:17px;z-index:15017;font-size:11px; }
 }@media only screen and (max-width: 763px) { #M0hiBaCAa63HDrNPxDiWqsGagyTpWdyT { display:flex;top:133px;left:10px;width:17px;height:17px;z-index:15015;font-size:11px; }
 }@media only screen and (max-width: 763px) { #cGppkIqBi3S131zsJ3BT2pamFgszlsFP { top:0px;left:0px;width:320px;height:562px;z-index:15041;background-color:transparent;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) { #DhWtBcnWaPecLv7oASB4NMKkBS4TOxe9 { display:block; }
 }@media only screen and (max-width: 763px) { #z8CP7JEzLOwhit145AVeIyG6F0lmvoEG { position:relative;z-index:auto;display:block; }#z8CP7JEzLOwhit145AVeIyG6F0lmvoEG > .row .container { width:320px;height:142px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cur7bSDgA0OK8c85fBmGVGr60uKXrGww { width:43px;height:41px;top:29px;left:79px;display:block; }
 }@media only screen and (max-width: 763px) { #DPqMBpzC4WvzsZmMtUywT3SurCkil66c { width:40px;height:38px;top:30px;left:140px;display:block; }
 }@media only screen and (max-width: 763px) { #kMQFAhqX8CK91tECKvUq50ME5KFcxB3X { width:51px;height:49px;top:25px;left:196px;display:block; }
 }@media only screen and (max-width: 763px) { #rpqw5fkIXNFK7wT7HoTW0r3xiVrgIDqg { width:320px;height:18px;top:85px;left:0px;font-size:14px;display:block; }
 }