.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 0 0 30px;
  counter-reset: ordered;
}
ol li {
  position: relative;
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  position: absolute;
  left: 0;
  margin: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0 0 0 30px;
}
ul li {
  position: relative;
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  position: absolute;
  left: 0;
  margin: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
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: static;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.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;
}
.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);
}
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-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
}
.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: 280px;
  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 (max-width: 1199px) { [class*="col-"] { width: 100%; } }body { background-color:#bcbcbc;background-image:url(https://images.assets-landingi.com/96v8SSad/439074-smoke-computer-wallpaper-backgrounds.jpg);background-position:top left;background-repeat:repeat;background-attachment:scroll;display:block; }
#M0SZxIiK6Vai2W5WTPbTPVuowtzM7B3Z::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#s8qmiDIP417Tf6FUCgqf5FVveAQRQRQe { background-color:#ffffff;background-image:url(https://images.assets-landingi.com/eJq8a76Z/wallpaper_cigarette_smoke_009.jpg);background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;border-top:25px solid #252525;border-left:1px solid #0e9ae5;border-right:1px solid #0e9ae5;border-bottom:1px solid #0e9ae5;position:relative;top:;display:block; }#s8qmiDIP417Tf6FUCgqf5FVveAQRQRQe > .row .container { background-color: transparent; background-image: none; }#s8qmiDIP417Tf6FUCgqf5FVveAQRQRQe::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#s8qmiDIP417Tf6FUCgqf5FVveAQRQRQe > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#s8qmiDIP417Tf6FUCgqf5FVveAQRQRQe > .row .container { border-width: 0; border-radius: 0; }#s8qmiDIP417Tf6FUCgqf5FVveAQRQRQe > .row .container { width:1200px;height:662px;font-size:14px;font-family:arial;overflow:visible;position:relative;display:block; }#oygCK4m1W5NExtyTD8U6rAbhCAPAnIcJ { display:block;position:absolute;font-size:1.4375rem;z-index:100007;line-height:1;top:555.00002288818px;left:7px;color:#ffffff;font-family:arial;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;width:112px;height:45px;font-weight:700;font-style:normal;display:block; }
#LQb68KQefCgzTKv0XWNbdpFthNB1yWsZ { background-color:#000000;background-image:none;height:82px;width:134px;position:absolute;display:block;z-index:100006;top:538px;left:0;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;display:block; }
#dTislbrLtL2AyPR86qpm6t5C57dk6U4B { display:block;width:390px;position:absolute;font-family:"open sans";font-size:51px;font-weight:normal;z-index:100008;line-height:.7;top:87.000001907349px;left:757.89999389648px;background-color:transparent;background-image:none;height:35px;text-shadow:1px 1px 0px #ffffff;color:#ffffff;display:block; }
#c2FoWid4xIGF3kXaHXbFRfTs5Vmswq9z { background-color:#e37a27;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-bottom:0;border-left:0;border-right:0;border-top:0;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:0;padding-bottom:8px;padding-left:0;display:block;font-family:"open sans";font-size:31px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:263px;height:82px;text-decoration:none;z-index:100010;text-align:center;text-align-last:center;top:538px;left:124px;display:block; }
#nDTTurZUMtSiSBSMh83nWiu4K4LCJADz { display:block;position:absolute;top:50%;width:100%;z-index:100000;display:block; }
#VshO22fcCqNQZvx6fDq9CGNrGnd5zy78 { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:42px;width:70px;top:22px;left:1194.8999938965px;overflow:hidden;display:block; }
#Xl9KpQtf7Fn4zqT63NDrOVwuxdhbMuJL { color:#ffffff;display:block;width:50px;position:absolute;font-family:arial;font-size:21px;font-weight:400;z-index:100014;line-height:1.3;letter-spacing:0;top:578.98751068115px;left:60.387496948242px;height:27px;font-style:normal;display:block; }
#Qb1ofDidL2G639rakPJULmGZOplffroT { color:#ff0000;display:block;width:80px;position:absolute;font-family:arial;font-size:25px;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:565.50003623962px;left:59px;height:32px;font-style:normal;display:block; }
#BTth33wopI3aAJHnMuqNAXAZzCppWtAN { height:552px;width:554px;position:absolute;display:block;z-index:100000;top:634.00002288818px;left:645.89999389648px;overflow:hidden;display:block; }
#WrfLdn5BmDE3i0fZEPT87sv2WWT1sIcZ { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:457px;width:601px;top:194.00000762939px;left:694.89999389648px;overflow:hidden;display:block; }
#d76uMeoePbDtn66nKEfi52KPSM9eka3q { color:#ffffff;display:block;width:324px;position:absolute;font-family:exo;font-size:24px;font-weight:400;z-index:100017;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px #000000;top:373.98750305176px;left:790.89999389648px;height:248px;font-style:normal;display:block; }
#TLTXcalSDkH4yOOOoHGEP1PiiQuVUJio { z-index:;position:relative;top:;display:block; }#TLTXcalSDkH4yOOOoHGEP1PiiQuVUJio { background-color: transparent; background-image: none; }#TLTXcalSDkH4yOOOoHGEP1PiiQuVUJio::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TLTXcalSDkH4yOOOoHGEP1PiiQuVUJio > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TLTXcalSDkH4yOOOoHGEP1PiiQuVUJio > .row .container { background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:523px;width:1200px;position:relative;display:block; }#GBRw4u2G5sxNr9q068iC9BsNsUqiQwP8 { display:block;width:476px;position:absolute;font-family:"open sans";font-size:45px;font-weight:normal;z-index:100004;line-height:1.2;top:117.90003967285px;left:63px;background-color:transparent;background-image:none;height:54px;text-align:right;text-align-last:right;display:block; }
#nVDyph3IDcDIgIO8wh5Bgw50t6D0ryF2 { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:50px;width:86px;top:59.900024414062px;left:94px;overflow:hidden;display:block; }
#agPOvA3vxA7TC3oenONz7lo45Oud4kew { color:#000000;display:block;width:528px;position:absolute;font-family:"open sans";font-size:18px;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(255,255,255,0.5);top:188.96253967285px;left:94px;height:93px;font-style:normal;display:block; }
#NNzyfSwfC3Ia7Dah10UWKM4DJg19VDBy { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:96px;width:126px;top:353px;left:63px;overflow:hidden;display:block; }
#UydFhkGPpSTUe6V9nkTEqmTw0ERDzHeD { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:141px;width:142px;top:328px;left:204px;overflow:hidden;display:block; }
#MGditprqQxytLeXfifS8TGwaZhs2eVth { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:140px;width:140px;top:328px;left:351px;overflow:hidden;display:block; }
#eTGtdQX0mQ7ViydmI9O40mu6aWKz6QXB { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:142px;width:141px;top:326px;left:495px;overflow:hidden;display:block; }
#hiha4QyT8LAkrmQZRrUliMc0VKUApbm6 { background-color:#1c1c1c;background-image:none;z-index:;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:;display:block; }#hiha4QyT8LAkrmQZRrUliMc0VKUApbm6 > .row .container { background-color: transparent; background-image: none; }#hiha4QyT8LAkrmQZRrUliMc0VKUApbm6::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hiha4QyT8LAkrmQZRrUliMc0VKUApbm6 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hiha4QyT8LAkrmQZRrUliMc0VKUApbm6 > .row .container { border-width: 0; border-radius: 0; }#hiha4QyT8LAkrmQZRrUliMc0VKUApbm6 > .row .container { font-size:14px;font-family:arial;height:272px;width:1200px;overflow:visible;position:relative;display:block; }#uD84CM4ToprJJoIZQSipBLz1VCuAeSth { height:96px;width:615px;position:absolute;display:block;z-index:100000;top:176px;left:287px;display:block; }
#sT8H8X4MbOkaZTDgutyRkR6fivuhVGbW { background-color:#ffffff;background-image:none;height:3px;width:60px;position:absolute;display:block;z-index:100002;top:38px;left:569px;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;display:block; }
#QbrStXcv8Mfzdoy7q7UOBynak2mvQ5VN { display:block;width:958px;position:absolute;font-family:"open sans";font-size:30px;font-weight:normal;z-index:100008;line-height:1.2;top:81.000030517578px;left:121px;background-color:transparent;background-image:none;height:36px;text-align:center;text-align-last:center;display:block; }
#aCUbRNGJqO5FnaunWqJaM89Gfi7KepAS { background-color:#fff831;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-bottom:0;border-left:0;border-right:0;border-top:0;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:0;padding-bottom:8px;padding-left:0;display:block;font-family:"open sans";font-size:25px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:220px;height:65px;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:176px;left:490.00003051758px;display:block; }
#TEVf0K1Xa6qEcgW2v2TeUsLSQlU4MIm6 { display:block;position:absolute;top:50%;width:100%;z-index:100000;display:block; }
@media only screen and (max-width: 1199px) { body { display:block; }
 }@media only screen and (max-width: 1199px) { #s8qmiDIP417Tf6FUCgqf5FVveAQRQRQe { background-color:#dcd9d1;background-image:url(https://new.landingi.com/background/58cc848a9f8d94fe6f93/c434e87c08ba9547f1fc1ccc046ca952.jpg);background-position:top center;background-repeat:no-repeat;background-size:initial;display:block; }#s8qmiDIP417Tf6FUCgqf5FVveAQRQRQe > .row .container { background-color: transparent; background-image: none; }#s8qmiDIP417Tf6FUCgqf5FVveAQRQRQe::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#s8qmiDIP417Tf6FUCgqf5FVveAQRQRQe > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#s8qmiDIP417Tf6FUCgqf5FVveAQRQRQe > .row .container { width:764px;height:580px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #oygCK4m1W5NExtyTD8U6rAbhCAPAnIcJ { top:504px;left:438px;font-size:1.6428571428571428rem;width:0px;height:23px;display:block; }
 }@media only screen and (max-width: 1199px) { #LQb68KQefCgzTKv0XWNbdpFthNB1yWsZ { top:483px;left:422px;width:107px;height:65px;display:block; }
 }@media only screen and (max-width: 1199px) { #dTislbrLtL2AyPR86qpm6t5C57dk6U4B { left:415px;background-color:transparent;background-image:none;top:69px;font-size:7.142857142857143rem;text-align:center;text-align-last:center;width:323px;height:210px;display:block; }
 }@media only screen and (max-width: 1199px) { #c2FoWid4xIGF3kXaHXbFRfTs5Vmswq9z { width:220px;height:65px;top:483px;left:528px;display:block; }
 }@media only screen and (max-width: 1199px) { #nDTTurZUMtSiSBSMh83nWiu4K4LCJADz { display:block; }
 }@media only screen and (max-width: 1199px) { #VshO22fcCqNQZvx6fDq9CGNrGnd5zy78 { width:70px;height:42px;top:22px;left:694px;display:block; }
 }@media only screen and (max-width: 1199px) { #Xl9KpQtf7Fn4zqT63NDrOVwuxdhbMuJL { width:50px;height:27px;top:578px;left:0;display:block; }
 }@media only screen and (max-width: 1199px) { #Qb1ofDidL2G639rakPJULmGZOplffroT { width:80px;height:32px;top:565px;left:0;display:block; }
 }@media only screen and (max-width: 1199px) { #BTth33wopI3aAJHnMuqNAXAZzCppWtAN { z-index:100004;width:219px;height:220px;top:105px;left:338px;display:block; }
 }@media only screen and (max-width: 1199px) { #WrfLdn5BmDE3i0fZEPT87sv2WWT1sIcZ { width:601px;height:457px;top:194px;left:163px;display:block; }
 }@media only screen and (max-width: 1199px) { #d76uMeoePbDtn66nKEfi52KPSM9eka3q { width:324px;height:248px;top:373px;left:440px;display:block; }
 }@media only screen and (max-width: 1199px) { #TLTXcalSDkH4yOOOoHGEP1PiiQuVUJio { display:block; }#TLTXcalSDkH4yOOOoHGEP1PiiQuVUJio > .row .container { width:760px;height:436px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #GBRw4u2G5sxNr9q068iC9BsNsUqiQwP8 { background-color:transparent;background-image:none;width:315px;height:25px;top:104px;left:2px;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nVDyph3IDcDIgIO8wh5Bgw50t6D0ryF2 { width:86px;height:50px;top:59px;left:0;display:block; }
 }@media only screen and (max-width: 1199px) { #agPOvA3vxA7TC3oenONz7lo45Oud4kew { width:528px;height:93px;top:188px;left:0;display:block; }
 }@media only screen and (max-width: 1199px) { #NNzyfSwfC3Ia7Dah10UWKM4DJg19VDBy { width:126px;height:96px;top:353px;left:0;display:block; }
 }@media only screen and (max-width: 1199px) { #UydFhkGPpSTUe6V9nkTEqmTw0ERDzHeD { width:142px;height:141px;top:328px;left:0;display:block; }
 }@media only screen and (max-width: 1199px) { #MGditprqQxytLeXfifS8TGwaZhs2eVth { width:140px;height:140px;top:328px;left:133px;display:block; }
 }@media only screen and (max-width: 1199px) { #eTGtdQX0mQ7ViydmI9O40mu6aWKz6QXB { width:141px;height:142px;top:326px;left:277px;display:block; }
 }@media only screen and (max-width: 1199px) { #hiha4QyT8LAkrmQZRrUliMc0VKUApbm6 { display:block; }#hiha4QyT8LAkrmQZRrUliMc0VKUApbm6 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #uD84CM4ToprJJoIZQSipBLz1VCuAeSth { z-index:100000;width:615px;height:96px;top:176px;left:77px;display:block; }
 }@media only screen and (max-width: 1199px) { #sT8H8X4MbOkaZTDgutyRkR6fivuhVGbW { top:47px;left:352px;width:60px;height:3px;display:block; }
 }@media only screen and (max-width: 1199px) { #QbrStXcv8Mfzdoy7q7UOBynak2mvQ5VN { background-color:transparent;background-image:none;width:764px;height:50px;top:60px;left:1px;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aCUbRNGJqO5FnaunWqJaM89Gfi7KepAS { width:220px;height:65px;top:163px;left:327px;display:block; }
 }@media only screen and (max-width: 1199px) { #TEVf0K1Xa6qEcgW2v2TeUsLSQlU4MIm6 { display:block; }
 }@media only screen and (max-width: 1199px) { body { display:block; }
 }@media only screen and (max-width: 1199px) { #s8qmiDIP417Tf6FUCgqf5FVveAQRQRQe { background-color:#dcd9d1;background-image:url(https://new.landingi.com/background/58cc848a9f8d94fe6f93/c434e87c08ba9547f1fc1ccc046ca952.jpg);background-position:top center;background-repeat:repeat-y;border-top:25px solid #252525;border-right:0;border-bottom:0;border-left:0;display:block; }#s8qmiDIP417Tf6FUCgqf5FVveAQRQRQe > .row .container { background-color: transparent; background-image: none; }#s8qmiDIP417Tf6FUCgqf5FVveAQRQRQe::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#s8qmiDIP417Tf6FUCgqf5FVveAQRQRQe > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#s8qmiDIP417Tf6FUCgqf5FVveAQRQRQe > .row .container { border-width: 0; border-radius: 0; }#s8qmiDIP417Tf6FUCgqf5FVveAQRQRQe > .row .container { width:320px;height:1336.3277870216307px;overflow:visible;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #oygCK4m1W5NExtyTD8U6rAbhCAPAnIcJ { top:580px;left:17px;width:0px;height:19px;font-size:1.6428571428571428rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LQb68KQefCgzTKv0XWNbdpFthNB1yWsZ { top:559px;left:0;background-color:#000000;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;height:65px;width:107px;overflow:visible;display:block; }
 }@media only screen and (max-width: 1199px) { #dTislbrLtL2AyPR86qpm6t5C57dk6U4B { left:0;top:119px;width:323px;height:177px;font-size:7.142857142857143rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c2FoWid4xIGF3kXaHXbFRfTs5Vmswq9z { width:220px;height:65px;top:559px;left:100px;display:block; }
 }@media only screen and (max-width: 1199px) { #nDTTurZUMtSiSBSMh83nWiu4K4LCJADz { display:block; }
 }@media only screen and (max-width: 1199px) { #VshO22fcCqNQZvx6fDq9CGNrGnd5zy78 { width:70px;height:42px;top:644px;left:125px;display:block; }
 }@media only screen and (max-width: 1199px) { #Xl9KpQtf7Fn4zqT63NDrOVwuxdhbMuJL { width:50px;height:27px;top:758px;left:135px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #Qb1ofDidL2G639rakPJULmGZOplffroT { width:80px;height:32px;top:706px;left:120px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #BTth33wopI3aAJHnMuqNAXAZzCppWtAN { z-index:100000;width:163px;height:163px;top:455px;left:4px;display:block; }
 }@media only screen and (max-width: 1199px) { #WrfLdn5BmDE3i0fZEPT87sv2WWT1sIcZ { width:320px;height:243.32778702163px;top:805px;left:0;display:block; }
 }@media only screen and (max-width: 1199px) { #d76uMeoePbDtn66nKEfi52KPSM9eka3q { width:320px;height:248px;top:1068.3277870216px;left:0;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #TLTXcalSDkH4yOOOoHGEP1PiiQuVUJio { display:block; }#TLTXcalSDkH4yOOOoHGEP1PiiQuVUJio > .row .container { width:320px;height:1006px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #GBRw4u2G5sxNr9q068iC9BsNsUqiQwP8 { left:0;top:104px;width:315px;height:21px;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nVDyph3IDcDIgIO8wh5Bgw50t6D0ryF2 { width:86px;height:50px;top:145px;left:117px;display:block; }
 }@media only screen and (max-width: 1199px) { #agPOvA3vxA7TC3oenONz7lo45Oud4kew { width:320px;height:93px;top:215px;left:0;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #NNzyfSwfC3Ia7Dah10UWKM4DJg19VDBy { width:126px;height:96px;top:328px;left:97px;display:block; }
 }@media only screen and (max-width: 1199px) { #UydFhkGPpSTUe6V9nkTEqmTw0ERDzHeD { width:142px;height:141px;top:444px;left:89px;display:block; }
 }@media only screen and (max-width: 1199px) { #MGditprqQxytLeXfifS8TGwaZhs2eVth { width:140px;height:140px;top:605px;left:90px;display:block; }
 }@media only screen and (max-width: 1199px) { #eTGtdQX0mQ7ViydmI9O40mu6aWKz6QXB { width:141px;height:142px;top:765px;left:89px;display:block; }
 }@media only screen and (max-width: 1199px) { #hiha4QyT8LAkrmQZRrUliMc0VKUApbm6 { display:block; }#hiha4QyT8LAkrmQZRrUliMc0VKUApbm6 > .row .container { width:320px;height:311px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #uD84CM4ToprJJoIZQSipBLz1VCuAeSth { z-index:100000;width:313px;height:49px;top:262px;left:4px;display:block; }
 }@media only screen and (max-width: 1199px) { #sT8H8X4MbOkaZTDgutyRkR6fivuhVGbW { top:37px;left:130px;width:60px;height:3px;display:block; }
 }@media only screen and (max-width: 1199px) { #QbrStXcv8Mfzdoy7q7UOBynak2mvQ5VN { left:31px;background-color:transparent;background-image:none;width:240px;height:63px;top:47px;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aCUbRNGJqO5FnaunWqJaM89Gfi7KepAS { width:220px;height:65px;top:187px;left:100px;display:block; }
 }@media only screen and (max-width: 1199px) { #TEVf0K1Xa6qEcgW2v2TeUsLSQlU4MIm6 { display:block; }
 }