.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:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aaZJz13UlFTw8uLpdi745hJDGyILTmIM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0px;left:0px;right:0px;display:block; }#aaZJz13UlFTw8uLpdi745hJDGyILTmIM > .row .container { background-color: transparent; background-image: none; }#aaZJz13UlFTw8uLpdi745hJDGyILTmIM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aaZJz13UlFTw8uLpdi745hJDGyILTmIM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aaZJz13UlFTw8uLpdi745hJDGyILTmIM > .row .container > .video-iframe-container { display: none; }#aaZJz13UlFTw8uLpdi745hJDGyILTmIM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aaZJz13UlFTw8uLpdi745hJDGyILTmIM > .row > .video-iframe-container { display: none; }#aaZJz13UlFTw8uLpdi745hJDGyILTmIM > .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); }#aaZJz13UlFTw8uLpdi745hJDGyILTmIM > .row .container { border-width: 0; border-radius: 0; }#aaZJz13UlFTw8uLpdi745hJDGyILTmIM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aaZJz13UlFTw8uLpdi745hJDGyILTmIM > .row .container { font-size:14px;font-family:arial;height:80px;width:960px;position:relative;display:block; }#GEvXzTFh0TDfNtlgB8dkJZfQnE6Su9k1 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;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:neuton;font-size:16px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:130px;height:30px;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:25px;left:0px;display:block; }
#T976dnouol5Gu80fib6BPWuVUqFW17I0 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#SbtLA9fZTipktQt5CHAwySGiMBSIEccv { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;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:neuton;font-size:16px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:130px;height:30px;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:25px;left:160px;display:block; }
#F2J1WKFhcFaKWoBSNIA3MNq0T9ucq5FJ { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#HRdSfMaz8hMVJHBDGEKRAMHAFhZTytt0 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;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:neuton;font-size:16px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:130px;height:30px;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:25px;left:680px;display:block; }
#lJbtznNeT1530V7yNhspZLlb4G208vum { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#emXqqGIbFvwRtuM05qkMWS8GGHTq0nIT { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;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:neuton;font-size:16px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:130px;height:30px;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:25px;left:821px;display:block; }
#H7Z3wz3JA06R7KVVrvpCUdDk7Bxx83XT { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#O4aqvy10oAmlaDLihL2gvvPE59hFgNJ7 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:81px;width:105px;top:0px;left:427.5px;overflow:hidden;display:block; }
#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d7e59f73-32fa-4c2e-bf01-b0af6247ee01/IMG_3790copie.crop_4032x2220_0,0.preview.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG.adaptive-delivery-prevent-bg, #zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG.lazyload, #zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG.lazyloading { background-image: none; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row .container { background-color: transparent; background-image: none; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row .container > .video-iframe-container { display: none; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row > .video-iframe-container { display: none; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .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); }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row .container { border-width: 0; border-radius: 0; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row .container { font-size:14px;font-family:arial;height:531px;width:960px;overflow:visible;position:relative;display:block; }#CZRlhaFSsfa1Dkhqtygyt3uyVlOloGSA { color:#ffffff;display:block;width:960px;position:absolute;font-family:neuton;font-size:52px;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:117px;left:0px;height:67.5938px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EdHVg4R0sSUwqFbo5KJrCr15ztVeTtQ5 { color:#ffffff;display:block;width:445px;position:absolute;font-family:neuton;font-size:26px;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:185px;left:258px;height:41.5938px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DbHefeF7PDHyFe6cEulLfBrUnIhfW0tU .widget-container { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#DbHefeF7PDHyFe6cEulLfBrUnIhfW0tU .widget-text.counter-number { border-top:3px solid #ffffff;border-left:3px solid #ffffff;border-right:3px solid #ffffff;border-bottom:3px solid #ffffff;background-color:transparent;background-image:none;color:#ffffff;padding-top:8px;padding-right:7px;padding-bottom:8px;padding-left:7px;display:block;align-items:center;width:42px;min-width:42px;height:43px;position:relative;font-family:arial;font-size:32px;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0px;left:0px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px; }
#DbHefeF7PDHyFe6cEulLfBrUnIhfW0tU .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:5px;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:56px;height:17px;position:relative;font-family:arial;font-size:12px;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0px;left:0px;font-style:normal; }
#DbHefeF7PDHyFe6cEulLfBrUnIhfW0tU { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:312px;height:87px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;position:absolute;font-family:"open sans";font-size:32px;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:377px;left:318px;z-index:14999; }
#DbHefeF7PDHyFe6cEulLfBrUnIhfW0tU #pn55evtHoOwZy9DetWO12TPuc2XGcLZT { display:flex;position:relative;top:0px;left:0px; }
#DbHefeF7PDHyFe6cEulLfBrUnIhfW0tU #fR1msgCOQTVoVHAidNl6k9KLGhW0y5Im { width:auto; }
#DbHefeF7PDHyFe6cEulLfBrUnIhfW0tU #JG0qzRo9uCM9Ka97FoAWZ27hbMsQoBJi {  }
#DbHefeF7PDHyFe6cEulLfBrUnIhfW0tU #qD5IqaMIT8mZ3xx7rurkcFBWQQ0EDVg3 { display:flex;position:relative;top:0px;left:0px; }
#DbHefeF7PDHyFe6cEulLfBrUnIhfW0tU #MH8ZInDkzESDxIJTUUC5K55ddD1vTiSq {  }
#DbHefeF7PDHyFe6cEulLfBrUnIhfW0tU #oMKhJ5gvKTlyEHcIDxhzFQlPzdy0bzcL {  }
#DbHefeF7PDHyFe6cEulLfBrUnIhfW0tU #pckfb5kE12FgzCCT8oxD5k6Sh6whKOQr { display:flex;position:relative;top:0px;left:0px; }
#DbHefeF7PDHyFe6cEulLfBrUnIhfW0tU #qv9b0ZiDf5gAbC49aMlpWZeBff3k60qA {  }
#DbHefeF7PDHyFe6cEulLfBrUnIhfW0tU #vGTz9vGF4M8UmZuNXFAO2VJnfJe6BEiS {  }
#DbHefeF7PDHyFe6cEulLfBrUnIhfW0tU #pFmJFX6afyGCTbX6s156pKpAlHCucFNW { display:flex;position:relative;top:0px;left:0px; }
#DbHefeF7PDHyFe6cEulLfBrUnIhfW0tU #HwMPxKnRuIm97o75feM9A7BgF63oyysZ {  }
#DbHefeF7PDHyFe6cEulLfBrUnIhfW0tU #i0D6mlr2Zrcdzs7Rn1UZuL8cTkzLSHi3 {  }
#bTBkTKJn8WBtWAhpF3mcQhcnsGfk5r2N { 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; }#bTBkTKJn8WBtWAhpF3mcQhcnsGfk5r2N > .row .container { background-color: transparent; background-image: none; }#bTBkTKJn8WBtWAhpF3mcQhcnsGfk5r2N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTBkTKJn8WBtWAhpF3mcQhcnsGfk5r2N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTBkTKJn8WBtWAhpF3mcQhcnsGfk5r2N > .row .container > .video-iframe-container { display: none; }#bTBkTKJn8WBtWAhpF3mcQhcnsGfk5r2N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTBkTKJn8WBtWAhpF3mcQhcnsGfk5r2N > .row > .video-iframe-container { display: none; }#bTBkTKJn8WBtWAhpF3mcQhcnsGfk5r2N > .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); }#bTBkTKJn8WBtWAhpF3mcQhcnsGfk5r2N > .row .container { border-width: 0; border-radius: 0; }#bTBkTKJn8WBtWAhpF3mcQhcnsGfk5r2N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bTBkTKJn8WBtWAhpF3mcQhcnsGfk5r2N > .row .container { font-size:14px;font-family:arial;height:575px;width:960px;position:relative;display:block; }#xNwAHR9RaPrgBJbTR4ooSQeZpZ5eBXkk { color:#000000;display:block;width:504px;position:absolute;font-family:"titillium web";font-size:34px;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:63px;left:228px;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Uze1X6n459WAF0CAARac4IW0ULNhLM7T { color:#000000;display:block;width:453px;position:absolute;font-family:"titillium web";font-size:16px;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:138.984375px;left:10px;height:384px;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LXz4JIuIbBkxcWB670WM8pXFVfNtiEBp { 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: 0 0 30px rgba(51,59,76,0.15) ;height:320px;width:485px;top:170.984375px;left:475px;overflow:hidden;display:block; }
#AmKPJ8GuwPXsOWki7nePI4MbR6DfuT0b { position:absolute;display:block;z-index:15007;background-color:#936835;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2px;width:200px;top:123px;left:380px;display:block; }
#PVeyZ0u0r2IRFEigGHFacfmgetrQgkyz { position:relative;display:block; }#PVeyZ0u0r2IRFEigGHFacfmgetrQgkyz { background-color: transparent; background-image: none; }#PVeyZ0u0r2IRFEigGHFacfmgetrQgkyz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PVeyZ0u0r2IRFEigGHFacfmgetrQgkyz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PVeyZ0u0r2IRFEigGHFacfmgetrQgkyz > .row .container > .video-iframe-container { display: none; }#PVeyZ0u0r2IRFEigGHFacfmgetrQgkyz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PVeyZ0u0r2IRFEigGHFacfmgetrQgkyz > .row > .video-iframe-container { display: none; }#PVeyZ0u0r2IRFEigGHFacfmgetrQgkyz > .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); }#PVeyZ0u0r2IRFEigGHFacfmgetrQgkyz { border-width: 0; border-radius: 0; }#PVeyZ0u0r2IRFEigGHFacfmgetrQgkyz > .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; }#PVeyZ0u0r2IRFEigGHFacfmgetrQgkyz > .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:951px;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; }#yyfRfyuaqvyporunRnqchGNH5oUPzKm1 { position:absolute;display:block;z-index:15000;height:348px;width:960px;top:122px;left:0px;display:block; }
#oomrMT7aDshtSNcIWSJPaUr7dh9nEUuF { position:absolute;display:block;z-index:15009;background-color:#936835;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2px;width:200px;top:93px;left:380px;display:block; }
#mSotZauzQFbueOQXRzgs58kvrinfhMB2 { color:#000000;display:block;width:504px;position:absolute;font-family:"titillium web";font-size:34px;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:43px;left:228px;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qBZGXxbTw99AkHdTxNdheMlxpUi14LfB { position:relative;display:block; }#qBZGXxbTw99AkHdTxNdheMlxpUi14LfB { background-color: transparent; background-image: none; }#qBZGXxbTw99AkHdTxNdheMlxpUi14LfB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qBZGXxbTw99AkHdTxNdheMlxpUi14LfB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qBZGXxbTw99AkHdTxNdheMlxpUi14LfB > .row .container > .video-iframe-container { display: none; }#qBZGXxbTw99AkHdTxNdheMlxpUi14LfB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qBZGXxbTw99AkHdTxNdheMlxpUi14LfB > .row > .video-iframe-container { display: none; }#qBZGXxbTw99AkHdTxNdheMlxpUi14LfB > .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); }#qBZGXxbTw99AkHdTxNdheMlxpUi14LfB { border-width: 0; border-radius: 0; }#qBZGXxbTw99AkHdTxNdheMlxpUi14LfB > .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; }#qBZGXxbTw99AkHdTxNdheMlxpUi14LfB > .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:2409px;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; }#r7w87aAu1EHVoI9lLfUTVuS9ZxfCvvqo { position:absolute;display:block;z-index:15000;height:348px;width:960px;top:171px;left:0px;display:none; }
#rTDriMLaAEFVhE5S36rBKgLqVkJ7KZbU { position:absolute;display:block;z-index:15009;background-color:#936835;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2px;width:200px;top:93px;left:380px;display:block; }
#GuuFqNsGzCHA5QIzvOCxAEyBeHcxczV2 { color:#000000;display:block;width:504px;position:absolute;font-family:"titillium web";font-size:34px;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:43px;left:228px;height:37.3984px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TzHzhcRfthIDGSwTsmXiMkO32wTvCt95 { position:absolute;display:block;z-index:15001;height:348px;width:960px;top:131px;left:0px;display:block; }
#dQSziarPFITUvlhF4F0Hv3KCcTEieb3C { position:relative;display:none; }#dQSziarPFITUvlhF4F0Hv3KCcTEieb3C { border-width: 0; border-radius: 0; }#dQSziarPFITUvlhF4F0Hv3KCcTEieb3C > .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; }#dQSziarPFITUvlhF4F0Hv3KCcTEieb3C > .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:2409px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#tRSeM7RSDgyzoEdX2ggBi4GVqVgMcM27 { position:absolute;display:block;z-index:15000;height:348px;width:960px;top:171px;left:0px;display:none; }
#SiBxvGJEZ4qXLZdMdWTFAXlQOCuWGqVX { position:absolute;display:block;z-index:15009;background-color:#936835;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2px;width:200px;top:93px;left:380px;display:block; }
#oh4SLoL55DGTuhcaTmNgTA7i1F3a0gxb { color:#000000;display:block;width:504px;position:absolute;font-family:"titillium web";font-size:34px;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:43px;left:228px;height:37.3984px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cJMEfnnkrMzohfe6obdA7QxaPXgJGJVF { position:absolute;display:block;z-index:15001;height:348px;width:960px;top:131px;left:0px;display:none; }
#rDgObyxkkHyi2GOcF9rhMklMuLyrwnzU { 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; }#rDgObyxkkHyi2GOcF9rhMklMuLyrwnzU > .row .container { background-color: transparent; background-image: none; }#rDgObyxkkHyi2GOcF9rhMklMuLyrwnzU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rDgObyxkkHyi2GOcF9rhMklMuLyrwnzU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rDgObyxkkHyi2GOcF9rhMklMuLyrwnzU > .row .container > .video-iframe-container { display: none; }#rDgObyxkkHyi2GOcF9rhMklMuLyrwnzU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rDgObyxkkHyi2GOcF9rhMklMuLyrwnzU > .row > .video-iframe-container { display: none; }#rDgObyxkkHyi2GOcF9rhMklMuLyrwnzU > .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); }#rDgObyxkkHyi2GOcF9rhMklMuLyrwnzU > .row .container { border-width: 0; border-radius: 0; }#rDgObyxkkHyi2GOcF9rhMklMuLyrwnzU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rDgObyxkkHyi2GOcF9rhMklMuLyrwnzU > .row .container { font-size:14px;font-family:arial;height:449px;width:960px;position:relative;display:block; }#tyBZuEFgHz7S6uB7CN7LkpJE3TFTHmpR { color:#000000;display:block;width:960px;position:absolute;font-family:"titillium web";font-size:46px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:24px;left:0px;height:59.7969px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fD6RsFwVbBgcamUgkKmrpXs4XZ40KU5k { position:absolute;display:block;z-index:15001;background-color:#936835;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:2px;width:55px;top:99px;left:391px;display:block; }
#Z6H6OTdXi3FAe9bXM4wEDufnMR7qiSQ5 { position:absolute;display:block;z-index:15002;background-color:#936835;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:2px;width:55px;top:99px;left:514px;display:block; }
#AHgPXPkT11S1pcSAVQEABwigTn0O5WKI { position:absolute;display:block;z-index:15001;border-top:2px solid #936835;border-left:2px solid #936835;border-right:2px solid #936835;border-bottom:2px solid #936835;border-top-left-radius:134px;border-top-right-radius:134px;border-bottom-left-radius:134px;border-bottom-right-radius:134px;box-shadow: none;height:165px;width:165px;top:156px;left:32px;overflow:hidden;display:block; }
#XsGpcMRMdRiCIX2h2yZ3K7zb9rDhCC9x { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #dddddd;border-left:1px solid #dddddd;border-right:1px solid #dddddd;border-bottom:1px solid #dddddd;border-top-left-radius:99px;border-top-right-radius:99px;border-bottom-left-radius:99px;border-bottom-right-radius:99px;box-shadow: none;height:182px;width:182px;top:148px;left:24px;display:block; }
#DAI4R8tmRbnS9BXxF4aXUcV30sJ1AJa1 { position:absolute;display:block;z-index:15004;background-color:#936835;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:52px;top:346px;left:90px;display:block; }
#p2FyWTIdferg2UuVFC7S34ehHnqT9bff { color:#686868;display:block;width:196px;position:absolute;font-family:lato;font-size:16px;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:358px;left:19px;height:51.1876px;text-align:center;text-align-last:center;font-style:italic;display:block; }
#hTq36iTwJLTuwbRhQxfygw1qtgLlN4WC { position:absolute;display:block;z-index:15011;background-color:#936835;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:52px;top:346px;left:343px;display:block; }
#rzfvoGTV4QpOHlAraSP9htbxsd5O2Rue { position:absolute;display:block;z-index:15007;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #936835;border-left:1px solid #936835;border-right:1px solid #936835;border-bottom:1px solid #936835;border-top-left-radius:99px;border-top-right-radius:99px;border-bottom-left-radius:99px;border-bottom-right-radius:99px;box-shadow: none;height:182px;width:182px;top:150px;left:278px;display:block; }
#bfhT1AkWXDyIfNPSDcU3bTupOmq8r815 { color:#686868;display:block;width:163px;position:absolute;font-family:lato;font-size:16px;font-weight:700;z-index:15004;line-height:1.6;letter-spacing:0;top:358px;left:286px;height:51.1876px;text-align:center;text-align-last:center;font-style:italic;display:block; }
#wSirOUnbXLoqTTOJZPtU7Kes4dsODkTK { position:absolute;display:block;z-index:15019;background-color:#936835;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:52px;top:346px;left:824px;display:block; }
#l4KKlnP2MCrVJflfbFVeO4rc8h5de8W6 { color:#686868;display:block;width:165px;position:absolute;font-family:lato;font-size:16px;font-weight:700;z-index:15012;line-height:1.6;letter-spacing:0;top:358px;left:768px;height:51.1876px;text-align:center;text-align-last:center;font-style:italic;display:block; }
#l6E00V4wKS0y3n4U9WsKp4JRT5OwEFUz { position:absolute;display:block;z-index:15015;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #936835;border-left:1px solid #936835;border-right:1px solid #936835;border-bottom:1px solid #936835;border-top-left-radius:99px;border-top-right-radius:99px;border-bottom-left-radius:99px;border-bottom-right-radius:99px;box-shadow: none;height:182px;width:182px;top:150px;left:759px;display:block; }
#eP5kukP8ONnbTmJ9Q5QuC0Rm4GlkTxHD { position:absolute;display:block;z-index:15016;border-top:2px solid #936835;border-left:2px solid #936835;border-right:2px solid #936835;border-bottom:2px solid #936835;border-top-left-radius:134px;border-top-right-radius:134px;border-bottom-left-radius:134px;border-bottom-right-radius:134px;box-shadow: none;height:164px;width:165px;top:158px;left:767px;overflow:hidden;display:block; }
#A21zQ6fSfHFviesLpgfqOOM9iet6hXUA { position:absolute;display:block;z-index:15009;border-top:2px solid #936835;border-left:2px solid #936835;border-right:2px solid #936835;border-bottom:2px solid #936835;border-top-left-radius:134px;border-top-right-radius:134px;border-bottom-left-radius:134px;border-bottom-right-radius:134px;box-shadow: none;height:164px;width:165px;top:156px;left:513px;overflow:hidden;display:block; }
#EEhQINT7NLrkkyHMbI8I9Qa2WRLoOTG5 { position:absolute;display:block;z-index:15008;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #dddddd;border-left:1px solid #dddddd;border-right:1px solid #dddddd;border-bottom:1px solid #dddddd;border-top-left-radius:99px;border-top-right-radius:99px;border-bottom-left-radius:99px;border-bottom-right-radius:99px;box-shadow: none;height:182px;width:182px;top:148px;left:505px;display:block; }
#XsmkT6NgSWKH5ukDJSD1zVnOXT6xHq5s { color:#686868;display:block;width:173px;position:absolute;font-family:lato;font-size:16px;font-weight:700;z-index:15011;line-height:1.6;letter-spacing:0;top:358px;left:511px;height:51.1876px;text-align:center;text-align-last:center;font-style:italic;display:block; }
#on8Pzs4fxTEZcyUwAq1MvK2vg9QhI8e6 { position:absolute;display:block;z-index:15012;background-color:#936835;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:52px;top:346px;left:572px;display:block; }
#UAubzAa34wDox1OE5Mn8EF1IT5dTcTy5 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:33px;width:33px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:84px;left:464px; }
#pAIX5BpzRCBvUcQLs6thN4pGK1gxMWWA { position:absolute;display:block;z-index:15017;border-top:2px solid #936835;border-left:2px solid #936835;border-right:2px solid #936835;border-bottom:2px solid #936835;border-top-left-radius:134px;border-top-right-radius:134px;border-bottom-left-radius:134px;border-bottom-right-radius:134px;box-shadow: none;height:164px;width:162px;top:158px;left:287.5px;overflow:hidden;display:block; }
#gVCAXusmr32iClQ9qRcn8B9l5ELb4ez8 { 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; }#gVCAXusmr32iClQ9qRcn8B9l5ELb4ez8 > .row .container { background-color: transparent; background-image: none; }#gVCAXusmr32iClQ9qRcn8B9l5ELb4ez8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gVCAXusmr32iClQ9qRcn8B9l5ELb4ez8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gVCAXusmr32iClQ9qRcn8B9l5ELb4ez8 > .row .container > .video-iframe-container { display: none; }#gVCAXusmr32iClQ9qRcn8B9l5ELb4ez8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gVCAXusmr32iClQ9qRcn8B9l5ELb4ez8 > .row > .video-iframe-container { display: none; }#gVCAXusmr32iClQ9qRcn8B9l5ELb4ez8 > .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); }#gVCAXusmr32iClQ9qRcn8B9l5ELb4ez8 > .row .container { border-width: 0; border-radius: 0; }#gVCAXusmr32iClQ9qRcn8B9l5ELb4ez8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gVCAXusmr32iClQ9qRcn8B9l5ELb4ez8 > .row .container { font-size:14px;font-family:arial;height:575px;width:960px;position:relative;display:block; }#rCUCUZ9nMwODrua5pVFMJA6ZoRmTmv9E { color:#000000;display:block;width:504px;position:absolute;font-family:"titillium web";font-size:34px;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:63px;left:228px;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qTKmoPotUZhQu8KCDOsWKgJMnU1MelRT { color:#000000;display:block;width:453px;position:absolute;font-family:"titillium web";font-size:16px;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:138.984375px;left:10px;height:384px;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rU0IZWIHdThny4Nxczfb6c8xNfE3Jirz { 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: 0 0 30px rgba(51,59,76,0.15) ;height:320px;width:480px;top:170.984375px;left:475px;overflow:hidden;display:block; }
#rzxfkW7OS0AyDdCDq7VVceyJcBimHxmN { position:absolute;display:block;z-index:15007;background-color:#936835;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2px;width:200px;top:123px;left:380px;display:block; }
#ZhgfEL7aWEVa0HEFXq6HGZCgM4LwwcRu { position:relative;display:block; }#ZhgfEL7aWEVa0HEFXq6HGZCgM4LwwcRu { background-color: transparent; background-image: none; }#ZhgfEL7aWEVa0HEFXq6HGZCgM4LwwcRu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZhgfEL7aWEVa0HEFXq6HGZCgM4LwwcRu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZhgfEL7aWEVa0HEFXq6HGZCgM4LwwcRu > .row .container > .video-iframe-container { display: none; }#ZhgfEL7aWEVa0HEFXq6HGZCgM4LwwcRu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZhgfEL7aWEVa0HEFXq6HGZCgM4LwwcRu > .row > .video-iframe-container { display: none; }#ZhgfEL7aWEVa0HEFXq6HGZCgM4LwwcRu > .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); }#ZhgfEL7aWEVa0HEFXq6HGZCgM4LwwcRu { border-width: 0; border-radius: 0; }#ZhgfEL7aWEVa0HEFXq6HGZCgM4LwwcRu > .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; }#ZhgfEL7aWEVa0HEFXq6HGZCgM4LwwcRu > .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:3550px;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; }#UkRT0knPqR82a9FUN29AQWrAxrgcxBp7 { position:absolute;display:block;z-index:15000;height:348px;width:960px;top:107px;left:0px;display:block; }
#hHK1hlaPmth3NyspNa8Ul1UCw1EU0wQ6 { color:#000000;display:block;width:504px;position:absolute;font-family:"titillium web";font-size:34px;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:22px;left:228px;height:37.3984px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tXJKzcuVoeJeXx1y8OO56M8va995g5pB { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:33px;width:33px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:59px;left:464px; }
#wlHC9I9SoHZP1HrsRR3FWIbi5uW7TqaP { position:absolute;display:block;z-index:15005;background-color:#936835;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:2px;width:55px;top:74px;left:514px;display:block; }
#VydTg4SRZPELB8Ah1fqRDPpwndTHZlKt { position:absolute;display:block;z-index:15004;background-color:#936835;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:2px;width:55px;top:74px;left:391px;display:block; }
#b595NU4y8FEqcsxavbQOQm1vyQogPCqF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/WpdSBhpf/5.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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; }#b595NU4y8FEqcsxavbQOQm1vyQogPCqF.adaptive-delivery-prevent-bg, #b595NU4y8FEqcsxavbQOQm1vyQogPCqF.lazyload, #b595NU4y8FEqcsxavbQOQm1vyQogPCqF.lazyloading { background-image: none; }#b595NU4y8FEqcsxavbQOQm1vyQogPCqF > .row .container { background-color: transparent; background-image: none; }#b595NU4y8FEqcsxavbQOQm1vyQogPCqF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#b595NU4y8FEqcsxavbQOQm1vyQogPCqF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b595NU4y8FEqcsxavbQOQm1vyQogPCqF > .row .container > .video-iframe-container { display: none; }#b595NU4y8FEqcsxavbQOQm1vyQogPCqF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#b595NU4y8FEqcsxavbQOQm1vyQogPCqF > .row > .video-iframe-container { display: none; }#b595NU4y8FEqcsxavbQOQm1vyQogPCqF > .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); }#b595NU4y8FEqcsxavbQOQm1vyQogPCqF > .row .container { border-width: 0; border-radius: 0; }#b595NU4y8FEqcsxavbQOQm1vyQogPCqF::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; }#b595NU4y8FEqcsxavbQOQm1vyQogPCqF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b595NU4y8FEqcsxavbQOQm1vyQogPCqF > .row .container { font-size:14px;font-family:arial;height:208px;width:960px;position:relative;display:block; }#LdCI5MCgRV2stLb7IEagS5u8QuL5UHhA { background-color:#936835;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:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: none;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:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:250px;height:60px;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:137px;left:634px;display:block; }
#sPughwZHvF3RJS5ZDmOod8EWg2EHRpeU { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#mvTzt8LZ1L4TLgpPFtvVM9UCRzrvozcV { color:#000000;display:block;width:416px;position:absolute;font-family:"titillium web";font-size:16px;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:136px;left:77px;height:62.3906px;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; }
#mHO6zTkxOJ3oTbXI5hcsc61IZdvgCrg6 { position:absolute;display:block;z-index:15009;background-color:#936835;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:2px;width:55px;top:103px;left:501px;display:block; }
#ZNbpAxaH4NMLZBTcdiWDLkAVXbZeRbZi { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:33px;width:33px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:88px;left:451px; }
#Son35KTfZRMsd9F8I69LvIy8PBJhfn9r { position:absolute;display:block;z-index:15008;background-color:#936835;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:2px;width:55px;top:103px;left:378px;display:block; }
#AM5o31wWqktBpxx7RKST9EzcBlee0DTe { color:#000000;display:block;width:541px;position:absolute;font-family:"titillium web";font-size:34px;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:7.1953125px;left:209.5px;height:74.7969px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uyILM0p1tVPNqiUFZhRCzPat4aL2ZbbN { position:relative;display:none; }#uyILM0p1tVPNqiUFZhRCzPat4aL2ZbbN { border-width: 0; border-radius: 0; }#uyILM0p1tVPNqiUFZhRCzPat4aL2ZbbN > .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; }#uyILM0p1tVPNqiUFZhRCzPat4aL2ZbbN > .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:851px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#wK3FLdkMWN24Uxu8LNWxdsXDUwJKabXQ { position:absolute;display:block;z-index:15000;height:348px;width:960px;top:107px;left:0px;display:block; }
#bLJC94F9rLrhtySE3Zf1BMqg3fW4BcdP { position:absolute;display:block;z-index:15009;background-color:#936835;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2px;width:200px;top:77px;left:380px;display:block; }
#oFXmJq90sczguXVylrXeSmBEAS1S2rkh { color:#000000;display:block;width:504px;position:absolute;font-family:"titillium web";font-size:34px;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:22px;left:228px;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #aaZJz13UlFTw8uLpdi745hJDGyILTmIM { display:block; }#aaZJz13UlFTw8uLpdi745hJDGyILTmIM > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GEvXzTFh0TDfNtlgB8dkJZfQnE6Su9k1 { width:130px;height:30px;top:25px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #T976dnouol5Gu80fib6BPWuVUqFW17I0 { display:block; }
 }@media only screen and (max-width: 763px) { #SbtLA9fZTipktQt5CHAwySGiMBSIEccv { width:130px;height:30px;top:25px;left:62px;display:block; }
 }@media only screen and (max-width: 763px) { #F2J1WKFhcFaKWoBSNIA3MNq0T9ucq5FJ { display:block; }
 }@media only screen and (max-width: 763px) { #HRdSfMaz8hMVJHBDGEKRAMHAFhZTytt0 { width:130px;height:30px;top:25px;left:582px;display:block; }
 }@media only screen and (max-width: 763px) { #lJbtznNeT1530V7yNhspZLlb4G208vum { display:block; }
 }@media only screen and (max-width: 763px) { #emXqqGIbFvwRtuM05qkMWS8GGHTq0nIT { width:130px;height:30px;top:25px;left:634px;display:block; }
 }@media only screen and (max-width: 763px) { #H7Z3wz3JA06R7KVVrvpCUdDk7Bxx83XT { display:block; }
 }@media only screen and (max-width: 763px) { #O4aqvy10oAmlaDLihL2gvvPE59hFgNJ7 { top:0px;left:329.5px;width:105px;height:81px;display:block; }
 }@media only screen and (max-width: 763px) { #zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG { display:block; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CZRlhaFSsfa1Dkhqtygyt3uyVlOloGSA { width:764px;height:67px;top:117px;left:0px;font-size:52px;display:block; }
 }@media only screen and (max-width: 763px) { #EdHVg4R0sSUwqFbo5KJrCr15ztVeTtQ5 { width:445px;height:;top:185px;left:160px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #DbHefeF7PDHyFe6cEulLfBrUnIhfW0tU .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DbHefeF7PDHyFe6cEulLfBrUnIhfW0tU .widget-text.counter-number { padding-top:8px;padding-right:7px;padding-bottom:8px;padding-left:7px;width:42px;min-width:42px;height:43px;font-size:32px;line-height:43px;top:0px;left:0px; }
#DbHefeF7PDHyFe6cEulLfBrUnIhfW0tU .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:5px;margin-right:0;margin-bottom:0;margin-left:0;width:56px;height:17px;font-size:12px;line-height:1;top:0px;left:0px; }
#DbHefeF7PDHyFe6cEulLfBrUnIhfW0tU { width:312px;height:87px;display:flex;top:112px;left:177px;z-index:14999; }
 }@media only screen and (max-width: 763px) { #DbHefeF7PDHyFe6cEulLfBrUnIhfW0tU #pn55evtHoOwZy9DetWO12TPuc2XGcLZT { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #DbHefeF7PDHyFe6cEulLfBrUnIhfW0tU #fR1msgCOQTVoVHAidNl6k9KLGhW0y5Im {  }
 }@media only screen and (max-width: 763px) { #DbHefeF7PDHyFe6cEulLfBrUnIhfW0tU #JG0qzRo9uCM9Ka97FoAWZ27hbMsQoBJi {  }
 }@media only screen and (max-width: 763px) { #DbHefeF7PDHyFe6cEulLfBrUnIhfW0tU #qD5IqaMIT8mZ3xx7rurkcFBWQQ0EDVg3 { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #DbHefeF7PDHyFe6cEulLfBrUnIhfW0tU #MH8ZInDkzESDxIJTUUC5K55ddD1vTiSq {  }
 }@media only screen and (max-width: 763px) { #DbHefeF7PDHyFe6cEulLfBrUnIhfW0tU #oMKhJ5gvKTlyEHcIDxhzFQlPzdy0bzcL {  }
 }@media only screen and (max-width: 763px) { #DbHefeF7PDHyFe6cEulLfBrUnIhfW0tU #pckfb5kE12FgzCCT8oxD5k6Sh6whKOQr { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #DbHefeF7PDHyFe6cEulLfBrUnIhfW0tU #qv9b0ZiDf5gAbC49aMlpWZeBff3k60qA {  }
 }@media only screen and (max-width: 763px) { #DbHefeF7PDHyFe6cEulLfBrUnIhfW0tU #vGTz9vGF4M8UmZuNXFAO2VJnfJe6BEiS {  }
 }@media only screen and (max-width: 763px) { #DbHefeF7PDHyFe6cEulLfBrUnIhfW0tU #pFmJFX6afyGCTbX6s156pKpAlHCucFNW { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #DbHefeF7PDHyFe6cEulLfBrUnIhfW0tU #HwMPxKnRuIm97o75feM9A7BgF63oyysZ {  }
 }@media only screen and (max-width: 763px) { #DbHefeF7PDHyFe6cEulLfBrUnIhfW0tU #i0D6mlr2Zrcdzs7Rn1UZuL8cTkzLSHi3 {  }
 }@media only screen and (max-width: 763px) { #bTBkTKJn8WBtWAhpF3mcQhcnsGfk5r2N { display:block; }#bTBkTKJn8WBtWAhpF3mcQhcnsGfk5r2N > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xNwAHR9RaPrgBJbTR4ooSQeZpZ5eBXkk { width:504px;height:;top:63px;left:130px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Uze1X6n459WAF0CAARac4IW0ULNhLM7T { width:453px;height:384px;top:138px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #LXz4JIuIbBkxcWB670WM8pXFVfNtiEBp { top:170px;left:279px;width:485px;height:320px;display:block; }
 }@media only screen and (max-width: 763px) { #AmKPJ8GuwPXsOWki7nePI4MbR6DfuT0b { top:123px;left:282px;width:200px;height:2px;display:block; }
 }@media only screen and (max-width: 763px) { #PVeyZ0u0r2IRFEigGHFacfmgetrQgkyz { display:block; }#PVeyZ0u0r2IRFEigGHFacfmgetrQgkyz > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yyfRfyuaqvyporunRnqchGNH5oUPzKm1 { top:122px;left:0px;width:764px;height:348px;display:block; }
 }@media only screen and (max-width: 763px) { #oomrMT7aDshtSNcIWSJPaUr7dh9nEUuF { top:93px;left:282px;width:200px;height:2px;display:block; }
 }@media only screen and (max-width: 763px) { #mSotZauzQFbueOQXRzgs58kvrinfhMB2 { width:504px;height:;top:43px;left:130px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #qBZGXxbTw99AkHdTxNdheMlxpUi14LfB { display:block; }#qBZGXxbTw99AkHdTxNdheMlxpUi14LfB > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r7w87aAu1EHVoI9lLfUTVuS9ZxfCvvqo { top:171px;left:0px;width:764px;height:348px;display:block; }
 }@media only screen and (max-width: 763px) { #rTDriMLaAEFVhE5S36rBKgLqVkJ7KZbU { top:93px;left:282px;width:200px;height:2px;display:block; }
 }@media only screen and (max-width: 763px) { #GuuFqNsGzCHA5QIzvOCxAEyBeHcxczV2 { width:504px;height:;top:43px;left:130px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #TzHzhcRfthIDGSwTsmXiMkO32wTvCt95 { top:131px;left:0px;width:764px;height:348px;display:block; }
 }@media only screen and (max-width: 763px) { #dQSziarPFITUvlhF4F0Hv3KCcTEieb3C { display:none; }#dQSziarPFITUvlhF4F0Hv3KCcTEieb3C > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tRSeM7RSDgyzoEdX2ggBi4GVqVgMcM27 { top:171px;left:0px;width:764px;height:348px;display:block; }
 }@media only screen and (max-width: 763px) { #SiBxvGJEZ4qXLZdMdWTFAXlQOCuWGqVX { top:93px;left:282px;width:200px;height:2px;display:block; }
 }@media only screen and (max-width: 763px) { #oh4SLoL55DGTuhcaTmNgTA7i1F3a0gxb { width:504px;height:;top:43px;left:130px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #cJMEfnnkrMzohfe6obdA7QxaPXgJGJVF { top:131px;left:0px;width:764px;height:348px;display:block; }
 }@media only screen and (max-width: 763px) { #rDgObyxkkHyi2GOcF9rhMklMuLyrwnzU { display:block; }#rDgObyxkkHyi2GOcF9rhMklMuLyrwnzU > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tyBZuEFgHz7S6uB7CN7LkpJE3TFTHmpR { width:764px;height:59px;top:24px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #fD6RsFwVbBgcamUgkKmrpXs4XZ40KU5k { width:55px;height:2px;top:99px;left:293px;display:block; }
 }@media only screen and (max-width: 763px) { #Z6H6OTdXi3FAe9bXM4wEDufnMR7qiSQ5 { width:55px;height:2px;top:99px;left:416px;display:block; }
 }@media only screen and (max-width: 763px) { #AHgPXPkT11S1pcSAVQEABwigTn0O5WKI { width:165px;height:165px;top:156px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #XsGpcMRMdRiCIX2h2yZ3K7zb9rDhCC9x { width:182px;height:182px;top:148px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #DAI4R8tmRbnS9BXxF4aXUcV30sJ1AJa1 { width:52px;height:1px;top:346px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #p2FyWTIdferg2UuVFC7S34ehHnqT9bff { width:196px;height:51px;top:358px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #hTq36iTwJLTuwbRhQxfygw1qtgLlN4WC { width:52px;height:1px;top:346px;left:245px;display:block; }
 }@media only screen and (max-width: 763px) { #rzfvoGTV4QpOHlAraSP9htbxsd5O2Rue { width:182px;height:182px;top:150px;left:180px;display:block; }
 }@media only screen and (max-width: 763px) { #bfhT1AkWXDyIfNPSDcU3bTupOmq8r815 { width:163px;height:51px;top:358px;left:188px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #wSirOUnbXLoqTTOJZPtU7Kes4dsODkTK { width:52px;height:1px;top:346px;left:712px;display:block; }
 }@media only screen and (max-width: 763px) { #l4KKlnP2MCrVJflfbFVeO4rc8h5de8W6 { width:165px;height:51px;top:358px;left:599px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #l6E00V4wKS0y3n4U9WsKp4JRT5OwEFUz { width:182px;height:182px;top:150px;left:580px;display:block; }
 }@media only screen and (max-width: 763px) { #eP5kukP8ONnbTmJ9Q5QuC0Rm4GlkTxHD { width:165px;height:164px;top:158px;left:595px;display:block; }
 }@media only screen and (max-width: 763px) { #A21zQ6fSfHFviesLpgfqOOM9iet6hXUA { width:165px;height:164px;top:156px;left:415px;display:block; }
 }@media only screen and (max-width: 763px) { #EEhQINT7NLrkkyHMbI8I9Qa2WRLoOTG5 { width:182px;height:182px;top:148px;left:407px;display:block; }
 }@media only screen and (max-width: 763px) { #XsmkT6NgSWKH5ukDJSD1zVnOXT6xHq5s { width:173px;height:51px;top:358px;left:413px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #on8Pzs4fxTEZcyUwAq1MvK2vg9QhI8e6 { width:52px;height:1px;top:346px;left:474px;display:block; }
 }@media only screen and (max-width: 763px) { #UAubzAa34wDox1OE5Mn8EF1IT5dTcTy5 { top:84px;left:366px;width:33px;height:33px;display:block; }
 }@media only screen and (max-width: 763px) { #pAIX5BpzRCBvUcQLs6thN4pGK1gxMWWA { width:162px;height:164px;top:158px;left:189.5px;display:block; }
 }@media only screen and (max-width: 763px) { #gVCAXusmr32iClQ9qRcn8B9l5ELb4ez8 { display:block; }#gVCAXusmr32iClQ9qRcn8B9l5ELb4ez8 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rCUCUZ9nMwODrua5pVFMJA6ZoRmTmv9E { width:504px;height:;top:63px;left:130px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #qTKmoPotUZhQu8KCDOsWKgJMnU1MelRT { width:453px;height:384px;top:138px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #rU0IZWIHdThny4Nxczfb6c8xNfE3Jirz { top:170px;left:279px;width:480px;height:320px;display:block; }
 }@media only screen and (max-width: 763px) { #rzxfkW7OS0AyDdCDq7VVceyJcBimHxmN { top:123px;left:282px;width:200px;height:2px;display:block; }
 }@media only screen and (max-width: 763px) { #ZhgfEL7aWEVa0HEFXq6HGZCgM4LwwcRu { display:block; }#ZhgfEL7aWEVa0HEFXq6HGZCgM4LwwcRu > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UkRT0knPqR82a9FUN29AQWrAxrgcxBp7 { top:107px;left:0px;width:764px;height:348px;display:block; }
 }@media only screen and (max-width: 763px) { #hHK1hlaPmth3NyspNa8Ul1UCw1EU0wQ6 { width:504px;height:;top:22px;left:130px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #tXJKzcuVoeJeXx1y8OO56M8va995g5pB { top:59px;left:366px;width:33px;height:33px;display:block; }
 }@media only screen and (max-width: 763px) { #wlHC9I9SoHZP1HrsRR3FWIbi5uW7TqaP { width:55px;height:2px;top:74px;left:416px;display:block; }
 }@media only screen and (max-width: 763px) { #VydTg4SRZPELB8Ah1fqRDPpwndTHZlKt { width:55px;height:2px;top:74px;left:293px;display:block; }
 }@media only screen and (max-width: 763px) { #b595NU4y8FEqcsxavbQOQm1vyQogPCqF { display:block; }#b595NU4y8FEqcsxavbQOQm1vyQogPCqF > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LdCI5MCgRV2stLb7IEagS5u8QuL5UHhA { width:250px;height:60px;top:137px;left:514px;display:block; }
 }@media only screen and (max-width: 763px) { #sPughwZHvF3RJS5ZDmOod8EWg2EHRpeU { display:block; }
 }@media only screen and (max-width: 763px) { #mvTzt8LZ1L4TLgpPFtvVM9UCRzrvozcV { width:416px;height:62px;top:136px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #mHO6zTkxOJ3oTbXI5hcsc61IZdvgCrg6 { width:55px;height:2px;top:103px;left:403px;display:block; }
 }@media only screen and (max-width: 763px) { #ZNbpAxaH4NMLZBTcdiWDLkAVXbZeRbZi { top:88px;left:353px;width:33px;height:33px;display:block; }
 }@media only screen and (max-width: 763px) { #Son35KTfZRMsd9F8I69LvIy8PBJhfn9r { width:55px;height:2px;top:103px;left:280px;display:block; }
 }@media only screen and (max-width: 763px) { #AM5o31wWqktBpxx7RKST9EzcBlee0DTe { width:541px;height:74px;top:7px;left:111.5px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #uyILM0p1tVPNqiUFZhRCzPat4aL2ZbbN { display:block; }#uyILM0p1tVPNqiUFZhRCzPat4aL2ZbbN > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wK3FLdkMWN24Uxu8LNWxdsXDUwJKabXQ { top:107px;left:0px;width:764px;height:348px;display:block; }
 }@media only screen and (max-width: 763px) { #bLJC94F9rLrhtySE3Zf1BMqg3fW4BcdP { top:77px;left:282px;width:200px;height:2px;display:block; }
 }@media only screen and (max-width: 763px) { #oFXmJq90sczguXVylrXeSmBEAS1S2rkh { width:504px;height:;top:22px;left:130px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #aaZJz13UlFTw8uLpdi745hJDGyILTmIM { position:fixed;z-index:199999;top:0px;left:0px;right:0px;display:block; }#aaZJz13UlFTw8uLpdi745hJDGyILTmIM > .row .container { width:320px;height:66px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GEvXzTFh0TDfNtlgB8dkJZfQnE6Su9k1 { width:56px;height:31px;top:17.5px;left:0px;font-size:8px;display:block; }
 }@media only screen and (max-width: 763px) { #T976dnouol5Gu80fib6BPWuVUqFW17I0 { display:block; }
 }@media only screen and (max-width: 763px) { #SbtLA9fZTipktQt5CHAwySGiMBSIEccv { width:56px;height:31px;top:17.5px;left:56px;font-size:8px;display:block; }
 }@media only screen and (max-width: 763px) { #F2J1WKFhcFaKWoBSNIA3MNq0T9ucq5FJ { display:block; }
 }@media only screen and (max-width: 763px) { #HRdSfMaz8hMVJHBDGEKRAMHAFhZTytt0 { width:56px;height:31px;top:17.5px;left:199px;font-size:8px;display:block; }
 }@media only screen and (max-width: 763px) { #lJbtznNeT1530V7yNhspZLlb4G208vum { display:block; }
 }@media only screen and (max-width: 763px) { #emXqqGIbFvwRtuM05qkMWS8GGHTq0nIT { width:65px;height:31px;top:17.5px;left:255px;font-size:8px;display:block; }
 }@media only screen and (max-width: 763px) { #H7Z3wz3JA06R7KVVrvpCUdDk7Bxx83XT { display:block; }
 }@media only screen and (max-width: 763px) { #O4aqvy10oAmlaDLihL2gvvPE59hFgNJ7 { width:70px;height:54px;top:0px;left:125px;display:block; }
 }@media only screen and (max-width: 763px) { #zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d7e59f73-32fa-4c2e-bf01-b0af6247ee01/IMG_3790copie.crop_4032x2220_0,0.preview.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG.adaptive-delivery-prevent-bg, #zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG.lazyload, #zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG.lazyloading { background-image: none; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row .container { background-color: transparent; background-image: none; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row .container > .video-iframe-container { display: none; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row > .video-iframe-container { display: none; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .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); }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row .container { width:320px;height:387px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CZRlhaFSsfa1Dkhqtygyt3uyVlOloGSA { width:320px;height:39px;top:89.8125px;left:0px;text-align:center;text-align-last:center;font-size:30px;font-family:neuton;display:block; }
 }@media only screen and (max-width: 763px) { #EdHVg4R0sSUwqFbo5KJrCr15ztVeTtQ5 { width:320px;height:35.1953px;top:127.8125px;left:0px;text-align:center;text-align-last:center;font-size:22px;font-family:neuton;display:block; }
 }@media only screen and (max-width: 763px) { #DbHefeF7PDHyFe6cEulLfBrUnIhfW0tU .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#DbHefeF7PDHyFe6cEulLfBrUnIhfW0tU .widget-text.counter-number { padding-top:4.76px;padding-right:4.24px;padding-bottom:4.76px;padding-left:4.24px;width:25.42px;min-width:25.42px;height:25.61px;font-size:19.06px;line-height:25.61px;top:0px;left:0px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:1.79px solid #ffffff;border-right:1.82px solid #ffffff;border-bottom:1.79px solid #ffffff;border-left:1.82px solid #ffffff; }
#DbHefeF7PDHyFe6cEulLfBrUnIhfW0tU .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:2.98px;margin-right:0;margin-bottom:0;margin-left:0;width:33.9px;height:10.12px;font-size:7.15px;line-height:10.12px;top:0px;left:0px;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#DbHefeF7PDHyFe6cEulLfBrUnIhfW0tU { width:214px;height:51.7969px;display:flex;top:245px;left:52.359375px;z-index:14999;padding-top:0.6px;padding-right:0.61px;padding-bottom:0.6px;padding-left:0.61px;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #DbHefeF7PDHyFe6cEulLfBrUnIhfW0tU #pn55evtHoOwZy9DetWO12TPuc2XGcLZT { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #DbHefeF7PDHyFe6cEulLfBrUnIhfW0tU #fR1msgCOQTVoVHAidNl6k9KLGhW0y5Im {  }
 }@media only screen and (max-width: 763px) { #DbHefeF7PDHyFe6cEulLfBrUnIhfW0tU #JG0qzRo9uCM9Ka97FoAWZ27hbMsQoBJi {  }
 }@media only screen and (max-width: 763px) { #DbHefeF7PDHyFe6cEulLfBrUnIhfW0tU #qD5IqaMIT8mZ3xx7rurkcFBWQQ0EDVg3 { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #DbHefeF7PDHyFe6cEulLfBrUnIhfW0tU #MH8ZInDkzESDxIJTUUC5K55ddD1vTiSq {  }
 }@media only screen and (max-width: 763px) { #DbHefeF7PDHyFe6cEulLfBrUnIhfW0tU #oMKhJ5gvKTlyEHcIDxhzFQlPzdy0bzcL {  }
 }@media only screen and (max-width: 763px) { #DbHefeF7PDHyFe6cEulLfBrUnIhfW0tU #pckfb5kE12FgzCCT8oxD5k6Sh6whKOQr { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #DbHefeF7PDHyFe6cEulLfBrUnIhfW0tU #qv9b0ZiDf5gAbC49aMlpWZeBff3k60qA {  }
 }@media only screen and (max-width: 763px) { #DbHefeF7PDHyFe6cEulLfBrUnIhfW0tU #vGTz9vGF4M8UmZuNXFAO2VJnfJe6BEiS {  }
 }@media only screen and (max-width: 763px) { #DbHefeF7PDHyFe6cEulLfBrUnIhfW0tU #pFmJFX6afyGCTbX6s156pKpAlHCucFNW { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #DbHefeF7PDHyFe6cEulLfBrUnIhfW0tU #HwMPxKnRuIm97o75feM9A7BgF63oyysZ {  }
 }@media only screen and (max-width: 763px) { #DbHefeF7PDHyFe6cEulLfBrUnIhfW0tU #i0D6mlr2Zrcdzs7Rn1UZuL8cTkzLSHi3 {  }
 }@media only screen and (max-width: 763px) { #bTBkTKJn8WBtWAhpF3mcQhcnsGfk5r2N { display:block; }#bTBkTKJn8WBtWAhpF3mcQhcnsGfk5r2N > .row .container { width:320px;height:734px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xNwAHR9RaPrgBJbTR4ooSQeZpZ5eBXkk { width:320px;height:22px;top:33px;left:0px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Uze1X6n459WAF0CAARac4IW0ULNhLM7T { width:320px;height:420px;top:90px;left:0px;text-align:justify;text-align-last:initial;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #LXz4JIuIbBkxcWB670WM8pXFVfNtiEBp { width:290px;height:192px;top:517px;left:15px;display:block; }
 }@media only screen and (max-width: 763px) { #AmKPJ8GuwPXsOWki7nePI4MbR6DfuT0b { width:200px;height:2px;top:64px;left:60px;background-color:#936835;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #PVeyZ0u0r2IRFEigGHFacfmgetrQgkyz { display:block; }#PVeyZ0u0r2IRFEigGHFacfmgetrQgkyz > .row .container { width:320px;height:1882px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yyfRfyuaqvyporunRnqchGNH5oUPzKm1 { width:320px;height:348px;top:84px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #oomrMT7aDshtSNcIWSJPaUr7dh9nEUuF { width:200px;height:2px;top:62px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #mSotZauzQFbueOQXRzgs58kvrinfhMB2 { width:320px;height:22px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #qBZGXxbTw99AkHdTxNdheMlxpUi14LfB { display:none; }#qBZGXxbTw99AkHdTxNdheMlxpUi14LfB > .row .container { width:320px;height:2818px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #r7w87aAu1EHVoI9lLfUTVuS9ZxfCvvqo { width:320px;height:348px;top:84px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #rTDriMLaAEFVhE5S36rBKgLqVkJ7KZbU { width:200px;height:2px;top:62px;left:60px;background-color:#936835;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #GuuFqNsGzCHA5QIzvOCxAEyBeHcxczV2 { width:320px;height:22px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #TzHzhcRfthIDGSwTsmXiMkO32wTvCt95 { width:320px;height:348px;top:84px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #dQSziarPFITUvlhF4F0Hv3KCcTEieb3C { display:block; }#dQSziarPFITUvlhF4F0Hv3KCcTEieb3C > .row .container { width:320px;height:2873px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tRSeM7RSDgyzoEdX2ggBi4GVqVgMcM27 { width:320px;height:348px;top:84px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #SiBxvGJEZ4qXLZdMdWTFAXlQOCuWGqVX { width:200px;height:2px;top:62px;left:60px;background-color:#936835;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #oh4SLoL55DGTuhcaTmNgTA7i1F3a0gxb { width:320px;height:22px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #cJMEfnnkrMzohfe6obdA7QxaPXgJGJVF { width:320px;height:348px;top:84px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #rDgObyxkkHyi2GOcF9rhMklMuLyrwnzU { display:block; }#rDgObyxkkHyi2GOcF9rhMklMuLyrwnzU > .row .container { width:320px;height:1303px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tyBZuEFgHz7S6uB7CN7LkpJE3TFTHmpR { width:320px;height:41.5938px;top:10.8984375px;left:0px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #fD6RsFwVbBgcamUgkKmrpXs4XZ40KU5k { width:55px;height:2px;top:67px;left:70px;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #Z6H6OTdXi3FAe9bXM4wEDufnMR7qiSQ5 { width:55px;height:2px;top:65px;left:195px;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #AHgPXPkT11S1pcSAVQEABwigTn0O5WKI { width:165px;height:165px;top:108px;left:77px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #XsGpcMRMdRiCIX2h2yZ3K7zb9rDhCC9x { width:182px;height:182px;top:101px;left:69px;display:block; }
 }@media only screen and (max-width: 763px) { #DAI4R8tmRbnS9BXxF4aXUcV30sJ1AJa1 { width:52px;height:1px;top:300px;left:134px;display:block; }
 }@media only screen and (max-width: 763px) { #p2FyWTIdferg2UuVFC7S34ehHnqT9bff { width:270px;height:51.1876px;top:312px;left:25px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hTq36iTwJLTuwbRhQxfygw1qtgLlN4WC { width:52px;height:1px;top:602px;left:134px;display:block; }
 }@media only screen and (max-width: 763px) { #rzfvoGTV4QpOHlAraSP9htbxsd5O2Rue { width:182px;height:182px;top:394px;left:69px;display:block; }
 }@media only screen and (max-width: 763px) { #bfhT1AkWXDyIfNPSDcU3bTupOmq8r815 { width:163px;height:51.1876px;top:613px;left:79px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #wSirOUnbXLoqTTOJZPtU7Kes4dsODkTK { width:52px;height:1px;top:1180px;left:134px;display:block; }
 }@media only screen and (max-width: 763px) { #l4KKlnP2MCrVJflfbFVeO4rc8h5de8W6 { width:165px;height:51.1876px;top:1190px;left:79px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #l6E00V4wKS0y3n4U9WsKp4JRT5OwEFUz { width:182px;height:182px;top:984px;left:69px;display:block; }
 }@media only screen and (max-width: 763px) { #eP5kukP8ONnbTmJ9Q5QuC0Rm4GlkTxHD { width:165px;height:164px;top:992px;left:77px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #A21zQ6fSfHFviesLpgfqOOM9iet6hXUA { width:165px;height:164px;top:704px;left:77px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #EEhQINT7NLrkkyHMbI8I9Qa2WRLoOTG5 { width:182px;height:182px;top:696px;left:69px;display:block; }
 }@media only screen and (max-width: 763px) { #XsmkT6NgSWKH5ukDJSD1zVnOXT6xHq5s { width:173px;height:51.1876px;top:903px;left:78px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #on8Pzs4fxTEZcyUwAq1MvK2vg9QhI8e6 { width:52px;height:1px;top:894px;left:136px;display:block; }
 }@media only screen and (max-width: 763px) { #UAubzAa34wDox1OE5Mn8EF1IT5dTcTy5 { display:flex;width:33px;height:33px;top:51.5px;left:143.5px; }
 }@media only screen and (max-width: 763px) { #pAIX5BpzRCBvUcQLs6thN4pGK1gxMWWA { width:162px;height:164px;top:402px;left:78px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #gVCAXusmr32iClQ9qRcn8B9l5ELb4ez8 { display:block; }#gVCAXusmr32iClQ9qRcn8B9l5ELb4ez8 > .row .container { width:320px;height:801px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rCUCUZ9nMwODrua5pVFMJA6ZoRmTmv9E { width:320px;height:22px;top:33px;left:0px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #qTKmoPotUZhQu8KCDOsWKgJMnU1MelRT { width:320px;height:420px;top:324px;left:0px;text-align:justify;text-align-last:initial;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #rU0IZWIHdThny4Nxczfb6c8xNfE3Jirz { width:320px;height:213px;top:93px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #rzxfkW7OS0AyDdCDq7VVceyJcBimHxmN { width:200px;height:2px;top:64px;left:60px;background-color:#936835;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ZhgfEL7aWEVa0HEFXq6HGZCgM4LwwcRu { display:block; }#ZhgfEL7aWEVa0HEFXq6HGZCgM4LwwcRu > .row .container { width:320px;height:5381px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UkRT0knPqR82a9FUN29AQWrAxrgcxBp7 { width:320px;height:348px;top:84px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #hHK1hlaPmth3NyspNa8Ul1UCw1EU0wQ6 { width:320px;height:22px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #tXJKzcuVoeJeXx1y8OO56M8va995g5pB { display:flex;width:33px;height:33px;top:42px;left:146px; }
 }@media only screen and (max-width: 763px) { #wlHC9I9SoHZP1HrsRR3FWIbi5uW7TqaP { width:55px;height:2px;top:61px;left:184px;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #VydTg4SRZPELB8Ah1fqRDPpwndTHZlKt { width:55px;height:2px;top:62px;left:82px;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #b595NU4y8FEqcsxavbQOQm1vyQogPCqF { background-color:transparent;background-image:url("https://images.assets-landingi.com/WpdSBhpf/5.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#b595NU4y8FEqcsxavbQOQm1vyQogPCqF.adaptive-delivery-prevent-bg, #b595NU4y8FEqcsxavbQOQm1vyQogPCqF.lazyload, #b595NU4y8FEqcsxavbQOQm1vyQogPCqF.lazyloading { background-image: none; }#b595NU4y8FEqcsxavbQOQm1vyQogPCqF > .row .container { background-color: transparent; background-image: none; }#b595NU4y8FEqcsxavbQOQm1vyQogPCqF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#b595NU4y8FEqcsxavbQOQm1vyQogPCqF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b595NU4y8FEqcsxavbQOQm1vyQogPCqF > .row .container > .video-iframe-container { display: none; }#b595NU4y8FEqcsxavbQOQm1vyQogPCqF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#b595NU4y8FEqcsxavbQOQm1vyQogPCqF > .row > .video-iframe-container { display: none; }#b595NU4y8FEqcsxavbQOQm1vyQogPCqF > .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); }#b595NU4y8FEqcsxavbQOQm1vyQogPCqF > .row .container { width:320px;height:306px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LdCI5MCgRV2stLb7IEagS5u8QuL5UHhA { width:250px;height:60px;top:208px;left:35px;display:block; }
 }@media only screen and (max-width: 763px) { #sPughwZHvF3RJS5ZDmOod8EWg2EHRpeU { display:block; }
 }@media only screen and (max-width: 763px) { #mvTzt8LZ1L4TLgpPFtvVM9UCRzrvozcV { width:250px;height:103.984px;top:89px;left:35px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mHO6zTkxOJ3oTbXI5hcsc61IZdvgCrg6 { width:55px;height:2px;top:72px;left:194px;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #ZNbpAxaH4NMLZBTcdiWDLkAVXbZeRbZi { display:flex;width:33px;height:33px;top:56px;left:143px; }
 }@media only screen and (max-width: 763px) { #Son35KTfZRMsd9F8I69LvIy8PBJhfn9r { width:55px;height:2px;top:72px;left:71px;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #AM5o31wWqktBpxx7RKST9EzcBlee0DTe { width:320px;height:44px;top:13px;left:0px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #uyILM0p1tVPNqiUFZhRCzPat4aL2ZbbN { display:none; }#uyILM0p1tVPNqiUFZhRCzPat4aL2ZbbN > .row .container { width:320px;height:1271px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wK3FLdkMWN24Uxu8LNWxdsXDUwJKabXQ { width:320px;height:348px;top:84px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #bLJC94F9rLrhtySE3Zf1BMqg3fW4BcdP { width:200px;height:2px;top:62px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #oFXmJq90sczguXVylrXeSmBEAS1S2rkh { width:320px;height:22px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }