.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;
}body { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .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); }#XLLrLIEakGNMFmOgsFUrhyaLsvs4eUyT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #8b644a, #1e263b);background-image: -moz-linear-gradient(180deg, #8b644a, #1e263b);background-image: -ms-linear-gradient(180deg, #8b644a, #1e263b);background-image: -o-linear-gradient(180deg, #8b644a, #1e263b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8b644a', endColorstr='#1e263b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8b644a', endColorstr='#1e263b' );";background-image: linear-gradient(180deg, #8b644a, #1e263b);background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XLLrLIEakGNMFmOgsFUrhyaLsvs4eUyT > .row .container { background-color: transparent; background-image: none; }#XLLrLIEakGNMFmOgsFUrhyaLsvs4eUyT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XLLrLIEakGNMFmOgsFUrhyaLsvs4eUyT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XLLrLIEakGNMFmOgsFUrhyaLsvs4eUyT > .row .container > .video-iframe-container { display: none; }#XLLrLIEakGNMFmOgsFUrhyaLsvs4eUyT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XLLrLIEakGNMFmOgsFUrhyaLsvs4eUyT > .row > .video-iframe-container { display: none; }#XLLrLIEakGNMFmOgsFUrhyaLsvs4eUyT > .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); }#XLLrLIEakGNMFmOgsFUrhyaLsvs4eUyT > .row .container { border-width: 0; border-radius: 0; }#XLLrLIEakGNMFmOgsFUrhyaLsvs4eUyT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XLLrLIEakGNMFmOgsFUrhyaLsvs4eUyT > .row .container { font-size:14px;font-family:arial;height:409px;width:1200px;position:relative;display:block; }#glwRNQUHZBkdMKV21Skqx2VgPrdpTwdU { color:#f1f1f1;display:block;width:1080px;position:absolute;font-family:lato;font-size:45px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:175.00001525879px;left:80px;height:58.4896px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#hi2lXJMxyRO7yNctleBvMd3OmNx96lc9 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:59px;width:174px;top:32px;left:41px;overflow:hidden;display:block; }
#WcHJHQPbaugtTZ8VTLxlogmqwxXurGog { color:#efaa3c;display:block;width:618px;position:absolute;font-family:poppins;font-size:33px;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:122px;left:80px;height:42.8993px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#gcTPFaA647pZ5nCHLvgivSAo3Q0mTAOa { color:#f1f5f8;display:block;width:141px;position:absolute;font-family:poppins;font-size:27px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:330px;left:121px;height:35.0868px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#s9X8TAPp1XT9WQx4nyMq7N3n38VB8sQh { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:29px;width:26px;top:333px;left:80px;overflow:hidden;display:block; }
#K6RGlG63Jp3BIgQeidbIFEbLLTg6erll { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:29px;width:24px;top:333px;left:282px;overflow:hidden;display:block; }
#q7DVgL6LSf8tDRU1vDKoNUcAsHEftSFR { color:#f1f5f8;display:block;width:141px;position:absolute;font-family:poppins;font-size:27px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:330px;left:320px;height:35.0868px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#FBBOp0mQT1k77fW6CZ1iIzVbWODAnEcW { color:#ffffff;display:block;width:76px;position:absolute;font-family:poppins;font-size:15px;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:50px;left:780px;height:19.5px;display:block; }
#WaRFPq9yEsTbaqBEAX0wraVTSKTpqUTE { color:#ffffff;display:block;width:76px;position:absolute;font-family:poppins;font-size:15px;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:50px;left:874px;height:19.5px;display:block; }
#LGC7D83NpZT8rHFQnWWpuOztc8E6OsXc { position:absolute;display:block;z-index:15018;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:1px;width:300px;top:78.516662597656px;left:761px;display:block; }
#aver6EfGvSPNf6z9Fq8U5nfWsFlNWe0a { color:#f1f1f1;display:block;width:1049px;position:absolute;font-family:lato;font-size:33px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:251.10000610352px;left:80px;height:42.8993px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#gwP4XIvNffGI7NrBx7nz18igntbPQ0CO { color:#ffffff;display:block;width:114px;position:absolute;font-family:poppins;font-size:15px;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:50px;left:950px;height:19.5px;display:block; }
#lmtOyK5IbwxO3KwJlTcupeigrH84Xr98 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:43px;width:205px;top:39.982639312744px;left:225.97222900391px;overflow:hidden;display:block; }
#f4qkCBoX6XHkOodbnwPthQhc4wMitSLs { 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; }#f4qkCBoX6XHkOodbnwPthQhc4wMitSLs > .row .container { background-color: transparent; background-image: none; }#f4qkCBoX6XHkOodbnwPthQhc4wMitSLs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4qkCBoX6XHkOodbnwPthQhc4wMitSLs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4qkCBoX6XHkOodbnwPthQhc4wMitSLs > .row .container > .video-iframe-container { display: none; }#f4qkCBoX6XHkOodbnwPthQhc4wMitSLs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4qkCBoX6XHkOodbnwPthQhc4wMitSLs > .row > .video-iframe-container { display: none; }#f4qkCBoX6XHkOodbnwPthQhc4wMitSLs > .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); }#f4qkCBoX6XHkOodbnwPthQhc4wMitSLs > .row .container { border-width: 0; border-radius: 0; }#f4qkCBoX6XHkOodbnwPthQhc4wMitSLs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f4qkCBoX6XHkOodbnwPthQhc4wMitSLs > .row .container { font-size:14px;font-family:arial;height:693px;width:1200px;position:relative;display:block; }#hi104umLtuDw7upEICoWAOJ38rBZAnVI { position:absolute;display:block;z-index:15000;height:540px;width:1200px;top:16.979156494141px;left:0px;display:block; }
#vv4JCx4m90UqwLtTeL4mmXOiQJTOOpGL { position:relative;display:block; }#vv4JCx4m90UqwLtTeL4mmXOiQJTOOpGL { background-color: transparent; background-image: none; }#vv4JCx4m90UqwLtTeL4mmXOiQJTOOpGL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vv4JCx4m90UqwLtTeL4mmXOiQJTOOpGL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vv4JCx4m90UqwLtTeL4mmXOiQJTOOpGL > .row .container > .video-iframe-container { display: none; }#vv4JCx4m90UqwLtTeL4mmXOiQJTOOpGL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vv4JCx4m90UqwLtTeL4mmXOiQJTOOpGL > .row > .video-iframe-container { display: none; }#vv4JCx4m90UqwLtTeL4mmXOiQJTOOpGL > .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); }#vv4JCx4m90UqwLtTeL4mmXOiQJTOOpGL { border-width: 0; border-radius: 0; }#vv4JCx4m90UqwLtTeL4mmXOiQJTOOpGL > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#vv4JCx4m90UqwLtTeL4mmXOiQJTOOpGL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:1691px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wwmeS7xZ5fKEgLcoR5vLv5o3lfyvGQ5b { color:#090134;display:block;width:741.997px;position:absolute;font-family:poppins;font-size:40px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:32.98616027832px;left:228.99310302734px;height:51.9965px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a5s8WNKFPS8yw6Tal5T749veoB97NTbE { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:56px;width:43px;top:141px;left:100px;overflow:hidden;display:block; }
#HTocoPicH1qi2ySe8hHDl4bpblRZruVa { color:#8b644a;display:block;width:633.983px;position:absolute;font-family:poppins;font-size:24px;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:154px;left:176px;height:31.1806px;font-style:normal;display:block; }
#yzMWmu3eGAWN8pOWaWW0EgOIuwnwF8nP { color:#242424;display:block;width:877px;position:absolute;font-family:poppins;font-size:18px;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:225px;left:176px;height:;overflow:hidden;display:block; }#yzMWmu3eGAWN8pOWaWW0EgOIuwnwF8nP li:not(:first-child){ padding-top:10px;padding-right:0;padding-bottom:0;padding-left:0; }#yzMWmu3eGAWN8pOWaWW0EgOIuwnwF8nP li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d9304f6f-efe4-4a84-a36a-95fc68c635ff/Group10054.png); }
#lympG6FNloTky8GBxfuK5WAS3hxytaBV { color:#8b644a;display:block;width:933.983px;position:absolute;font-family:poppins;font-size:24px;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:457px;left:173px;height:31.1806px;font-style:normal;display:block; }
#b8JxTPJ5GdGz9fuI9ueFJpboETw1qrww { color:#242424;display:block;width:888px;position:absolute;font-family:poppins;font-size:18px;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:534px;left:173px;height:284.028px;overflow:hidden;display:block; }#b8JxTPJ5GdGz9fuI9ueFJpboETw1qrww li:not(:first-child){ padding-top:10px;padding-right:0;padding-bottom:0;padding-left:0; }#b8JxTPJ5GdGz9fuI9ueFJpboETw1qrww li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d9304f6f-efe4-4a84-a36a-95fc68c635ff/Group10054.png); }
#X129hkO5E0q8hc0JRCiOGiZDC7eSV02M { color:#242424;display:block;width:851px;position:absolute;font-family:poppins;font-size:18px;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:936px;left:183px;height:250.625px;overflow:hidden;display:block; }#X129hkO5E0q8hc0JRCiOGiZDC7eSV02M li:not(:first-child){ padding-top:10px;padding-right:0;padding-bottom:0;padding-left:0; }#X129hkO5E0q8hc0JRCiOGiZDC7eSV02M li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d9304f6f-efe4-4a84-a36a-95fc68c635ff/Group10054.png); }
#Lx5itJcvSceuIMf9Hf8us1Zk8fu6L7mu { color:#8b644a;display:block;width:864px;position:absolute;font-family:poppins;font-size:24px;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:859px;left:183px;height:31.1806px;font-style:normal;display:block; }
#ZMa37Ta6fhOfyQFq4cygxixnheuLR6Ox { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:55px;width:42px;top:445px;left:101px;overflow:hidden;display:block; }
#gpN9rumr7P6RPs7flh8063mW7DZrZSI1 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:55px;width:42px;top:847px;left:101px;overflow:hidden;display:block; }
#vhlvyaT0V9Fom3lXfritiR0T0nLfblTp { color:#242424;display:block;width:971px;position:absolute;font-family:poppins;font-size:18px;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:1319px;left:182px;height:170.417px;overflow:hidden;display:block; }#vhlvyaT0V9Fom3lXfritiR0T0nLfblTp li:not(:first-child){ padding-top:10px;padding-right:0;padding-bottom:0;padding-left:0; }#vhlvyaT0V9Fom3lXfritiR0T0nLfblTp li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d9304f6f-efe4-4a84-a36a-95fc68c635ff/Group10054.png); }
#sE4bFMtgbkVQAXa6HU3vovDEUrgwfEWo { color:#8b644a;display:block;width:864px;position:absolute;font-family:poppins;font-size:24px;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:1236px;left:182px;height:31.1806px;font-style:normal;display:block; }
#IQvJE9ruHez2RcqTo1q9zzuKFcgVLiUJ { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:55px;width:42px;top:1224px;left:100px;overflow:hidden;display:block; }
#zvhgm71QK0sWqOEbqLESLLNM4x8aNXNG { position:absolute;display:block;z-index:15005;background-color:#eff1f4;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:45px;border-top-right-radius:45px;border-bottom-left-radius:45px;border-bottom-right-radius:45px;height:1513px;width:1012px;top:117.96875px;left:100px;display:block; }
#pTDnBAZW5nkSrVm7cpHQPfvhqepxwhNQ { color:#8b644a;display:block;width:864px;position:absolute;font-family:poppins;font-size:24px;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:1531px;left:182px;height:31.1806px;font-style:normal;display:block; }
#FvD2xK0qnLisoQySopEiB8z9lTyaztm4 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:55px;width:42px;top:1519px;left:100px;overflow:hidden;display:block; }
#y63e6OcH1F0K0K0xW9rmQl5xCcOOadH8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #8b644a, #1e263b);background-image: -moz-linear-gradient(180deg, #8b644a, #1e263b);background-image: -ms-linear-gradient(180deg, #8b644a, #1e263b);background-image: -o-linear-gradient(180deg, #8b644a, #1e263b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8b644a', endColorstr='#1e263b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8b644a', endColorstr='#1e263b' );";background-image: linear-gradient(180deg, #8b644a, #1e263b);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; }#y63e6OcH1F0K0K0xW9rmQl5xCcOOadH8 > .row .container { background-color: transparent; background-image: none; }#y63e6OcH1F0K0K0xW9rmQl5xCcOOadH8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y63e6OcH1F0K0K0xW9rmQl5xCcOOadH8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y63e6OcH1F0K0K0xW9rmQl5xCcOOadH8 > .row .container > .video-iframe-container { display: none; }#y63e6OcH1F0K0K0xW9rmQl5xCcOOadH8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y63e6OcH1F0K0K0xW9rmQl5xCcOOadH8 > .row > .video-iframe-container { display: none; }#y63e6OcH1F0K0K0xW9rmQl5xCcOOadH8 > .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); }#y63e6OcH1F0K0K0xW9rmQl5xCcOOadH8 > .row .container { border-width: 0; border-radius: 0; }#y63e6OcH1F0K0K0xW9rmQl5xCcOOadH8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y63e6OcH1F0K0K0xW9rmQl5xCcOOadH8 > .row .container { font-size:14px;font-family:arial;height:529px;width:1200px;position:relative;display:block; }#xMtgulAtxnGAAfIFrfyoIX6iNxB6cMi0 { color:#ffffff;display:block;width:325px;position:absolute;font-family:poppins;font-size:40px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:79px;left:437px;height:51.9965px;font-style:normal;display:block; }
#SATJcLIMEgLfQnc0nCyrEALmmacNOg7i { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:207px;width:215px;top:105px;left:195.99998474121px;overflow:hidden;display:block; }
#DW34MuueQxCtVT02SeSEM18fRMI9boUB { color:#ffffff;display:block;width:355px;position:absolute;font-family:poppins;font-size:16px;font-weight:700;z-index:15001;line-height:1.5;letter-spacing:0;top:148.99304199219px;left:436.99658203125px;height:48.0208px;font-style:normal;display:block; }
#Ml3R4yTFWxReab4nJ4sMtfT7QF5EhDZU { color:#ffffff;display:block;width:696.997px;position:absolute;font-family:poppins;font-size:16px;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:219.98264312744px;left:436.99658203125px;height:144.062px;font-style:normal;display:block; }
#GtBHNq9DTrxXdEQhSpAn5ydV5bXr71tb { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:59px;width:230px;top:405.00003814697px;left:484.49658203125px;overflow:hidden;display:block; }
#RlcBx3UZP342dQDonbdhpymDPWSWbC5l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1e263b, #1e263b);background-image: -moz-linear-gradient(180deg, #1e263b, #1e263b);background-image: -ms-linear-gradient(180deg, #1e263b, #1e263b);background-image: -o-linear-gradient(180deg, #1e263b, #1e263b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e263b', endColorstr='#1e263b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e263b', endColorstr='#1e263b' );";background-image: linear-gradient(180deg, #1e263b, #1e263b);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; }#RlcBx3UZP342dQDonbdhpymDPWSWbC5l > .row .container { background-color: transparent; background-image: none; }#RlcBx3UZP342dQDonbdhpymDPWSWbC5l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RlcBx3UZP342dQDonbdhpymDPWSWbC5l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RlcBx3UZP342dQDonbdhpymDPWSWbC5l > .row .container > .video-iframe-container { display: none; }#RlcBx3UZP342dQDonbdhpymDPWSWbC5l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RlcBx3UZP342dQDonbdhpymDPWSWbC5l > .row > .video-iframe-container { display: none; }#RlcBx3UZP342dQDonbdhpymDPWSWbC5l > .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); }#RlcBx3UZP342dQDonbdhpymDPWSWbC5l > .row .container { border-width: 0; border-radius: 0; }#RlcBx3UZP342dQDonbdhpymDPWSWbC5l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RlcBx3UZP342dQDonbdhpymDPWSWbC5l > .row .container { font-size:14px;font-family:arial;height:179px;width:1200px;position:relative;display:block; }#LGDicZvoFQp5XpyoOWyiuRmP3wRLVKnS { color:#ffffff;display:block;width:242px;position:absolute;font-family:poppins;font-size:16px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:79px;left:367px;height:20.7986px;display:block; }
#bE4X7iANwSoiEp1wrKKzKtkh2hCVS0rH { color:#ffffff;display:block;width:193px;position:absolute;font-family:poppins;font-size:16px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:79px;left:620px;height:20.7986px;display:block; }
#RWz4iv35OlEtHfNoXWWKpBEbTkHin5iO { color:#ffffff;display:block;width:193px;position:absolute;font-family:poppins;font-size:16px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:79px;left:792px;height:20.7986px;display:block; }
#AfBlykopxoLJDouAEDOkO42I49HgbfhG { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:37px;width:37px;top:71px;left:970px;overflow:hidden;display:block; }
#xioatS3rlvV3qJkdIfmKeNRQKwoiF3xD { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:36px;width:36px;top:71px;left:1019.5px;overflow:hidden;display:block; }
#ETSzAMmwkp8D5db4LcxMndFwJFecptAL { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:28.9931px;width:143.993px;top:74px;left:129px;overflow:hidden;display:block; }
#GVGt9EOdqAduqvoblqPP0RJgkJahGMLX { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:40px;width:121px;top:69px;left:0px;overflow:hidden;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #XLLrLIEakGNMFmOgsFUrhyaLsvs4eUyT { display:block; }#XLLrLIEakGNMFmOgsFUrhyaLsvs4eUyT > .row .container { width:764px;height:330px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #glwRNQUHZBkdMKV21Skqx2VgPrdpTwdU { width:398px;height:59.7917px;top:146px;left:28px;font-size:23px;display:block; }
 }@media only screen and (max-width: 1199px) { #hi2lXJMxyRO7yNctleBvMd3OmNx96lc9 { width:133.993px;height:45.9896px;top:22px;left:172px;display:block; }
 }@media only screen and (max-width: 1199px) { #WcHJHQPbaugtTZ8VTLxlogmqwxXurGog { width:398px;height:33.8021px;top:95.966659545898px;left:28px;font-size:26px;display:block; }
 }@media only screen and (max-width: 1199px) { #gcTPFaA647pZ5nCHLvgivSAo3Q0mTAOa { width:178px;height:33.8021px;top:274px;left:66px;font-size:26px;display:block; }
 }@media only screen and (max-width: 1199px) { #s9X8TAPp1XT9WQx4nyMq7N3n38VB8sQh { width:26px;height:29px;top:276px;left:28px;display:block; }
 }@media only screen and (max-width: 1199px) { #K6RGlG63Jp3BIgQeidbIFEbLLTg6erll { width:24px;height:29px;top:276px;left:258px;display:block; }
 }@media only screen and (max-width: 1199px) { #q7DVgL6LSf8tDRU1vDKoNUcAsHEftSFR { width:137px;height:33.8021px;top:274px;left:290px;font-size:26px;display:block; }
 }@media only screen and (max-width: 1199px) { #FBBOp0mQT1k77fW6CZ1iIzVbWODAnEcW { width:75.9844px;height:19.4965px;top:35px;left:372px;font-size:15px;display:block; }
 }@media only screen and (max-width: 1199px) { #WaRFPq9yEsTbaqBEAX0wraVTSKTpqUTE { width:75.9844px;height:19.4965px;top:35px;left:458px;font-size:15px;display:block; }
 }@media only screen and (max-width: 1199px) { #LGC7D83NpZT8rHFQnWWpuOztc8E6OsXc { width:375px;height:3px;top:63px;left:350px;display:block; }
 }@media only screen and (max-width: 1199px) { #aver6EfGvSPNf6z9Fq8U5nfWsFlNWe0a { width:707.986px;height:29.8958px;top:218.97570800781px;left:27.96875px;font-size:23px;display:block; }
 }@media only screen and (max-width: 1199px) { #gwP4XIvNffGI7NrBx7nz18igntbPQ0CO { width:75.9844px;height:19.4965px;top:36px;left:527px;font-size:15px;display:block; }
 }@media only screen and (max-width: 1199px) { #lmtOyK5IbwxO3KwJlTcupeigrH84Xr98 { width:155px;height:31px;top:26px;left:17px;display:block; }
 }@media only screen and (max-width: 1199px) { #f4qkCBoX6XHkOodbnwPthQhc4wMitSLs { display:block; }#f4qkCBoX6XHkOodbnwPthQhc4wMitSLs > .row .container { width:764px;height:458px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #hi104umLtuDw7upEICoWAOJ38rBZAnVI { width:750px;height:421px;top:16px;left:14px;display:block; }
 }@media only screen and (max-width: 1199px) { #vv4JCx4m90UqwLtTeL4mmXOiQJTOOpGL { display:block; }#vv4JCx4m90UqwLtTeL4mmXOiQJTOOpGL > .row .container { width:764px;height:1636px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #wwmeS7xZ5fKEgLcoR5vLv5o3lfyvGQ5b { width:741px;height:38.9931px;top:32px;left:10.993103027344px;font-size:30px;display:block; }
 }@media only screen and (max-width: 1199px) { #a5s8WNKFPS8yw6Tal5T749veoB97NTbE { width:42px;height:55px;top:172px;left:0px;display:none; }
 }@media only screen and (max-width: 1199px) { #HTocoPicH1qi2ySe8hHDl4bpblRZruVa { width:676px;height:31.1806px;top:61px;left:44px;font-size:24px;display:block; }
 }@media only screen and (max-width: 1199px) { #yzMWmu3eGAWN8pOWaWW0EgOIuwnwF8nP { width:675px;height:254.028px;top:114px;left:45px;font-size:18px;display:block; }#yzMWmu3eGAWN8pOWaWW0EgOIuwnwF8nP li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d9304f6f-efe4-4a84-a36a-95fc68c635ff/Group10054.png); }
 }@media only screen and (max-width: 1199px) { #lympG6FNloTky8GBxfuK5WAS3hxytaBV { width:691px;height:31.1806px;top:392px;left:38px;font-size:24px;display:block; }
 }@media only screen and (max-width: 1199px) { #b8JxTPJ5GdGz9fuI9ueFJpboETw1qrww { width:675px;height:354.236px;top:448px;left:36px;font-size:18px;display:block; }#b8JxTPJ5GdGz9fuI9ueFJpboETw1qrww li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d9304f6f-efe4-4a84-a36a-95fc68c635ff/Group10054.png); }
 }@media only screen and (max-width: 1199px) { #X129hkO5E0q8hc0JRCiOGiZDC7eSV02M { width:675px;height:297.431px;top:903px;left:35px;font-size:18px;display:block; }#X129hkO5E0q8hc0JRCiOGiZDC7eSV02M li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d9304f6f-efe4-4a84-a36a-95fc68c635ff/Group10054.png); }
 }@media only screen and (max-width: 1199px) { #Lx5itJcvSceuIMf9Hf8us1Zk8fu6L7mu { width:675.983px;height:31.1806px;top:830px;left:35px;font-size:24px;display:block; }
 }@media only screen and (max-width: 1199px) { #ZMa37Ta6fhOfyQFq4cygxixnheuLR6Ox { width:44px;height:57px;top:2746.5px;left:0px;display:none; }
 }@media only screen and (max-width: 1199px) { #gpN9rumr7P6RPs7flh8063mW7DZrZSI1 { width:44px;height:57px;top:3138px;left:0px;display:none; }
 }@media only screen and (max-width: 1199px) { #vhlvyaT0V9Fom3lXfritiR0T0nLfblTp { width:675px;height:193.819px;top:1302px;left:35px;font-size:18px;display:block; }#vhlvyaT0V9Fom3lXfritiR0T0nLfblTp li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d9304f6f-efe4-4a84-a36a-95fc68c635ff/Group10054.png); }
 }@media only screen and (max-width: 1199px) { #sE4bFMtgbkVQAXa6HU3vovDEUrgwfEWo { width:675.983px;height:62.3611px;top:1231px;left:35px;font-size:24px;display:block; }
 }@media only screen and (max-width: 1199px) { #IQvJE9ruHez2RcqTo1q9zzuKFcgVLiUJ { width:44px;height:57px;top:2349.799987793px;left:0px;display:none; }
 }@media only screen and (max-width: 1199px) { #zvhgm71QK0sWqOEbqLESLLNM4x8aNXNG { width:764px;height:1577px;top:15.971923828125px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #pTDnBAZW5nkSrVm7cpHQPfvhqepxwhNQ { width:675.955px;height:31.1806px;top:1523px;left:35px;font-size:24px;display:block; }
 }@media only screen and (max-width: 1199px) { #FvD2xK0qnLisoQySopEiB8z9lTyaztm4 { width:44px;height:57px;top:2011px;left:0px;display:none; }
 }@media only screen and (max-width: 1199px) { #y63e6OcH1F0K0K0xW9rmQl5xCcOOadH8 { display:block; }#y63e6OcH1F0K0K0xW9rmQl5xCcOOadH8 > .row .container { width:764px;height:424px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #xMtgulAtxnGAAfIFrfyoIX6iNxB6cMi0 { width:216.984px;height:52.0078px;top:17.9765625px;left:232.9921875px;font-size:40px;display:block; }
 }@media only screen and (max-width: 1199px) { #SATJcLIMEgLfQnc0nCyrEALmmacNOg7i { width:147px;height:142px;top:78.984375px;left:13.9921875px;display:block; }
 }@media only screen and (max-width: 1199px) { #DW34MuueQxCtVT02SeSEM18fRMI9boUB { width:390px;height:48.0208px;top:76.96875px;left:232.9921875px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #Ml3R4yTFWxReab4nJ4sMtfT7QF5EhDZU { width:487.986px;height:180px;top:129.94793701172px;left:232.98612213135px;font-size:15px;display:block; }
 }@media only screen and (max-width: 1199px) { #GtBHNq9DTrxXdEQhSpAn5ydV5bXr71tb { width:231px;height:60px;top:331.9921875px;left:266.484375px;display:block; }
 }@media only screen and (max-width: 1199px) { #RlcBx3UZP342dQDonbdhpymDPWSWbC5l { display:block; }#RlcBx3UZP342dQDonbdhpymDPWSWbC5l > .row .container { width:764px;height:163px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #LGDicZvoFQp5XpyoOWyiuRmP3wRLVKnS { width:242px;height:20.7986px;top:88px;left:11px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #bE4X7iANwSoiEp1wrKKzKtkh2hCVS0rH { width:193px;height:20.7986px;top:88px;left:264px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #RWz4iv35OlEtHfNoXWWKpBEbTkHin5iO { width:193px;height:20.7986px;top:88px;left:433px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #AfBlykopxoLJDouAEDOkO42I49HgbfhG { width:37px;height:37px;top:79.890625px;left:570px;display:block; }
 }@media only screen and (max-width: 1199px) { #xioatS3rlvV3qJkdIfmKeNRQKwoiF3xD { width:36px;height:36px;top:80.390625px;left:626px;display:block; }
 }@media only screen and (max-width: 1199px) { #ETSzAMmwkp8D5db4LcxMndFwJFecptAL { width:90.9896px;height:20px;top:32.8125px;left:120.00000762939px;display:block; }
 }@media only screen and (max-width: 1199px) { #GVGt9EOdqAduqvoblqPP0RJgkJahGMLX { width:86px;height:31px;top:27.359375px;left:15px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #XLLrLIEakGNMFmOgsFUrhyaLsvs4eUyT { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #8b644a, #1e263b);background-image: -moz-linear-gradient(180deg, #8b644a, #1e263b);background-image: -ms-linear-gradient(180deg, #8b644a, #1e263b);background-image: -o-linear-gradient(180deg, #8b644a, #1e263b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8b644a', endColorstr='#1e263b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8b644a', endColorstr='#1e263b' );";background-image: linear-gradient(180deg, #8b644a, #1e263b);background-size:cover !important;display:block; }#XLLrLIEakGNMFmOgsFUrhyaLsvs4eUyT > .row .container { background-color: transparent; background-image: none; }#XLLrLIEakGNMFmOgsFUrhyaLsvs4eUyT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XLLrLIEakGNMFmOgsFUrhyaLsvs4eUyT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XLLrLIEakGNMFmOgsFUrhyaLsvs4eUyT > .row .container > .video-iframe-container { display: none; }#XLLrLIEakGNMFmOgsFUrhyaLsvs4eUyT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XLLrLIEakGNMFmOgsFUrhyaLsvs4eUyT > .row > .video-iframe-container { display: none; }#XLLrLIEakGNMFmOgsFUrhyaLsvs4eUyT > .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); }#XLLrLIEakGNMFmOgsFUrhyaLsvs4eUyT > .row .container { width:320px;height:420px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #glwRNQUHZBkdMKV21Skqx2VgPrdpTwdU { width:320px;height:62.375px;top:144px;left:0px;font-size:24px;text-align:center;text-align-last:center;color:#f1f5f8;display:block; }
 }@media only screen and (max-width: 763px) { #hi2lXJMxyRO7yNctleBvMd3OmNx96lc9 { width:117.986px;height:40px;top:13.993056297302px;left:100.98958683014px;display:block; }
 }@media only screen and (max-width: 763px) { #WcHJHQPbaugtTZ8VTLxlogmqwxXurGog { width:320px;height:27.309px;top:103px;left:0px;font-size:21px;text-align:center;text-align-last:center;color:#e9a70c;display:block; }
 }@media only screen and (max-width: 763px) { #gcTPFaA647pZ5nCHLvgivSAo3Q0mTAOa { width:146px;height:25.9896px;top:374px;left:102px;font-size:20px;text-align:left;text-align-last:left;color:#f1f5f8;display:block; }
 }@media only screen and (max-width: 763px) { #s9X8TAPp1XT9WQx4nyMq7N3n38VB8sQh { width:23px;height:26px;top:374px;left:56px;display:block; }
 }@media only screen and (max-width: 763px) { #K6RGlG63Jp3BIgQeidbIFEbLLTg6erll { width:22px;height:26px;top:310px;left:57px;display:block; }
 }@media only screen and (max-width: 763px) { #q7DVgL6LSf8tDRU1vDKoNUcAsHEftSFR { width:98px;height:25.9896px;top:310px;left:102px;font-size:20px;text-align:left;text-align-last:left;color:#f1f5f8;display:block; }
 }@media only screen and (max-width: 763px) { #FBBOp0mQT1k77fW6CZ1iIzVbWODAnEcW { width:76px;height:0;top:1017px;left:122px;font-size:15px;display:none; }
 }@media only screen and (max-width: 763px) { #WaRFPq9yEsTbaqBEAX0wraVTSKTpqUTE { width:76px;height:0;top:1056px;left:122px;font-size:15px;display:none; }
 }@media only screen and (max-width: 763px) { #LGC7D83NpZT8rHFQnWWpuOztc8E6OsXc { width:320px;height:1px;top:1135px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #aver6EfGvSPNf6z9Fq8U5nfWsFlNWe0a { width:289px;height:62.3611px;top:223.39999389648px;left:15.5px;font-size:24px;text-align:center;text-align-last:center;color:#f1f5f8;display:block; }
 }@media only screen and (max-width: 763px) { #gwP4XIvNffGI7NrBx7nz18igntbPQ0CO { width:114px;height:auto;top:50px;left:103px;font-size:15px;display:none; }
 }@media only screen and (max-width: 763px) { #lmtOyK5IbwxO3KwJlTcupeigrH84Xr98 { width:156.997px;height:30px;top:62.968753814697px;left:81.493058204651px;display:block; }
 }@media only screen and (max-width: 763px) { #f4qkCBoX6XHkOodbnwPthQhc4wMitSLs { display:block; }#f4qkCBoX6XHkOodbnwPthQhc4wMitSLs > .row .container { width:320px;height:225px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hi104umLtuDw7upEICoWAOJ38rBZAnVI { width:320px;height:180px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #vv4JCx4m90UqwLtTeL4mmXOiQJTOOpGL { display:block; }#vv4JCx4m90UqwLtTeL4mmXOiQJTOOpGL > .row .container { width:320px;height:2405px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wwmeS7xZ5fKEgLcoR5vLv5o3lfyvGQ5b { width:320px;height:39px;top:20px;left:0px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #a5s8WNKFPS8yw6Tal5T749veoB97NTbE { width:44px;height:57px;top:272px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #HTocoPicH1qi2ySe8hHDl4bpblRZruVa { width:300px;height:24.7031px;top:59px;left:10px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #yzMWmu3eGAWN8pOWaWW0EgOIuwnwF8nP { width:300px;height:456.771px;top:107.796875px;left:10px;font-size:16px;display:block; }#yzMWmu3eGAWN8pOWaWW0EgOIuwnwF8nP li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d9304f6f-efe4-4a84-a36a-95fc68c635ff/Group10054.png); }
 }@media only screen and (max-width: 763px) { #lympG6FNloTky8GBxfuK5WAS3hxytaBV { width:293px;height:49.375px;top:597px;left:13px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #b8JxTPJ5GdGz9fuI9ueFJpboETw1qrww { width:300px;height:569.965px;top:672px;left:10px;font-size:16px;display:block; }#b8JxTPJ5GdGz9fuI9ueFJpboETw1qrww li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d9304f6f-efe4-4a84-a36a-95fc68c635ff/Group10054.png); }
 }@media only screen and (max-width: 763px) { #X129hkO5E0q8hc0JRCiOGiZDC7eSV02M { width:300px;height:497.569px;top:1320px;left:10px;font-size:16px;display:block; }#X129hkO5E0q8hc0JRCiOGiZDC7eSV02M li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d9304f6f-efe4-4a84-a36a-95fc68c635ff/Group10054.png); }
 }@media only screen and (max-width: 763px) { #Lx5itJcvSceuIMf9Hf8us1Zk8fu6L7mu { width:300px;height:24.6875px;top:1260px;left:20px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #ZMa37Ta6fhOfyQFq4cygxixnheuLR6Ox { width:42px;height:55.00458371531px;top:699px;left:139px;display:none; }
 }@media only screen and (max-width: 763px) { #gpN9rumr7P6RPs7flh8063mW7DZrZSI1 { width:42px;height:55px;top:847px;left:139px;display:none; }
 }@media only screen and (max-width: 763px) { #vhlvyaT0V9Fom3lXfritiR0T0nLfblTp { width:300px;height:362.778px;top:1917px;left:10px;font-size:16px;display:block; }#vhlvyaT0V9Fom3lXfritiR0T0nLfblTp li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d9304f6f-efe4-4a84-a36a-95fc68c635ff/Group10054.png); }
 }@media only screen and (max-width: 763px) { #sE4bFMtgbkVQAXa6HU3vovDEUrgwfEWo { width:279px;height:74.0625px;top:1834px;left:20px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #IQvJE9ruHez2RcqTo1q9zzuKFcgVLiUJ { width:42px;height:55px;top:1224px;left:139px;display:none; }
 }@media only screen and (max-width: 763px) { #zvhgm71QK0sWqOEbqLESLLNM4x8aNXNG { width:320px;height:2350px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #pTDnBAZW5nkSrVm7cpHQPfvhqepxwhNQ { width:281.997px;height:24.6875px;top:2301px;left:10px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #FvD2xK0qnLisoQySopEiB8z9lTyaztm4 { width:42px;height:55px;top:1519px;left:139px;display:none; }
 }@media only screen and (max-width: 763px) { #y63e6OcH1F0K0K0xW9rmQl5xCcOOadH8 { display:block; }#y63e6OcH1F0K0K0xW9rmQl5xCcOOadH8 > .row .container { width:320px;height:675px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xMtgulAtxnGAAfIFrfyoIX6iNxB6cMi0 { width:217px;height:39px;top:30px;left:51.5px;font-size:30px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SATJcLIMEgLfQnc0nCyrEALmmacNOg7i { width:95px;height:92px;top:81.600006103516px;left:112.5px;display:block; }
 }@media only screen and (max-width: 763px) { #DW34MuueQxCtVT02SeSEM18fRMI9boUB { width:217px;height:48.0208px;top:210.59375px;left:51.5px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ml3R4yTFWxReab4nJ4sMtfT7QF5EhDZU { width:300px;height:315px;top:260px;left:10px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #GtBHNq9DTrxXdEQhSpAn5ydV5bXr71tb { width:231px;height:60px;top:603.59375px;left:44.5px;display:block; }
 }@media only screen and (max-width: 763px) { #RlcBx3UZP342dQDonbdhpymDPWSWbC5l { display:block; }#RlcBx3UZP342dQDonbdhpymDPWSWbC5l > .row .container { width:320px;height:375px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LGDicZvoFQp5XpyoOWyiuRmP3wRLVKnS { width:242px;height:20.7986px;top:87px;left:39px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bE4X7iANwSoiEp1wrKKzKtkh2hCVS0rH { width:193px;height:20.7986px;top:123.796875px;left:63.5px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RWz4iv35OlEtHfNoXWWKpBEbTkHin5iO { width:193px;height:20.7986px;top:163.5938px;left:63px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AfBlykopxoLJDouAEDOkO42I49HgbfhG { width:37px;height:37px;top:205px;left:114px;display:block; }
 }@media only screen and (max-width: 763px) { #xioatS3rlvV3qJkdIfmKeNRQKwoiF3xD { width:36px;height:36px;top:206px;left:170px;display:block; }
 }@media only screen and (max-width: 763px) { #ETSzAMmwkp8D5db4LcxMndFwJFecptAL { width:143px;height:31.432163675849px;top:325.243px;left:88px;display:block; }
 }@media only screen and (max-width: 763px) { #GVGt9EOdqAduqvoblqPP0RJgkJahGMLX { width:120px;height:43.24653213877px;top:261.9965px;left:100px;display:block; }
 }