.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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/7543fc47-c0a1-4d1b-94bd-0fe018e44c60/background.png");background-position:top right !important;background-repeat:repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#THoACZgDWKxvli5wAhQTd2ToLZwSVthA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/40182ed5-aff5-4d72-8eeb-ee9c1c33117e/12314567.png");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#THoACZgDWKxvli5wAhQTd2ToLZwSVthA.adaptive-delivery-prevent-bg, #THoACZgDWKxvli5wAhQTd2ToLZwSVthA.lazyload, #THoACZgDWKxvli5wAhQTd2ToLZwSVthA.lazyloading { background-image: none; }#THoACZgDWKxvli5wAhQTd2ToLZwSVthA > .row .container { background-color: transparent; background-image: none; }#THoACZgDWKxvli5wAhQTd2ToLZwSVthA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#THoACZgDWKxvli5wAhQTd2ToLZwSVthA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#THoACZgDWKxvli5wAhQTd2ToLZwSVthA > .row .container > .video-iframe-container { display: none; }#THoACZgDWKxvli5wAhQTd2ToLZwSVthA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#THoACZgDWKxvli5wAhQTd2ToLZwSVthA > .row > .video-iframe-container { display: none; }#THoACZgDWKxvli5wAhQTd2ToLZwSVthA > .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); }#THoACZgDWKxvli5wAhQTd2ToLZwSVthA > .row .container { border-width: 0; border-radius: 0; }#THoACZgDWKxvli5wAhQTd2ToLZwSVthA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#THoACZgDWKxvli5wAhQTd2ToLZwSVthA > .row .container { font-size:14px;font-family:arial;height:869px;width:1200px;position:relative;display:block; }#Bui2vWB808kpz2EwqB1syOsMIDsEIfrC { color:#000000;display:block;width:773px;position:absolute;font-family:"bebas neue";font-size:124px;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:250px;left:419px;height:272.781px;font-style:normal;display:block; }
#UlRW5ifUpReCPDdnBfwNRhOvHlxBNGyx { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #cca347, #a07a23);background-image: -moz-linear-gradient(90deg, #cca347, #a07a23);background-image: -ms-linear-gradient(90deg, #cca347, #a07a23);background-image: -o-linear-gradient(90deg, #cca347, #a07a23);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cca347', endColorstr='#a07a23' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cca347', endColorstr='#a07a23' );";background-image: linear-gradient(90deg, #cca347, #a07a23);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;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:"bebas neue";font-size:28px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:374px;height:69px;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:603px;left:424px;display:block; }
#thTdl2dkP6wSHvPh8C5rDn6dU0r1BJgN { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#NTZaOBKUoixz4Co4o3opvXFwlBCdCveZ { position:absolute;display:block;z-index:15015;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:116px;width:129px;top:9px;left:535.5px;overflow:hidden;display:none; }
#Z59g0FFiTKvDoTksa3Dp1rhOHDTn9Mks { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9px;border-top-right-radius:9px;border-bottom-left-radius:9px;border-bottom-right-radius:9px;box-shadow: none;height:7px;width:7px;top:165px;left:781px;display:none; }
#HTwmWxK5FNZ9otzRe6AWaIF59EkBW4zO { color:#000000;display:block;width:773px;position:absolute;font-family:cinzel;font-size:36px;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:377px;left:422px;height:39.5938px;font-style:normal;display:block; }
#ghnPDBnoCLqsuloHvOqe7ixrSsgKRGmc { color:#000000;display:block;width:169px;position:absolute;font-family:cinzel;font-size:28px;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:502px;left:641px;height:30.7969px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZuSBaiXJ1wrhhsFoxwLiHNEpe7DHvsPO { color:#000000;display:block;width:191px;position:absolute;font-family:cinzel;font-size:28px;font-weight:400;z-index:15014;line-height:1.1;letter-spacing:0;top:502px;left:422px;height:30.7969px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LkUO2RKqQ6Jk5pw3L8tKXoLVsZlRK8If { position:absolute;display:block;z-index:15009;background-color:#cca347;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9px;border-top-right-radius:9px;border-bottom-left-radius:9px;border-bottom-right-radius:9px;box-shadow: none;height:10px;width:10px;top:510px;left:625px;display:block; }
#T0Ip1w6RtdgNof1ND9Lq3c0wMMQ9eWgo { box-sizing:content-box;height:2px;width:585px;position:absolute;display:block;z-index:15043;background-color:#e3e3e3;background-image:none;top:459px;left:421px;display:block; }
#t2u1mlrfCOU64oMzSdwVWNfaksSItkQZ { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:25px;width:25px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:102px;left:723px; }
#KxaFQ5mzlVOwuU7vcc1VwhOq66IEcLHe { position:absolute;display:block;z-index:15016;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:116px;width:129px;top:56px;left:406.5px;overflow:hidden;display:block; }
#nuHKEznMGpWT9e7aCzEXTtqCg9KnNGVi { color:#000000;display:block;width:125px;position:absolute;font-family:"bebas neue";font-size:45px;font-weight:400;z-index:15015;line-height:1.1;letter-spacing:0;top:688px;left:515px;height:49.5px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#naRr5NZSbuEnChGUbcHdkO5Gv9MRXlZz { color:#000000;display:block;width:218px;position:absolute;font-family:cinzel;font-size:17px;font-weight:400;z-index:15016;line-height:1.1;letter-spacing:0;top:703px;left:636px;height:18.6875px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#O6oXL61PU0zc3OWuZAdAN7r5LsuXS9ka { color:#000000;display:block;width:147px;position:absolute;font-family:"paradise silhouette";font-size:28px;font-weight:400;z-index:15016;line-height:1.1;letter-spacing:0;top:702px;left:624px;height:61.5938px;font-style:normal;text-align:center;text-align-last:center;display:none; }
#QlpUT2O4TmUS5l931Cwii39RoZ2wLq8q { box-sizing:content-box;height:200px;width:200px;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#cFyCUtLt0yvGR0aD7uBtuT9kn7XXTdCi { box-sizing:content-box;height:200px;width:200px;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#FqtA9izSb4R8nrOfL7Tyx1nFu6DgecIo { color:#000000;display:block;width:147px;position:absolute;font-family:"paradise silhouette";font-size:28px;font-weight:400;z-index:15016;line-height:1.1;letter-spacing:0;top:702px;left:624px;height:61.5938px;font-style:normal;text-align:center;text-align-last:center;display:none; }
#GVFmakVW9sR4G8mcrhblLmMi9ALiiHql { display:block;width:425px;position:absolute;font-family:cinzel;font-size:12px;font-weight:400;z-index:15007;line-height:1.4;top:106px;left:756px;background-color:transparent;background-image:none;height:16.7969px;text-align:left;text-align-last:left;color:#f9f9f9;font-style:normal;display:block; }
#VAWkN0BgRxyJOWwyEtXcOQFyoJQzdM4J { position:absolute;display:block;z-index:15045;height:72px;width:129px;top:752.5px;left:0px;display:block; }
#MLOPV1patoJ4TMrnJ85dVCVv9ATNDyDs { color:#000000;display:block;width:211px;position:absolute;font-family:cinzel;font-size:28px;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:502px;left:841px;height:30.7969px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xAncrZ04cw6c870ODFE4rgTXbdTa8U0E { position:absolute;display:block;z-index:15010;background-color:#cca347;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9px;border-top-right-radius:9px;border-bottom-left-radius:9px;border-bottom-right-radius:9px;box-shadow: none;height:10px;width:10px;top:510px;left:814px;display:block; }
#WmXyVsapmEBogV27KNrQJUqfs4XE0Wa7 { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9px;border-top-right-radius:9px;border-bottom-left-radius:9px;border-bottom-right-radius:9px;box-shadow: none;height:7px;width:7px;top:165px;left:781px;display:none; }
#fCp3mxJme9Ep1Pi8KIwCHH6IF0z0EBGQ { color:#000000;display:block;width:169px;position:absolute;font-family:cinzel;font-size:28px;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:502px;left:641px;height:30.7969px;font-style:normal;text-align:center;text-align-last:center;display:none; }
#edI4S1xTghB646DNUtxqbwKoQDtdZTxG { 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; }#edI4S1xTghB646DNUtxqbwKoQDtdZTxG > .row .container { background-color: transparent; background-image: none; }#edI4S1xTghB646DNUtxqbwKoQDtdZTxG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#edI4S1xTghB646DNUtxqbwKoQDtdZTxG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#edI4S1xTghB646DNUtxqbwKoQDtdZTxG > .row .container > .video-iframe-container { display: none; }#edI4S1xTghB646DNUtxqbwKoQDtdZTxG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#edI4S1xTghB646DNUtxqbwKoQDtdZTxG > .row > .video-iframe-container { display: none; }#edI4S1xTghB646DNUtxqbwKoQDtdZTxG > .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); }#edI4S1xTghB646DNUtxqbwKoQDtdZTxG > .row .container { border-width: 0; border-radius: 0; }#edI4S1xTghB646DNUtxqbwKoQDtdZTxG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#edI4S1xTghB646DNUtxqbwKoQDtdZTxG > .row .container { font-size:14px;font-family:arial;height:215px;width:1200px;position:relative;display:block; }#OWGGDdtkabMWTGvKSS6K2OPTM688GBee { color:#000000;display:block;width:1200px;position:absolute;font-family:cinzel;font-size:50px;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:139px;left:0px;height:55px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EDdySop7nRDvw2mDOkkbQDFLs746cI7d { color:#ffffff;display:block;width:200px;position:absolute;font-family:"open sans";font-size:1px;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:68.390625px;left:11px;height:20.75008px;display:block; }
#GeMBgchmI76MS3vDBDL57gvAyz2QiKuC { 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; }#GeMBgchmI76MS3vDBDL57gvAyz2QiKuC > .row .container { background-color: transparent; background-image: none; }#GeMBgchmI76MS3vDBDL57gvAyz2QiKuC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GeMBgchmI76MS3vDBDL57gvAyz2QiKuC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GeMBgchmI76MS3vDBDL57gvAyz2QiKuC > .row .container > .video-iframe-container { display: none; }#GeMBgchmI76MS3vDBDL57gvAyz2QiKuC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GeMBgchmI76MS3vDBDL57gvAyz2QiKuC > .row > .video-iframe-container { display: none; }#GeMBgchmI76MS3vDBDL57gvAyz2QiKuC > .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); }#GeMBgchmI76MS3vDBDL57gvAyz2QiKuC > .row .container { border-width: 0; border-radius: 0; }#GeMBgchmI76MS3vDBDL57gvAyz2QiKuC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GeMBgchmI76MS3vDBDL57gvAyz2QiKuC > .row .container { font-size:14px;font-family:arial;height:1506px;width:1200px;position:relative;display:block; }#MTgOR0dQiMBqUktEtl3fX0MF6KJv8QZ4 { position:absolute;display:block;z-index:15000;height:500px;width:1200px;top:0px;left:0px;display:block; }
#WUAxltkNeaXpZ0Nr2lS9rz5vMBraiM8C { color:#000000;display:block;width:474px;position:absolute;font-family:"open sans";font-size:4px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1056px;left:303.5px;height:114.125px;display:block; }
#e916hXR4UlMfNsIbx9eST9le53dbnxDD { 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; }#e916hXR4UlMfNsIbx9eST9le53dbnxDD > .row .container { background-color: transparent; background-image: none; }#e916hXR4UlMfNsIbx9eST9le53dbnxDD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e916hXR4UlMfNsIbx9eST9le53dbnxDD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e916hXR4UlMfNsIbx9eST9le53dbnxDD > .row .container > .video-iframe-container { display: none; }#e916hXR4UlMfNsIbx9eST9le53dbnxDD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e916hXR4UlMfNsIbx9eST9le53dbnxDD > .row > .video-iframe-container { display: none; }#e916hXR4UlMfNsIbx9eST9le53dbnxDD > .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); }#e916hXR4UlMfNsIbx9eST9le53dbnxDD > .row .container { border-width: 0; border-radius: 0; }#e916hXR4UlMfNsIbx9eST9le53dbnxDD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e916hXR4UlMfNsIbx9eST9le53dbnxDD > .row .container { font-size:14px;font-family:arial;height:164px;width:1200px;position:relative;display:block; }#N45SiO01THPUwhBGl7sSVaV3QBVxHkiH { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #cca347, #a07a23);background-image: -moz-linear-gradient(90deg, #cca347, #a07a23);background-image: -ms-linear-gradient(90deg, #cca347, #a07a23);background-image: -o-linear-gradient(90deg, #cca347, #a07a23);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cca347', endColorstr='#a07a23' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cca347', endColorstr='#a07a23' );";background-image: linear-gradient(90deg, #cca347, #a07a23);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;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:"bebas neue";font-size:28px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:390px;height:69px;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:0px;left:405px;display:block; }
#FXBSpruAeGB5TvkT78umGafyrLoBErTi { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#C8Fx1lZTCOmdu21e0scWVu4GqZzQghxM { 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; }#C8Fx1lZTCOmdu21e0scWVu4GqZzQghxM > .row .container { background-color: transparent; background-image: none; }#C8Fx1lZTCOmdu21e0scWVu4GqZzQghxM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C8Fx1lZTCOmdu21e0scWVu4GqZzQghxM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C8Fx1lZTCOmdu21e0scWVu4GqZzQghxM > .row .container > .video-iframe-container { display: none; }#C8Fx1lZTCOmdu21e0scWVu4GqZzQghxM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C8Fx1lZTCOmdu21e0scWVu4GqZzQghxM > .row > .video-iframe-container { display: none; }#C8Fx1lZTCOmdu21e0scWVu4GqZzQghxM > .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); }#C8Fx1lZTCOmdu21e0scWVu4GqZzQghxM > .row .container { border-width: 0; border-radius: 0; }#C8Fx1lZTCOmdu21e0scWVu4GqZzQghxM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C8Fx1lZTCOmdu21e0scWVu4GqZzQghxM > .row .container { font-size:14px;font-family:arial;height:678px;width:1200px;position:relative;display:block; }#K7htKW2PQe3N9vcbGLtEs8Sh1XIKiMbb { position:absolute;display:block;z-index:15001;height:500px;width:1200px;top:0px;left:0px;display:block; }
#cpE20aeAHCrUVko08foGr9a2OcxQTb8Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2a2a2a;background-image:url("https://images.assets-landingi.com/SmCNIhv9/bg2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cpE20aeAHCrUVko08foGr9a2OcxQTb8Z.adaptive-delivery-prevent-bg, #cpE20aeAHCrUVko08foGr9a2OcxQTb8Z.lazyload, #cpE20aeAHCrUVko08foGr9a2OcxQTb8Z.lazyloading { background-image: none; }#cpE20aeAHCrUVko08foGr9a2OcxQTb8Z > .row .container { background-color: transparent; background-image: none; }#cpE20aeAHCrUVko08foGr9a2OcxQTb8Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cpE20aeAHCrUVko08foGr9a2OcxQTb8Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cpE20aeAHCrUVko08foGr9a2OcxQTb8Z > .row .container > .video-iframe-container { display: none; }#cpE20aeAHCrUVko08foGr9a2OcxQTb8Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cpE20aeAHCrUVko08foGr9a2OcxQTb8Z > .row > .video-iframe-container { display: none; }#cpE20aeAHCrUVko08foGr9a2OcxQTb8Z > .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); }#cpE20aeAHCrUVko08foGr9a2OcxQTb8Z > .row .container { border-width: 0; border-radius: 0; }#cpE20aeAHCrUVko08foGr9a2OcxQTb8Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cpE20aeAHCrUVko08foGr9a2OcxQTb8Z > .row .container { font-size:14px;font-family:arial;height:699px;width:1200px;position:relative;display:block; }#Cd0f9ColRkavSTeWeDvQlteNOqpvt2Pl { color:#000000;display:block;width:539px;position:absolute;font-family:roboto;font-size:20px;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:71px;left:661px;height:448px;display:block; }
#iStqPgOx1qo8TFmfyymBOzDAy4UgTGPM { box-sizing:content-box;height:557px;width:618px;position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e5ab8b98-ee23-4f54-a05a-ed364fa706d4/123456.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:71px;left:12px;display:block; }#iStqPgOx1qo8TFmfyymBOzDAy4UgTGPM.adaptive-delivery-prevent-bg, #iStqPgOx1qo8TFmfyymBOzDAy4UgTGPM.lazyload, #iStqPgOx1qo8TFmfyymBOzDAy4UgTGPM.lazyloading { background-image: none; }
#id8cthLvV6iU67Na1ZgJTTUK2z84BXOh { box-sizing:content-box;height:577px;width:640px;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #2e2e2e, #000000);background-image: -moz-linear-gradient(90deg, #2e2e2e, #000000);background-image: -ms-linear-gradient(90deg, #2e2e2e, #000000);background-image: -o-linear-gradient(90deg, #2e2e2e, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e2e2e', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e2e2e', endColorstr='#000000' );";background-image: linear-gradient(90deg, #2e2e2e, #000000);background-size:cover !important;top:61px;left:0px;display:block; }
#qaDZzAXoxeZHvcb0VZFQ8HcFh24efiAu { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:102px;width:113px;top:30px;left:543.5px;overflow:hidden;display:block; }
#cOLHTkT5PyQ0FUvB2iNt4reSzSxvpb16 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #cca347, #a07a23);background-image: -moz-linear-gradient(90deg, #cca347, #a07a23);background-image: -ms-linear-gradient(90deg, #cca347, #a07a23);background-image: -o-linear-gradient(90deg, #cca347, #a07a23);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cca347', endColorstr='#a07a23' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cca347', endColorstr='#a07a23' );";background-image: linear-gradient(90deg, #cca347, #a07a23);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;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:"bebas neue";font-size:28px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:390px;height:56px;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:573px;left:671px;display:block; }
#vtrvs3M3Lk4T2W3cnTRcMyViM9hq26dS { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ETtwBFQ2qGxxTf53pm6ZMpF5BZ76MCP4 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #000000, #000000);background-image: -moz-linear-gradient(90deg, #000000, #000000);background-image: -ms-linear-gradient(90deg, #000000, #000000);background-image: -o-linear-gradient(90deg, #000000, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000' );";background-image: linear-gradient(90deg, #000000, #000000);background-size:initial !important;z-index:;position:relative;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ETtwBFQ2qGxxTf53pm6ZMpF5BZ76MCP4 > .row .container { background-color: transparent; background-image: none; }#ETtwBFQ2qGxxTf53pm6ZMpF5BZ76MCP4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETtwBFQ2qGxxTf53pm6ZMpF5BZ76MCP4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETtwBFQ2qGxxTf53pm6ZMpF5BZ76MCP4 > .row .container > .video-iframe-container { display: none; }#ETtwBFQ2qGxxTf53pm6ZMpF5BZ76MCP4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETtwBFQ2qGxxTf53pm6ZMpF5BZ76MCP4 > .row > .video-iframe-container { display: none; }#ETtwBFQ2qGxxTf53pm6ZMpF5BZ76MCP4 > .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); }#ETtwBFQ2qGxxTf53pm6ZMpF5BZ76MCP4 > .row .container { border-width: 0; border-radius: 0; }#ETtwBFQ2qGxxTf53pm6ZMpF5BZ76MCP4 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ETtwBFQ2qGxxTf53pm6ZMpF5BZ76MCP4 > .row .container { font-size:14px;font-family:arial;height:300px;width:1200px;position:relative;display:block; }#Mb2uPs4B1iNkT5a6EJl7atweuy6A76qg { background-color:#ccd4db;background-image:none;height:200px;width:1px;position:absolute;display:block;z-index:15006;top:52px;left:595px;display:block; }
#g23UPR0t8HduLCWAzOKBRmoUWpLKFvKB { display:block;width:502px;position:absolute;font-family:roboto;font-size:18px;font-weight:300;z-index:15006;line-height:1.4;top:90px;left:0px;background-color:transparent;background-image:none;height:50.375px;text-align:left;text-align-last:left;color:#f9f9f9;font-style:normal;display:block; }
#aQiZNGs0TN5RU1HoEgZUEUOFHx77BfJM { position:absolute;display:block;z-index:15045;height:227px;width:548px;top:36.5px;left:652px;display:block; }
#lNSuiSMbN5PexiTNvw15x7KDm5Jwugw0 { display:block;width:528px;position:absolute;font-family:"bebas neue";font-size:25px;font-weight:400;z-index:15007;line-height:1.4;top:54px;left:0px;background-color:transparent;background-image:none;height:35px;text-align:left;text-align-last:left;color:#f9f9f9;font-style:normal;display:block; }
#q6sz3C0MMQ0K9r4TyTvN3TBGnxkMTvpK { display:block;width:528px;position:absolute;font-family:"bebas neue";font-size:25px;font-weight:400;z-index:15009;line-height:1.4;top:159px;left:0px;background-color:transparent;background-image:none;height:35px;text-align:left;text-align-last:left;color:#f9f9f9;font-style:normal;display:block; }
#TfkLxZ1fhZhpq2bCsL84yu1HVMbc71Pv { display:block;width:502px;position:absolute;font-family:roboto;font-size:18px;font-weight:300;z-index:15008;line-height:1.4;top:195px;left:0px;background-color:transparent;background-image:none;height:50.375px;text-align:left;text-align-last:left;color:#f9f9f9;font-style:normal;display:block; }
#TmtrA7PZxa6ee08l2yl8mKQ5W9tAnkBO { position:absolute;display:block;z-index:15045;height:227px;width:548px;top:36.5px;left:652px;display:none; }
#FulgdFn5K9TwEflKZW6LzzFbrVacKkG2 { 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; }#FulgdFn5K9TwEflKZW6LzzFbrVacKkG2 > .row .container { background-color: transparent; background-image: none; }#FulgdFn5K9TwEflKZW6LzzFbrVacKkG2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FulgdFn5K9TwEflKZW6LzzFbrVacKkG2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FulgdFn5K9TwEflKZW6LzzFbrVacKkG2 > .row .container > .video-iframe-container { display: none; }#FulgdFn5K9TwEflKZW6LzzFbrVacKkG2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FulgdFn5K9TwEflKZW6LzzFbrVacKkG2 > .row > .video-iframe-container { display: none; }#FulgdFn5K9TwEflKZW6LzzFbrVacKkG2 > .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); }#FulgdFn5K9TwEflKZW6LzzFbrVacKkG2 > .row .container { border-width: 0; border-radius: 0; }#FulgdFn5K9TwEflKZW6LzzFbrVacKkG2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FulgdFn5K9TwEflKZW6LzzFbrVacKkG2 > .row .container { font-size:14px;font-family:arial;height:59px;width:1200px;position:relative;display:block; }#EmSz4rCkIOJNholoxaIL9Z1lkWHzwDGK { color:#594739;display:block;width:1200px;position:absolute;font-family:roboto;font-size:20px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:16.491455078125px;left:0px;height:26px;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #THoACZgDWKxvli5wAhQTd2ToLZwSVthA { display:block; }#THoACZgDWKxvli5wAhQTd2ToLZwSVthA > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bui2vWB808kpz2EwqB1syOsMIDsEIfrC { top:250px;left:0px;width:764px;height:136px;font-size:52px;display:block; }
 }@media only screen and (max-width: 763px) { #UlRW5ifUpReCPDdnBfwNRhOvHlxBNGyx { width:374px;height:69px;top:603px;left:206px;display:block; }
 }@media only screen and (max-width: 763px) { #thTdl2dkP6wSHvPh8C5rDn6dU0r1BJgN { display:block; }
 }@media only screen and (max-width: 763px) { #NTZaOBKUoixz4Co4o3opvXFwlBCdCveZ { width:129px;height:116px;top:9px;left:317.5px;display:none; }
 }@media only screen and (max-width: 763px) { #Z59g0FFiTKvDoTksa3Dp1rhOHDTn9Mks { top:165px;left:563px;width:7px;height:7px;display:none; }
 }@media only screen and (max-width: 763px) { #HTwmWxK5FNZ9otzRe6AWaIF59EkBW4zO { top:377px;left:0px;width:764px;height:39px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #ghnPDBnoCLqsuloHvOqe7ixrSsgKRGmc { top:502px;left:392px;width:169px;height:31px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #ZuSBaiXJ1wrhhsFoxwLiHNEpe7DHvsPO { top:502px;left:204px;width:191px;height:30px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #LkUO2RKqQ6Jk5pw3L8tKXoLVsZlRK8If { top:510px;left:407px;width:10px;height:10px;display:block; }
 }@media only screen and (max-width: 763px) { #T0Ip1w6RtdgNof1ND9Lq3c0wMMQ9eWgo { width:585px;height:2px;top:459px;left:179px;display:block; }
 }@media only screen and (max-width: 763px) { #t2u1mlrfCOU64oMzSdwVWNfaksSItkQZ { width:25px;height:25px;top:102px;left:505px;display:block; }
 }@media only screen and (max-width: 763px) { #KxaFQ5mzlVOwuU7vcc1VwhOq66IEcLHe { width:129px;height:116px;top:56px;left:188.5px;display:block; }
 }@media only screen and (max-width: 763px) { #nuHKEznMGpWT9e7aCzEXTtqCg9KnNGVi { top:688px;left:297px;width:125px;height:49px;font-size:45px;display:block; }
 }@media only screen and (max-width: 763px) { #naRr5NZSbuEnChGUbcHdkO5Gv9MRXlZz { top:703px;left:418px;width:218px;height:18px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #O6oXL61PU0zc3OWuZAdAN7r5LsuXS9ka { top:725px;left:0px;width:320px;height:18px;font-size:15px;display:none; }
 }@media only screen and (max-width: 763px) { #QlpUT2O4TmUS5l931Cwii39RoZ2wLq8q { width:200px;height:200px;display:none; }
 }@media only screen and (max-width: 763px) { #cFyCUtLt0yvGR0aD7uBtuT9kn7XXTdCi { width:200px;height:200px;display:none; }
 }@media only screen and (max-width: 763px) { #FqtA9izSb4R8nrOfL7Tyx1nFu6DgecIo { top:763px;left:0px;width:320px;height:18px;font-size:15px;display:none; }
 }@media only screen and (max-width: 763px) { #GVFmakVW9sR4G8mcrhblLmMi9ALiiHql { top:146px;left:-1px;width:317px;height:44px;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAWkN0BgRxyJOWwyEtXcOQFyoJQzdM4J { width:129px;height:72px;top:752px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #MLOPV1patoJ4TMrnJ85dVCVv9ATNDyDs { top:502px;left:553px;width:211px;height:30px;font-size:1px;display:block; }
 }@media only screen and (max-width: 763px) { #xAncrZ04cw6c870ODFE4rgTXbdTa8U0E { top:510px;left:596px;width:10px;height:10px;display:block; }
 }@media only screen and (max-width: 763px) { #WmXyVsapmEBogV27KNrQJUqfs4XE0Wa7 { top:165px;left:563px;width:7px;height:7px;display:none; }
 }@media only screen and (max-width: 763px) { #fCp3mxJme9Ep1Pi8KIwCHH6IF0z0EBGQ { top:245px;left:0px;width:90px;height:28px;font-size:14px;display:none; }
 }@media only screen and (max-width: 763px) { #edI4S1xTghB646DNUtxqbwKoQDtdZTxG { display:block; }#edI4S1xTghB646DNUtxqbwKoQDtdZTxG > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OWGGDdtkabMWTGvKSS6K2OPTM688GBee { top:139px;left:0px;width:764px;height:55px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #EDdySop7nRDvw2mDOkkbQDFLs746cI7d { width:200px;height:20px;top:68px;left:0px;font-size:1px;display:block; }
 }@media only screen and (max-width: 763px) { #GeMBgchmI76MS3vDBDL57gvAyz2QiKuC { display:block; }#GeMBgchmI76MS3vDBDL57gvAyz2QiKuC > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MTgOR0dQiMBqUktEtl3fX0MF6KJv8QZ4 { width:764px;height:500px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #WUAxltkNeaXpZ0Nr2lS9rz5vMBraiM8C { width:474px;height:129px;top:1056px;left:85.5px;font-size:2px;display:block; }
 }@media only screen and (max-width: 763px) { #e916hXR4UlMfNsIbx9eST9le53dbnxDD { display:block; }#e916hXR4UlMfNsIbx9eST9le53dbnxDD > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N45SiO01THPUwhBGl7sSVaV3QBVxHkiH { width:390px;height:69px;top:0px;left:187px;display:block; }
 }@media only screen and (max-width: 763px) { #FXBSpruAeGB5TvkT78umGafyrLoBErTi { display:block; }
 }@media only screen and (max-width: 763px) { #C8Fx1lZTCOmdu21e0scWVu4GqZzQghxM { display:block; }#C8Fx1lZTCOmdu21e0scWVu4GqZzQghxM > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K7htKW2PQe3N9vcbGLtEs8Sh1XIKiMbb { width:764px;height:500px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #cpE20aeAHCrUVko08foGr9a2OcxQTb8Z { display:block; }#cpE20aeAHCrUVko08foGr9a2OcxQTb8Z > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cd0f9ColRkavSTeWeDvQlteNOqpvt2Pl { top:71px;left:225px;width:539px;height:476px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #iStqPgOx1qo8TFmfyymBOzDAy4UgTGPM { width:618px;height:557px;top:71px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #id8cthLvV6iU67Na1ZgJTTUK2z84BXOh { width:640px;height:577px;top:61px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #qaDZzAXoxeZHvcb0VZFQ8HcFh24efiAu { width:113px;height:102px;top:30px;left:325.5px;display:block; }
 }@media only screen and (max-width: 763px) { #cOLHTkT5PyQ0FUvB2iNt4reSzSxvpb16 { width:390px;height:56px;top:573px;left:374px;display:block; }
 }@media only screen and (max-width: 763px) { #vtrvs3M3Lk4T2W3cnTRcMyViM9hq26dS { display:block; }
 }@media only screen and (max-width: 763px) { #ETtwBFQ2qGxxTf53pm6ZMpF5BZ76MCP4 { display:block; }#ETtwBFQ2qGxxTf53pm6ZMpF5BZ76MCP4 { background-color: transparent; background-image: none; }#ETtwBFQ2qGxxTf53pm6ZMpF5BZ76MCP4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETtwBFQ2qGxxTf53pm6ZMpF5BZ76MCP4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETtwBFQ2qGxxTf53pm6ZMpF5BZ76MCP4 > .row .container > .video-iframe-container { display: none; }#ETtwBFQ2qGxxTf53pm6ZMpF5BZ76MCP4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETtwBFQ2qGxxTf53pm6ZMpF5BZ76MCP4 > .row > .video-iframe-container { display: none; }#ETtwBFQ2qGxxTf53pm6ZMpF5BZ76MCP4 > .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); }#ETtwBFQ2qGxxTf53pm6ZMpF5BZ76MCP4 > .row .container { width:760px;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mb2uPs4B1iNkT5a6EJl7atweuy6A76qg { left:404px;top:10px;background-color:#ccd4db;background-image:none;width:1px;height:200px;display:block; }
 }@media only screen and (max-width: 763px) { #g23UPR0t8HduLCWAzOKBRmoUWpLKFvKB { top:146px;left:-1px;width:317px;height:44px;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQiZNGs0TN5RU1HoEgZUEUOFHx77BfJM { width:548px;height:227px;top:36px;left:216px;display:block; }
 }@media only screen and (max-width: 763px) { #lNSuiSMbN5PexiTNvw15x7KDm5Jwugw0 { top:146px;left:-1px;width:317px;height:44px;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6sz3C0MMQ0K9r4TyTvN3TBGnxkMTvpK { top:146px;left:-1px;width:317px;height:44px;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfkLxZ1fhZhpq2bCsL84yu1HVMbc71Pv { top:146px;left:-1px;width:317px;height:44px;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmtrA7PZxa6ee08l2yl8mKQ5W9tAnkBO { width:548px;height:227px;top:36px;left:216px;display:none; }
 }@media only screen and (max-width: 763px) { #FulgdFn5K9TwEflKZW6LzzFbrVacKkG2 { display:block; }#FulgdFn5K9TwEflKZW6LzzFbrVacKkG2 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EmSz4rCkIOJNholoxaIL9Z1lkWHzwDGK { top:16px;left:0px;width:764px;height:26px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7543fc47-c0a1-4d1b-94bd-0fe018e44c60/background.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); } }@media only screen and (max-width: 763px) { #THoACZgDWKxvli5wAhQTd2ToLZwSVthA { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/86c065da-486a-4f9e-8567-0bd8a4a9c5d1/1234676.png");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:block; }#THoACZgDWKxvli5wAhQTd2ToLZwSVthA.adaptive-delivery-prevent-bg, #THoACZgDWKxvli5wAhQTd2ToLZwSVthA.lazyload, #THoACZgDWKxvli5wAhQTd2ToLZwSVthA.lazyloading { background-image: none; }#THoACZgDWKxvli5wAhQTd2ToLZwSVthA > .row .container { background-color: transparent; background-image: none; }#THoACZgDWKxvli5wAhQTd2ToLZwSVthA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#THoACZgDWKxvli5wAhQTd2ToLZwSVthA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#THoACZgDWKxvli5wAhQTd2ToLZwSVthA > .row .container > .video-iframe-container { display: none; }#THoACZgDWKxvli5wAhQTd2ToLZwSVthA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#THoACZgDWKxvli5wAhQTd2ToLZwSVthA > .row > .video-iframe-container { display: none; }#THoACZgDWKxvli5wAhQTd2ToLZwSVthA > .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); }#THoACZgDWKxvli5wAhQTd2ToLZwSVthA > .row .container { border-width: 0; border-radius: 0; }#THoACZgDWKxvli5wAhQTd2ToLZwSVthA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#THoACZgDWKxvli5wAhQTd2ToLZwSVthA > .row .container { width:320px;height:901px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bui2vWB808kpz2EwqB1syOsMIDsEIfrC { width:320px;height:52px;top:139px;left:0px;font-size:52px;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #UlRW5ifUpReCPDdnBfwNRhOvHlxBNGyx { width:300px;height:50px;top:281px;left:10px;font-size:20px;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #cca347, #a07a23);background-image: -moz-linear-gradient(180deg, #cca347, #a07a23);background-image: -ms-linear-gradient(180deg, #cca347, #a07a23);background-image: -o-linear-gradient(180deg, #cca347, #a07a23);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cca347', endColorstr='#a07a23' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cca347', endColorstr='#a07a23' );";background-image: linear-gradient(180deg, #cca347, #a07a23);background-size:cover !important;display:block; }
 }@media only screen and (max-width: 763px) { #thTdl2dkP6wSHvPh8C5rDn6dU0r1BJgN { display:block; }
 }@media only screen and (max-width: 763px) { #NTZaOBKUoixz4Co4o3opvXFwlBCdCveZ { width:98px;height:88px;top:26px;left:111px;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #Z59g0FFiTKvDoTksa3Dp1rhOHDTn9Mks { width:5px;height:5px;top:240px;left:109px;z-index:15010;background-color:#cca347;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) { #HTwmWxK5FNZ9otzRe6AWaIF59EkBW4zO { width:320px;height:18px;top:188px;left:0px;font-size:18px;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #ghnPDBnoCLqsuloHvOqe7ixrSsgKRGmc { width:80px;height:14px;top:235.5px;left:110px;font-size:14px;text-align:right;text-align-last:right;line-height:1;font-family:cinzel;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #ZuSBaiXJ1wrhhsFoxwLiHNEpe7DHvsPO { width:100px;height:14px;top:235.5px;left:10px;font-size:14px;text-align:left;text-align-last:left;line-height:1;font-family:cinzel;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #LkUO2RKqQ6Jk5pw3L8tKXoLVsZlRK8If { width:10px;height:10px;top:510px;left:155px;display:none; }
 }@media only screen and (max-width: 763px) { #T0Ip1w6RtdgNof1ND9Lq3c0wMMQ9eWgo { width:290px;height:1px;top:219.375px;left:15px;display:block; }
 }@media only screen and (max-width: 763px) { #t2u1mlrfCOU64oMzSdwVWNfaksSItkQZ { display:flex;width:28px;height:28px;top:388px;left:146px;display:none; }
 }@media only screen and (max-width: 763px) { #KxaFQ5mzlVOwuU7vcc1VwhOq66IEcLHe { width:129px;height:116px;top:56px;left:95px;display:none; }
 }@media only screen and (max-width: 763px) { #nuHKEznMGpWT9e7aCzEXTtqCg9KnNGVi { width:203px;height:0;top:766px;left:10px;font-size:60px;text-align:center;text-align-last:center;line-height:1;display:none; }
 }@media only screen and (max-width: 763px) { #naRr5NZSbuEnChGUbcHdkO5Gv9MRXlZz { width:147px;height:0;top:761px;left:148px;font-size:23px;text-align:center;text-align-last:center;line-height:1;display:none; }
 }@media only screen and (max-width: 763px) { #O6oXL61PU0zc3OWuZAdAN7r5LsuXS9ka { width:320px;height:15px;top:729.5px;left:0px;font-size:15px;text-align:center;text-align-last:center;line-height:1;z-index:15017;font-family:cinzel;display:block; }
 }@media only screen and (max-width: 763px) { #QlpUT2O4TmUS5l931Cwii39RoZ2wLq8q { top:718px;left:0px;width:320px;height:35px;z-index:15006;background-color:rgba(0,0,0,0.75);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #cFyCUtLt0yvGR0aD7uBtuT9kn7XXTdCi { top:756px;left:0px;width:320px;height:35px;z-index:15007;background-color:rgba(0,0,0,0.75);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #FqtA9izSb4R8nrOfL7Tyx1nFu6DgecIo { width:320px;height:15px;top:763px;left:0px;font-size:15px;text-align:center;text-align-last:center;line-height:1;z-index:15018;font-family:cinzel;display:block; }
 }@media only screen and (max-width: 763px) { #GVFmakVW9sR4G8mcrhblLmMi9ALiiHql { left:0px;background-color:transparent;background-image:none;top:799.3125px;width:307px;height:0;font-size:16px;text-align:center;text-align-last:center;z-index:15045;display:none; }
 }@media only screen and (max-width: 763px) { #VAWkN0BgRxyJOWwyEtXcOQFyoJQzdM4J { width:83px;height:46px;top:47px;left:237px;display:block; }
 }@media only screen and (max-width: 763px) { #MLOPV1patoJ4TMrnJ85dVCVv9ATNDyDs { width:211px;height:1px;top:830px;left:79px;font-size:1px;text-align:right;text-align-last:right;line-height:1;font-family:cinzel;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #xAncrZ04cw6c870ODFE4rgTXbdTa8U0E { width:10px;height:10px;top:510px;left:155px;display:none; }
 }@media only screen and (max-width: 763px) { #WmXyVsapmEBogV27KNrQJUqfs4XE0Wa7 { width:5px;height:5px;top:240px;left:196px;z-index:15011;background-color:#cca347;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) { #fCp3mxJme9Ep1Pi8KIwCHH6IF0z0EBGQ { width:116px;height:14px;top:236px;left:199px;font-size:14px;text-align:right;text-align-last:right;line-height:1;font-family:cinzel;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #edI4S1xTghB646DNUtxqbwKoQDtdZTxG { display:block; }#edI4S1xTghB646DNUtxqbwKoQDtdZTxG > .row .container { width:320px;height:170.0625px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OWGGDdtkabMWTGvKSS6K2OPTM688GBee { width:320px;height:27.2969px;top:82.3125px;left:0px;font-size:21px;text-align:center;text-align-last:center;line-height:1.3;font-family:cinzel;display:block; }
 }@media only screen and (max-width: 763px) { #EDdySop7nRDvw2mDOkkbQDFLs746cI7d { width:200px;height:0;top:129.3125px;left:60px;font-size:1px;display:block; }
 }@media only screen and (max-width: 763px) { #GeMBgchmI76MS3vDBDL57gvAyz2QiKuC { display:block; }#GeMBgchmI76MS3vDBDL57gvAyz2QiKuC > .row .container { width:320px;height:1153px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MTgOR0dQiMBqUktEtl3fX0MF6KJv8QZ4 { width:320px;height:305px;top:10px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #WUAxltkNeaXpZ0Nr2lS9rz5vMBraiM8C { width:320px;height:49.2812px;top:335px;left:0px;font-size:2px;color:rgba(0,0,0,0);display:block; }
 }@media only screen and (max-width: 763px) { #e916hXR4UlMfNsIbx9eST9le53dbnxDD { display:block; }#e916hXR4UlMfNsIbx9eST9le53dbnxDD > .row .container { width:320px;height:93px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N45SiO01THPUwhBGl7sSVaV3QBVxHkiH { width:304px;height:60px;top:9px;left:8px;font-size:20px;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #cca347, #a07a23);background-image: -moz-linear-gradient(180deg, #cca347, #a07a23);background-image: -ms-linear-gradient(180deg, #cca347, #a07a23);background-image: -o-linear-gradient(180deg, #cca347, #a07a23);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cca347', endColorstr='#a07a23' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cca347', endColorstr='#a07a23' );";background-image: linear-gradient(180deg, #cca347, #a07a23);background-size:cover !important;display:block; }
 }@media only screen and (max-width: 763px) { #FXBSpruAeGB5TvkT78umGafyrLoBErTi { display:block; }
 }@media only screen and (max-width: 763px) { #C8Fx1lZTCOmdu21e0scWVu4GqZzQghxM { display:block; }#C8Fx1lZTCOmdu21e0scWVu4GqZzQghxM > .row .container { width:320px;height:918px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K7htKW2PQe3N9vcbGLtEs8Sh1XIKiMbb { width:320px;height:500px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #cpE20aeAHCrUVko08foGr9a2OcxQTb8Z { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cpE20aeAHCrUVko08foGr9a2OcxQTb8Z > .row .container { background-color: transparent; background-image: none; }#cpE20aeAHCrUVko08foGr9a2OcxQTb8Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cpE20aeAHCrUVko08foGr9a2OcxQTb8Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cpE20aeAHCrUVko08foGr9a2OcxQTb8Z > .row .container > .video-iframe-container { display: none; }#cpE20aeAHCrUVko08foGr9a2OcxQTb8Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cpE20aeAHCrUVko08foGr9a2OcxQTb8Z > .row > .video-iframe-container { display: none; }#cpE20aeAHCrUVko08foGr9a2OcxQTb8Z > .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); }#cpE20aeAHCrUVko08foGr9a2OcxQTb8Z > .row .container { border-width: 0; border-radius: 0; }#cpE20aeAHCrUVko08foGr9a2OcxQTb8Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cpE20aeAHCrUVko08foGr9a2OcxQTb8Z > .row .container { width:320px;height:1356px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cd0f9ColRkavSTeWeDvQlteNOqpvt2Pl { width:320px;height:391.8746px;top:371px;left:0px;font-size:14px;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #iStqPgOx1qo8TFmfyymBOzDAy4UgTGPM { width:320px;height:278px;top:63px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #id8cthLvV6iU67Na1ZgJTTUK2z84BXOh { width:320px;height:577px;top:1604px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #qaDZzAXoxeZHvcb0VZFQ8HcFh24efiAu { width:137px;height:123px;top:36px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #cOLHTkT5PyQ0FUvB2iNt4reSzSxvpb16 { width:304px;height:56px;top:784.84375px;left:8px;font-size:20px;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #cca347, #a07a23);background-image: -moz-linear-gradient(180deg, #cca347, #a07a23);background-image: -ms-linear-gradient(180deg, #cca347, #a07a23);background-image: -o-linear-gradient(180deg, #cca347, #a07a23);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cca347', endColorstr='#a07a23' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cca347', endColorstr='#a07a23' );";background-image: linear-gradient(180deg, #cca347, #a07a23);background-size:cover !important;display:block; }
 }@media only screen and (max-width: 763px) { #vtrvs3M3Lk4T2W3cnTRcMyViM9hq26dS { display:block; }
 }@media only screen and (max-width: 763px) { #ETtwBFQ2qGxxTf53pm6ZMpF5BZ76MCP4 { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ETtwBFQ2qGxxTf53pm6ZMpF5BZ76MCP4 > .row .container { background-color: transparent; background-image: none; }#ETtwBFQ2qGxxTf53pm6ZMpF5BZ76MCP4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETtwBFQ2qGxxTf53pm6ZMpF5BZ76MCP4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETtwBFQ2qGxxTf53pm6ZMpF5BZ76MCP4 > .row .container > .video-iframe-container { display: none; }#ETtwBFQ2qGxxTf53pm6ZMpF5BZ76MCP4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETtwBFQ2qGxxTf53pm6ZMpF5BZ76MCP4 > .row > .video-iframe-container { display: none; }#ETtwBFQ2qGxxTf53pm6ZMpF5BZ76MCP4 > .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); }#ETtwBFQ2qGxxTf53pm6ZMpF5BZ76MCP4 > .row .container { border-width: 0; border-radius: 0; }#ETtwBFQ2qGxxTf53pm6ZMpF5BZ76MCP4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ETtwBFQ2qGxxTf53pm6ZMpF5BZ76MCP4 > .row .container { width:320px;height:583px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mb2uPs4B1iNkT5a6EJl7atweuy6A76qg { left:110px;background-color:#ccd4db;background-image:none;top:486px;width:100px;height:1px;display:none; }
 }@media only screen and (max-width: 763px) { #g23UPR0t8HduLCWAzOKBRmoUWpLKFvKB { left:0px;background-color:transparent;background-image:none;top:329px;width:320px;height:67.1719px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aQiZNGs0TN5RU1HoEgZUEUOFHx77BfJM { width:320px;height:227px;top:42.9375px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #lNSuiSMbN5PexiTNvw15x7KDm5Jwugw0 { left:0px;background-color:transparent;background-image:none;top:294px;width:320px;height:35px;font-size:25px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q6sz3C0MMQ0K9r4TyTvN3TBGnxkMTvpK { left:0px;background-color:transparent;background-image:none;top:411px;width:320px;height:35px;font-size:25px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TfkLxZ1fhZhpq2bCsL84yu1HVMbc71Pv { left:0px;background-color:transparent;background-image:none;top:446px;width:320px;height:44.7812px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TmtrA7PZxa6ee08l2yl8mKQ5W9tAnkBO { width:320px;height:227px;top:28.9375px;left:0px;z-index:15046;display:block; }
 }@media only screen and (max-width: 763px) { #FulgdFn5K9TwEflKZW6LzzFbrVacKkG2 { display:block; }#FulgdFn5K9TwEflKZW6LzzFbrVacKkG2 > .row .container { width:320px;height:145px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EmSz4rCkIOJNholoxaIL9Z1lkWHzwDGK { width:320px;height:36.375px;top:20.894897460938px;left:0px;font-size:14px;display:block; }
 }