.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); }#ZNwXcJ93Fg9IoDrGkNXNEcoCZg8v2aVe { 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; }#ZNwXcJ93Fg9IoDrGkNXNEcoCZg8v2aVe > .row .container { background-color: transparent; background-image: none; }#ZNwXcJ93Fg9IoDrGkNXNEcoCZg8v2aVe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZNwXcJ93Fg9IoDrGkNXNEcoCZg8v2aVe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZNwXcJ93Fg9IoDrGkNXNEcoCZg8v2aVe > .row .container > .video-iframe-container { display: none; }#ZNwXcJ93Fg9IoDrGkNXNEcoCZg8v2aVe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZNwXcJ93Fg9IoDrGkNXNEcoCZg8v2aVe > .row > .video-iframe-container { display: none; }#ZNwXcJ93Fg9IoDrGkNXNEcoCZg8v2aVe > .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); }#ZNwXcJ93Fg9IoDrGkNXNEcoCZg8v2aVe > .row .container { border-width: 0; border-radius: 0; }#ZNwXcJ93Fg9IoDrGkNXNEcoCZg8v2aVe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZNwXcJ93Fg9IoDrGkNXNEcoCZg8v2aVe > .row .container { font-size:14px;font-family:rubik;height:83px;width:1200px;position:relative;display:block; }#cqkJxMt5323gIcLr0ASvkfHVDIwFqiRQ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:65.9954px;width:205.995px;top:8.4953699111938px;left:723.86574554443px;overflow:hidden;display:block; }
#neZ8ATSi31SdW8AkEeFybbwagzhgi1F2 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:41.9907px;width:190.995px;top:20.49768447876px;left:982.1296005249px;overflow:hidden;display:block; }
#lZCZMJ1Wvimm6hcUA7CTZA2WFTctdSPl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#181530;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; }#lZCZMJ1Wvimm6hcUA7CTZA2WFTctdSPl > .row .container { background-color: transparent; background-image: none; }#lZCZMJ1Wvimm6hcUA7CTZA2WFTctdSPl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lZCZMJ1Wvimm6hcUA7CTZA2WFTctdSPl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lZCZMJ1Wvimm6hcUA7CTZA2WFTctdSPl > .row .container > .video-iframe-container { display: none; }#lZCZMJ1Wvimm6hcUA7CTZA2WFTctdSPl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lZCZMJ1Wvimm6hcUA7CTZA2WFTctdSPl > .row > .video-iframe-container { display: none; }#lZCZMJ1Wvimm6hcUA7CTZA2WFTctdSPl > .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); }#lZCZMJ1Wvimm6hcUA7CTZA2WFTctdSPl > .row .container { border-width: 0; border-radius: 0; }#lZCZMJ1Wvimm6hcUA7CTZA2WFTctdSPl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lZCZMJ1Wvimm6hcUA7CTZA2WFTctdSPl > .row .container { font-size:14px;font-family:arial;height:566px;width:1200px;position:relative;display:block; }#EC2gSbC4fuMrHqDmUod0gD0BnveT14yP { color:#ffffff;display:block;width:544px;position:absolute;font-family:poppins;font-size:44px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:15.000061035156px;left:0px;height:114.375px;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; }
#Gl7gLJwK3QTda46sypiLcZOCu17KvBqi { background-color:#d9b899;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow: 1px 1px 3px rgba(0,0,0,0.34) ;box-sizing:border-box;color:#181530;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"titillium web";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:568px;height:45px;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:485px;left:0px;display:block; }
#ioup1FCC0WW8JkpKEePzATgRbufcJdKd { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#JSQiMl43yv1AKgZUxJFU93ia5qhwzydG { color:#ffffff;display:block;width:562px;position:absolute;font-family:"titillium web";font-size:20px;font-weight:400;z-index:15005;line-height:01.6;letter-spacing:0;top:208px;left:0px;height:255.972px;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; }
#vD4ltil2iPKaDJZly0BVtVq3zTrTvS3M { position:absolute;display:block;z-index:15012;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:21px;width:22px;top:497px;left:529px;overflow:hidden;display:block; }
#gvCGJMbXkLkoEgt4NTHVXEOI1kRIP5kV { position:absolute;display:block;z-index:15001;height:342.986px;width:556.997px;top:97.100692749023px;left:642.98614501953px;display:block; }
#JIf9BCpkTmFQhReatRTJ2bNOCpIMuZix { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.7);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; }#JIf9BCpkTmFQhReatRTJ2bNOCpIMuZix > .row .container { background-color: transparent; background-image: none; }#JIf9BCpkTmFQhReatRTJ2bNOCpIMuZix::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JIf9BCpkTmFQhReatRTJ2bNOCpIMuZix > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JIf9BCpkTmFQhReatRTJ2bNOCpIMuZix > .row .container > .video-iframe-container { display: none; }#JIf9BCpkTmFQhReatRTJ2bNOCpIMuZix > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JIf9BCpkTmFQhReatRTJ2bNOCpIMuZix > .row > .video-iframe-container { display: none; }#JIf9BCpkTmFQhReatRTJ2bNOCpIMuZix > .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); }#JIf9BCpkTmFQhReatRTJ2bNOCpIMuZix > .row .container { border-width: 0; border-radius: 0; }#JIf9BCpkTmFQhReatRTJ2bNOCpIMuZix > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JIf9BCpkTmFQhReatRTJ2bNOCpIMuZix > .row .container { font-size:14px;font-family:rubik;height:210px;width:1200px;position:relative;display:block; }#gIKTJKXsCf8ZqiOnPynpD6OBrhgZeK09 { color:#131313;display:block;width:817px;position:absolute;font-family:poppins;font-size:16px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:32.986145019531px;left:350.76391601562px;height:124.792px;font-style:normal;display:block; }
#yO1TAZiGxPP3J3XLG0154clpRpIEy4KO { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:88px;width:276px;top:30.572937011719px;left:10.000030517578px;overflow:hidden;display:block; }
#tAAxwDQ2y5QcG5gSVaZIvHZW6lIQkzMD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.7);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; }#tAAxwDQ2y5QcG5gSVaZIvHZW6lIQkzMD > .row .container { background-color: transparent; background-image: none; }#tAAxwDQ2y5QcG5gSVaZIvHZW6lIQkzMD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tAAxwDQ2y5QcG5gSVaZIvHZW6lIQkzMD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tAAxwDQ2y5QcG5gSVaZIvHZW6lIQkzMD > .row .container > .video-iframe-container { display: none; }#tAAxwDQ2y5QcG5gSVaZIvHZW6lIQkzMD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tAAxwDQ2y5QcG5gSVaZIvHZW6lIQkzMD > .row > .video-iframe-container { display: none; }#tAAxwDQ2y5QcG5gSVaZIvHZW6lIQkzMD > .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); }#tAAxwDQ2y5QcG5gSVaZIvHZW6lIQkzMD > .row .container { border-width: 0; border-radius: 0; }#tAAxwDQ2y5QcG5gSVaZIvHZW6lIQkzMD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tAAxwDQ2y5QcG5gSVaZIvHZW6lIQkzMD > .row .container { font-size:14px;font-family:rubik;height:276px;width:1200px;position:relative;display:block; }#iB1TvV1OuGyig0HDrEWOezyND1kORN7u { color:#131313;display:block;width:768px;position:absolute;font-family:poppins;font-size:28px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:8.9652709960938px;left:215.98962402344px;height:36.3889px;font-style:normal;display:block; }
#KZ9xlBRqqBZRPwL9qpkJDDNqqhXMWvs5 { color:#131313;display:block;width:768px;position:absolute;font-family:poppins;font-size:16px;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:67.975677490234px;left:215.98962402344px;height:;font-style:normal;overflow:hidden;display:block; }#KZ9xlBRqqBZRPwL9qpkJDDNqqhXMWvs5 li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#KZ9xlBRqqBZRPwL9qpkJDDNqqhXMWvs5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ad95492ca243c5fcf07578833acd83a74ac7fdb2.svg); }
#W6E3zpEzRHru5yLZAUG4at0U3DhwEZoH { color:#131313;display:block;width:1147px;position:absolute;font-family:poppins;font-size:16px;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:200.97219848633px;left:26.5px;height:20.7986px;font-style:normal;display:block; }
#TB21tELOF2a5Ff1EGJkhH79iRz1Qh4Ct { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.7);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; }#TB21tELOF2a5Ff1EGJkhH79iRz1Qh4Ct > .row .container { background-color: transparent; background-image: none; }#TB21tELOF2a5Ff1EGJkhH79iRz1Qh4Ct::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TB21tELOF2a5Ff1EGJkhH79iRz1Qh4Ct > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TB21tELOF2a5Ff1EGJkhH79iRz1Qh4Ct > .row .container > .video-iframe-container { display: none; }#TB21tELOF2a5Ff1EGJkhH79iRz1Qh4Ct > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TB21tELOF2a5Ff1EGJkhH79iRz1Qh4Ct > .row > .video-iframe-container { display: none; }#TB21tELOF2a5Ff1EGJkhH79iRz1Qh4Ct > .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); }#TB21tELOF2a5Ff1EGJkhH79iRz1Qh4Ct > .row .container { border-width: 0; border-radius: 0; }#TB21tELOF2a5Ff1EGJkhH79iRz1Qh4Ct > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TB21tELOF2a5Ff1EGJkhH79iRz1Qh4Ct > .row .container { font-size:14px;font-family:rubik;height:433px;width:1200px;position:relative;display:block; }#P8LTLv3h39hac4CqzR8izFqwpuG5QlaF { color:#131313;display:block;width:767.986px;position:absolute;font-family:poppins;font-size:20px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0px;left:216.00695800781px;height:26px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V4qsPJE56tmcf3X8EMMhvR7BKuhqK5Dv { box-sizing:content-box;height:352px;width:234px;position:absolute;display:block;z-index:15001;background-color:rgba(217,184,153,0.5);background-image:none;top:51px;left:349px;border-top-right-radius:8px;border-bottom-right-radius:8px;border-bottom-left-radius:8px;border-top-left-radius:8px;display:block; }
#GtEs647K7TBTbG1rfqhoQvQUDEd7ytkN { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:190px;width:159px;top:73px;left:386px;overflow:hidden;display:block; }
#C9kxfENtO6lz06MoybcEzFJcTTCCaaQ2 { color:#131313;display:block;width:228px;position:absolute;font-family:poppins;font-size:16px;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:270px;left:352px;height:103.9931px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k5MxHPE2DwsBqxzNykdhGxp3EyoEJ9qQ { box-sizing:content-box;height:352px;width:234px;position:absolute;display:block;z-index:15004;background-color:rgba(217,184,153,0.5);background-image:none;top:52px;left:618px;border-top-right-radius:8px;border-bottom-right-radius:8px;border-bottom-left-radius:8px;border-top-left-radius:8px;display:block; }
#MJxpvM4V5vLO0fvfZxZLg51MUgt8JlWc { color:#131313;display:block;width:187.972px;position:absolute;font-family:poppins;font-size:16px;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:281.00003051758px;left:640.98614501953px;height:83.1944px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gGvWEexkSQdOdKQKH7zL621ik8bNdI7U { 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;box-shadow: none;height:188px;width:157px;top:73px;left:655px;overflow:hidden;display:block; }
#IQGpHgh00NtXbhC4ydkXmlREvOE0KEqR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#181530;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; }#IQGpHgh00NtXbhC4ydkXmlREvOE0KEqR > .row .container { background-color: transparent; background-image: none; }#IQGpHgh00NtXbhC4ydkXmlREvOE0KEqR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IQGpHgh00NtXbhC4ydkXmlREvOE0KEqR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IQGpHgh00NtXbhC4ydkXmlREvOE0KEqR > .row .container > .video-iframe-container { display: none; }#IQGpHgh00NtXbhC4ydkXmlREvOE0KEqR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IQGpHgh00NtXbhC4ydkXmlREvOE0KEqR > .row > .video-iframe-container { display: none; }#IQGpHgh00NtXbhC4ydkXmlREvOE0KEqR > .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); }#IQGpHgh00NtXbhC4ydkXmlREvOE0KEqR > .row .container { border-width: 0; border-radius: 0; }#IQGpHgh00NtXbhC4ydkXmlREvOE0KEqR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IQGpHgh00NtXbhC4ydkXmlREvOE0KEqR > .row .container { font-size:14px;font-family:arial;height:646px;width:1200px;position:relative;display:block; }#zhw1cIoexZ6zUKITMTxQEBqUCxXQumxo { position:absolute;z-index:15000;top:89.947937011719px;left:380.00006103516px;width:440px;height:391.997px;display:block; }
#VnsT9OvBvzIebl3FsHOK6xKXHuIEPqx0 { color:#d9b899;display:block;width:767.969px;position:absolute;font-family:poppins;font-size:20px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:32.013916015625px;left:216.00695800781px;height:26px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZA6TRaAmbkDUyUM2Iv2xC6w8qSPVEG3Z { position:relative;display:block; }#ZA6TRaAmbkDUyUM2Iv2xC6w8qSPVEG3Z { background-color: transparent; background-image: none; }#ZA6TRaAmbkDUyUM2Iv2xC6w8qSPVEG3Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZA6TRaAmbkDUyUM2Iv2xC6w8qSPVEG3Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZA6TRaAmbkDUyUM2Iv2xC6w8qSPVEG3Z > .row .container > .video-iframe-container { display: none; }#ZA6TRaAmbkDUyUM2Iv2xC6w8qSPVEG3Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZA6TRaAmbkDUyUM2Iv2xC6w8qSPVEG3Z > .row > .video-iframe-container { display: none; }#ZA6TRaAmbkDUyUM2Iv2xC6w8qSPVEG3Z > .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); }#ZA6TRaAmbkDUyUM2Iv2xC6w8qSPVEG3Z { border-width: 0; border-radius: 0; }#ZA6TRaAmbkDUyUM2Iv2xC6w8qSPVEG3Z > .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; }#ZA6TRaAmbkDUyUM2Iv2xC6w8qSPVEG3Z > .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:175px;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; }#OsBVLzlqwG9LuHmnz0O7V0QVxcAZAFdt { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:117.998px;width:361.991px;top:28.495475769043px;left:36.990745544434px;overflow:hidden;display:block; }
#NRyxNamA8Vn9Xw9JpTbGzTCsxoDrINKT { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:61px;width:62px;top:62px;left:781px;overflow:hidden;display:block; }
#ZJLqCOqs7nTTCXkUush37ikUa2SNOMJg { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:60px;width:61px;top:62px;left:868px;overflow:hidden;display:block; }
#WTAyZhz05JbBgDwQNZwyLPePqWIT2sJm { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:62.9977px;width:300.995px;top:60.983795166016px;left:449.49074554443px;overflow:hidden;display:block; }
#NRto81lBdXXUPhFQW19C82TgMa1RbIeX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(244,244,244,0.3);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; }#NRto81lBdXXUPhFQW19C82TgMa1RbIeX > .row .container { background-color: transparent; background-image: none; }#NRto81lBdXXUPhFQW19C82TgMa1RbIeX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NRto81lBdXXUPhFQW19C82TgMa1RbIeX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NRto81lBdXXUPhFQW19C82TgMa1RbIeX > .row .container > .video-iframe-container { display: none; }#NRto81lBdXXUPhFQW19C82TgMa1RbIeX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NRto81lBdXXUPhFQW19C82TgMa1RbIeX > .row > .video-iframe-container { display: none; }#NRto81lBdXXUPhFQW19C82TgMa1RbIeX > .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); }#NRto81lBdXXUPhFQW19C82TgMa1RbIeX > .row .container { border-width: 0; border-radius: 0; }#NRto81lBdXXUPhFQW19C82TgMa1RbIeX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NRto81lBdXXUPhFQW19C82TgMa1RbIeX > .row .container { font-size:14px;font-family:rubik;height:263px;width:1200px;position:relative;display:block; }#vamVSIkiQV2eIqLUBTQFs6UVJIqzdV7o { position:absolute;display:block;z-index:15010;height:180px;width:446px;top:41.5px;left:377px;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #ZNwXcJ93Fg9IoDrGkNXNEcoCZg8v2aVe { display:block; }#ZNwXcJ93Fg9IoDrGkNXNEcoCZg8v2aVe { background-color: transparent; background-image: none; }#ZNwXcJ93Fg9IoDrGkNXNEcoCZg8v2aVe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZNwXcJ93Fg9IoDrGkNXNEcoCZg8v2aVe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZNwXcJ93Fg9IoDrGkNXNEcoCZg8v2aVe > .row .container > .video-iframe-container { display: none; }#ZNwXcJ93Fg9IoDrGkNXNEcoCZg8v2aVe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZNwXcJ93Fg9IoDrGkNXNEcoCZg8v2aVe > .row > .video-iframe-container { display: none; }#ZNwXcJ93Fg9IoDrGkNXNEcoCZg8v2aVe > .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); }#ZNwXcJ93Fg9IoDrGkNXNEcoCZg8v2aVe { border-width: 0; border-radius: 0; }#ZNwXcJ93Fg9IoDrGkNXNEcoCZg8v2aVe > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZNwXcJ93Fg9IoDrGkNXNEcoCZg8v2aVe > .row .container { width:764px;height:93px;background-color:#ffffff;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;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #cqkJxMt5323gIcLr0ASvkfHVDIwFqiRQ { width:129px;height:42px;top:25.5px;left:10px;display:block; }
 }@media only screen and (max-width: 1199px) { #neZ8ATSi31SdW8AkEeFybbwagzhgi1F2 { width:150px;height:31.9907px;top:30.486110687256px;left:178.98146915436px;display:block; }
 }@media only screen and (max-width: 1199px) { #lZCZMJ1Wvimm6hcUA7CTZA2WFTctdSPl { display:block; }#lZCZMJ1Wvimm6hcUA7CTZA2WFTctdSPl > .row .container { width:764px;height:812px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #EC2gSbC4fuMrHqDmUod0gD0BnveT14yP { width:601.997px;height:67.5833px;top:24.986110687256px;left:21.98611164093px;font-size:26px;display:block; }
 }@media only screen and (max-width: 1199px) { #Gl7gLJwK3QTda46sypiLcZOCu17KvBqi { width:557.986px;height:55px;top:724px;left:103px;font-size:18px;display:block; }
 }@media only screen and (max-width: 1199px) { #ioup1FCC0WW8JkpKEePzATgRbufcJdKd { display:block; }
 }@media only screen and (max-width: 1199px) { #JSQiMl43yv1AKgZUxJFU93ia5qhwzydG { width:720.986px;height:143.958px;top:104.98611450195px;left:21.472222328186px;font-size:18px;display:block; }
 }@media only screen and (max-width: 1199px) { #vD4ltil2iPKaDJZly0BVtVq3zTrTvS3M { width:21.9965px;height:20.9896px;top:741px;left:625px;display:block; }
 }@media only screen and (max-width: 1199px) { #gvCGJMbXkLkoEgt4NTHVXEOI1kRIP5kV { width:763.993px;height:420.99px;top:272px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #JIf9BCpkTmFQhReatRTJ2bNOCpIMuZix { display:block; }#JIf9BCpkTmFQhReatRTJ2bNOCpIMuZix > .row .container { width:764px;height:277px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #gIKTJKXsCf8ZqiOnPynpD6OBrhgZeK09 { width:546.997px;height:228.708px;top:25.486114501953px;left:216.99654388428px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #yO1TAZiGxPP3J3XLG0154clpRpIEy4KO { width:194px;height:61px;top:25.486145019531px;left:10px;display:block; }
 }@media only screen and (max-width: 1199px) { #tAAxwDQ2y5QcG5gSVaZIvHZW6lIQkzMD { display:block; }#tAAxwDQ2y5QcG5gSVaZIvHZW6lIQkzMD > .row .container { width:764px;height:263px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #iB1TvV1OuGyig0HDrEWOezyND1kORN7u { width:764px;height:36.3889px;top:8px;left:0px;font-size:28px;display:block; }
 }@media only screen and (max-width: 1199px) { #KZ9xlBRqqBZRPwL9qpkJDDNqqhXMWvs5 { width:763.986px;height:113.958px;top:66.972229003906px;left:0px;font-size:16px;display:block; }#KZ9xlBRqqBZRPwL9qpkJDDNqqhXMWvs5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ad95492ca243c5fcf07578833acd83a74ac7fdb2.svg); }
 }@media only screen and (max-width: 1199px) { #W6E3zpEzRHru5yLZAUG4at0U3DhwEZoH { width:763.986px;height:41.5833px;top:200.97222900391px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #TB21tELOF2a5Ff1EGJkhH79iRz1Qh4Ct { display:block; }#TB21tELOF2a5Ff1EGJkhH79iRz1Qh4Ct > .row .container { width:764px;height:458px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #P8LTLv3h39hac4CqzR8izFqwpuG5QlaF { width:763.993px;height:26px;top:11.996520996094px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 1199px) { #V4qsPJE56tmcf3X8EMMhvR7BKuhqK5Dv { width:234px;height:352px;top:67px;left:131px;display:block; }
 }@media only screen and (max-width: 1199px) { #GtEs647K7TBTbG1rfqhoQvQUDEd7ytkN { width:158px;height:188px;top:89px;left:168px;display:block; }
 }@media only screen and (max-width: 1199px) { #C9kxfENtO6lz06MoybcEzFJcTTCCaaQ2 { width:210px;height:124.7497px;top:287px;left:143.00000476837px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #k5MxHPE2DwsBqxzNykdhGxp3EyoEJ9qQ { width:233px;height:351px;top:68px;left:400px;display:block; }
 }@media only screen and (max-width: 1199px) { #MJxpvM4V5vLO0fvfZxZLg51MUgt8JlWc { width:187px;height:83.1667px;top:293px;left:423px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #gGvWEexkSQdOdKQKH7zL621ik8bNdI7U { width:156px;height:187px;top:90px;left:437px;display:block; }
 }@media only screen and (max-width: 1199px) { #IQGpHgh00NtXbhC4ydkXmlREvOE0KEqR { display:block; }#IQGpHgh00NtXbhC4ydkXmlREvOE0KEqR > .row .container { width:764px;height:702px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #zhw1cIoexZ6zUKITMTxQEBqUCxXQumxo { width:367px;height:476px;top:67px;left:198px;display:block; }
 }@media only screen and (max-width: 1199px) { #VnsT9OvBvzIebl3FsHOK6xKXHuIEPqx0 { width:764px;height:26px;top:22.999984741211px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 1199px) { #ZA6TRaAmbkDUyUM2Iv2xC6w8qSPVEG3Z { display:block; }#ZA6TRaAmbkDUyUM2Iv2xC6w8qSPVEG3Z > .row .container { width:764px;height:154px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #OsBVLzlqwG9LuHmnz0O7V0QVxcAZAFdt { width:257.986px;height:82.9861px;top:25px;left:45px;display:block; }
 }@media only screen and (max-width: 1199px) { #NRyxNamA8Vn9Xw9JpTbGzTCsxoDrINKT { width:50px;height:49px;top:41px;left:547px;display:block; }
 }@media only screen and (max-width: 1199px) { #ZJLqCOqs7nTTCXkUush37ikUa2SNOMJg { width:50px;height:48px;top:41px;left:634px;display:block; }
 }@media only screen and (max-width: 1199px) { #WTAyZhz05JbBgDwQNZwyLPePqWIT2sJm { width:190.995px;height:41.9907px;top:45.486114501953px;left:330.99536991119px;display:block; }
 }@media only screen and (max-width: 1199px) { #NRto81lBdXXUPhFQW19C82TgMa1RbIeX { display:block; }#NRto81lBdXXUPhFQW19C82TgMa1RbIeX > .row .container { width:764px;height:220px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #vamVSIkiQV2eIqLUBTQFs6UVJIqzdV7o { width:502.969px;height:180px;top:20px;left:130.5px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ZNwXcJ93Fg9IoDrGkNXNEcoCZg8v2aVe { background-color:#f9f9f9;background-image:none;display:block; }#ZNwXcJ93Fg9IoDrGkNXNEcoCZg8v2aVe > .row .container { background-color: transparent; background-image: none; }#ZNwXcJ93Fg9IoDrGkNXNEcoCZg8v2aVe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZNwXcJ93Fg9IoDrGkNXNEcoCZg8v2aVe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZNwXcJ93Fg9IoDrGkNXNEcoCZg8v2aVe > .row .container > .video-iframe-container { display: none; }#ZNwXcJ93Fg9IoDrGkNXNEcoCZg8v2aVe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZNwXcJ93Fg9IoDrGkNXNEcoCZg8v2aVe > .row > .video-iframe-container { display: none; }#ZNwXcJ93Fg9IoDrGkNXNEcoCZg8v2aVe > .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); }#ZNwXcJ93Fg9IoDrGkNXNEcoCZg8v2aVe > .row .container { width:320px;height:136px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cqkJxMt5323gIcLr0ASvkfHVDIwFqiRQ { width:118.993px;height:38.9931px;top:16.493057250977px;left:100.48611545563px;display:block; }
 }@media only screen and (max-width: 763px) { #neZ8ATSi31SdW8AkEeFybbwagzhgi1F2 { width:150px;height:30.9954px;top:74.479164123535px;left:100.48610401154px;display:block; }
 }@media only screen and (max-width: 763px) { #lZCZMJ1Wvimm6hcUA7CTZA2WFTctdSPl { background-color:#181530;background-image:none;display:block; }#lZCZMJ1Wvimm6hcUA7CTZA2WFTctdSPl > .row .container { background-color: transparent; background-image: none; }#lZCZMJ1Wvimm6hcUA7CTZA2WFTctdSPl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lZCZMJ1Wvimm6hcUA7CTZA2WFTctdSPl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lZCZMJ1Wvimm6hcUA7CTZA2WFTctdSPl > .row .container > .video-iframe-container { display: none; }#lZCZMJ1Wvimm6hcUA7CTZA2WFTctdSPl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lZCZMJ1Wvimm6hcUA7CTZA2WFTctdSPl > .row > .video-iframe-container { display: none; }#lZCZMJ1Wvimm6hcUA7CTZA2WFTctdSPl > .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); }#lZCZMJ1Wvimm6hcUA7CTZA2WFTctdSPl > .row .container { width:320px;height:787px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EC2gSbC4fuMrHqDmUod0gD0BnveT14yP { width:320px;height:109.167px;top:18.95832824707px;left:0px;font-size:28px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gl7gLJwK3QTda46sypiLcZOCu17KvBqi { width:310.99px;height:55.9896px;top:704px;left:4px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #ioup1FCC0WW8JkpKEePzATgRbufcJdKd { display:block; }
 }@media only screen and (max-width: 763px) { #JSQiMl43yv1AKgZUxJFU93ia5qhwzydG { width:296.986px;height:307.167px;top:136.13888549805px;left:11.472222328186px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vD4ltil2iPKaDJZly0BVtVq3zTrTvS3M { width:21.9965px;height:20.9896px;top:997.48263549805px;left:290.1041727066px;display:none; }
 }@media only screen and (max-width: 763px) { #gvCGJMbXkLkoEgt4NTHVXEOI1kRIP5kV { width:320px;height:203.993px;top:466px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #JIf9BCpkTmFQhReatRTJ2bNOCpIMuZix { background-color:rgba(255,255,255,0.7);background-image:none;display:block; }#JIf9BCpkTmFQhReatRTJ2bNOCpIMuZix > .row .container { background-color: transparent; background-image: none; }#JIf9BCpkTmFQhReatRTJ2bNOCpIMuZix::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JIf9BCpkTmFQhReatRTJ2bNOCpIMuZix > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JIf9BCpkTmFQhReatRTJ2bNOCpIMuZix > .row .container > .video-iframe-container { display: none; }#JIf9BCpkTmFQhReatRTJ2bNOCpIMuZix > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JIf9BCpkTmFQhReatRTJ2bNOCpIMuZix > .row > .video-iframe-container { display: none; }#JIf9BCpkTmFQhReatRTJ2bNOCpIMuZix > .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); }#JIf9BCpkTmFQhReatRTJ2bNOCpIMuZix > .row .container { width:320px;height:560px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gIKTJKXsCf8ZqiOnPynpD6OBrhgZeK09 { width:310.99px;height:415.833px;top:123.94097900391px;left:4.4791669845581px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yO1TAZiGxPP3J3XLG0154clpRpIEy4KO { width:275.99px;height:87.9688px;top:20.989593505859px;left:21.996529579163px;display:block; }
 }@media only screen and (max-width: 763px) { #tAAxwDQ2y5QcG5gSVaZIvHZW6lIQkzMD { background-color:rgba(255,255,255,0.7);background-image:none;display:block; }#tAAxwDQ2y5QcG5gSVaZIvHZW6lIQkzMD > .row .container { background-color: transparent; background-image: none; }#tAAxwDQ2y5QcG5gSVaZIvHZW6lIQkzMD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tAAxwDQ2y5QcG5gSVaZIvHZW6lIQkzMD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tAAxwDQ2y5QcG5gSVaZIvHZW6lIQkzMD > .row .container > .video-iframe-container { display: none; }#tAAxwDQ2y5QcG5gSVaZIvHZW6lIQkzMD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tAAxwDQ2y5QcG5gSVaZIvHZW6lIQkzMD > .row > .video-iframe-container { display: none; }#tAAxwDQ2y5QcG5gSVaZIvHZW6lIQkzMD > .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); }#tAAxwDQ2y5QcG5gSVaZIvHZW6lIQkzMD > .row .container { width:320px;height:495px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iB1TvV1OuGyig0HDrEWOezyND1kORN7u { width:320px;height:72.7778px;top:20px;left:0px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #KZ9xlBRqqBZRPwL9qpkJDDNqqhXMWvs5 { width:320px;height:238.708px;top:116.38888549805px;left:0px;font-size:16px;display:block; }#KZ9xlBRqqBZRPwL9qpkJDDNqqhXMWvs5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ad95492ca243c5fcf07578833acd83a74ac7fdb2.svg); }
 }@media only screen and (max-width: 763px) { #W6E3zpEzRHru5yLZAUG4at0U3DhwEZoH { width:320px;height:103.958px;top:372.5694732666px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #TB21tELOF2a5Ff1EGJkhH79iRz1Qh4Ct { background-color:rgba(255,255,255,0.7);background-image:none;display:block; }#TB21tELOF2a5Ff1EGJkhH79iRz1Qh4Ct > .row .container { background-color: transparent; background-image: none; }#TB21tELOF2a5Ff1EGJkhH79iRz1Qh4Ct::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TB21tELOF2a5Ff1EGJkhH79iRz1Qh4Ct > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TB21tELOF2a5Ff1EGJkhH79iRz1Qh4Ct > .row .container > .video-iframe-container { display: none; }#TB21tELOF2a5Ff1EGJkhH79iRz1Qh4Ct > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TB21tELOF2a5Ff1EGJkhH79iRz1Qh4Ct > .row > .video-iframe-container { display: none; }#TB21tELOF2a5Ff1EGJkhH79iRz1Qh4Ct > .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); }#TB21tELOF2a5Ff1EGJkhH79iRz1Qh4Ct > .row .container { width:320px;height:825px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P8LTLv3h39hac4CqzR8izFqwpuG5QlaF { width:320px;height:26px;top:20px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #V4qsPJE56tmcf3X8EMMhvR7BKuhqK5Dv { width:234px;height:352px;top:65.9896px;left:43px;display:block; }
 }@media only screen and (max-width: 763px) { #GtEs647K7TBTbG1rfqhoQvQUDEd7ytkN { width:158px;height:188px;top:87.9896px;left:80px;display:block; }
 }@media only screen and (max-width: 763px) { #C9kxfENtO6lz06MoybcEzFJcTTCCaaQ2 { width:210px;height:124.7497px;top:284.98623657227px;left:54.98611164093px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #k5MxHPE2DwsBqxzNykdhGxp3EyoEJ9qQ { width:233px;height:351px;top:437.9896px;left:43px;display:block; }
 }@media only screen and (max-width: 763px) { #MJxpvM4V5vLO0fvfZxZLg51MUgt8JlWc { width:186.986px;height:83.1667px;top:675.98600006104px;left:66.472226142883px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #gGvWEexkSQdOdKQKH7zL621ik8bNdI7U { width:156px;height:187px;top:459.9896px;left:80px;display:block; }
 }@media only screen and (max-width: 763px) { #IQGpHgh00NtXbhC4ydkXmlREvOE0KEqR { display:block; }#IQGpHgh00NtXbhC4ydkXmlREvOE0KEqR > .row .container { width:320px;height:820px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zhw1cIoexZ6zUKITMTxQEBqUCxXQumxo { width:282px;height:621px;top:75px;left:19px;display:block; }
 }@media only screen and (max-width: 763px) { #VnsT9OvBvzIebl3FsHOK6xKXHuIEPqx0 { width:320px;height:26px;top:30.958335876465px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #ZA6TRaAmbkDUyUM2Iv2xC6w8qSPVEG3Z { display:block; }#ZA6TRaAmbkDUyUM2Iv2xC6w8qSPVEG3Z > .row .container { width:320px;height:284px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OsBVLzlqwG9LuHmnz0O7V0QVxcAZAFdt { width:251.997px;height:80.9896px;top:27.986114501953px;left:33.993058204651px;display:block; }
 }@media only screen and (max-width: 763px) { #NRyxNamA8Vn9Xw9JpTbGzTCsxoDrINKT { width:45px;height:43.9931px;top:200.97222137451px;left:100.98379230499px;display:block; }
 }@media only screen and (max-width: 763px) { #ZJLqCOqs7nTTCXkUush37ikUa2SNOMJg { width:45px;height:43.9931px;top:200.97222137451px;left:184.98841571808px;display:block; }
 }@media only screen and (max-width: 763px) { #WTAyZhz05JbBgDwQNZwyLPePqWIT2sJm { width:216.991px;height:45.9954px;top:127.97454071045px;left:60.717587471008px;display:block; }
 }@media only screen and (max-width: 763px) { #NRto81lBdXXUPhFQW19C82TgMa1RbIeX { display:block; }#NRto81lBdXXUPhFQW19C82TgMa1RbIeX > .row .container { width:320px;height:285px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vamVSIkiQV2eIqLUBTQFs6UVJIqzdV7o { width:320px;height:180px;top:67px;left:0px;display:block; }
 }