.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#fbfbf1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w4wziGVmhOeHqCa3zqhZk5o8c0JqX0ba { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#w4wziGVmhOeHqCa3zqhZk5o8c0JqX0ba > .row .container { background-color: transparent; background-image: none; }#w4wziGVmhOeHqCa3zqhZk5o8c0JqX0ba::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w4wziGVmhOeHqCa3zqhZk5o8c0JqX0ba > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w4wziGVmhOeHqCa3zqhZk5o8c0JqX0ba > .row .container > .video-iframe-container { display: none; }#w4wziGVmhOeHqCa3zqhZk5o8c0JqX0ba > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w4wziGVmhOeHqCa3zqhZk5o8c0JqX0ba > .row > .video-iframe-container { display: none; }#w4wziGVmhOeHqCa3zqhZk5o8c0JqX0ba > .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); }#w4wziGVmhOeHqCa3zqhZk5o8c0JqX0ba > .row .container { border-width: 0; border-radius: 0; }#w4wziGVmhOeHqCa3zqhZk5o8c0JqX0ba > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w4wziGVmhOeHqCa3zqhZk5o8c0JqX0ba > .row .container { font-size:14px;font-family:arial;height:60px;width:960px;position:relative;display:block; }#sLa8MnUNigQKIJ5VUUtuXFMuye869ogD { 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-shadow: none;box-sizing:border-box;color:#2e1f10;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"yeseva one";font-size:14px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:77px;height:20px;text-decoration:none;z-index:15039;text-align:left;text-align-last:left;top:20px;left:45px;display:block; }
#lm3R4d0RFsh5H2dOfZPJNoXgMqfMFKHU { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#umbULuEcySKrfGAt3TEuOrnSmMpKU0ED { 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-shadow: none;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"yeseva one";font-size:14px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:71px;height:20px;text-decoration:none;z-index:15040;text-align:left;text-align-last:left;top:20px;left:135px;display:block; }
#A3AMpNo9cBw9p6XF0iaZ3m7ZKX95ehec { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#gC3fmux0fLzCT0rhP8IGPGivVFpPo2KH { 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-shadow: none;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"yeseva one";font-size:14px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:71px;height:20px;text-decoration:none;z-index:15041;text-align:left;text-align-last:left;top:20px;left:213px;display:block; }
#IF5AUa4B4gtle1PERiro9Slugcsm5WwZ { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#a0nKZlV6UCe76unHlwxfT0Sqb6fpdmMJ { 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-shadow: none;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"yeseva one";font-size:14px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:95px;height:20px;text-decoration:none;z-index:15042;text-align:left;text-align-last:left;top:20px;left:294px;display:block; }
#fZRMQHGGHQJShop9V85TwCEQs3iUlCJn { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3434da10-9eaf-4f42-9a8b-6fa7907e7331/chicboutiqueinteriorstockcake.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A.adaptive-delivery-prevent-bg, #vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A.lazyload, #vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A.lazyloading { background-image: none; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row .container { background-color: transparent; background-image: none; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.71); }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row .container > .video-iframe-container { display: none; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.71); }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row > .video-iframe-container { display: none; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .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); }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row .container { border-width: 0; border-radius: 0; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A::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; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row .container { font-size:14px;font-family:arial;height:680px;width:960px;overflow:visible;position:relative;display:block; }#TCDGkEr1Qhldbg2M9Tp9ZogLNuvviGz8 { position:absolute;display:block;z-index:15000;background-color:#2e1f10;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 3px rgba(0,0,0,0.5) ;height:238px;width:152px;top:175px;left:0px;display:block; }
#tZd7P3WkEh0i9bl91NWQ6VPEWqgIZglV { color:#c7b39e;display:block;width:726px;position:absolute;font-family:lato;font-size:50px;font-weight:300;z-index:15001;line-height:1;letter-spacing:0;text-shadow:1px 5px 10px rgba(0,0,0,0.3);top:225px;left:45px;height:100px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#tIbs9LnOSox27cuT6a282DacB9AtibgJ { color:#ffffff;display:block;width:676px;position:absolute;font-family:lato;font-size:20px;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:347px;left:45px;height:96px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#FOokZzzrkTVLscxVscszBWqcGgrLAXS4 { background-color:#ab651f;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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 1px 1px 50px rgba(0,0,0,0.2) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:200px;height:60px;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:476.5px;left:0px;display:block; }
#aOhmpzO9v85gbZdB9Z5E4TvhX25MqbrZ { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#q1D72t54En7wadPoG9IN3cGbait8TzHU { position:absolute;display:block;z-index:15013;background-color:rgba(16,16,16,0.1);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: none;height:1px;width:320px;top:345px;left:593px;display:block; }
#azlBeIpHKWAo7yixbFHlGfLmuLzDBMO3 { 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;box-shadow: none;height:94px;width:161px;top:46px;left:45px;overflow:hidden;display:block; }
#b6Hzrp929ROmz4mJsPd9XWqDbqyyNqAG { box-sizing:content-box;height:679px;width:959px;position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0.18);background-image:none;top:0px;left:1.5px;display:block; }
#vdKQ92gKtCUlm0Lb31KT6WKfWpwB2U0A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7ae61013-185d-406a-b4e2-6c6ba9f5b481/victorvolkoviQjzzyTl4Yphoto170619204839771ce1148d24f.preview.rotate_270.jpg");background-position:center !important;background-repeat:repeat-x !important;background-attachment:fixed;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:block; }#vdKQ92gKtCUlm0Lb31KT6WKfWpwB2U0A.adaptive-delivery-prevent-bg, #vdKQ92gKtCUlm0Lb31KT6WKfWpwB2U0A.lazyload, #vdKQ92gKtCUlm0Lb31KT6WKfWpwB2U0A.lazyloading { background-image: none; }#vdKQ92gKtCUlm0Lb31KT6WKfWpwB2U0A > .row .container { background-color: transparent; background-image: none; }#vdKQ92gKtCUlm0Lb31KT6WKfWpwB2U0A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.54); }#vdKQ92gKtCUlm0Lb31KT6WKfWpwB2U0A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vdKQ92gKtCUlm0Lb31KT6WKfWpwB2U0A > .row .container > .video-iframe-container { display: none; }#vdKQ92gKtCUlm0Lb31KT6WKfWpwB2U0A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.54); }#vdKQ92gKtCUlm0Lb31KT6WKfWpwB2U0A > .row > .video-iframe-container { display: none; }#vdKQ92gKtCUlm0Lb31KT6WKfWpwB2U0A > .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); }#vdKQ92gKtCUlm0Lb31KT6WKfWpwB2U0A > .row .container { border-width: 0; border-radius: 0; }#vdKQ92gKtCUlm0Lb31KT6WKfWpwB2U0A::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; }#vdKQ92gKtCUlm0Lb31KT6WKfWpwB2U0A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vdKQ92gKtCUlm0Lb31KT6WKfWpwB2U0A > .row .container { font-size:14px;font-family:arial;height:1168px;width:960px;position:relative;display:block; }#UeIc3lg1gcTDngo49xRWke3dgJ1QQy9r { position:absolute;display:block;z-index:15000;background-color:#2e1f10;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 3px rgba(0,0,0,0.5) ;height:170px;width:148px;top:47px;left:0px;display:block; }
#GOhqMrRByhu05X1TuoOQ2JRo1niqhMyl { color:#ffffff;display:block;width:189px;position:absolute;font-family:lato;font-size:36px;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;text-shadow:1px 5px 9px rgba(0,0,0,0.13);top:112.1875px;left:45px;height:39.5938px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#IPnGweMbvuqbxRVPZQTrpTTLSdxGNDiW { color:rgba(255,255,255,0.81);display:block;width:530px;position:absolute;font-family:lato;font-size:15px;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:142.40625px;left:430px;height:48px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#B5eMTE6Ur0kMzatSADGVZaLrr4tQWCtG { position:absolute;display:block;z-index:15006;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b44382d5-0a22-46cd-8d61-e532f35b930f/acollectionofvibrantfabricswatchesdisplayedinacleanandminimalistmannerthesolidcolorsvaryintexturecreatinganappealingvisualarrangementfordesigninspirationphoto.jpg");background-position:center !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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 1px 8px 50px rgba(0,0,0,0.25) ;height:400px;width:530px;top:295px;left:431px;display:block; }#B5eMTE6Ur0kMzatSADGVZaLrr4tQWCtG.adaptive-delivery-prevent-bg, #B5eMTE6Ur0kMzatSADGVZaLrr4tQWCtG.lazyload, #B5eMTE6Ur0kMzatSADGVZaLrr4tQWCtG.lazyloading { background-image: none; }
#uJAK50aqshIUX9RHoHouEomqQCCDRoPp { position:absolute;display:block;z-index:15007;background-color:#0ac578;background-image:url("https://images.assets-landingi.com/J4UKoIHHJ6Q/unsplash/prince-abid-J4UKoIHHJ6Q-photo-1524464790303-b7f467781d29.jpg");background-position:center !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: 2px 2px 50px rgba(0,0,0,0.25) ;height:242px;width:530px;top:724px;left:430px;display:block; }#uJAK50aqshIUX9RHoHouEomqQCCDRoPp.adaptive-delivery-prevent-bg, #uJAK50aqshIUX9RHoHouEomqQCCDRoPp.lazyload, #uJAK50aqshIUX9RHoHouEomqQCCDRoPp.lazyloading { background-image: none; }
#pFSqfkThd1wxEsxv5PL5wZ0TUV4NpASz { color:rgba(255,255,255,0.81);display:block;width:300px;position:absolute;font-family:lato;font-size:15px;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:287px;left:45px;height:144px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#r6dJTcgbUhaMXx9KohQOPNpFhH8JvlgZ { color:#ffffff;display:block;width:363px;position:absolute;font-family:lato;font-size:18px;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;text-shadow:1px 5px 9px rgba(0,0,0,0.13);top:112px;left:430px;height:19.7969px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Tr6HiDMiZPamsKTt2gfMcR9GBABWvv9B { position:absolute;display:block;z-index:15008;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: none;height:450px;width:300px;top:515px;left:45px;overflow:hidden;display:block; }
#q4XhR0imou8ZgT4ONDWBkLQWU7rFVxQx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ab651f;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; }#q4XhR0imou8ZgT4ONDWBkLQWU7rFVxQx > .row .container { background-color: transparent; background-image: none; }#q4XhR0imou8ZgT4ONDWBkLQWU7rFVxQx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q4XhR0imou8ZgT4ONDWBkLQWU7rFVxQx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q4XhR0imou8ZgT4ONDWBkLQWU7rFVxQx > .row .container > .video-iframe-container { display: none; }#q4XhR0imou8ZgT4ONDWBkLQWU7rFVxQx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q4XhR0imou8ZgT4ONDWBkLQWU7rFVxQx > .row > .video-iframe-container { display: none; }#q4XhR0imou8ZgT4ONDWBkLQWU7rFVxQx > .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); }#q4XhR0imou8ZgT4ONDWBkLQWU7rFVxQx > .row .container { border-width: 0; border-radius: 0; }#q4XhR0imou8ZgT4ONDWBkLQWU7rFVxQx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q4XhR0imou8ZgT4ONDWBkLQWU7rFVxQx > .row .container { font-size:14px;font-family:arial;height:61px;width:960px;position:relative;display:block; }#nGhPUuncywtTRL0KITTKk0EBm4SNXvzL { background-color:#2e1f10;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;box-shadow: 1px 1px 50px rgba(0,0,0,0.21) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:200px;height:60px;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0.5px;left:380px;display:block; }
#Tw0dXyfZA8ugoUlfNT3wpdUbbPLDGNWB { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#QSErde0hTbf7bmMDfZhsJuuTtKvwlsXc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfbf1;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; }#QSErde0hTbf7bmMDfZhsJuuTtKvwlsXc > .row .container { background-color: transparent; background-image: none; }#QSErde0hTbf7bmMDfZhsJuuTtKvwlsXc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QSErde0hTbf7bmMDfZhsJuuTtKvwlsXc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QSErde0hTbf7bmMDfZhsJuuTtKvwlsXc > .row .container > .video-iframe-container { display: none; }#QSErde0hTbf7bmMDfZhsJuuTtKvwlsXc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QSErde0hTbf7bmMDfZhsJuuTtKvwlsXc > .row > .video-iframe-container { display: none; }#QSErde0hTbf7bmMDfZhsJuuTtKvwlsXc > .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); }#QSErde0hTbf7bmMDfZhsJuuTtKvwlsXc > .row .container { border-width: 0; border-radius: 0; }#QSErde0hTbf7bmMDfZhsJuuTtKvwlsXc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QSErde0hTbf7bmMDfZhsJuuTtKvwlsXc > .row .container { font-size:14px;font-family:arial;height:300px;width:960px;position:relative;display:block; }#GytzUdvr9zTxtISmcyHxLnZCdlrtMTQl { color:rgba(0,0,0,0.83);display:block;width:539px;position:absolute;font-family:lato;font-size:18px;font-weight:300;z-index:15016;line-height:1.6;letter-spacing:0;top:92px;left:321px;height:115.188px;font-style:normal;display:block; }
#cghtkEDpvarSRD7TKDkuGQWTF6dFbXv7 { color:#ffffff;display:block;width:218px;position:absolute;font-family:lato;font-size:36px;font-weight:300;z-index:15012;line-height:1.1;letter-spacing:0;text-shadow:1px 5px 10px rgba(0,0,0,0.3);top:92px;left:45px;height:118.781px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#AiegvSE2yV9wrxJRQvIHOJGAPt0kdorT { position:absolute;display:block;z-index:15010;background-color:#2e1f10;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: none;height:170px;width:289px;top:65px;left:0px;display:block; }
#Sl9uvDodOJhrT44FAe3T4w68qoeANG97 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfbf1;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; }#Sl9uvDodOJhrT44FAe3T4w68qoeANG97 > .row .container { background-color: transparent; background-image: none; }#Sl9uvDodOJhrT44FAe3T4w68qoeANG97::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sl9uvDodOJhrT44FAe3T4w68qoeANG97 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sl9uvDodOJhrT44FAe3T4w68qoeANG97 > .row .container > .video-iframe-container { display: none; }#Sl9uvDodOJhrT44FAe3T4w68qoeANG97 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sl9uvDodOJhrT44FAe3T4w68qoeANG97 > .row > .video-iframe-container { display: none; }#Sl9uvDodOJhrT44FAe3T4w68qoeANG97 > .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); }#Sl9uvDodOJhrT44FAe3T4w68qoeANG97 > .row .container { border-width: 0; border-radius: 0; }#Sl9uvDodOJhrT44FAe3T4w68qoeANG97 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Sl9uvDodOJhrT44FAe3T4w68qoeANG97 > .row .container { font-size:14px;font-family:arial;height:134px;width:960px;position:relative;display:block; }#xf2GtEVhCQegVwsiSxfZRLoT3tJhuERw { color:#3c3c3b;display:block;width:154px;position:absolute;font-family:lato;font-size:19px;font-weight:300;z-index:15006;line-height:1;letter-spacing:0;top:25.5px;left:397px;height:19px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sTV2dNmLUH4vPhT1BTkkBX25QnocwXIk { color:#3c3c3b;display:block;width:177px;position:absolute;font-family:lato;font-size:19px;font-weight:300;z-index:15008;line-height:1;letter-spacing:0;top:25.5px;left:71.5px;height:19px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#v0QA2iOZsyLl439R3t8WE9WHPgdb7Tp9 { color:#3c3c3b;display:block;width:228px;position:absolute;font-family:lato;font-size:19px;font-weight:300;z-index:15008;line-height:1;letter-spacing:0;top:25.5px;left:711px;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;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VI0AbT3AmQciZVKAuKS7XpocUOcDrLsU { 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:15031;opacity:1;top:10px;left:11.5px; }
#AhTvfQdKrx8IGg01qr6qkVyykTnJm6rL { box-sizing:content-box;height:71px;width:35px;position:absolute;display:block;z-index:15005;background-color:#2e1f10;background-image:none;top:0px;left:0px;display:block; }
#Q2Z50iEhvLN7XmXGWSnX8N5u3QZrewRB { box-sizing:content-box;height:71px;width:35px;position:absolute;display:block;z-index:15010;background-color:#2e1f10;background-image:none;top:0px;left:640px;display:block; }
#SdaPNqlTdNGBubXOOSroLwcCaxLq529z { box-sizing:content-box;height:71px;width:35px;position:absolute;display:block;z-index:15011;background-color:#2e1f10;background-image:none;top:6px;left:320px;display:block; }
#cQGCa0oMTa0q8iNEPKDH43EdOVu6Hsu5 { 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:15032;opacity:1;top:10px;left:330.5px; }
#wnE2sPTpZZSvDh3D0FC7srW7w5JXHSQm { 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:15033;opacity:1;top:10px;left:651.5px; }
#rDHN7atM1Ai7WJVdMVfxxdqts1eQpDb1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3a3a33;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; }#rDHN7atM1Ai7WJVdMVfxxdqts1eQpDb1 > .row .container { background-color: transparent; background-image: none; }#rDHN7atM1Ai7WJVdMVfxxdqts1eQpDb1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rDHN7atM1Ai7WJVdMVfxxdqts1eQpDb1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rDHN7atM1Ai7WJVdMVfxxdqts1eQpDb1 > .row .container > .video-iframe-container { display: none; }#rDHN7atM1Ai7WJVdMVfxxdqts1eQpDb1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rDHN7atM1Ai7WJVdMVfxxdqts1eQpDb1 > .row > .video-iframe-container { display: none; }#rDHN7atM1Ai7WJVdMVfxxdqts1eQpDb1 > .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); }#rDHN7atM1Ai7WJVdMVfxxdqts1eQpDb1 > .row .container { border-width: 0; border-radius: 0; }#rDHN7atM1Ai7WJVdMVfxxdqts1eQpDb1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rDHN7atM1Ai7WJVdMVfxxdqts1eQpDb1 > .row .container { font-size:14px;font-family:arial;height:800px;width:960px;position:relative;display:block; }#T1EhKeuM9zuD1OmghCrPge3SLU01XICC { position:absolute;display:block;z-index:15008;background-color:#2e1f10;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: none;height:170px;width:92px;top:55px;left:716px;display:block; }
#GOrK0ftTyZJm3BUAT7SoTeXdNuyEuifL { color:#ffffff;display:block;width:154px;position:absolute;font-family:lato;font-size:36px;font-weight:300;z-index:15010;line-height:1.1;letter-spacing:0;top:80.609375px;left:761.5px;height:118.781px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#O0dyHpzqLGSCJkT6ZL2nHl5X8dZBszqi { position:absolute;display:block;z-index:15006;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: none;height:233px;width:348px;top:55px;left:352px;overflow:hidden;display:block; }
#cBa4G8ZgVC4uZKcyAkI9hsRUCMg0t6Kf { position:absolute;display:block;z-index:15006;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: none;height:200px;width:349px;top:301px;left:352.5px;overflow:hidden;display:block; }
#MdD1sA9VrLCh2ZA0DzAb9opnTMZclOWE { 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;box-shadow: none;height:446px;width:158px;top:55px;left:177px;overflow:hidden;display:block; }
#BDDTXFNTxWRJ71nzHPmovNEecW5txh6Z { position:absolute;display:block;z-index:15008;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: none;height:446px;width:161px;top:55px;left:0px;overflow:hidden;display:block; }
#DqInciUfgf8CTvdo6UZJQ6RHuCF4ZywO { 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;box-shadow: none;height:263px;width:243px;top:238px;left:717px;overflow:hidden;display:block; }
#XHGLCGqfRZmqHUfg1L7tcfiKzIsRm51J { position:absolute;display:block;z-index:15008;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: none;height:187px;width:356px;top:530px;left:0px;overflow:hidden;display:block; }
#U5teTmEL8aPuggneCCXiyMLwnfb6UFAD { position:absolute;display:block;z-index:15009;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: none;height:187px;width:310px;top:530px;left:335px;overflow:hidden;display:block; }
#ZGJ83rv7bSGtUQf57esupxdJgSaT5s6K { 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;box-shadow: none;height:187px;width:329px;top:530px;left:631px;overflow:hidden;display:block; }
#SNmyxsV0WNgrUAGSard7Ud9gDqR6wsNB { position:relative;display:block; }#SNmyxsV0WNgrUAGSard7Ud9gDqR6wsNB { background-color: transparent; background-image: none; }#SNmyxsV0WNgrUAGSard7Ud9gDqR6wsNB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SNmyxsV0WNgrUAGSard7Ud9gDqR6wsNB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SNmyxsV0WNgrUAGSard7Ud9gDqR6wsNB > .row .container > .video-iframe-container { display: none; }#SNmyxsV0WNgrUAGSard7Ud9gDqR6wsNB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SNmyxsV0WNgrUAGSard7Ud9gDqR6wsNB > .row > .video-iframe-container { display: none; }#SNmyxsV0WNgrUAGSard7Ud9gDqR6wsNB > .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); }#SNmyxsV0WNgrUAGSard7Ud9gDqR6wsNB { border-width: 0; border-radius: 0; }#SNmyxsV0WNgrUAGSard7Ud9gDqR6wsNB > .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; }#SNmyxsV0WNgrUAGSard7Ud9gDqR6wsNB > .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:block; }#F28frX1nr6Plimxmmnxt86pKRSxMbb05 { 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;box-shadow: none;height:301px;width:240px;top:-1px;left:0px;overflow:hidden;display:block; }
#ZhMfBRL53XKrAg4vPRSSAAxTh31W22P2 { 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;box-shadow: none;height:300px;width:240px;top:0px;left:240px;overflow:hidden;display:block; }
#g4H4CdR1uN6yiQ6L3XPECEveMpS4pdAQ { 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;box-shadow: none;height:300px;width:240px;top:0px;left:720px;overflow:hidden;display:block; }
#xwfHg1bUm0uzeamh5Mr0rJ35b5XCoE1p { 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;box-shadow: none;height:300px;width:240px;top:0px;left:480px;overflow:hidden;display:block; }
#C92ny54NmaVffOJmJgeERFW2myRz3KhT { 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;box-shadow: none;height:324px;width:241px;top:276px;left:719px;overflow:hidden;display:block; }
#wInL3XPO24HrztOON54bq02sxTs5TVNN { position:relative;display:block; }#wInL3XPO24HrztOON54bq02sxTs5TVNN { background-color: transparent; background-image: none; }#wInL3XPO24HrztOON54bq02sxTs5TVNN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wInL3XPO24HrztOON54bq02sxTs5TVNN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wInL3XPO24HrztOON54bq02sxTs5TVNN > .row .container > .video-iframe-container { display: none; }#wInL3XPO24HrztOON54bq02sxTs5TVNN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wInL3XPO24HrztOON54bq02sxTs5TVNN > .row > .video-iframe-container { display: none; }#wInL3XPO24HrztOON54bq02sxTs5TVNN > .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); }#wInL3XPO24HrztOON54bq02sxTs5TVNN { border-width: 0; border-radius: 0; }#wInL3XPO24HrztOON54bq02sxTs5TVNN > .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; }#wInL3XPO24HrztOON54bq02sxTs5TVNN > .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:block; }#xAWk6nRJksZKAnkiDsHNa6NVEzrdm9Pr { 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;box-shadow: none;height:301px;width:240px;top:-1px;left:0px;overflow:hidden;display:block; }
#BXgnsW6BLCb0ZiMPVNWuO1qSO8oqihJg { 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;box-shadow: none;height:300px;width:240px;top:0px;left:240px;overflow:hidden;display:block; }
#Fv4D9ZR0tKnfgLeKbdN5eNkbuu10BIV3 { position:absolute;display:block;z-index:14999;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: none;height:305px;width:183px;top:-5px;left:467.125px;overflow:hidden;display:none; }
#L3M2K8i1MUMbghrPJxv2gqSTTgqiEODn { 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;box-shadow: none;height:341px;width:240px;top:-41px;left:480px;overflow:hidden;display:block; }
#JIIcS5CM2Wmi612ZkwqdyuSEA3cV0vNe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3a3a33;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; }#JIIcS5CM2Wmi612ZkwqdyuSEA3cV0vNe > .row .container { background-color: transparent; background-image: none; }#JIIcS5CM2Wmi612ZkwqdyuSEA3cV0vNe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JIIcS5CM2Wmi612ZkwqdyuSEA3cV0vNe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JIIcS5CM2Wmi612ZkwqdyuSEA3cV0vNe > .row .container > .video-iframe-container { display: none; }#JIIcS5CM2Wmi612ZkwqdyuSEA3cV0vNe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JIIcS5CM2Wmi612ZkwqdyuSEA3cV0vNe > .row > .video-iframe-container { display: none; }#JIIcS5CM2Wmi612ZkwqdyuSEA3cV0vNe > .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); }#JIIcS5CM2Wmi612ZkwqdyuSEA3cV0vNe > .row .container { border-width: 0; border-radius: 0; }#JIIcS5CM2Wmi612ZkwqdyuSEA3cV0vNe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JIIcS5CM2Wmi612ZkwqdyuSEA3cV0vNe > .row .container { font-size:14px;font-family:arial;height:800px;width:960px;position:relative;display:block; }#KyXVW3tq7fmNkZZgT8fx40RLmDG3rfcP { 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;box-shadow: none;height:300px;width:300px;top:55px;left:330px;overflow:hidden;display:block; }
#UsD54nwB3xOz7nAG0qOa1lkRBUdgD488 { position:absolute;display:block;z-index:15008;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: none;height:300px;width:300px;top:55px;left:0px;overflow:hidden;display:block; }
#Kd7urmTaApiIViG0kTD8IFu0igfB5ByK { 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;box-shadow: none;height:300px;width:300px;top:55px;left:660px;overflow:hidden;display:block; }
#WekMGDoVNE1vMNeig9usvcLHdxdmBuac { position:absolute;display:block;z-index:15008;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: none;height:300px;width:300px;top:404px;left:0px;overflow:hidden;display:block; }
#gbuzEkvggvsQmyzw9BhrwgBT1rNB6iMT { 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;box-shadow: none;height:300px;width:300px;top:404px;left:660px;overflow:hidden;display:block; }
#VTS69cKhTv3qWQwHJ39nyQZgnblld9A2 { position:absolute;display:block;z-index:15009;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: none;height:300px;width:300px;top:404px;left:330px;overflow:hidden;display:block; }
#e2blAGdpByA2EmtlbiTu54OFtVULco9k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ab651f;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; }#e2blAGdpByA2EmtlbiTu54OFtVULco9k > .row .container { background-color: transparent; background-image: none; }#e2blAGdpByA2EmtlbiTu54OFtVULco9k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e2blAGdpByA2EmtlbiTu54OFtVULco9k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e2blAGdpByA2EmtlbiTu54OFtVULco9k > .row .container > .video-iframe-container { display: none; }#e2blAGdpByA2EmtlbiTu54OFtVULco9k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e2blAGdpByA2EmtlbiTu54OFtVULco9k > .row > .video-iframe-container { display: none; }#e2blAGdpByA2EmtlbiTu54OFtVULco9k > .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); }#e2blAGdpByA2EmtlbiTu54OFtVULco9k > .row .container { border-width: 0; border-radius: 0; }#e2blAGdpByA2EmtlbiTu54OFtVULco9k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e2blAGdpByA2EmtlbiTu54OFtVULco9k > .row .container { font-size:14px;font-family:arial;height:123px;width:960px;position:relative;display:block; }#a9qspSpkbFtfEkEH8rhSle2kw5ObwAue { background-color:#2e1f10;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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 1px 1px 50px rgba(0,0,0,0.2) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:200px;height:60px;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0px;left:380px;display:block; }
#q91O6Tybr7Gmxb1kEyROe4dVlxTWMktf { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#e6nT479yiTFAlfxEUMVGRWgzX88ud2IP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2e1f10;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; }#e6nT479yiTFAlfxEUMVGRWgzX88ud2IP > .row .container { background-color: transparent; background-image: none; }#e6nT479yiTFAlfxEUMVGRWgzX88ud2IP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e6nT479yiTFAlfxEUMVGRWgzX88ud2IP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e6nT479yiTFAlfxEUMVGRWgzX88ud2IP > .row .container > .video-iframe-container { display: none; }#e6nT479yiTFAlfxEUMVGRWgzX88ud2IP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e6nT479yiTFAlfxEUMVGRWgzX88ud2IP > .row > .video-iframe-container { display: none; }#e6nT479yiTFAlfxEUMVGRWgzX88ud2IP > .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); }#e6nT479yiTFAlfxEUMVGRWgzX88ud2IP > .row .container { border-width: 0; border-radius: 0; }#e6nT479yiTFAlfxEUMVGRWgzX88ud2IP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e6nT479yiTFAlfxEUMVGRWgzX88ud2IP > .row .container { font-size:14px;font-family:arial;height:381px;width:960px;position:relative;display:block; }#M4cUKwpdGIoQJUEn81MW13DaQTQRDCWH { position:absolute;display:block;z-index:15003;background-color:#ab651f;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: none;height:238px;width:152px;top:41px;left:0px;display:block; }
#LPUMsSWuAgTbAOuUQwx9ROQrz5Rb0N5P { color:#ffffff;display:block;width:236px;position:absolute;font-family:lato;font-size:50px;font-weight:300;z-index:15004;line-height:1;letter-spacing:0;text-shadow:1px 5px 10px rgba(0,0,0,0.3);top:75px;left:24px;height:100px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TT0gVflXn7lI0Zxi7p58phmEHMgAuv28 { position:absolute;display:block;z-index:15017;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 8px 20px rgba(0,0,0,0.15) ;height:297px;width:390px;top:41px;left:570px;display:block; }
#xyFTW9MGveQUcfAqD3x8W09utyxRqOtu { color:#101010;display:block;width:277px;position:absolute;font-family:lato;font-size:18px;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:61px;left:653px;height:93.5625px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#rzuQ370gTRLTMSWAyhNE0dhHAKyqEpzd { position:absolute;display:block;z-index:15041;background-color:rgba(46,31,16,0.81);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: none;height:1px;width:320px;top:174px;left:605px;display:block; }
#NETQbZQbgbKchWdEL3SBGUndhMsW21QN { color:#2e1f10;display:block;width:216px;position:absolute;font-family:lato;font-size:16px;font-weight:300;z-index:15018;line-height:1.4;letter-spacing:0;top:257px;left:653px;height:22.3906px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TyNXrBSSzytLPgDX3hEGufiTxf6JCHcc { color:#2e1f10;display:block;width:239px;position:absolute;font-family:lato;font-size:16px;font-weight:300;z-index:15020;line-height:1.4;letter-spacing:0;top:210px;left:653px;height:22.3906px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ggCRWTWpg7duy6Wv031O7ag5TJtSfmO8 { 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:15042;top:211px;left:607px; }
#S48mZhyt7TDuWmFamZt4mNLnu2hasuzO { 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:15043;top:258px;left:607px; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #w4wziGVmhOeHqCa3zqhZk5o8c0JqX0ba { display:block; }#w4wziGVmhOeHqCa3zqhZk5o8c0JqX0ba > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sLa8MnUNigQKIJ5VUUtuXFMuye869ogD { width:77px;height:20px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #lm3R4d0RFsh5H2dOfZPJNoXgMqfMFKHU { display:block; }
 }@media only screen and (max-width: 763px) { #umbULuEcySKrfGAt3TEuOrnSmMpKU0ED { width:71px;height:20px;top:20px;left:37px;display:block; }
 }@media only screen and (max-width: 763px) { #A3AMpNo9cBw9p6XF0iaZ3m7ZKX95ehec { display:block; }
 }@media only screen and (max-width: 763px) { #gC3fmux0fLzCT0rhP8IGPGivVFpPo2KH { width:71px;height:20px;top:20px;left:115px;display:block; }
 }@media only screen and (max-width: 763px) { #IF5AUa4B4gtle1PERiro9Slugcsm5WwZ { display:block; }
 }@media only screen and (max-width: 763px) { #a0nKZlV6UCe76unHlwxfT0Sqb6fpdmMJ { width:95px;height:20px;top:20px;left:196px;display:block; }
 }@media only screen and (max-width: 763px) { #fZRMQHGGHQJShop9V85TwCEQs3iUlCJn { display:block; }
 }@media only screen and (max-width: 763px) { #vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A { display:block; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TCDGkEr1Qhldbg2M9Tp9ZogLNuvviGz8 { width:152px;height:238px;top:175px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #tZd7P3WkEh0i9bl91NWQ6VPEWqgIZglV { width:726px;height:100px;top:225px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #tIbs9LnOSox27cuT6a282DacB9AtibgJ { width:676px;height:96px;top:347px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #FOokZzzrkTVLscxVscszBWqcGgrLAXS4 { width:200px;height:60px;top:476px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #aOhmpzO9v85gbZdB9Z5E4TvhX25MqbrZ { display:block; }
 }@media only screen and (max-width: 763px) { #q1D72t54En7wadPoG9IN3cGbait8TzHU { width:320px;height:1px;top:345px;left:444px;display:block; }
 }@media only screen and (max-width: 763px) { #azlBeIpHKWAo7yixbFHlGfLmuLzDBMO3 { width:161px;height:94px;top:46px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #b6Hzrp929ROmz4mJsPd9XWqDbqyyNqAG { top:0px;left:0px;width:764px;height:679px;display:block; }
 }@media only screen and (max-width: 763px) { #vdKQ92gKtCUlm0Lb31KT6WKfWpwB2U0A { display:block; }#vdKQ92gKtCUlm0Lb31KT6WKfWpwB2U0A > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UeIc3lg1gcTDngo49xRWke3dgJ1QQy9r { width:148px;height:170px;top:47px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #GOhqMrRByhu05X1TuoOQ2JRo1niqhMyl { width:189px;height:39px;top:112px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #IPnGweMbvuqbxRVPZQTrpTTLSdxGNDiW { width:530px;height:;top:142px;left:234px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #B5eMTE6Ur0kMzatSADGVZaLrr4tQWCtG { width:530px;height:400px;top:295px;left:234px;display:block; }
 }@media only screen and (max-width: 763px) { #uJAK50aqshIUX9RHoHouEomqQCCDRoPp { width:530px;height:242px;top:724px;left:234px;display:block; }
 }@media only screen and (max-width: 763px) { #pFSqfkThd1wxEsxv5PL5wZ0TUV4NpASz { width:300px;height:;top:287px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #r6dJTcgbUhaMXx9KohQOPNpFhH8JvlgZ { width:363px;height:19px;top:112px;left:332px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Tr6HiDMiZPamsKTt2gfMcR9GBABWvv9B { top:515px;left:0px;width:300px;height:450px;display:block; }
 }@media only screen and (max-width: 763px) { #q4XhR0imou8ZgT4ONDWBkLQWU7rFVxQx { display:block; }#q4XhR0imou8ZgT4ONDWBkLQWU7rFVxQx > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nGhPUuncywtTRL0KITTKk0EBm4SNXvzL { width:200px;height:60px;top:0px;left:282px;display:block; }
 }@media only screen and (max-width: 763px) { #Tw0dXyfZA8ugoUlfNT3wpdUbbPLDGNWB { display:block; }
 }@media only screen and (max-width: 763px) { #QSErde0hTbf7bmMDfZhsJuuTtKvwlsXc { display:block; }#QSErde0hTbf7bmMDfZhsJuuTtKvwlsXc > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GytzUdvr9zTxtISmcyHxLnZCdlrtMTQl { width:539px;height:115px;top:92px;left:223px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #cghtkEDpvarSRD7TKDkuGQWTF6dFbXv7 { width:218px;height:117px;top:92px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #AiegvSE2yV9wrxJRQvIHOJGAPt0kdorT { width:289px;height:170px;top:65px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Sl9uvDodOJhrT44FAe3T4w68qoeANG97 { display:block; }#Sl9uvDodOJhrT44FAe3T4w68qoeANG97 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xf2GtEVhCQegVwsiSxfZRLoT3tJhuERw { width:154px;height:19px;top:25px;left:280px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #sTV2dNmLUH4vPhT1BTkkBX25QnocwXIk { width:177px;height:19px;top:25px;left:38.5px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #v0QA2iOZsyLl439R3t8WE9WHPgdb7Tp9 { width:228px;height:;top:25px;left:534px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #VI0AbT3AmQciZVKAuKS7XpocUOcDrLsU { top:10px;left:0px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #AhTvfQdKrx8IGg01qr6qkVyykTnJm6rL { top:0px;left:0px;width:35px;height:71px;display:block; }
 }@media only screen and (max-width: 763px) { #Q2Z50iEhvLN7XmXGWSnX8N5u3QZrewRB { top:0px;left:508px;width:35px;height:71px;display:block; }
 }@media only screen and (max-width: 763px) { #SdaPNqlTdNGBubXOOSroLwcCaxLq529z { top:6px;left:254px;width:35px;height:71px;display:block; }
 }@media only screen and (max-width: 763px) { #cQGCa0oMTa0q8iNEPKDH43EdOVu6Hsu5 { top:10px;left:254px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #wnE2sPTpZZSvDh3D0FC7srW7w5JXHSQm { top:10px;left:508px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #rDHN7atM1Ai7WJVdMVfxxdqts1eQpDb1 { display:block; }#rDHN7atM1Ai7WJVdMVfxxdqts1eQpDb1 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T1EhKeuM9zuD1OmghCrPge3SLU01XICC { width:92px;height:170px;top:55px;left:618px;display:block; }
 }@media only screen and (max-width: 763px) { #GOrK0ftTyZJm3BUAT7SoTeXdNuyEuifL { width:154px;height:118px;top:80px;left:610px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #O0dyHpzqLGSCJkT6ZL2nHl5X8dZBszqi { width:348px;height:233px;top:55px;left:254px;display:block; }
 }@media only screen and (max-width: 763px) { #cBa4G8ZgVC4uZKcyAkI9hsRUCMg0t6Kf { width:349px;height:200px;top:301px;left:254.5px;display:block; }
 }@media only screen and (max-width: 763px) { #MdD1sA9VrLCh2ZA0DzAb9opnTMZclOWE { width:158px;height:446px;top:55px;left:79px;display:block; }
 }@media only screen and (max-width: 763px) { #BDDTXFNTxWRJ71nzHPmovNEecW5txh6Z { width:161px;height:446px;top:55px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #DqInciUfgf8CTvdo6UZJQ6RHuCF4ZywO { width:243px;height:263px;top:238px;left:521px;display:block; }
 }@media only screen and (max-width: 763px) { #XHGLCGqfRZmqHUfg1L7tcfiKzIsRm51J { width:356px;height:187px;top:530px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #U5teTmEL8aPuggneCCXiyMLwnfb6UFAD { width:310px;height:187px;top:530px;left:237px;display:block; }
 }@media only screen and (max-width: 763px) { #ZGJ83rv7bSGtUQf57esupxdJgSaT5s6K { width:329px;height:187px;top:530px;left:435px;display:block; }
 }@media only screen and (max-width: 763px) { #SNmyxsV0WNgrUAGSard7Ud9gDqR6wsNB { display:block; }#SNmyxsV0WNgrUAGSard7Ud9gDqR6wsNB > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F28frX1nr6Plimxmmnxt86pKRSxMbb05 { top:-1px;left:0px;width:240px;height:301px;display:block; }
 }@media only screen and (max-width: 763px) { #ZhMfBRL53XKrAg4vPRSSAAxTh31W22P2 { top:0px;left:142px;width:240px;height:300px;display:block; }
 }@media only screen and (max-width: 763px) { #g4H4CdR1uN6yiQ6L3XPECEveMpS4pdAQ { top:0px;left:524px;width:240px;height:300px;display:block; }
 }@media only screen and (max-width: 763px) { #xwfHg1bUm0uzeamh5Mr0rJ35b5XCoE1p { top:0px;left:334px;width:240px;height:300px;display:block; }
 }@media only screen and (max-width: 763px) { #C92ny54NmaVffOJmJgeERFW2myRz3KhT { top:276px;left:332px;width:241px;height:324px;display:block; }
 }@media only screen and (max-width: 763px) { #wInL3XPO24HrztOON54bq02sxTs5TVNN { display:block; }#wInL3XPO24HrztOON54bq02sxTs5TVNN > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xAWk6nRJksZKAnkiDsHNa6NVEzrdm9Pr { top:-1px;left:0px;width:240px;height:301px;display:block; }
 }@media only screen and (max-width: 763px) { #BXgnsW6BLCb0ZiMPVNWuO1qSO8oqihJg { top:0px;left:157px;width:240px;height:300px;display:block; }
 }@media only screen and (max-width: 763px) { #Fv4D9ZR0tKnfgLeKbdN5eNkbuu10BIV3 { top:-5px;left:115px;width:183px;height:305px;display:block; }
 }@media only screen and (max-width: 763px) { #L3M2K8i1MUMbghrPJxv2gqSTTgqiEODn { top:-41px;left:333px;width:240px;height:341px;display:block; }
 }@media only screen and (max-width: 763px) { #JIIcS5CM2Wmi612ZkwqdyuSEA3cV0vNe { display:block; }#JIIcS5CM2Wmi612ZkwqdyuSEA3cV0vNe > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KyXVW3tq7fmNkZZgT8fx40RLmDG3rfcP { width:300px;height:300px;top:55px;left:232px;display:block; }
 }@media only screen and (max-width: 763px) { #UsD54nwB3xOz7nAG0qOa1lkRBUdgD488 { width:300px;height:300px;top:55px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Kd7urmTaApiIViG0kTD8IFu0igfB5ByK { width:300px;height:300px;top:55px;left:464px;display:block; }
 }@media only screen and (max-width: 763px) { #WekMGDoVNE1vMNeig9usvcLHdxdmBuac { width:300px;height:300px;top:404px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #gbuzEkvggvsQmyzw9BhrwgBT1rNB6iMT { width:300px;height:300px;top:404px;left:464px;display:block; }
 }@media only screen and (max-width: 763px) { #VTS69cKhTv3qWQwHJ39nyQZgnblld9A2 { width:300px;height:300px;top:404px;left:232px;display:block; }
 }@media only screen and (max-width: 763px) { #e2blAGdpByA2EmtlbiTu54OFtVULco9k { display:block; }#e2blAGdpByA2EmtlbiTu54OFtVULco9k > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a9qspSpkbFtfEkEH8rhSle2kw5ObwAue { width:200px;height:60px;top:0px;left:282px;display:block; }
 }@media only screen and (max-width: 763px) { #q91O6Tybr7Gmxb1kEyROe4dVlxTWMktf { display:block; }
 }@media only screen and (max-width: 763px) { #e6nT479yiTFAlfxEUMVGRWgzX88ud2IP { display:block; }#e6nT479yiTFAlfxEUMVGRWgzX88ud2IP > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M4cUKwpdGIoQJUEn81MW13DaQTQRDCWH { width:152px;height:238px;top:41px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #LPUMsSWuAgTbAOuUQwx9ROQrz5Rb0N5P { width:236px;height:100px;top:75px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #TT0gVflXn7lI0Zxi7p58phmEHMgAuv28 { width:390px;height:297px;top:41px;left:374px;display:block; }
 }@media only screen and (max-width: 763px) { #xyFTW9MGveQUcfAqD3x8W09utyxRqOtu { width:277px;height:93px;top:61px;left:487px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #rzuQ370gTRLTMSWAyhNE0dhHAKyqEpzd { width:320px;height:1px;top:174px;left:444px;display:block; }
 }@media only screen and (max-width: 763px) { #NETQbZQbgbKchWdEL3SBGUndhMsW21QN { width:216px;height:22px;top:257px;left:548px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #TyNXrBSSzytLPgDX3hEGufiTxf6JCHcc { width:239px;height:22px;top:210px;left:525px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ggCRWTWpg7duy6Wv031O7ag5TJtSfmO8 { width:22px;height:22px;top:211px;left:509px;display:block; }
 }@media only screen and (max-width: 763px) { #S48mZhyt7TDuWmFamZt4mNLnu2hasuzO { width:22px;height:22px;top:258px;left:509px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #w4wziGVmhOeHqCa3zqhZk5o8c0JqX0ba { display:block; }#w4wziGVmhOeHqCa3zqhZk5o8c0JqX0ba > .row .container { width:320px;height:131px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sLa8MnUNigQKIJ5VUUtuXFMuye869ogD { width:77px;height:20px;top:21.5px;left:121.5px;display:block; }
 }@media only screen and (max-width: 763px) { #lm3R4d0RFsh5H2dOfZPJNoXgMqfMFKHU { display:block; }
 }@media only screen and (max-width: 763px) { #umbULuEcySKrfGAt3TEuOrnSmMpKU0ED { width:71px;height:20px;top:45.5px;left:124.5px;display:block; }
 }@media only screen and (max-width: 763px) { #A3AMpNo9cBw9p6XF0iaZ3m7ZKX95ehec { display:block; }
 }@media only screen and (max-width: 763px) { #gC3fmux0fLzCT0rhP8IGPGivVFpPo2KH { width:71px;height:20px;top:70.5px;left:124.5px;display:block; }
 }@media only screen and (max-width: 763px) { #IF5AUa4B4gtle1PERiro9Slugcsm5WwZ { display:block; }
 }@media only screen and (max-width: 763px) { #a0nKZlV6UCe76unHlwxfT0Sqb6fpdmMJ { width:95px;height:20px;top:97px;left:112.5px;display:block; }
 }@media only screen and (max-width: 763px) { #fZRMQHGGHQJShop9V85TwCEQs3iUlCJn { display:block; }
 }@media only screen and (max-width: 763px) { #vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3434da10-9eaf-4f42-9a8b-6fa7907e7331/chicboutiqueinteriorstockcake.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A.adaptive-delivery-prevent-bg, #vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A.lazyload, #vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A.lazyloading { background-image: none; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row .container { background-color: transparent; background-image: none; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.52); }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row .container > .video-iframe-container { display: none; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.52); }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row > .video-iframe-container { display: none; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .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); }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row .container { width:320px;height:748px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TCDGkEr1Qhldbg2M9Tp9ZogLNuvviGz8 { width:152px;height:238px;top:126px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #tZd7P3WkEh0i9bl91NWQ6VPEWqgIZglV { width:300px;height:152px;top:169px;left:20px;text-align:left;text-align-last:left;font-size:38px;display:block; }
 }@media only screen and (max-width: 763px) { #tIbs9LnOSox27cuT6a282DacB9AtibgJ { width:300px;height:160px;top:391.5px;left:20px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FOokZzzrkTVLscxVscszBWqcGgrLAXS4 { width:200px;height:60px;top:599px;left:60px;box-shadow: 1px 1px 50px rgba(0,0,0,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #aOhmpzO9v85gbZdB9Z5E4TvhX25MqbrZ { display:block; }
 }@media only screen and (max-width: 763px) { #q1D72t54En7wadPoG9IN3cGbait8TzHU { width:280px;height:1px;top:577px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #azlBeIpHKWAo7yixbFHlGfLmuLzDBMO3 { width:102px;height:61px;top:43px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #b6Hzrp929ROmz4mJsPd9XWqDbqyyNqAG { width:320px;height:749px;top:-1px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #vdKQ92gKtCUlm0Lb31KT6WKfWpwB2U0A { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7ae61013-185d-406a-b4e2-6c6ba9f5b481/victorvolkoviQjzzyTl4Yphoto170619204839771ce1148d24f.preview.rotate_270.jpg");background-position:center !important;background-repeat:repeat-x !important;background-attachment:fixed;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; }#vdKQ92gKtCUlm0Lb31KT6WKfWpwB2U0A.adaptive-delivery-prevent-bg, #vdKQ92gKtCUlm0Lb31KT6WKfWpwB2U0A.lazyload, #vdKQ92gKtCUlm0Lb31KT6WKfWpwB2U0A.lazyloading { background-image: none; }#vdKQ92gKtCUlm0Lb31KT6WKfWpwB2U0A > .row .container { background-color: transparent; background-image: none; }#vdKQ92gKtCUlm0Lb31KT6WKfWpwB2U0A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.54); }#vdKQ92gKtCUlm0Lb31KT6WKfWpwB2U0A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vdKQ92gKtCUlm0Lb31KT6WKfWpwB2U0A > .row .container > .video-iframe-container { display: none; }#vdKQ92gKtCUlm0Lb31KT6WKfWpwB2U0A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.54); }#vdKQ92gKtCUlm0Lb31KT6WKfWpwB2U0A > .row > .video-iframe-container { display: none; }#vdKQ92gKtCUlm0Lb31KT6WKfWpwB2U0A > .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); }#vdKQ92gKtCUlm0Lb31KT6WKfWpwB2U0A > .row .container { border-width: 0; border-radius: 0; }#vdKQ92gKtCUlm0Lb31KT6WKfWpwB2U0A::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; }#vdKQ92gKtCUlm0Lb31KT6WKfWpwB2U0A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vdKQ92gKtCUlm0Lb31KT6WKfWpwB2U0A > .row .container { width:320px;height:1605px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UeIc3lg1gcTDngo49xRWke3dgJ1QQy9r { width:320px;height:123px;top:43px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #GOhqMrRByhu05X1TuoOQ2JRo1niqhMyl { width:163px;height:33px;top:88px;left:78.5px;text-align:center;text-align-last:center;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #IPnGweMbvuqbxRVPZQTrpTTLSdxGNDiW { width:282px;height:76.7812px;top:246px;left:20px;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #B5eMTE6Ur0kMzatSADGVZaLrr4tQWCtG { width:281px;height:275px;top:368px;left:19.5px;display:block; }
 }@media only screen and (max-width: 763px) { #uJAK50aqshIUX9RHoHouEomqQCCDRoPp { width:281px;height:196px;top:667px;left:19.5px;background-color:#0ac578;background-image:url("https://images.assets-landingi.com/J4UKoIHHJ6Q/unsplash/prince-abid-J4UKoIHHJ6Q-photo-1524464790303-b7f467781d29.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#uJAK50aqshIUX9RHoHouEomqQCCDRoPp.adaptive-delivery-prevent-bg, #uJAK50aqshIUX9RHoHouEomqQCCDRoPp.lazyload, #uJAK50aqshIUX9RHoHouEomqQCCDRoPp.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #pFSqfkThd1wxEsxv5PL5wZ0TUV4NpASz { width:282px;height:179.156px;top:944px;left:19px;text-align:justify;text-align-last:initial;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #r6dJTcgbUhaMXx9KohQOPNpFhH8JvlgZ { width:172px;height:39.5938px;top:895px;left:20px;text-align:left;text-align-last:left;font-size:18px;text-shadow:20px 5px 9px rgba(0,0,0,0.13);display:block; }
 }@media only screen and (max-width: 763px) { #Tr6HiDMiZPamsKTt2gfMcR9GBABWvv9B { width:281px;height:421px;top:1153.34375px;left:19.5px;display:block; }
 }@media only screen and (max-width: 763px) { #q4XhR0imou8ZgT4ONDWBkLQWU7rFVxQx { display:block; }#q4XhR0imou8ZgT4ONDWBkLQWU7rFVxQx > .row .container { width:320px;height:64px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nGhPUuncywtTRL0KITTKk0EBm4SNXvzL { width:200px;height:60px;top:1px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #Tw0dXyfZA8ugoUlfNT3wpdUbbPLDGNWB { display:block; }
 }@media only screen and (max-width: 763px) { #QSErde0hTbf7bmMDfZhsJuuTtKvwlsXc { display:block; }#QSErde0hTbf7bmMDfZhsJuuTtKvwlsXc > .row .container { width:320px;height:450px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GytzUdvr9zTxtISmcyHxLnZCdlrtMTQl { width:296px;height:230.375px;top:204px;left:20px;text-align:left;text-align-last:left;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #cghtkEDpvarSRD7TKDkuGQWTF6dFbXv7 { width:254px;height:70.375px;top:75.8125px;left:33px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #AiegvSE2yV9wrxJRQvIHOJGAPt0kdorT { width:320px;height:170px;top:26px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Sl9uvDodOJhrT44FAe3T4w68qoeANG97 { display:block; }#Sl9uvDodOJhrT44FAe3T4w68qoeANG97 > .row .container { width:320px;height:310px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xf2GtEVhCQegVwsiSxfZRLoT3tJhuERw { width:129px;height:16px;top:144px;left:104px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sTV2dNmLUH4vPhT1BTkkBX25QnocwXIk { width:167px;height:16px;top:43px;left:105px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #v0QA2iOZsyLl439R3t8WE9WHPgdb7Tp9 { width:139px;height:16px;top:238px;left:104px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VI0AbT3AmQciZVKAuKS7XpocUOcDrLsU { display:flex;width:50px;height:50px;top:27px;left:42px; }
 }@media only screen and (max-width: 763px) { #AhTvfQdKrx8IGg01qr6qkVyykTnJm6rL { width:35px;height:71px;top:17px;left:30px;display:block; }
 }@media only screen and (max-width: 763px) { #Q2Z50iEhvLN7XmXGWSnX8N5u3QZrewRB { width:35px;height:71px;top:210px;left:30px;display:block; }
 }@media only screen and (max-width: 763px) { #SdaPNqlTdNGBubXOOSroLwcCaxLq529z { width:35px;height:71px;top:116px;left:30px;display:block; }
 }@media only screen and (max-width: 763px) { #cQGCa0oMTa0q8iNEPKDH43EdOVu6Hsu5 { display:flex;width:50px;height:50px;top:127px;left:40px; }
 }@media only screen and (max-width: 763px) { #wnE2sPTpZZSvDh3D0FC7srW7w5JXHSQm { display:flex;width:50px;height:50px;top:220px;left:41px; }
 }@media only screen and (max-width: 763px) { #rDHN7atM1Ai7WJVdMVfxxdqts1eQpDb1 { display:block; }#rDHN7atM1Ai7WJVdMVfxxdqts1eQpDb1 > .row .container { width:320px;height:1939px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T1EhKeuM9zuD1OmghCrPge3SLU01XICC { width:320px;height:170px;top:20.546875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #GOrK0ftTyZJm3BUAT7SoTeXdNuyEuifL { width:270px;height:70.375px;top:70.359375px;left:25px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #O0dyHpzqLGSCJkT6ZL2nHl5X8dZBszqi { width:300px;height:196px;top:219.671875px;left:10px;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #cBa4G8ZgVC4uZKcyAkI9hsRUCMg0t6Kf { width:300px;height:168px;top:854px;left:8px;display:block; }
 }@media only screen and (max-width: 763px) { #MdD1sA9VrLCh2ZA0DzAb9opnTMZclOWE { width:153px;height:416px;top:426px;left:156px;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #BDDTXFNTxWRJ71nzHPmovNEecW5txh6Z { width:149px;height:416px;top:426px;left:8px;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #DqInciUfgf8CTvdo6UZJQ6RHuCF4ZywO { width:300px;height:324px;top:1036px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #XHGLCGqfRZmqHUfg1L7tcfiKzIsRm51J { width:300px;height:157px;top:1377px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #U5teTmEL8aPuggneCCXiyMLwnfb6UFAD { width:300px;height:180px;top:1550.0625px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #ZGJ83rv7bSGtUQf57esupxdJgSaT5s6K { width:300px;height:170px;top:1745.0625px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #SNmyxsV0WNgrUAGSard7Ud9gDqR6wsNB { display:block; }#SNmyxsV0WNgrUAGSard7Ud9gDqR6wsNB > .row .container { width:320px;height:1645px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F28frX1nr6Plimxmmnxt86pKRSxMbb05 { width:240px;height:301px;top:20px;left:40px;display:block; }
 }@media only screen and (max-width: 763px) { #ZhMfBRL53XKrAg4vPRSSAAxTh31W22P2 { width:240px;height:300px;top:341px;left:40px;display:block; }
 }@media only screen and (max-width: 763px) { #g4H4CdR1uN6yiQ6L3XPECEveMpS4pdAQ { width:240px;height:300px;top:1325px;left:40px;display:block; }
 }@media only screen and (max-width: 763px) { #xwfHg1bUm0uzeamh5Mr0rJ35b5XCoE1p { width:240px;height:300px;top:661px;left:40px;display:block; }
 }@media only screen and (max-width: 763px) { #C92ny54NmaVffOJmJgeERFW2myRz3KhT { width:241px;height:324px;top:981px;left:39px;display:block; }
 }@media only screen and (max-width: 763px) { #wInL3XPO24HrztOON54bq02sxTs5TVNN { display:block; }#wInL3XPO24HrztOON54bq02sxTs5TVNN > .row .container { width:320px;height:1085px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xAWk6nRJksZKAnkiDsHNa6NVEzrdm9Pr { width:240px;height:300px;top:20px;left:40px;display:block; }
 }@media only screen and (max-width: 763px) { #BXgnsW6BLCb0ZiMPVNWuO1qSO8oqihJg { width:240px;height:300px;top:341px;left:40px;display:block; }
 }@media only screen and (max-width: 763px) { #Fv4D9ZR0tKnfgLeKbdN5eNkbuu10BIV3 { width:240px;height:400px;top:662px;left:40px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #L3M2K8i1MUMbghrPJxv2gqSTTgqiEODn { width:240px;height:341px;top:-41px;left:40px;display:none; }
 }@media only screen and (max-width: 763px) { #JIIcS5CM2Wmi612ZkwqdyuSEA3cV0vNe { display:block; }#JIIcS5CM2Wmi612ZkwqdyuSEA3cV0vNe > .row .container { width:320px;height:1906px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KyXVW3tq7fmNkZZgT8fx40RLmDG3rfcP { width:300px;height:300px;top:331px;left:10px;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #UsD54nwB3xOz7nAG0qOa1lkRBUdgD488 { width:300px;height:300px;top:20px;left:10px;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #Kd7urmTaApiIViG0kTD8IFu0igfB5ByK { width:300px;height:300px;top:643px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #WekMGDoVNE1vMNeig9usvcLHdxdmBuac { width:300px;height:300px;top:955px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #gbuzEkvggvsQmyzw9BhrwgBT1rNB6iMT { width:300px;height:300px;top:1577px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #VTS69cKhTv3qWQwHJ39nyQZgnblld9A2 { width:300px;height:300px;top:1265px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #e2blAGdpByA2EmtlbiTu54OFtVULco9k { display:block; }#e2blAGdpByA2EmtlbiTu54OFtVULco9k > .row .container { width:320px;height:61px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a9qspSpkbFtfEkEH8rhSle2kw5ObwAue { width:200px;height:60px;top:0px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #q91O6Tybr7Gmxb1kEyROe4dVlxTWMktf { display:block; }
 }@media only screen and (max-width: 763px) { #e6nT479yiTFAlfxEUMVGRWgzX88ud2IP { display:block; }#e6nT479yiTFAlfxEUMVGRWgzX88ud2IP > .row .container { width:320px;height:487px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M4cUKwpdGIoQJUEn81MW13DaQTQRDCWH { width:320px;height:74px;top:51px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #LPUMsSWuAgTbAOuUQwx9ROQrz5Rb0N5P { width:274px;height:38px;top:66px;left:23px;text-align:center;text-align-last:center;font-size:38px;display:block; }
 }@media only screen and (max-width: 763px) { #TT0gVflXn7lI0Zxi7p58phmEHMgAuv28 { width:320px;height:314px;top:146px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #xyFTW9MGveQUcfAqD3x8W09utyxRqOtu { width:265px;height:93.5625px;top:174px;left:23px;text-align:left;text-align-last:left;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #rzuQ370gTRLTMSWAyhNE0dhHAKyqEpzd { width:280px;height:1px;top:294px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #NETQbZQbgbKchWdEL3SBGUndhMsW21QN { width:216px;height:22.3906px;top:390px;left:55px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TyNXrBSSzytLPgDX3hEGufiTxf6JCHcc { width:216px;height:22.3906px;top:333px;left:55px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ggCRWTWpg7duy6Wv031O7ag5TJtSfmO8 { width:22px;height:22px;top:335px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #S48mZhyt7TDuWmFamZt4mNLnu2hasuzO { width:22px;height:22px;top:392px;left:20px;display:block; }
 }