.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:transparent;background-image:url("https://images.assets-landingi.com/uc/aa60a54d-f697-4728-b0e9-a0ef77f2416a/amp.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.8); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.8); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9d232a9d-6305-4c3b-af3c-e991d61ed78a/6505_Lifestyle.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg.adaptive-delivery-prevent-bg, #f4IHiQGBzhnl0EklNh35rdhQQANWalqg.lazyload, #f4IHiQGBzhnl0EklNh35rdhQQANWalqg.lazyloading { background-image: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { background-color: transparent; background-image: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container > .video-iframe-container { display: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container { display: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .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); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { border-width: 0; border-radius: 0; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { font-size:14px;font-family:arial;height:641px;width:960px;position:relative;display:block; }#E3slrC2Tt7rteNRsAC8XwUR5vLsDCFb0 { position:absolute;display:block;z-index:15007;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:43px;width:268px;top:60.5px;left:33.5px;overflow:hidden;display:block; }
#fSIxLVPaTqAm8HOrKlpF6MJmSDVwUy9E { color:#ffffff;display:block;width:201px;position:absolute;font-family:montserrat;font-size:42px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:55px;left:341px;height:54px;font-style:normal;display:block; }
#i6d8SUwRMcMx2SlVCuwEFkJD74yJokuu { color:#ffffff;display:block;width:516px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.81);top:176px;left:24px;height:225px;display:block; }
#q71lpkgDHUxVsPmrxpZzeVeDiT1vuHuk { background-color:transparent;background-image: -webkit-linear-gradient(355deg, #707376, #ffffff);background-image: -moz-linear-gradient(355deg, #707376, #ffffff);background-image: -ms-linear-gradient(355deg, #707376, #ffffff);background-image: -o-linear-gradient(355deg, #707376, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#707376', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#707376', endColorstr='#ffffff' );";background-image: linear-gradient(355deg, #707376, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:256px;height:63px;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:495.5px;left:85px;display:block; }
#qLmR2OL77nXca9Iz0AAvbgwcCZyVegM4 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#VOmDV9idkOAQyqbnOZDePGTETODuK1Ml { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0.44);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:659px;width:960px;top:0px;left:0px;display:block; }
#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg { position:relative;display:block; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg { background-color: transparent; background-image: none; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container > .video-iframe-container { display: none; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row > .video-iframe-container { display: none; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .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); }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg { border-width: 0; border-radius: 0; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .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; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(12,12,12,0.63);background-image:none;font-size:14px;font-family:arial;height:659px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#UgKzKWZaq4F7cSadiWF1yOpd2zFblR0J { 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:231px;width:431px;top:235.5px;left:529px;overflow:hidden;display:block; }
#ofg4OPIqrtlx3AEOvDoENySVNLvxsZWe { color:#ffffff;display:block;width:960px;position:absolute;font-family:montserrat;font-size:36px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:38px;left:0px;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J6n8ebtEaw1sAzIOyL9gBmoQcV9tigzK { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(49deg, #707376, #ffffff);background-image: -moz-linear-gradient(49deg, #707376, #ffffff);background-image: -ms-linear-gradient(49deg, #707376, #ffffff);background-image: -o-linear-gradient(49deg, #707376, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#707376', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#707376', endColorstr='#ffffff' );";background-image: linear-gradient(49deg, #707376, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:70px;border-top-right-radius:70px;border-bottom-left-radius:70px;border-bottom-right-radius:70px;height:46px;width:46px;top:174px;left:47px;display:block; }
#ZPwopsIWXQwU8cWNkIDKOJGlgOhl0lVq { color:#ffffff;display:block;width:587px;position:absolute;font-family:"open sans";font-size:15px;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:173px;left:117.5px;height:48px;display:block; }
#yC36tQsy3BA3NahbdKyeyQ5lwNCwL7LS { color:#ffffff;display:block;width:406px;position:absolute;font-family:"open sans";font-size:15px;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:235.5px;left:117.5px;height:72px;display:block; }
#wJmQTnwZHx2RBnMW7gAym9tBrhOoKzmp { color:#ffffff;display:block;width:430px;position:absolute;font-family:"open sans";font-size:15px;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:519px;left:120px;height:48px;display:block; }
#USfaE09ACOl7gaGveqgWuGkLHXEZQB8d { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:172px;left:45px; }
#Fq34yonNOm4Lq6Jl8bB61xa6skQI94tQ { color:#ffffff;display:block;width:401px;position:absolute;font-family:"open sans";font-size:15px;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:436px;left:117.5px;height:48px;display:block; }
#rGgCJ0TL5kqMEvIfvdLeyvD4x5sweMJh { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:435px;left:47px; }
#din4LoWtrs4BPoTWK6qJXbF4syc2USST { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:530px;left:47px; }
#wLRqs1gLXbRBQ3smvqTvCKbPnwf6HDCN { color:#ffffff;display:block;width:414px;position:absolute;font-family:"open sans";font-size:15px;font-weight:normal;z-index:15011;line-height:1.6;letter-spacing:0;top:352px;left:116px;height:48px;display:block; }
#lJXDL3vOGx3Zks0M6nyROR8358B5DqkH { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(49deg, #707376, #ffffff);background-image: -moz-linear-gradient(49deg, #707376, #ffffff);background-image: -ms-linear-gradient(49deg, #707376, #ffffff);background-image: -o-linear-gradient(49deg, #707376, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#707376', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#707376', endColorstr='#ffffff' );";background-image: linear-gradient(49deg, #707376, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:70px;border-top-right-radius:70px;border-bottom-left-radius:70px;border-bottom-right-radius:70px;height:46px;width:46px;top:251px;left:49px;display:block; }
#iUJmKT81JpHCdXA5yXnarqbXD6rgE5L8 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:249px;left:47px; }
#h4VNhaKw5BNHyr0Zp9wl6lhaTQhZBXJc { position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(49deg, #707376, #ffffff);background-image: -moz-linear-gradient(49deg, #707376, #ffffff);background-image: -ms-linear-gradient(49deg, #707376, #ffffff);background-image: -o-linear-gradient(49deg, #707376, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#707376', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#707376', endColorstr='#ffffff' );";background-image: linear-gradient(49deg, #707376, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:70px;border-top-right-radius:70px;border-bottom-left-radius:70px;border-bottom-right-radius:70px;height:46px;width:46px;top:353px;left:49px;display:block; }
#F7Dft4cT0JUB2oqDLw0w7OQccaonO0bc { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:351px;left:47px; }
#nyXeCRn85xSkwJfg1fxsumTSro53VknF { position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(49deg, #707376, #ffffff);background-image: -moz-linear-gradient(49deg, #707376, #ffffff);background-image: -ms-linear-gradient(49deg, #707376, #ffffff);background-image: -o-linear-gradient(49deg, #707376, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#707376', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#707376', endColorstr='#ffffff' );";background-image: linear-gradient(49deg, #707376, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:70px;border-top-right-radius:70px;border-bottom-left-radius:70px;border-bottom-right-radius:70px;height:46px;width:46px;top:437px;left:49px;display:block; }
#O8uaCyg4BxahnWydaTIQ5HCleFlyWOSp { position:absolute;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(49deg, #707376, #ffffff);background-image: -moz-linear-gradient(49deg, #707376, #ffffff);background-image: -ms-linear-gradient(49deg, #707376, #ffffff);background-image: -o-linear-gradient(49deg, #707376, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#707376', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#707376', endColorstr='#ffffff' );";background-image: linear-gradient(49deg, #707376, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:70px;border-top-right-radius:70px;border-bottom-left-radius:70px;border-bottom-right-radius:70px;height:46px;width:46px;top:532px;left:49px;display:block; }
#MFdqwtSWntM0qdH6v6txa42EHLOByW1J { position:relative;display:block; }#MFdqwtSWntM0qdH6v6txa42EHLOByW1J { background-color: transparent; background-image: none; }#MFdqwtSWntM0qdH6v6txa42EHLOByW1J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MFdqwtSWntM0qdH6v6txa42EHLOByW1J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MFdqwtSWntM0qdH6v6txa42EHLOByW1J > .row .container > .video-iframe-container { display: none; }#MFdqwtSWntM0qdH6v6txa42EHLOByW1J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MFdqwtSWntM0qdH6v6txa42EHLOByW1J > .row > .video-iframe-container { display: none; }#MFdqwtSWntM0qdH6v6txa42EHLOByW1J > .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); }#MFdqwtSWntM0qdH6v6txa42EHLOByW1J { border-width: 0; border-radius: 0; }#MFdqwtSWntM0qdH6v6txa42EHLOByW1J > .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; }#MFdqwtSWntM0qdH6v6txa42EHLOByW1J > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.63);background-image:none;font-size:14px;font-family:arial;height:597px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#Mw8Kc2VbgQSVGbkSw7UmdhkTCoUP8uZZ { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:454px;width:809px;top:212px;left:75.5px;display:block; }
#a4lOyp8TJVcB66IpVpEDPZO6F72ufwuh { position:absolute;display:block;z-index:15000;height:348px;width:620px;display:none; }
#uJrwTKL99nyND1qHmBTTx6ua78UWLx2M { position:relative;display:block; }#uJrwTKL99nyND1qHmBTTx6ua78UWLx2M { background-color: transparent; background-image: none; }#uJrwTKL99nyND1qHmBTTx6ua78UWLx2M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uJrwTKL99nyND1qHmBTTx6ua78UWLx2M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uJrwTKL99nyND1qHmBTTx6ua78UWLx2M > .row .container > .video-iframe-container { display: none; }#uJrwTKL99nyND1qHmBTTx6ua78UWLx2M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uJrwTKL99nyND1qHmBTTx6ua78UWLx2M > .row > .video-iframe-container { display: none; }#uJrwTKL99nyND1qHmBTTx6ua78UWLx2M > .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); }#uJrwTKL99nyND1qHmBTTx6ua78UWLx2M { border-width: 0; border-radius: 0; }#uJrwTKL99nyND1qHmBTTx6ua78UWLx2M > .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; }#uJrwTKL99nyND1qHmBTTx6ua78UWLx2M > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0.63);background-image:none;font-size:14px;font-family:arial;height:57px;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; }#XDw0ZZkuSr0irpEPFOTW6VsoAfM0ce6s { color:#ffffff;display:block;width:960px;position:absolute;font-family:montserrat;font-size:31px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0px;left:0px;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Z4nWhe1Uq4ToZ9FWwDkNoUQB3WyT00bz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:url("https://images.assets-landingi.com/HOlrNHkh/bg.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Z4nWhe1Uq4ToZ9FWwDkNoUQB3WyT00bz.adaptive-delivery-prevent-bg, #Z4nWhe1Uq4ToZ9FWwDkNoUQB3WyT00bz.lazyload, #Z4nWhe1Uq4ToZ9FWwDkNoUQB3WyT00bz.lazyloading { background-image: none; }#Z4nWhe1Uq4ToZ9FWwDkNoUQB3WyT00bz > .row .container { border-width: 0; border-radius: 0; }#Z4nWhe1Uq4ToZ9FWwDkNoUQB3WyT00bz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z4nWhe1Uq4ToZ9FWwDkNoUQB3WyT00bz > .row .container { font-size:14px;font-family:arial;height:542px;width:960px;position:relative;display:none; }#hFyO1TfmW3gJ8RmedPFqIoCcT858L4Qb { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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;box-shadow: 1px 1px 30px rgba(0,0,0,0.07) ;height:272px;width:300px;top:161px;left:10px;display:block; }
#kHTatrm4R1yKm08fciLrqoASi94UfCTK { 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:29px;width:50px;top:204px;left:135px;overflow:hidden;display:block; }
#Fd9BooUxkfweNbMF4IZDTgtPbn5uxIJ9 { color:#000000;display:block;width:300px;position:absolute;font-family:"open sans";font-size:20px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:274px;left:10px;height:26px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#A1B06TKWeecVNvr1ABoMH4ttVgfPUgvX { color:#333333;display:block;width:260px;position:absolute;font-family:"open sans";font-size:16px;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:315px;left:30px;height:200px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DKW49z9nNJLs9PKmLsngzfUfWideSS9b { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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;box-shadow: 1px 1px 30px rgba(0,0,0,0.07) ;height:272px;width:300px;top:161px;left:330px;display:block; }
#e7NoLXwrrJp3szqgJR9tgeayJFaOKBdJ { color:#333333;display:block;width:260px;position:absolute;font-family:"open sans";font-size:16px;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:318px;left:350px;height:75px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#X9cMxMS3Uof7CWxwVxygntpb6B9Xq7T1 { color:#000000;display:block;width:300px;position:absolute;font-family:"open sans";font-size:20px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:277px;left:330px;height:26px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W31JpGZzfkX1OkMrqpyFN6yItc4ic96B { position:absolute;display:block;z-index:15005;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:50px;top:207px;left:455px;overflow:hidden;display:block; }
#peDHdidQS5RGWeVOtORvHZ6nUt3MOoKF { position:relative;display:block; }#peDHdidQS5RGWeVOtORvHZ6nUt3MOoKF { background-color: transparent; background-image: none; }#peDHdidQS5RGWeVOtORvHZ6nUt3MOoKF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#peDHdidQS5RGWeVOtORvHZ6nUt3MOoKF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#peDHdidQS5RGWeVOtORvHZ6nUt3MOoKF > .row .container > .video-iframe-container { display: none; }#peDHdidQS5RGWeVOtORvHZ6nUt3MOoKF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#peDHdidQS5RGWeVOtORvHZ6nUt3MOoKF > .row > .video-iframe-container { display: none; }#peDHdidQS5RGWeVOtORvHZ6nUt3MOoKF > .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); }#peDHdidQS5RGWeVOtORvHZ6nUt3MOoKF { border-width: 0; border-radius: 0; }#peDHdidQS5RGWeVOtORvHZ6nUt3MOoKF > .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; }#peDHdidQS5RGWeVOtORvHZ6nUt3MOoKF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0.63);background-image:none;font-size:14px;font-family:arial;height:214px;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; }#ORz9WLaapNDrxtpJKLarF64JkZbokWv6 { 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:147px;width:250px;top:33.5px;left:115px;overflow:hidden;display:block; }
#gHHsO1BTD9m4sQiy9UQBJkIttg2sM3u6 { 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:153px;width:250px;top:30.5px;left:595px;overflow:hidden;display:block; }
#kzi9Wy3rlsRswnfBe5tqbUNvtXMJ1s8Z { position:relative;display:block; }#kzi9Wy3rlsRswnfBe5tqbUNvtXMJ1s8Z { background-color: transparent; background-image: none; }#kzi9Wy3rlsRswnfBe5tqbUNvtXMJ1s8Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kzi9Wy3rlsRswnfBe5tqbUNvtXMJ1s8Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kzi9Wy3rlsRswnfBe5tqbUNvtXMJ1s8Z > .row .container > .video-iframe-container { display: none; }#kzi9Wy3rlsRswnfBe5tqbUNvtXMJ1s8Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kzi9Wy3rlsRswnfBe5tqbUNvtXMJ1s8Z > .row > .video-iframe-container { display: none; }#kzi9Wy3rlsRswnfBe5tqbUNvtXMJ1s8Z > .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); }#kzi9Wy3rlsRswnfBe5tqbUNvtXMJ1s8Z { border-width: 0; border-radius: 0; }#kzi9Wy3rlsRswnfBe5tqbUNvtXMJ1s8Z > .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; }#kzi9Wy3rlsRswnfBe5tqbUNvtXMJ1s8Z > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0.63);background-image:none;font-size:14px;font-family:arial;height:360px;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; }#EoGfLL7cETt7EnTtL1oaunh770vrPxAF { color:#ffffff;display:block;width:142px;position:absolute;font-family:montserrat;font-size:20px;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:25px;left:169px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bLklygvFPt55oSkTyzQTvbQyi8tBJzb9 { color:#ffffff;display:block;width:450px;position:absolute;font-family:"open sans";font-size:15px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:60.5px;left:15px;height:76px;display:block; }
#yBEJDeC7FxOFpEGZdSyXOH0Zp7f7XMVe { color:#ffffff;display:block;width:445px;position:absolute;font-family:"open sans";font-size:15px;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:178px;left:17.5px;height:95px;display:block; }
#wetIattauvrEvqfOVw4tVIKGiIOH0EoT { color:#ffffff;display:block;width:149px;position:absolute;font-family:montserrat;font-size:20px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:25px;left:645.5px;height:26px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oVl6R4D5nwuqPLULlE8vPdsEBqKn4SCb { color:#ffffff;display:block;width:463px;position:absolute;font-family:"open sans";font-size:15px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:60.5px;left:497px;height:95px;display:block; }
#hJP6qvp3eJZAlMCAm3nIx3TvP5czWpnN { color:#ffffff;display:block;width:450px;position:absolute;font-family:"open sans";font-size:15px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:178px;left:495px;height:95px;display:block; }
#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.63);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar > .row .container { background-color: transparent; background-image: none; }#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar > .row .container > .video-iframe-container { display: none; }#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar > .row > .video-iframe-container { display: none; }#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar > .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); }#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar > .row .container { border-width: 0; border-radius: 0; }#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar > .row .container { font-size:14px;font-family:arial;height:178px;width:960px;position:relative;display:block; }#ddPUETuzAnVNDIzETvJu5KOcDMgV4kMN { color:#ffffff;display:block;width:960px;position:absolute;font-family:montserrat;font-size:45px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:0px;left:0px;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#xrVQZ1KEHBUI8S1AZ2NXR7wnin32fZp5 { color:#ffffff;display:block;width:960px;position:absolute;font-family:montserrat;font-size:45px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:0px;left:0px;height:58px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VGTvFlfyJkOK5n9a47Z2TVEtm2Bh4Ctn { position:absolute;display:block;z-index:15009;height:348px;width:960px;top:29px;left:0px;display:none; }
#LItP6iRallBqTxEI8aZNGdFL6e4vdi9V { position:absolute;display:block;z-index:15010;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:51px;width:190px;top:92px;left:0px;overflow:hidden;display:block; }
#cSktTf7TDUkbUgt2XTaosJRoFTWfT8dL { position:absolute;display:block;z-index:15011;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:51px;width:190px;top:92px;left:233px;overflow:hidden;display:block; }
#QgLkxT6SPTygUJqiMEKFDcFeqtFDWEJa { position:absolute;display:block;z-index:15012;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:51px;width:190px;top:92px;left:515px;overflow:hidden;display:block; }
#pl8MB970v3veThHnQQTAJKEBkmPCZBUR { position:absolute;display:block;z-index:15013;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:36px;width:138px;top:99px;left:786px;overflow:hidden;display:block; }
#THtBxydIDHcGlSGyT8PVg6uVxVZZ0y7y { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.63);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#THtBxydIDHcGlSGyT8PVg6uVxVZZ0y7y > .row .container { background-color: transparent; background-image: none; }#THtBxydIDHcGlSGyT8PVg6uVxVZZ0y7y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#THtBxydIDHcGlSGyT8PVg6uVxVZZ0y7y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#THtBxydIDHcGlSGyT8PVg6uVxVZZ0y7y > .row .container > .video-iframe-container { display: none; }#THtBxydIDHcGlSGyT8PVg6uVxVZZ0y7y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#THtBxydIDHcGlSGyT8PVg6uVxVZZ0y7y > .row > .video-iframe-container { display: none; }#THtBxydIDHcGlSGyT8PVg6uVxVZZ0y7y > .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); }#THtBxydIDHcGlSGyT8PVg6uVxVZZ0y7y > .row .container { border-width: 0; border-radius: 0; }#THtBxydIDHcGlSGyT8PVg6uVxVZZ0y7y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#THtBxydIDHcGlSGyT8PVg6uVxVZZ0y7y > .row .container { font-size:14px;font-family:arial;height:67px;width:960px;position:relative;display:block; }#kTr4U7hFmZARdMLLkOJeP8XWSyuWSWg0 { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:11px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:38px;left:473px;height:14px;display:block; }
#xusL1UvcDaITcOwOuuahK0drclZV2lAX { position:absolute;display:block;z-index:15003;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:15px;width:75px;top:37.5px;left:389px;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #f4IHiQGBzhnl0EklNh35rdhQQANWalqg { display:block; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E3slrC2Tt7rteNRsAC8XwUR5vLsDCFb0 { top:60px;left:0px;width:268px;height:43px;display:block; }
 }@media only screen and (max-width: 763px) { #fSIxLVPaTqAm8HOrKlpF6MJmSDVwUy9E { top:55px;left:243px;width:201px;height:54px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #i6d8SUwRMcMx2SlVCuwEFkJD74yJokuu { top:176px;left:0px;width:516px;height:250px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #q71lpkgDHUxVsPmrxpZzeVeDiT1vuHuk { width:256px;height:63px;top:495px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #qLmR2OL77nXca9Iz0AAvbgwcCZyVegM4 { display:block; }
 }@media only screen and (max-width: 763px) { #VOmDV9idkOAQyqbnOZDePGTETODuK1Ml { top:0px;left:0px;width:764px;height:659px;display:block; }
 }@media only screen and (max-width: 763px) { #ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg { display:block; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UgKzKWZaq4F7cSadiWF1yOpd2zFblR0J { top:235px;left:333px;width:431px;height:231px;display:block; }
 }@media only screen and (max-width: 763px) { #ofg4OPIqrtlx3AEOvDoENySVNLvxsZWe { top:38px;left:0px;width:764px;height:;font-size:36px;display:block; }
 }@media only screen and (max-width: 763px) { #J6n8ebtEaw1sAzIOyL9gBmoQcV9tigzK { top:174px;left:0px;width:46px;height:46px;display:block; }
 }@media only screen and (max-width: 763px) { #ZPwopsIWXQwU8cWNkIDKOJGlgOhl0lVq { top:173px;left:19.5px;width:587px;height:48px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #yC36tQsy3BA3NahbdKyeyQ5lwNCwL7LS { top:235px;left:19.5px;width:406px;height:72px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #wJmQTnwZHx2RBnMW7gAym9tBrhOoKzmp { top:519px;left:22px;width:430px;height:72px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #USfaE09ACOl7gaGveqgWuGkLHXEZQB8d { top:172px;left:0px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #Fq34yonNOm4Lq6Jl8bB61xa6skQI94tQ { top:436px;left:19.5px;width:401px;height:48px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #rGgCJ0TL5kqMEvIfvdLeyvD4x5sweMJh { top:435px;left:0px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #din4LoWtrs4BPoTWK6qJXbF4syc2USST { top:530px;left:0px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #wLRqs1gLXbRBQ3smvqTvCKbPnwf6HDCN { top:352px;left:18px;width:414px;height:48px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #lJXDL3vOGx3Zks0M6nyROR8358B5DqkH { top:251px;left:0px;width:46px;height:46px;display:block; }
 }@media only screen and (max-width: 763px) { #iUJmKT81JpHCdXA5yXnarqbXD6rgE5L8 { top:249px;left:0px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #h4VNhaKw5BNHyr0Zp9wl6lhaTQhZBXJc { top:353px;left:0px;width:46px;height:46px;display:block; }
 }@media only screen and (max-width: 763px) { #F7Dft4cT0JUB2oqDLw0w7OQccaonO0bc { top:351px;left:0px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #nyXeCRn85xSkwJfg1fxsumTSro53VknF { top:437px;left:0px;width:46px;height:46px;display:block; }
 }@media only screen and (max-width: 763px) { #O8uaCyg4BxahnWydaTIQ5HCleFlyWOSp { top:532px;left:0px;width:46px;height:46px;display:block; }
 }@media only screen and (max-width: 763px) { #MFdqwtSWntM0qdH6v6txa42EHLOByW1J { display:block; }#MFdqwtSWntM0qdH6v6txa42EHLOByW1J > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mw8Kc2VbgQSVGbkSw7UmdhkTCoUP8uZZ { top:212px;left:0px;width:764px;height:428.74660074166px;display:block; }
 }@media only screen and (max-width: 763px) { #a4lOyp8TJVcB66IpVpEDPZO6F72ufwuh { display:none; }
 }@media only screen and (max-width: 763px) { #uJrwTKL99nyND1qHmBTTx6ua78UWLx2M { display:block; }#uJrwTKL99nyND1qHmBTTx6ua78UWLx2M > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XDw0ZZkuSr0irpEPFOTW6VsoAfM0ce6s { top:0px;left:0px;width:764px;height:;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #Z4nWhe1Uq4ToZ9FWwDkNoUQB3WyT00bz { display:none; }#Z4nWhe1Uq4ToZ9FWwDkNoUQB3WyT00bz > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hFyO1TfmW3gJ8RmedPFqIoCcT858L4Qb { width:300px;height:272px;top:161px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #kHTatrm4R1yKm08fciLrqoASi94UfCTK { width:50px;height:29px;top:204px;left:102px;display:block; }
 }@media only screen and (max-width: 763px) { #Fd9BooUxkfweNbMF4IZDTgtPbn5uxIJ9 { width:300px;height:20px;top:224px;left:0px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #A1B06TKWeecVNvr1ABoMH4ttVgfPUgvX { width:260px;height:200px;top:177px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #DKW49z9nNJLs9PKmLsngzfUfWideSS9b { width:300px;height:272px;top:161px;left:208px;display:block; }
 }@media only screen and (max-width: 763px) { #e7NoLXwrrJp3szqgJR9tgeayJFaOKBdJ { width:260px;height:225px;top:583px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #X9cMxMS3Uof7CWxwVxygntpb6B9Xq7T1 { width:300px;height:28px;top:519px;left:0px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #W31JpGZzfkX1OkMrqpyFN6yItc4ic96B { width:50px;height:30px;top:207px;left:356px;display:block; }
 }@media only screen and (max-width: 763px) { #peDHdidQS5RGWeVOtORvHZ6nUt3MOoKF { display:block; }#peDHdidQS5RGWeVOtORvHZ6nUt3MOoKF > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ORz9WLaapNDrxtpJKLarF64JkZbokWv6 { top:33px;left:66px;width:250px;height:147px;display:block; }
 }@media only screen and (max-width: 763px) { #gHHsO1BTD9m4sQiy9UQBJkIttg2sM3u6 { top:30px;left:448px;width:250px;height:153px;display:block; }
 }@media only screen and (max-width: 763px) { #kzi9Wy3rlsRswnfBe5tqbUNvtXMJ1s8Z { display:block; }#kzi9Wy3rlsRswnfBe5tqbUNvtXMJ1s8Z > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EoGfLL7cETt7EnTtL1oaunh770vrPxAF { top:25px;left:120px;width:142px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #bLklygvFPt55oSkTyzQTvbQyi8tBJzb9 { top:60px;left:0px;width:450px;height:95px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #yBEJDeC7FxOFpEGZdSyXOH0Zp7f7XMVe { top:178px;left:0px;width:445px;height:95px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #wetIattauvrEvqfOVw4tVIKGiIOH0EoT { top:25px;left:498.5px;width:149px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #oVl6R4D5nwuqPLULlE8vPdsEBqKn4SCb { top:60px;left:301px;width:463px;height:95px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #hJP6qvp3eJZAlMCAm3nIx3TvP5czWpnN { top:178px;left:314px;width:450px;height:114px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #J1kUMxt6R4ParnOqSrKS5Db19vrJTNar { display:block; }#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ddPUETuzAnVNDIzETvJu5KOcDMgV4kMN { top:0px;left:0px;width:764px;height:58px;font-size:45px;display:block; }
 }@media only screen and (max-width: 763px) { #xrVQZ1KEHBUI8S1AZ2NXR7wnin32fZp5 { top:0px;left:0px;width:764px;height:58px;font-size:45px;display:block; }
 }@media only screen and (max-width: 763px) { #VGTvFlfyJkOK5n9a47Z2TVEtm2Bh4Ctn { top:29px;left:0px;width:764px;height:348px;display:block; }
 }@media only screen and (max-width: 763px) { #LItP6iRallBqTxEI8aZNGdFL6e4vdi9V { top:92px;left:0px;width:190px;height:51px;display:block; }
 }@media only screen and (max-width: 763px) { #cSktTf7TDUkbUgt2XTaosJRoFTWfT8dL { top:92px;left:135px;width:190px;height:51px;display:block; }
 }@media only screen and (max-width: 763px) { #QgLkxT6SPTygUJqiMEKFDcFeqtFDWEJa { top:92px;left:417px;width:190px;height:51px;display:block; }
 }@media only screen and (max-width: 763px) { #pl8MB970v3veThHnQQTAJKEBkmPCZBUR { top:99px;left:626px;width:138px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #THtBxydIDHcGlSGyT8PVg6uVxVZZ0y7y { display:block; }#THtBxydIDHcGlSGyT8PVg6uVxVZZ0y7y > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kTr4U7hFmZARdMLLkOJeP8XWSyuWSWg0 { top:38px;left:375px;width:200px;height:14px;font-size:8px;display:block; }
 }@media only screen and (max-width: 763px) { #xusL1UvcDaITcOwOuuahK0drclZV2lAX { top:37px;left:291px;width:75px;height:15px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #f4IHiQGBzhnl0EklNh35rdhQQANWalqg { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9d232a9d-6305-4c3b-af3c-e991d61ed78a/6505_Lifestyle.jpg");background-position:bottom right !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; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg.adaptive-delivery-prevent-bg, #f4IHiQGBzhnl0EklNh35rdhQQANWalqg.lazyload, #f4IHiQGBzhnl0EklNh35rdhQQANWalqg.lazyloading { background-image: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { background-color: transparent; background-image: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.44); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container > .video-iframe-container { display: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.44); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container { display: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .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); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { border-width: 0; border-radius: 0; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { width:320px;height:487px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E3slrC2Tt7rteNRsAC8XwUR5vLsDCFb0 { width:190px;height:29px;top:275px;left:65px;display:block; }
 }@media only screen and (max-width: 763px) { #fSIxLVPaTqAm8HOrKlpF6MJmSDVwUy9E { width:110px;height:29px;top:315px;left:105px;font-size:23px;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #i6d8SUwRMcMx2SlVCuwEFkJD74yJokuu { width:320px;height:95px;top:474px;left:0px;font-size:12px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #q71lpkgDHUxVsPmrxpZzeVeDiT1vuHuk { width:247px;height:58px;top:385px;left:36.5px;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #qLmR2OL77nXca9Iz0AAvbgwcCZyVegM4 { display:block; }
 }@media only screen and (max-width: 763px) { #VOmDV9idkOAQyqbnOZDePGTETODuK1Ml { width:319px;height:1161px;top:0px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/558a5076-ac9a-4b7d-9517-beaaca34003b/knobs.jpg");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;display:block; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg.adaptive-delivery-prevent-bg, #ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg.lazyload, #ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg.lazyloading { background-image: none; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container { background-color: transparent; background-image: none; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.73); }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container > .video-iframe-container { display: none; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.73); }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row > .video-iframe-container { display: none; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .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); }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container { border-width: 0; border-radius: 0; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container { width:320px;height:1320px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UgKzKWZaq4F7cSadiWF1yOpd2zFblR0J { width:227px;height:120px;top:134.5px;left:46.5px;z-index:15012;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ofg4OPIqrtlx3AEOvDoENySVNLvxsZWe { width:303px;height:104px;top:22px;left:13.5px;font-size:20px;text-align:center;text-align-last:center;text-shadow:1px 1px 3px rgba(0,0,0,0.9);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #J6n8ebtEaw1sAzIOyL9gBmoQcV9tigzK { width:50px;height:50px;top:349px;left:3px;display:block; }
 }@media only screen and (max-width: 763px) { #ZPwopsIWXQwU8cWNkIDKOJGlgOhl0lVq { width:230px;height:125px;top:312px;left:87px;font-size:16px;text-shadow:1px 1px 3px rgba(0,0,0,0.91);display:block; }
 }@media only screen and (max-width: 763px) { #yC36tQsy3BA3NahbdKyeyQ5lwNCwL7LS { width:212.984375px;height:150px;top:479px;left:90px;font-size:16px;text-shadow:1px 1px 3px rgba(0,0,0,0.9);display:block; }
 }@media only screen and (max-width: 763px) { #wJmQTnwZHx2RBnMW7gAym9tBrhOoKzmp { width:210px;height:125px;top:968.5px;left:87px;font-size:16px;text-shadow:1px 1px 3px rgba(0,0,0,0.9);display:block; }
 }@media only screen and (max-width: 763px) { #USfaE09ACOl7gaGveqgWuGkLHXEZQB8d { display:flex;width:50px;height:50px;top:349px;left:3px; }
 }@media only screen and (max-width: 763px) { #Fq34yonNOm4Lq6Jl8bB61xa6skQI94tQ { width:215px;height:125px;top:658.5px;left:94.5px;font-size:16px;text-shadow:1px 1px 3px rgba(0,0,0,0.9);display:block; }
 }@media only screen and (max-width: 763px) { #rGgCJ0TL5kqMEvIfvdLeyvD4x5sweMJh { display:flex;width:50px;height:50px;top:696px;left:9px; }
 }@media only screen and (max-width: 763px) { #din4LoWtrs4BPoTWK6qJXbF4syc2USST { display:flex;width:50px;height:50px;top:1006px;left:14px; }
 }@media only screen and (max-width: 763px) { #wLRqs1gLXbRBQ3smvqTvCKbPnwf6HDCN { width:217px;height:125px;top:813.5px;left:93.5px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #lJXDL3vOGx3Zks0M6nyROR8358B5DqkH { width:46px;height:46px;top:531px;left:14px;display:block; }
 }@media only screen and (max-width: 763px) { #iUJmKT81JpHCdXA5yXnarqbXD6rgE5L8 { display:flex;width:50px;height:50px;top:529px;left:12px; }
 }@media only screen and (max-width: 763px) { #h4VNhaKw5BNHyr0Zp9wl6lhaTQhZBXJc { width:46px;height:46px;top:853px;left:13px;display:block; }
 }@media only screen and (max-width: 763px) { #F7Dft4cT0JUB2oqDLw0w7OQccaonO0bc { display:flex;width:50px;height:50px;top:851px;left:11px; }
 }@media only screen and (max-width: 763px) { #nyXeCRn85xSkwJfg1fxsumTSro53VknF { width:46px;height:46px;top:698px;left:13px;display:block; }
 }@media only screen and (max-width: 763px) { #O8uaCyg4BxahnWydaTIQ5HCleFlyWOSp { width:46px;height:46px;top:1008px;left:16px;display:block; }
 }@media only screen and (max-width: 763px) { #MFdqwtSWntM0qdH6v6txa42EHLOByW1J { background-color:rgba(0,0,0,0.62);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; }#MFdqwtSWntM0qdH6v6txa42EHLOByW1J > .row .container { background-color: transparent; background-image: none; }#MFdqwtSWntM0qdH6v6txa42EHLOByW1J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MFdqwtSWntM0qdH6v6txa42EHLOByW1J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MFdqwtSWntM0qdH6v6txa42EHLOByW1J > .row .container > .video-iframe-container { display: none; }#MFdqwtSWntM0qdH6v6txa42EHLOByW1J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MFdqwtSWntM0qdH6v6txa42EHLOByW1J > .row > .video-iframe-container { display: none; }#MFdqwtSWntM0qdH6v6txa42EHLOByW1J > .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); }#MFdqwtSWntM0qdH6v6txa42EHLOByW1J > .row .container { border-width: 0; border-radius: 0; }#MFdqwtSWntM0qdH6v6txa42EHLOByW1J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MFdqwtSWntM0qdH6v6txa42EHLOByW1J > .row .container { width:320px;height:649px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mw8Kc2VbgQSVGbkSw7UmdhkTCoUP8uZZ { height:60px;width:107px;top:158.5px;left:61.5px;display:none; }
 }@media only screen and (max-width: 763px) { #a4lOyp8TJVcB66IpVpEDPZO6F72ufwuh { top:160px;left:0px;width:160px;height:319px;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #uJrwTKL99nyND1qHmBTTx6ua78UWLx2M { background-color:rgba(0,0,0,0.61);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; }#uJrwTKL99nyND1qHmBTTx6ua78UWLx2M > .row .container { background-color: transparent; background-image: none; }#uJrwTKL99nyND1qHmBTTx6ua78UWLx2M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uJrwTKL99nyND1qHmBTTx6ua78UWLx2M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uJrwTKL99nyND1qHmBTTx6ua78UWLx2M > .row .container > .video-iframe-container { display: none; }#uJrwTKL99nyND1qHmBTTx6ua78UWLx2M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uJrwTKL99nyND1qHmBTTx6ua78UWLx2M > .row > .video-iframe-container { display: none; }#uJrwTKL99nyND1qHmBTTx6ua78UWLx2M > .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); }#uJrwTKL99nyND1qHmBTTx6ua78UWLx2M > .row .container { border-width: 0; border-radius: 0; }#uJrwTKL99nyND1qHmBTTx6ua78UWLx2M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uJrwTKL99nyND1qHmBTTx6ua78UWLx2M > .row .container { width:320px;height:41px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XDw0ZZkuSr0irpEPFOTW6VsoAfM0ce6s { width:320px;height:40px;top:0px;left:0px;font-size:31px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z4nWhe1Uq4ToZ9FWwDkNoUQB3WyT00bz { background-color:rgba(0,0,0,0.61);background-image:none;display:block; }#Z4nWhe1Uq4ToZ9FWwDkNoUQB3WyT00bz > .row .container { background-color: transparent; background-image: none; }#Z4nWhe1Uq4ToZ9FWwDkNoUQB3WyT00bz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z4nWhe1Uq4ToZ9FWwDkNoUQB3WyT00bz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z4nWhe1Uq4ToZ9FWwDkNoUQB3WyT00bz > .row .container > .video-iframe-container { display: none; }#Z4nWhe1Uq4ToZ9FWwDkNoUQB3WyT00bz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z4nWhe1Uq4ToZ9FWwDkNoUQB3WyT00bz > .row > .video-iframe-container { display: none; }#Z4nWhe1Uq4ToZ9FWwDkNoUQB3WyT00bz > .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); }#Z4nWhe1Uq4ToZ9FWwDkNoUQB3WyT00bz > .row .container { width:320px;height:809px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hFyO1TfmW3gJ8RmedPFqIoCcT858L4Qb { width:300px;height:375px;top:23px;left:10px;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #kHTatrm4R1yKm08fciLrqoASi94UfCTK { width:167px;height:93px;top:44px;left:77px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Fd9BooUxkfweNbMF4IZDTgtPbn5uxIJ9 { width:300px;height:28px;top:136px;left:10px;text-align:center;text-align-last:center;font-size:22px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #A1B06TKWeecVNvr1ABoMH4ttVgfPUgvX { width:260px;height:200px;top:177px;left:30px;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #DKW49z9nNJLs9PKmLsngzfUfWideSS9b { width:300px;height:375px;top:422px;left:10px;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #e7NoLXwrrJp3szqgJR9tgeayJFaOKBdJ { width:260px;height:225px;top:561px;left:30px;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #X9cMxMS3Uof7CWxwVxygntpb6B9Xq7T1 { width:300px;height:28px;top:520px;left:10px;text-align:center;text-align-last:center;font-size:22px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #W31JpGZzfkX1OkMrqpyFN6yItc4ic96B { width:167px;height:100px;top:421px;left:77px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #peDHdidQS5RGWeVOtORvHZ6nUt3MOoKF { display:none; }#peDHdidQS5RGWeVOtORvHZ6nUt3MOoKF > .row .container { width:320px;height:662px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ORz9WLaapNDrxtpJKLarF64JkZbokWv6 { width:172px;height:102px;top:20px;left:9px;display:block; }
 }@media only screen and (max-width: 763px) { #gHHsO1BTD9m4sQiy9UQBJkIttg2sM3u6 { width:172px;height:106px;top:303px;left:9px;display:block; }
 }@media only screen and (max-width: 763px) { #kzi9Wy3rlsRswnfBe5tqbUNvtXMJ1s8Z { display:none; }#kzi9Wy3rlsRswnfBe5tqbUNvtXMJ1s8Z > .row .container { width:320px;height:800px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EoGfLL7cETt7EnTtL1oaunh770vrPxAF { width:195px;height:26px;top:20px;left:62px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #bLklygvFPt55oSkTyzQTvbQyi8tBJzb9 { width:320px;height:114px;top:66px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #yBEJDeC7FxOFpEGZdSyXOH0Zp7f7XMVe { width:320px;height:209px;top:162px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #wetIattauvrEvqfOVw4tVIKGiIOH0EoT { width:172px;height:26px;top:391px;left:74px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #oVl6R4D5nwuqPLULlE8vPdsEBqKn4SCb { width:320px;height:133px;top:437px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #hJP6qvp3eJZAlMCAm3nIx3TvP5czWpnN { width:320px;height:228px;top:552px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #J1kUMxt6R4ParnOqSrKS5Db19vrJTNar { background-color:rgba(0,0,0,0.63);background-image:none;display:block; }#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar > .row .container { background-color: transparent; background-image: none; }#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar > .row .container > .video-iframe-container { display: none; }#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar > .row > .video-iframe-container { display: none; }#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar > .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); }#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar > .row .container { width:320px;height:456px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ddPUETuzAnVNDIzETvJu5KOcDMgV4kMN { width:320px;height:0;top:20px;left:0px;font-size:32px;display:none; }
 }@media only screen and (max-width: 763px) { #xrVQZ1KEHBUI8S1AZ2NXR7wnin32fZp5 { width:320px;height:41px;top:73px;left:0px;font-size:32px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #VGTvFlfyJkOK5n9a47Z2TVEtm2Bh4Ctn { width:320px;height:348px;top:90px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #LItP6iRallBqTxEI8aZNGdFL6e4vdi9V { width:190px;height:51px;top:134px;left:65px;display:block; }
 }@media only screen and (max-width: 763px) { #cSktTf7TDUkbUgt2XTaosJRoFTWfT8dL { width:190px;height:51px;top:205px;left:65px;display:block; }
 }@media only screen and (max-width: 763px) { #QgLkxT6SPTygUJqiMEKFDcFeqtFDWEJa { width:190px;height:51px;top:276px;left:65px;display:block; }
 }@media only screen and (max-width: 763px) { #pl8MB970v3veThHnQQTAJKEBkmPCZBUR { width:138px;height:36px;top:347px;left:91px;display:block; }
 }@media only screen and (max-width: 763px) { #THtBxydIDHcGlSGyT8PVg6uVxVZZ0y7y { background-color:rgba(0,0,0,0.63);background-image:none;display:block; }#THtBxydIDHcGlSGyT8PVg6uVxVZZ0y7y > .row .container { background-color: transparent; background-image: none; }#THtBxydIDHcGlSGyT8PVg6uVxVZZ0y7y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#THtBxydIDHcGlSGyT8PVg6uVxVZZ0y7y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#THtBxydIDHcGlSGyT8PVg6uVxVZZ0y7y > .row .container > .video-iframe-container { display: none; }#THtBxydIDHcGlSGyT8PVg6uVxVZZ0y7y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#THtBxydIDHcGlSGyT8PVg6uVxVZZ0y7y > .row > .video-iframe-container { display: none; }#THtBxydIDHcGlSGyT8PVg6uVxVZZ0y7y > .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); }#THtBxydIDHcGlSGyT8PVg6uVxVZZ0y7y > .row .container { width:320px;height:62px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kTr4U7hFmZARdMLLkOJeP8XWSyuWSWg0 { width:103px;height:10px;top:18px;left:170px;font-size:8px;display:block; }
 }@media only screen and (max-width: 763px) { #xusL1UvcDaITcOwOuuahK0drclZV2lAX { width:63px;height:12px;top:17px;left:99px;display:block; }
 }