.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); }#JZtTScrWCPmMIrV5l8i2NXncuNCK7zfi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1f313f;background-image:url("https://images.assets-landingi.com/uc/f8b8f980-fbb2-4966-a4ba-a6c2d52ccb0b/to_LP.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#JZtTScrWCPmMIrV5l8i2NXncuNCK7zfi.adaptive-delivery-prevent-bg, #JZtTScrWCPmMIrV5l8i2NXncuNCK7zfi.lazyload, #JZtTScrWCPmMIrV5l8i2NXncuNCK7zfi.lazyloading { background-image: none; }#JZtTScrWCPmMIrV5l8i2NXncuNCK7zfi > .row .container { background-color: transparent; background-image: none; }#JZtTScrWCPmMIrV5l8i2NXncuNCK7zfi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JZtTScrWCPmMIrV5l8i2NXncuNCK7zfi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JZtTScrWCPmMIrV5l8i2NXncuNCK7zfi > .row .container > .video-iframe-container { display: none; }#JZtTScrWCPmMIrV5l8i2NXncuNCK7zfi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JZtTScrWCPmMIrV5l8i2NXncuNCK7zfi > .row > .video-iframe-container { display: none; }#JZtTScrWCPmMIrV5l8i2NXncuNCK7zfi > .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); }#JZtTScrWCPmMIrV5l8i2NXncuNCK7zfi > .row .container { border-width: 0; border-radius: 0; }#JZtTScrWCPmMIrV5l8i2NXncuNCK7zfi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JZtTScrWCPmMIrV5l8i2NXncuNCK7zfi > .row .container { font-size:14px;font-family:arial;height:897px;width:1200px;position:relative;display:block; }#gwTW3fMn0FgTd8hHTiSxF9EU69iIGFee { color:#212121;display:block;width:436px;position:absolute;font-family:"made tommy";font-size:12px;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:164px;left:149px;height:15px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EbBGrr5n0KiH9pyDtKFgdx5IFNJBADmP { position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;height:708px;width:1009px;top:22px;left:95.5px;display:block; }
#drILzmxqkVk4dZTI7ruF2QhEp9hiQR8w { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:38px;width:45px;top:22px;left:30px;overflow:hidden;display:block; }
#oWRyywHcEwLnXf9oy8gbQHZHW55TGzTr { background-color:#ff0000;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:roboto;font-size:20px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:300px;height:58px;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1003px;left:450px;display:none; }
#xwxH4FhxuuUDrqIIpVWv6wfTq4oE8eon { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#U8fb2nz5CgTGlkgEPtDxMZI2U189J0gl { color:#212121;display:block;width:428px;position:absolute;font-family:"made tommy";font-size:28px;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:61px;left:149px;height:72px;font-style:normal;display:block; }
#xn14ZiABIx8E5iWAuZcSoQtfNTKJHLrr { color:#212121;display:block;width:436px;position:absolute;font-family:"made tommy";font-size:15px;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:479px;left:149px;height:38px;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#X3xD7W4JhH10MU5K2ukKOz4cJTOg47EK { color:#e20f13;display:block;width:398px;position:absolute;font-family:"made tommy";font-size:23px;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:552px;left:140px;height:29px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tM1CtWgOWCArWzMAuuVNNUaKzJi9S31N { position:absolute;display:block;z-index:15021;height:594px;width:447px;top:131px;left:607px;display:block; }
#OnNObZu9OT7Azh4hC1vlgWenwsoXxSVN { color:#212121;display:block;width:436px;position:absolute;font-family:"made tommy";font-size:12px;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:384px;left:149px;height:15.5938px;text-align:left;text-align-last:left;font-style:normal;display:none; }
#KrhaGVsWnlCLIh4lkKrhQ5xcElG1Um0o { color:#e20f13;display:block;width:380px;position:absolute;font-family:roboto;font-size:15px;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:411px;left:149px;height:39px;text-align:left;text-align-last:left;font-style:normal;display:none; }
#zuKuJB3qMEEV0CM8H9JT5DOZm1XXfOzm { color:#212121;display:block;width:436px;position:absolute;font-family:roboto;font-size:15px;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:466px;left:149px;height:39px;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#UzKUzhSHIkWT7QikUrELPs7r6Dw6g3oW { color:#212121;display:block;width:558px;position:absolute;font-family:roboto;font-size:14px;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:505px;left:149px;height:193.688px;text-align:left;text-align-last:left;font-style:normal;display:none; }#UzKUzhSHIkWT7QikUrELPs7r6Dw6g3oW li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#UzKUzhSHIkWT7QikUrELPs7r6Dw6g3oW li:before{  }
#Kh6f1iZOMHDJODsGJiKobtGWFTXdpSlt { color:#212121;display:block;width:558px;position:absolute;font-family:roboto;font-size:14px;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:505px;left:149px;height:193.688px;text-align:left;text-align-last:left;font-style:normal;display:none; }#Kh6f1iZOMHDJODsGJiKobtGWFTXdpSlt li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#Kh6f1iZOMHDJODsGJiKobtGWFTXdpSlt li:before{  }
#JfE4KFFODpArFvm47fmD6mUV8TEFZXXc { color:#000000;display:block;width:299px;position:absolute;font-family:"open sans";font-size:11px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:14px;top:168px;left:10px;display:none; }
#rAEZSrtdnH80f2vHq7AgFHl9vmBNTxWQ { color:#e20f13;display:block;width:380px;position:absolute;font-family:roboto;font-size:15px;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:411px;left:149px;height:39px;text-align:left;text-align-last:left;font-style:normal;display:none; }
#W4KmzQsA3CKX3HaPSKGn5zMfql1kQ3rH { color:#000000;display:block;width:285px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:18px;top:202px;left:17px;display:none; }
#CRKP6llDlqvRfCO3kcytaU0FXRFs8lSv { color:#000000;display:block;width:285px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:54px;top:169px;left:17px;display:none; }
#W7XE4eGow5T4TwsXVb3LhG9DzmyOtuHB { color:#e20f13;display:block;width:380px;position:absolute;font-family:"made tommy";font-size:15px;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:141px;left:149px;height:19px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TNn6gTcgC98JMsPo4FT6FN6LfMgKFOy9 { 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:267px;width:408px;top:194px;left:149px;overflow:hidden;display:block; }
#Bxgt6vUhCm1W7owuoMM8nUVLSk5NgrMD { color:#e20f13;display:block;width:428px;position:absolute;font-family:"made tommy";font-size:30px;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:583px;left:125px;height:78px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gIlcB7OTZC2KzN3TrV7w0JIF87aFtADe { color:#212121;display:block;width:436px;position:absolute;font-family:"made tommy";font-size:15px;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:479px;left:149px;height:39px;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#Sw0np9UTOgwFft8LwFmwdByupiFBTriC { color:#e20f13;display:block;width:428px;position:absolute;font-family:"made tommy";font-size:30px;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:77.5px;left:616.5px;height:39px;font-style:normal;text-align:center;text-align-last:center;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; }#q41BOxUvQHXusrLcRJieCiz6APIL6xap { color:#000000;display:block;width:498px;position:absolute;font-family:roboto;font-size:38px;font-weight:normal;z-index:15018;line-height:1.1;letter-spacing:0;top:299px;left:0px;height:82px;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#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; }
#qPrnU79d9TQTQ4dHsRDoQOkRwsqzVQSx { 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:66px;height:26px;text-decoration:none;z-index:15002;text-align:right;text-align-last:right;top:162px;left:1097px;display:block; }
#oiWpKGz1kaM6dT08DogXc2knViBzH0gU { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;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:80px;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) { #JZtTScrWCPmMIrV5l8i2NXncuNCK7zfi { display:block; }#JZtTScrWCPmMIrV5l8i2NXncuNCK7zfi > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gwTW3fMn0FgTd8hHTiSxF9EU69iIGFee { top:164px;left:0px;width:436px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #EbBGrr5n0KiH9pyDtKFgdx5IFNJBADmP { top:22px;left:0px;width:764px;height:708px;display:block; }
 }@media only screen and (max-width: 763px) { #drILzmxqkVk4dZTI7ruF2QhEp9hiQR8w { top:22px;left:0px;width:45px;height:38px;display:block; }
 }@media only screen and (max-width: 763px) { #oWRyywHcEwLnXf9oy8gbQHZHW55TGzTr { width:300px;height:58px;top:1003px;left:232px;display:none; }
 }@media only screen and (max-width: 763px) { #xwxH4FhxuuUDrqIIpVWv6wfTq4oE8eon { display:block; }
 }@media only screen and (max-width: 763px) { #U8fb2nz5CgTGlkgEPtDxMZI2U189J0gl { top:61px;left:0px;width:428px;height:72px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #xn14ZiABIx8E5iWAuZcSoQtfNTKJHLrr { top:479px;left:0px;width:436px;height:39px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #X3xD7W4JhH10MU5K2ukKOz4cJTOg47EK { top:552px;left:0px;width:398px;height:29px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #tM1CtWgOWCArWzMAuuVNNUaKzJi9S31N { top:131px;left:317px;width:447px;height:594px;display:block; }
 }@media only screen and (max-width: 763px) { #OnNObZu9OT7Azh4hC1vlgWenwsoXxSVN { top:384px;left:0px;width:436px;height:15px;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #KrhaGVsWnlCLIh4lkKrhQ5xcElG1Um0o { top:411px;left:0px;width:380px;height:39px;font-size:14px;display:none; }
 }@media only screen and (max-width: 763px) { #zuKuJB3qMEEV0CM8H9JT5DOZm1XXfOzm { top:466px;left:0px;width:436px;height:39px;font-size:14px;display:none; }
 }@media only screen and (max-width: 763px) { #UzKUzhSHIkWT7QikUrELPs7r6Dw6g3oW { top:505px;left:0px;width:558px;height:193px;font-size:14px;display:none; }#UzKUzhSHIkWT7QikUrELPs7r6Dw6g3oW li:before{  }
 }@media only screen and (max-width: 763px) { #Kh6f1iZOMHDJODsGJiKobtGWFTXdpSlt { top:505px;left:0px;width:558px;height:193px;font-size:14px;display:none; }#Kh6f1iZOMHDJODsGJiKobtGWFTXdpSlt li:before{  }
 }@media only screen and (max-width: 763px) { #JfE4KFFODpArFvm47fmD6mUV8TEFZXXc { top:168px;left:0px;width:299px;height:14px;font-size:11px;display:none; }
 }@media only screen and (max-width: 763px) { #rAEZSrtdnH80f2vHq7AgFHl9vmBNTxWQ { top:411px;left:0px;width:380px;height:39px;font-size:14px;display:none; }
 }@media only screen and (max-width: 763px) { #W4KmzQsA3CKX3HaPSKGn5zMfql1kQ3rH { top:202px;left:0px;width:285px;height:18px;font-size:14px;display:none; }
 }@media only screen and (max-width: 763px) { #CRKP6llDlqvRfCO3kcytaU0FXRFs8lSv { top:169px;left:0px;width:285px;height:54px;font-size:14px;display:none; }
 }@media only screen and (max-width: 763px) { #W7XE4eGow5T4TwsXVb3LhG9DzmyOtuHB { top:141px;left:0px;width:380px;height:20px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #TNn6gTcgC98JMsPo4FT6FN6LfMgKFOy9 { top:194px;left:0px;width:408px;height:267px;display:block; }
 }@media only screen and (max-width: 763px) { #Bxgt6vUhCm1W7owuoMM8nUVLSk5NgrMD { top:583px;left:0px;width:428px;height:78px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #gIlcB7OTZC2KzN3TrV7w0JIF87aFtADe { top:479px;left:0px;width:436px;height:39px;font-size:14px;display:none; }
 }@media only screen and (max-width: 763px) { #Sw0np9UTOgwFft8LwFmwdByupiFBTriC { top:77px;left:336px;width:428px;height:39px;font-size:30px;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) { #q41BOxUvQHXusrLcRJieCiz6APIL6xap { top:299px;left:0px;width:498px;height:82px;font-size:30px;display:block; }
 }@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) { #qPrnU79d9TQTQ4dHsRDoQOkRwsqzVQSx { width:66px;height:26px;top:162px;left:698px;display:block; }
 }@media only screen and (max-width: 763px) { #oiWpKGz1kaM6dT08DogXc2knViBzH0gU { 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) { #JZtTScrWCPmMIrV5l8i2NXncuNCK7zfi { position:relative;z-index:auto;background-color:#ffffff;background-image:none;display:block; }#JZtTScrWCPmMIrV5l8i2NXncuNCK7zfi > .row .container { background-color: transparent; background-image: none; }#JZtTScrWCPmMIrV5l8i2NXncuNCK7zfi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JZtTScrWCPmMIrV5l8i2NXncuNCK7zfi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JZtTScrWCPmMIrV5l8i2NXncuNCK7zfi > .row .container > .video-iframe-container { display: none; }#JZtTScrWCPmMIrV5l8i2NXncuNCK7zfi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JZtTScrWCPmMIrV5l8i2NXncuNCK7zfi > .row > .video-iframe-container { display: none; }#JZtTScrWCPmMIrV5l8i2NXncuNCK7zfi > .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); }#JZtTScrWCPmMIrV5l8i2NXncuNCK7zfi > .row .container { width:320px;height:1333px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gwTW3fMn0FgTd8hHTiSxF9EU69iIGFee { width:305px;height:0;top:152px;left:15px;font-size:14px;z-index:15008;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #EbBGrr5n0KiH9pyDtKFgdx5IFNJBADmP { width:320px;height:339px;top:784px;left:0px;z-index:14992;display:none; }
 }@media only screen and (max-width: 763px) { #drILzmxqkVk4dZTI7ruF2QhEp9hiQR8w { width:43px;height:36px;top:10px;left:30px;display:none; }
 }@media only screen and (max-width: 763px) { #oWRyywHcEwLnXf9oy8gbQHZHW55TGzTr { width:165px;height:47px;top:241px;left:78px;z-index:15005;font-size:18px;display:none; }
 }@media only screen and (max-width: 763px) { #xwxH4FhxuuUDrqIIpVWv6wfTq4oE8eon { display:block; }
 }@media only screen and (max-width: 763px) { #U8fb2nz5CgTGlkgEPtDxMZI2U189J0gl { width:320px;height:66px;top:18px;left:0px;font-size:26px;color:#212121;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xn14ZiABIx8E5iWAuZcSoQtfNTKJHLrr { width:320px;height:auto;top:479px;left:0px;font-size:14px;z-index:15008;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #X3xD7W4JhH10MU5K2ukKOz4cJTOg47EK { width:320px;height:29px;top:437px;left:0px;font-size:23px;color:#e20f13;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tM1CtWgOWCArWzMAuuVNNUaKzJi9S31N { width:320px;height:348px;top:561px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #OnNObZu9OT7Azh4hC1vlgWenwsoXxSVN { width:305px;height:0;top:488px;left:39.5px;font-size:14px;z-index:15014;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #KrhaGVsWnlCLIh4lkKrhQ5xcElG1Um0o { width:320px;height:0;top:515px;left:24.5px;font-size:14px;z-index:15014;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #zuKuJB3qMEEV0CM8H9JT5DOZm1XXfOzm { width:320px;height:0;top:570px;left:24.5px;font-size:14px;z-index:15014;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #UzKUzhSHIkWT7QikUrELPs7r6Dw6g3oW { width:320px;height:0;top:609px;left:24.5px;font-size:14px;z-index:15014;display:none; }#UzKUzhSHIkWT7QikUrELPs7r6Dw6g3oW li:before{  }
 }@media only screen and (max-width: 763px) { #Kh6f1iZOMHDJODsGJiKobtGWFTXdpSlt { width:10px;height:0;top:292px;left:34.5px;font-size:14px;z-index:15009;display:none; }#Kh6f1iZOMHDJODsGJiKobtGWFTXdpSlt li:before{  }
 }@media only screen and (max-width: 763px) { #JfE4KFFODpArFvm47fmD6mUV8TEFZXXc { top:117px;left:10.5px;width:299px;height:14px;z-index:15024;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-size:11px;color:#212121;font-family:"made tommy";text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rAEZSrtdnH80f2vHq7AgFHl9vmBNTxWQ { width:320px;height:0;top:336px;left:24.5px;font-size:14px;z-index:15009;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #W4KmzQsA3CKX3HaPSKGn5zMfql1kQ3rH { top:96px;left:17.5px;width:285px;height:18px;z-index:15025;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-size:14px;color:#e20f13;font-family:"made tommy";text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CRKP6llDlqvRfCO3kcytaU0FXRFs8lSv { top:359px;left:17.5px;width:285px;height:54px;z-index:15025;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-size:14px;color:#212121;font-family:"made tommy";text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W7XE4eGow5T4TwsXVb3LhG9DzmyOtuHB { width:320px;height:0;top:129px;left:0px;font-size:14px;z-index:15008;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #TNn6gTcgC98JMsPo4FT6FN6LfMgKFOy9 { width:287px;height:187px;top:160px;left:16.5px;display:block; }
 }@media only screen and (max-width: 763px) { #Bxgt6vUhCm1W7owuoMM8nUVLSk5NgrMD { width:320px;height:78px;top:469px;left:0px;font-size:30px;color:#e20f13;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gIlcB7OTZC2KzN3TrV7w0JIF87aFtADe { width:320px;height:0;top:197px;left:24.5px;font-size:14px;z-index:15009;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Sw0np9UTOgwFft8LwFmwdByupiFBTriC { width:320px;height:0;top:735px;left:0px;font-size:30px;color:#e20f13;text-align:center;text-align-last:center;display:none; }
 }@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) { #q41BOxUvQHXusrLcRJieCiz6APIL6xap { width:320px;height:99px;top:96px;left:0px;font-size:30px;text-align:center;text-align-last:center;display:block; }
 }@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) { #qPrnU79d9TQTQ4dHsRDoQOkRwsqzVQSx { width:66px;height:32px;top:13px;left:90px;color:#322b2b;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #oiWpKGz1kaM6dT08DogXc2knViBzH0gU { 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; }
 }