.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b43HrooSG4OsFP55UI3FHrocTfEHGKmF { background-color:#1d1d1b;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#b43HrooSG4OsFP55UI3FHrocTfEHGKmF > .row .container { background-color: transparent; background-image: none; }#b43HrooSG4OsFP55UI3FHrocTfEHGKmF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b43HrooSG4OsFP55UI3FHrocTfEHGKmF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b43HrooSG4OsFP55UI3FHrocTfEHGKmF > .row .container > .video-iframe-container { display: none; }#b43HrooSG4OsFP55UI3FHrocTfEHGKmF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b43HrooSG4OsFP55UI3FHrocTfEHGKmF > .row > .video-iframe-container { display: none; }#b43HrooSG4OsFP55UI3FHrocTfEHGKmF > .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); }#b43HrooSG4OsFP55UI3FHrocTfEHGKmF > .row .container { border-width: 0; border-radius: 0; }#b43HrooSG4OsFP55UI3FHrocTfEHGKmF > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#b43HrooSG4OsFP55UI3FHrocTfEHGKmF > .row .container { font-size:14px;font-family:arial;height:1319px;width:1200px;overflow:visible;position:relative;display:block; }#e3So4y7CkKhy4MvrDkulwcMlv28vilJo { 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;height:51px;width:45px;top:30px;left:486px;overflow:hidden;display:block; }
#wylAsEDvZNFgQiitxx7L8f4GMtkqqq0N { color:#ffffff;display:block;width:1024px;position:absolute;font-family:"made tommy";font-size:35px;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:63px;left:57px;height:45px;font-style:normal;display:block; }
#cAtgGKWnaxTdgMd7rs4F8leSMJzl5y6L { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:289px;width:516px;top:144px;left:619.265625px;display:block; }
#BpGI25T538qPZFXaFqvTWVzUl5idmOCV { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:289px;width:516px;top:144px;left:65px;display:block; }
#Td4wgU6t9JUGH3pol7gvvgNrqMdBz1pw { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:289px;width:516px;top:474px;left:65px;display:block; }
#n35TxB9GUBsyTg4yacGVGslfnGSq8ZOd { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:289px;width:516px;top:474px;left:619.265625px;display:block; }
#eGfbPRJpp0sHyIH6JORaSs7hubO8fHxV { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:289px;width:516px;top:803px;left:342px;display:block; }
#LdXPJuwu6zmwywqKlZAUTn3zT8fBWpUp { background-color:#e20f13;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:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"made tommy";font-size:20px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:466px;height:58px;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1161px;left:367px;display:block; }
#zVJyUaTBd93VBg13wFxPT4fN8Rzc843O { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#LUbS2v6I3zsyG16CNkXTETTlHtNPTG2r { 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; }#LUbS2v6I3zsyG16CNkXTETTlHtNPTG2r > .row .container { background-color: transparent; background-image: none; }#LUbS2v6I3zsyG16CNkXTETTlHtNPTG2r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LUbS2v6I3zsyG16CNkXTETTlHtNPTG2r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LUbS2v6I3zsyG16CNkXTETTlHtNPTG2r > .row .container > .video-iframe-container { display: none; }#LUbS2v6I3zsyG16CNkXTETTlHtNPTG2r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LUbS2v6I3zsyG16CNkXTETTlHtNPTG2r > .row > .video-iframe-container { display: none; }#LUbS2v6I3zsyG16CNkXTETTlHtNPTG2r > .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); }#LUbS2v6I3zsyG16CNkXTETTlHtNPTG2r > .row .container { border-width: 0; border-radius: 0; }#LUbS2v6I3zsyG16CNkXTETTlHtNPTG2r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LUbS2v6I3zsyG16CNkXTETTlHtNPTG2r > .row .container { font-size:14px;font-family:arial;height:1665px;width:1200px;position:relative;display:block; }#mTsdv4Q6bbi5KRDcOlHITC3B4tmnU9ov { color:#212121;display:block;width:960px;position:absolute;font-family:"made tommy";font-size:32px;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:135px;left:121px;height:41px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CiNb8Gu5m7QqT8heQo3SeTZ8bwhUz2kS { position:absolute;display:block;z-index:15011;background-color:#e20f13;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;height:2px;width:40px;top:184px;left:580px;display:block; }
#ph1MhdR2EBAg6NzULTFgU3CkPHGc8qEX { color:#e20f13;display:block;width:1200px;position:absolute;font-family:"made tommy";font-size:75px;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:38px;left:0px;height:97px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lELqk7AXT19Mt0FysCXcQCITNPV5xBvO { position:absolute;display:block;z-index:15000;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-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0 0 20px rgba(0,0,0,0.2) ;height:358px;width:547px;top:220px;left:604px;display:block; }
#LCknLZLIEGP3HH9HA3y9fo7pptW1wX3f { color:#212121;display:block;width:500px;position:absolute;font-family:"made tommy";font-size:16px;font-weight:300;z-index:15011;line-height:2;letter-spacing:0;top:252px;left:627.5px;height:288px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aKuKA3MOyAT4nClPQ2zTWbrr2TiHw7c6 { color:#606060;display:block;width:180px;position:absolute;font-family:"open sans";font-size:20px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:611px;left:710px;height:26px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NBawVIJrrUVtkxQ7tTSS0ThHK9xgBT4T { color:#b9b9b9;display:block;width:180px;position:absolute;font-family:"open sans";font-size:13px;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:642px;left:710px;height:16px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PGJCgmEb4Wo1IZmR2skIBBv55IMKutad { position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/594f27de-c362-4938-b028-e3c10d76be21/2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: 0 0 20px rgba(0,0,0,0.2) ;height:73px;width:73px;top:600px;left:620px;display:block; }#PGJCgmEb4Wo1IZmR2skIBBv55IMKutad.adaptive-delivery-prevent-bg, #PGJCgmEb4Wo1IZmR2skIBBv55IMKutad.lazyload, #PGJCgmEb4Wo1IZmR2skIBBv55IMKutad.lazyloading { background-image: none; }
#eWaMuZ8r3zRAmr4C0FnVFBmNFTIluOKD { color:#606060;display:block;width:218px;position:absolute;font-family:"open sans";font-size:20px;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:477px;left:155px;height:26px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DUaJSZI8B0xtTkuIkALipCRpcL3JATPH { color:#b9b9b9;display:block;width:180px;position:absolute;font-family:"open sans";font-size:13px;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:508px;left:155px;height:16px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sghv8BMt1w5kaZLknJ488bQIuL8Zfk1V { position:absolute;display:block;z-index:15022;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/576bfb7d-4c02-407e-ab73-85e1db956168/1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: 0 0 20px rgba(0,0,0,0.2) ;height:73px;width:73px;top:466px;left:65px;display:block; }#sghv8BMt1w5kaZLknJ488bQIuL8Zfk1V.adaptive-delivery-prevent-bg, #sghv8BMt1w5kaZLknJ488bQIuL8Zfk1V.lazyload, #sghv8BMt1w5kaZLknJ488bQIuL8Zfk1V.lazyloading { background-image: none; }
#WLVs0xVcUeGKJk8xuuTofqXHQ51TMX7r { position:absolute;display:block;z-index:15002;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-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0 0 20px rgba(0,0,0,0.2) ;height:221px;width:547px;top:220px;left:45px;display:block; }
#RzGBbVrehOVQSyTOXcU0eR3tshkAoGX1 { color:#212121;display:block;width:500px;position:absolute;font-family:"made tommy";font-size:16px;font-weight:300;z-index:15013;line-height:2;letter-spacing:0;top:251.5px;left:68px;height:160px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hy4GPoR4eQAGQT6meI8eT8K2gTZU5WWT { color:#212121;display:block;width:960px;position:absolute;font-family:"made tommy";font-size:32px;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:737px;left:120px;height:41px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UXwXaSFs0XggcXQrUfx9TMnabJD98Sg0 { position:absolute;display:block;z-index:15023;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: 1px 1px 3px rgba(0,0,0,0.5) ;height:185px;width:296px;top:801px;left:0px;overflow:hidden;display:block; }
#G907iT1dDuC53iPCrTcEebTRLKLPxOHL { position:absolute;display:block;z-index:15024;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: 1px 1px 3px rgba(0,0,0,0.5) ;height:260px;width:296px;top:801px;left:301px;overflow:hidden;display:block; }
#l9bTJTQJ1fkJLagcuK1oBhVOfnELVCRe { position:absolute;display:block;z-index:15025;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: 1px 1px 3px rgba(0,0,0,0.5) ;height:284px;width:296px;top:801px;left:603px;overflow:hidden;display:block; }
#R6zTlx929Tfy6TsJULcHtRZ8yT4IfLAF { 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;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:122px;width:296px;top:991px;left:0px;overflow:hidden;display:block; }
#t56KS5ed0oTymkJw58T7nC5BGwE3TWoV { position:absolute;display:block;z-index:15028;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: 1px 1px 3px rgba(0,0,0,0.5) ;height:610px;width:296px;top:801px;left:904px;overflow:hidden;display:block; }
#Tr3EZdycugxeq4TrnE4b8wVHytT72fDK { background-color:#e20f13;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:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"made tommy";font-size:20px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:466px;height:58px;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1475px;left:367px;display:block; }
#BgLWL8RISETS7UwyL2Q1E5anFvv2dNVs { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#zM1NpJl9A0oPGsks6wdZZJFsoerkQR0T { position:relative;display:none; }#zM1NpJl9A0oPGsks6wdZZJFsoerkQR0T { border-width: 0; border-radius: 0; }#zM1NpJl9A0oPGsks6wdZZJFsoerkQR0T > .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; }#zM1NpJl9A0oPGsks6wdZZJFsoerkQR0T > .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:300px;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:none; }#BEgxMax4IvrOEzwANWhPFZHgwcniKx1h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ededed;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; }#BEgxMax4IvrOEzwANWhPFZHgwcniKx1h > .row .container { background-color: transparent; background-image: none; }#BEgxMax4IvrOEzwANWhPFZHgwcniKx1h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BEgxMax4IvrOEzwANWhPFZHgwcniKx1h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BEgxMax4IvrOEzwANWhPFZHgwcniKx1h > .row .container > .video-iframe-container { display: none; }#BEgxMax4IvrOEzwANWhPFZHgwcniKx1h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BEgxMax4IvrOEzwANWhPFZHgwcniKx1h > .row > .video-iframe-container { display: none; }#BEgxMax4IvrOEzwANWhPFZHgwcniKx1h > .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); }#BEgxMax4IvrOEzwANWhPFZHgwcniKx1h > .row .container { border-width: 0; border-radius: 0; }#BEgxMax4IvrOEzwANWhPFZHgwcniKx1h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BEgxMax4IvrOEzwANWhPFZHgwcniKx1h > .row .container { font-size:14px;font-family:arial;height:248px;width:1200px;position:relative;display:block; }#pPhlmQFhp0PX2fd2gunxViiCt7T8ooRt { color:#646464;display:block;width:609px;position:absolute;font-family:averta;font-size:13px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:167px;left:113px;height:16px;display:block; }
#eRQm0BKBNHbAxNtk7TXslZgKTHGSD4WE { 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:38px;width:45px;top:35px;left:30px;overflow:hidden;display:block; }
#Pctpmp6RqXddOIf020DogiOeSTpwTAiP { color:#322b2b;display:block;width:609px;position:absolute;font-family:averta;font-size:14px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.796875px;left:120px;height:0;display:block; }
#LScFTes9DQrnMuXAPnRzSTFh4aMNA6Qn { color:#646464;display:block;width:813px;position:absolute;font-family:averta;font-size:13px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:55px;left:113px;height:96px;display:block; }
#dW53rS95Pb7DCTCATNWkKM8fT1mlp12Z { position:absolute;display:block;z-index:15008;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:1140px;top:14px;left:30px;display:block; }
#nXTHMVgfDbvH935VJQlXWpU0BX3eUCuz { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#646464;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:averta;font-size:13px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:147px;height:26px;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:162px;left:936px;display:block; }
#cOuitTA1iTccpOkd4gdq5cU9qQNC7vpq { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#TcXewRd8CFZPEK3IFJvG6QfXXTvTT5nv { color:#322b2b;display:block;width:609px;position:absolute;font-family:averta;font-size:14px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.796875px;left:120px;height:0;display:none; }
#e7OxZEBrpgOctf7eNzxFZ0bDGcRgl2dk { position:absolute;display:block;z-index:15008;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:1140px;top:14px;left:30px;display:none; }
#yGUwKt15CJTLFV2UgDf41F7oTOeG8rVc { 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:38px;width:45px;top:33px;left:30px;overflow:hidden;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #b43HrooSG4OsFP55UI3FHrocTfEHGKmF { display:block; }#b43HrooSG4OsFP55UI3FHrocTfEHGKmF > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e3So4y7CkKhy4MvrDkulwcMlv28vilJo { width:45px;height:51px;top:30px;left:268px;display:block; }
 }@media only screen and (max-width: 763px) { #wylAsEDvZNFgQiitxx7L8f4GMtkqqq0N { width:764px;height:;top:63px;left:0px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #cAtgGKWnaxTdgMd7rs4F8leSMJzl5y6L { top:144px;left:248px;width:516px;height:289px;display:block; }
 }@media only screen and (max-width: 763px) { #BpGI25T538qPZFXaFqvTWVzUl5idmOCV { top:144px;left:0px;width:516px;height:289px;display:block; }
 }@media only screen and (max-width: 763px) { #Td4wgU6t9JUGH3pol7gvvgNrqMdBz1pw { top:474px;left:0px;width:516px;height:289px;display:block; }
 }@media only screen and (max-width: 763px) { #n35TxB9GUBsyTg4yacGVGslfnGSq8ZOd { top:474px;left:248px;width:516px;height:289px;display:block; }
 }@media only screen and (max-width: 763px) { #eGfbPRJpp0sHyIH6JORaSs7hubO8fHxV { top:803px;left:124px;width:516px;height:289px;display:block; }
 }@media only screen and (max-width: 763px) { #LdXPJuwu6zmwywqKlZAUTn3zT8fBWpUp { width:466px;height:58px;top:1161px;left:149px;display:block; }
 }@media only screen and (max-width: 763px) { #zVJyUaTBd93VBg13wFxPT4fN8Rzc843O { display:block; }
 }@media only screen and (max-width: 763px) { #LUbS2v6I3zsyG16CNkXTETTlHtNPTG2r { display:block; }#LUbS2v6I3zsyG16CNkXTETTlHtNPTG2r > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mTsdv4Q6bbi5KRDcOlHITC3B4tmnU9ov { width:764px;height:41px;top:135px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #CiNb8Gu5m7QqT8heQo3SeTZ8bwhUz2kS { width:40px;height:2px;top:184px;left:362px;display:block; }
 }@media only screen and (max-width: 763px) { #ph1MhdR2EBAg6NzULTFgU3CkPHGc8qEX { width:764px;height:97px;top:38px;left:0px;font-size:75px;display:block; }
 }@media only screen and (max-width: 763px) { #lELqk7AXT19Mt0FysCXcQCITNPV5xBvO { width:547px;height:358px;top:220px;left:217px;display:block; }
 }@media only screen and (max-width: 763px) { #LCknLZLIEGP3HH9HA3y9fo7pptW1wX3f { width:500px;height:288px;top:252px;left:264px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #aKuKA3MOyAT4nClPQ2zTWbrr2TiHw7c6 { width:180px;height:26px;top:611px;left:492px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #NBawVIJrrUVtkxQ7tTSS0ThHK9xgBT4T { width:180px;height:16px;top:642px;left:492px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #PGJCgmEb4Wo1IZmR2skIBBv55IMKutad { width:73px;height:73px;top:600px;left:402px;display:block; }
 }@media only screen and (max-width: 763px) { #eWaMuZ8r3zRAmr4C0FnVFBmNFTIluOKD { width:218px;height:26px;top:477px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #DUaJSZI8B0xtTkuIkALipCRpcL3JATPH { width:180px;height:16px;top:508px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #sghv8BMt1w5kaZLknJ488bQIuL8Zfk1V { width:73px;height:73px;top:466px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #WLVs0xVcUeGKJk8xuuTofqXHQ51TMX7r { width:547px;height:221px;top:220px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #RzGBbVrehOVQSyTOXcU0eR3tshkAoGX1 { width:500px;height:160px;top:251px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #hy4GPoR4eQAGQT6meI8eT8K2gTZU5WWT { width:764px;height:41px;top:737px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #UXwXaSFs0XggcXQrUfx9TMnabJD98Sg0 { top:801px;left:0px;width:296px;height:185px;display:block; }
 }@media only screen and (max-width: 763px) { #G907iT1dDuC53iPCrTcEebTRLKLPxOHL { top:801px;left:83px;width:296px;height:260px;display:block; }
 }@media only screen and (max-width: 763px) { #l9bTJTQJ1fkJLagcuK1oBhVOfnELVCRe { top:801px;left:385px;width:296px;height:284px;display:block; }
 }@media only screen and (max-width: 763px) { #R6zTlx929Tfy6TsJULcHtRZ8yT4IfLAF { top:991px;left:0px;width:296px;height:122px;display:block; }
 }@media only screen and (max-width: 763px) { #t56KS5ed0oTymkJw58T7nC5BGwE3TWoV { top:801px;left:468px;width:296px;height:610px;display:block; }
 }@media only screen and (max-width: 763px) { #Tr3EZdycugxeq4TrnE4b8wVHytT72fDK { width:466px;height:58px;top:1475px;left:149px;display:block; }
 }@media only screen and (max-width: 763px) { #BgLWL8RISETS7UwyL2Q1E5anFvv2dNVs { display:block; }
 }@media only screen and (max-width: 763px) { #zM1NpJl9A0oPGsks6wdZZJFsoerkQR0T { display:none; }#zM1NpJl9A0oPGsks6wdZZJFsoerkQR0T > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BEgxMax4IvrOEzwANWhPFZHgwcniKx1h { display:block; }#BEgxMax4IvrOEzwANWhPFZHgwcniKx1h > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pPhlmQFhp0PX2fd2gunxViiCt7T8ooRt { width:609px;height:16px;top:167px;left:0px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #eRQm0BKBNHbAxNtk7TXslZgKTHGSD4WE { top:35px;left:0px;width:45px;height:38px;display:block; }
 }@media only screen and (max-width: 763px) { #Pctpmp6RqXddOIf020DogiOeSTpwTAiP { width:609px;height:0;top:7px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #LScFTes9DQrnMuXAPnRzSTFh4aMNA6Qn { width:764px;height:96px;top:55px;left:0px;font-size:8px;display:block; }
 }@media only screen and (max-width: 763px) { #dW53rS95Pb7DCTCATNWkKM8fT1mlp12Z { width:764px;height:1px;top:14px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #nXTHMVgfDbvH935VJQlXWpU0BX3eUCuz { width:147px;height:26px;top:162px;left:617px;display:block; }
 }@media only screen and (max-width: 763px) { #cOuitTA1iTccpOkd4gdq5cU9qQNC7vpq { display:block; }
 }@media only screen and (max-width: 763px) { #TcXewRd8CFZPEK3IFJvG6QfXXTvTT5nv { width:609px;height:0;top:7px;left:0px;font-size:14px;display:none; }
 }@media only screen and (max-width: 763px) { #e7OxZEBrpgOctf7eNzxFZ0bDGcRgl2dk { width:764px;height:1px;top:14px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #yGUwKt15CJTLFV2UgDf41F7oTOeG8rVc { top:33px;left:0px;width:45px;height:38px;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #b43HrooSG4OsFP55UI3FHrocTfEHGKmF { background-color:#1d1d1b;background-image:none;display:block; }#b43HrooSG4OsFP55UI3FHrocTfEHGKmF > .row .container { background-color: transparent; background-image: none; }#b43HrooSG4OsFP55UI3FHrocTfEHGKmF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b43HrooSG4OsFP55UI3FHrocTfEHGKmF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b43HrooSG4OsFP55UI3FHrocTfEHGKmF > .row .container > .video-iframe-container { display: none; }#b43HrooSG4OsFP55UI3FHrocTfEHGKmF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b43HrooSG4OsFP55UI3FHrocTfEHGKmF > .row > .video-iframe-container { display: none; }#b43HrooSG4OsFP55UI3FHrocTfEHGKmF > .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); }#b43HrooSG4OsFP55UI3FHrocTfEHGKmF > .row .container { width:320px;height:1310px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e3So4y7CkKhy4MvrDkulwcMlv28vilJo { width:19px;height:22px;top:11.5px;left:294.4375px;display:block; }
 }@media only screen and (max-width: 763px) { #wylAsEDvZNFgQiitxx7L8f4GMtkqqq0N { width:311px;height:87px;top:27.5px;left:4.5px;text-align:center;text-align-last:center;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #cAtgGKWnaxTdgMd7rs4F8leSMJzl5y6L { height:179.21875px;width:320px;top:324.71875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #BpGI25T538qPZFXaFqvTWVzUl5idmOCV { height:179.21875px;width:320px;top:135.5px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Td4wgU6t9JUGH3pol7gvvgNrqMdBz1pw { height:179.21875px;width:320px;top:513.9375px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #n35TxB9GUBsyTg4yacGVGslfnGSq8ZOd { height:179.21875px;width:320px;top:703.15625px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #eGfbPRJpp0sHyIH6JORaSs7hubO8fHxV { height:179.21875px;width:320px;top:892.375px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #LdXPJuwu6zmwywqKlZAUTn3zT8fBWpUp { width:320px;height:47px;top:1146.234375px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #zVJyUaTBd93VBg13wFxPT4fN8Rzc843O { display:block; }
 }@media only screen and (max-width: 763px) { #LUbS2v6I3zsyG16CNkXTETTlHtNPTG2r { display:block; }#LUbS2v6I3zsyG16CNkXTETTlHtNPTG2r > .row .container { width:320px;height:2812px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mTsdv4Q6bbi5KRDcOlHITC3B4tmnU9ov { width:320px;height:31px;top:62px;left:0px;text-align:center;text-align-last:center;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #CiNb8Gu5m7QqT8heQo3SeTZ8bwhUz2kS { width:40px;height:2px;top:100px;left:140px;display:block; }
 }@media only screen and (max-width: 763px) { #ph1MhdR2EBAg6NzULTFgU3CkPHGc8qEX { width:320px;height:41px;top:18px;left:0px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #lELqk7AXT19Mt0FysCXcQCITNPV5xBvO { width:320px;height:480px;top:490px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #LCknLZLIEGP3HH9HA3y9fo7pptW1wX3f { width:288px;height:448px;top:506px;left:11px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #aKuKA3MOyAT4nClPQ2zTWbrr2TiHw7c6 { width:166px;height:20px;top:997.296875px;left:99px;text-align:left;text-align-last:left;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #NBawVIJrrUVtkxQ7tTSS0ThHK9xgBT4T { width:190px;height:18px;top:1020.296875px;left:99px;text-align:left;text-align-last:left;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #PGJCgmEb4Wo1IZmR2skIBBv55IMKutad { width:73px;height:73px;top:985.296875px;left:12px;display:block; }
 }@media only screen and (max-width: 763px) { #eWaMuZ8r3zRAmr4C0FnVFBmNFTIluOKD { width:181px;height:23px;top:402px;left:106px;text-align:left;text-align-last:left;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #DUaJSZI8B0xtTkuIkALipCRpcL3JATPH { width:189px;height:18px;top:428px;left:106px;text-align:left;text-align-last:left;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #sghv8BMt1w5kaZLknJ488bQIuL8Zfk1V { width:73px;height:73px;top:392px;left:12px;display:block; }
 }@media only screen and (max-width: 763px) { #WLVs0xVcUeGKJk8xuuTofqXHQ51TMX7r { width:320px;height:251px;top:125px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #RzGBbVrehOVQSyTOXcU0eR3tshkAoGX1 { width:288px;height:224px;top:137px;left:16px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #hy4GPoR4eQAGQT6meI8eT8K2gTZU5WWT { width:320px;height:31px;top:1100.09375px;left:0px;text-align:center;text-align-last:center;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #UXwXaSFs0XggcXQrUfx9TMnabJD98Sg0 { width:299px;height:187px;top:1168.09375px;left:10.5px;display:block; }
 }@media only screen and (max-width: 763px) { #G907iT1dDuC53iPCrTcEebTRLKLPxOHL { width:299px;height:262px;top:1489.09375px;left:10.5px;display:block; }
 }@media only screen and (max-width: 763px) { #l9bTJTQJ1fkJLagcuK1oBhVOfnELVCRe { width:299px;height:287px;top:1757.09375px;left:10.5px;display:block; }
 }@media only screen and (max-width: 763px) { #R6zTlx929Tfy6TsJULcHtRZ8yT4IfLAF { width:299px;height:122px;top:1361.09375px;left:10.5px;display:block; }
 }@media only screen and (max-width: 763px) { #t56KS5ed0oTymkJw58T7nC5BGwE3TWoV { width:299px;height:612px;top:2050.09375px;left:10.5px;display:block; }
 }@media only screen and (max-width: 763px) { #Tr3EZdycugxeq4TrnE4b8wVHytT72fDK { width:304px;height:58px;top:2701.09375px;left:8px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #BgLWL8RISETS7UwyL2Q1E5anFvv2dNVs { display:block; }
 }@media only screen and (max-width: 763px) { #zM1NpJl9A0oPGsks6wdZZJFsoerkQR0T { background-color:#212121;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#zM1NpJl9A0oPGsks6wdZZJFsoerkQR0T > .row .container { border-width: 0; border-radius: 0; }#zM1NpJl9A0oPGsks6wdZZJFsoerkQR0T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zM1NpJl9A0oPGsks6wdZZJFsoerkQR0T > .row .container { width:320px;height:195px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BEgxMax4IvrOEzwANWhPFZHgwcniKx1h { display:block; }#BEgxMax4IvrOEzwANWhPFZHgwcniKx1h > .row .container { width:320px;height:228px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pPhlmQFhp0PX2fd2gunxViiCt7T8ooRt { width:199px;height:30px;top:171px;left:60.5px;font-size:12px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eRQm0BKBNHbAxNtk7TXslZgKTHGSD4WE { width:45px;height:38px;top:12px;left:7px;display:block; }
 }@media only screen and (max-width: 763px) { #Pctpmp6RqXddOIf020DogiOeSTpwTAiP { width:320px;height:0;top:60px;left:0px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LScFTes9DQrnMuXAPnRzSTFh4aMNA6Qn { width:320px;height:70px;top:77px;left:0px;font-size:8px;text-align:justify;text-align-last:initial;color:rgba(0,0,0,0.3);display:block; }
 }@media only screen and (max-width: 763px) { #dW53rS95Pb7DCTCATNWkKM8fT1mlp12Z { width:320px;height:1px;top:66px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #nXTHMVgfDbvH935VJQlXWpU0BX3eUCuz { width:147px;height:32px;top:13px;left:156px;color:#322b2b;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #cOuitTA1iTccpOkd4gdq5cU9qQNC7vpq { display:block; }
 }@media only screen and (max-width: 763px) { #TcXewRd8CFZPEK3IFJvG6QfXXTvTT5nv { width:320px;height:0;top:87px;left:-786px;font-size:14px;text-align:center;text-align-last:center;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #e7OxZEBrpgOctf7eNzxFZ0bDGcRgl2dk { width:320px;height:1px;top:93px;left:-876px;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #yGUwKt15CJTLFV2UgDf41F7oTOeG8rVc { width:45px;height:38px;top:112px;left:-876px;z-index:15013;display:block; }
 }