.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-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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:119px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JuRigLVyvzrJUWgSoruKAcMX3CdJkWA3 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:75px;width:200px;top:21.98784828186px;left:0px;overflow:hidden;display:block; }
#wThAhftAvQAvRdHEAviZ55Lmn4M6bFpy { position:absolute;display:block;z-index:15001;background-color:#e30b13;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:3px;width:960px;top:116px;left:0px;display:block; }
#P9HuPDdv85qK0sxRrf17zAVMTNZ0TdPX { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:600px;width:960px;top:118.97570037842px;left:0px;overflow:hidden;display:block; }
#sXpExZWiR7ftk4pTGaT4lPMLGHnt3LKC { position:relative;display:block; }#sXpExZWiR7ftk4pTGaT4lPMLGHnt3LKC { background-color: transparent; background-image: none; }#sXpExZWiR7ftk4pTGaT4lPMLGHnt3LKC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sXpExZWiR7ftk4pTGaT4lPMLGHnt3LKC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sXpExZWiR7ftk4pTGaT4lPMLGHnt3LKC > .row .container > .video-iframe-container { display: none; }#sXpExZWiR7ftk4pTGaT4lPMLGHnt3LKC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sXpExZWiR7ftk4pTGaT4lPMLGHnt3LKC > .row > .video-iframe-container { display: none; }#sXpExZWiR7ftk4pTGaT4lPMLGHnt3LKC > .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); }#sXpExZWiR7ftk4pTGaT4lPMLGHnt3LKC { border-width: 0; border-radius: 0; }#sXpExZWiR7ftk4pTGaT4lPMLGHnt3LKC > .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; }#sXpExZWiR7ftk4pTGaT4lPMLGHnt3LKC > .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:1504px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qoEbJ6T2l3RVOyxGvnzyKLqRBiQxGHsb { z-index:15001;top:984.8542175293px;left:301.00695800781px;background-color:#ce0e19;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"brandon text-black";font-size:35px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:357.969px;height:97.9688px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#twkygUhZFBggAErs6rLCbdnIUq7MTU6f { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ZgCPO1KN7tm4E487AUT3JLTxRF1Vf3rv { color:#000000;display:block;width:936.997px;position:absolute;font-family:"brandon text-black";font-size:29px;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:657.98614501953px;left:23.00341796875px;height:113.073px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#g7X7S1y8ed7cK9TprO8qPleobiLHfBu5 { color:#000000;display:block;width:922.986px;position:absolute;font-family:"brandon text-black";font-size:32px;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:805.90280151367px;left:23px;height:124.74px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EVud650o2rMlT3fTQCeOvFLh8JKdzZox { color:#000000;display:block;width:855px;position:absolute;font-family:"brandon text-black";font-size:29px;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:1134.6875610352px;left:23px;height:339.2189px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#h2XqRIpTzBMxTTCO7Vefd0X3TwLlJq0d { position:relative;display:block; }#h2XqRIpTzBMxTTCO7Vefd0X3TwLlJq0d { background-color: transparent; background-image: none; }#h2XqRIpTzBMxTTCO7Vefd0X3TwLlJq0d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h2XqRIpTzBMxTTCO7Vefd0X3TwLlJq0d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h2XqRIpTzBMxTTCO7Vefd0X3TwLlJq0d > .row .container > .video-iframe-container { display: none; }#h2XqRIpTzBMxTTCO7Vefd0X3TwLlJq0d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h2XqRIpTzBMxTTCO7Vefd0X3TwLlJq0d > .row > .video-iframe-container { display: none; }#h2XqRIpTzBMxTTCO7Vefd0X3TwLlJq0d > .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); }#h2XqRIpTzBMxTTCO7Vefd0X3TwLlJq0d { border-width: 0; border-radius: 0; }#h2XqRIpTzBMxTTCO7Vefd0X3TwLlJq0d > .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; }#h2XqRIpTzBMxTTCO7Vefd0X3TwLlJq0d > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image: -webkit-linear-gradient(143deg, #e30b13, #d30a12);background-image: -moz-linear-gradient(143deg, #e30b13, #d30a12);background-image: -ms-linear-gradient(143deg, #e30b13, #d30a12);background-image: -o-linear-gradient(143deg, #e30b13, #d30a12);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e30b13', endColorstr='#d30a12' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e30b13', endColorstr='#d30a12' );";background-image: linear-gradient(143deg, #e30b13, #d30a12);background-size:auto !important;font-size:14px;font-family:arial;height:544px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XDfIUDRB8kshNIVyazbF8q29VN7a0OL4 { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:12px solid #ffffff;border-left:12px solid #ffffff;border-right:12px solid #ffffff;border-bottom:12px solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:445px;width:831px;top:47.500003814697px;left:51.996520996094px;display:block; }
#zUgTn58hUVJlXrH8yqZ4Wy957kTXcgFU { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:339px;width:321px;top:74.5px;left:570px;overflow:hidden;display:block; }
#gDwUfvZiW2lylkqWLinR9ABL3zT4vsV7 { color:#ffffff;display:block;width:357px;position:absolute;font-family:"brandon text-black";font-size:35px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:96.5px;left:116px;height:90.9722px;font-style:normal;display:block; }
#hDySvIF1W8R00IWPl57U9NTOyqzdRegd { color:#ffffff;display:block;width:528px;position:absolute;font-family:"brandon text-black";font-size:29px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:155.65975952148px;left:81.961791992188px;height:283.837px;display:block; }#hDySvIF1W8R00IWPl57U9NTOyqzdRegd li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#hDySvIF1W8R00IWPl57U9NTOyqzdRegd li:before{  }
#TM6IVmMWsN9HnLHulJnKdQW1LgITSDkw { position:relative;display:block; }#TM6IVmMWsN9HnLHulJnKdQW1LgITSDkw { background-color: transparent; background-image: none; }#TM6IVmMWsN9HnLHulJnKdQW1LgITSDkw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TM6IVmMWsN9HnLHulJnKdQW1LgITSDkw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TM6IVmMWsN9HnLHulJnKdQW1LgITSDkw > .row .container > .video-iframe-container { display: none; }#TM6IVmMWsN9HnLHulJnKdQW1LgITSDkw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TM6IVmMWsN9HnLHulJnKdQW1LgITSDkw > .row > .video-iframe-container { display: none; }#TM6IVmMWsN9HnLHulJnKdQW1LgITSDkw > .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); }#TM6IVmMWsN9HnLHulJnKdQW1LgITSDkw { border-width: 0; border-radius: 0; }#TM6IVmMWsN9HnLHulJnKdQW1LgITSDkw > .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; }#TM6IVmMWsN9HnLHulJnKdQW1LgITSDkw > .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:295px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#uwLSae4q9fwInBdnGVQ3PcuXDa14tORv { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(144deg, #e30b13, #d30a12);background-image: -moz-linear-gradient(144deg, #e30b13, #d30a12);background-image: -ms-linear-gradient(144deg, #e30b13, #d30a12);background-image: -o-linear-gradient(144deg, #e30b13, #d30a12);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e30b13', endColorstr='#d30a12' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e30b13', endColorstr='#d30a12' );";background-image: linear-gradient(144deg, #e30b13, #d30a12);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;height:25px;width:960px;top:62px;left:0px;display:block; }
#QlGqNy6IqxLfaEzfDM9huDerwJAR0UTe { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:54px;width:147px;top:105px;left:73px;overflow:hidden;display:block; }
#bH5zQeoh6BvLOStloVkyHRCPMUrR7LkN { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:50px;width:70px;top:108px;left:813px;overflow:hidden;display:block; }
#epA5JU4czksrfEBm4A6bSkB0IKwJtWus { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:48px;width:70px;top:108px;left:756px;overflow:hidden;display:block; }
#vr9bTXgTvb0t82kg3TFVEcBGQKsuaKnN { color:#e30b13;display:block;width:182px;position:absolute;font-family:"brandon text-black";font-size:16px;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:219px;left:701px;height:20.7986px;display:block; }
#xyeu75hVovdCKuto6UE1IzuXb7cGtRsy { color:#e30b13;display:block;width:64px;position:absolute;font-family:"brandon text-black";font-size:16px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:219px;left:73px;height:20.7986px;display:block; }
#OozxTZHLTM8INDqxF0mL2ohLb02v8Zsn { color:#e30b13;display:block;width:53px;position:absolute;font-family:"brandon text-black";font-size:16px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:219px;left:168px;height:20.7986px;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JuRigLVyvzrJUWgSoruKAcMX3CdJkWA3 { width:200px;height:75px;top:22px;left:24px;display:block; }
 }@media only screen and (max-width: 763px) { #wThAhftAvQAvRdHEAviZ55Lmn4M6bFpy { width:764px;height:3px;top:115px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #P9HuPDdv85qK0sxRrf17zAVMTNZ0TdPX { width:764px;height:477.5px;top:118px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #sXpExZWiR7ftk4pTGaT4lPMLGHnt3LKC { display:block; }#sXpExZWiR7ftk4pTGaT4lPMLGHnt3LKC > .row .container { width:764px;height:902px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qoEbJ6T2l3RVOyxGvnzyKLqRBiQxGHsb { top:725.73788452148px;left:475.06946372986px;width:272.995px;height:57.9948px;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #twkygUhZFBggAErs6rLCbdnIUq7MTU6f { display:block; }
 }@media only screen and (max-width: 763px) { #ZgCPO1KN7tm4E487AUT3JLTxRF1Vf3rv { width:764px;height:114px;top:657px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #g7X7S1y8ed7cK9TprO8qPleobiLHfBu5 { width:583px;height:98.6111px;top:54.513889312744px;left:149.99132347107px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #EVud650o2rMlT3fTQCeOvFLh8JKdzZox { width:405.99px;height:55.7292px;top:839.99136352539px;left:157.99480247498px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #h2XqRIpTzBMxTTCO7Vefd0X3TwLlJq0d { display:block; }#h2XqRIpTzBMxTTCO7Vefd0X3TwLlJq0d > .row .container { width:764px;height:400px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XDfIUDRB8kshNIVyazbF8q29VN7a0OL4 { width:685px;height:316px;top:31px;left:31.5px;display:block; }
 }@media only screen and (max-width: 763px) { #zUgTn58hUVJlXrH8yqZ4Wy957kTXcgFU { width:223px;height:235px;top:79.5px;left:479px;display:block; }
 }@media only screen and (max-width: 763px) { #gDwUfvZiW2lylkqWLinR9ABL3zT4vsV7 { width:357px;height:45.5px;top:66px;left:67px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #hDySvIF1W8R00IWPl57U9NTOyqzdRegd { width:412px;height:164.523px;top:128px;left:67px;font-size:23px;display:block; }#hDySvIF1W8R00IWPl57U9NTOyqzdRegd li:before{  }
 }@media only screen and (max-width: 763px) { #TM6IVmMWsN9HnLHulJnKdQW1LgITSDkw { display:block; }#TM6IVmMWsN9HnLHulJnKdQW1LgITSDkw > .row .container { width:764px;height:254px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uwLSae4q9fwInBdnGVQ3PcuXDa14tORv { width:764px;height:25px;top:58px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #QlGqNy6IqxLfaEzfDM9huDerwJAR0UTe { width:146.997px;height:53.9931px;top:95px;left:31px;display:block; }
 }@media only screen and (max-width: 763px) { #bH5zQeoh6BvLOStloVkyHRCPMUrR7LkN { width:70px;height:50px;top:97px;left:666px;display:block; }
 }@media only screen and (max-width: 763px) { #epA5JU4czksrfEBm4A6bSkB0IKwJtWus { width:70px;height:47.9861px;top:98px;left:596px;display:block; }
 }@media only screen and (max-width: 763px) { #vr9bTXgTvb0t82kg3TFVEcBGQKsuaKnN { width:182px;height:20.7986px;top:205px;left:551px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #xyeu75hVovdCKuto6UE1IzuXb7cGtRsy { width:82px;height:20.7986px;top:205px;left:31px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #OozxTZHLTM8INDqxF0mL2ohLb02v8Zsn { width:67px;height:20.7986px;top:205px;left:112px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:320px;height:265px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JuRigLVyvzrJUWgSoruKAcMX3CdJkWA3 { width:120px;height:43px;top:12.986083984375px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #wThAhftAvQAvRdHEAviZ55Lmn4M6bFpy { width:320px;height:2.96875px;top:99.506946563721px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #P9HuPDdv85qK0sxRrf17zAVMTNZ0TdPX { width:320px;height:198.993px;top:66.996528625488px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #sXpExZWiR7ftk4pTGaT4lPMLGHnt3LKC { display:block; }#sXpExZWiR7ftk4pTGaT4lPMLGHnt3LKC > .row .container { width:320px;height:850px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qoEbJ6T2l3RVOyxGvnzyKLqRBiQxGHsb { top:332.8472442627px;left:43.003475189209px;width:233.993px;height:68.9931px;font-size:25px;border-top-left-radius:17px;border-top-right-radius:17px;border-bottom-left-radius:17px;border-bottom-right-radius:17px;display:block; }
 }@media only screen and (max-width: 763px) { #twkygUhZFBggAErs6rLCbdnIUq7MTU6f { display:block; }
 }@media only screen and (max-width: 763px) { #ZgCPO1KN7tm4E487AUT3JLTxRF1Vf3rv { width:311px;height:131.059px;top:15.86808013916px;left:9px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #g7X7S1y8ed7cK9TprO8qPleobiLHfBu5 { width:309px;height:157.049px;top:159.93057250977px;left:9px;font-size:20px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EVud650o2rMlT3fTQCeOvFLh8JKdzZox { width:309px;height:396.5106px;top:426.11112976074px;left:9px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #h2XqRIpTzBMxTTCO7Vefd0X3TwLlJq0d { display:block; }#h2XqRIpTzBMxTTCO7Vefd0X3TwLlJq0d > .row .container { width:320px;height:660px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XDfIUDRB8kshNIVyazbF8q29VN7a0OL4 { width:288px;height:606px;top:10.486083984375px;left:8.4895849227905px;border-top:8px solid #ffffff;border-left:8px solid #ffffff;border-right:8px solid #ffffff;border-bottom:8px solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #zUgTn58hUVJlXrH8yqZ4Wy957kTXcgFU { width:210.99px;height:222.986px;top:399.98266601562px;left:54.49653339386px;display:block; }
 }@media only screen and (max-width: 763px) { #gDwUfvZiW2lylkqWLinR9ABL3zT4vsV7 { width:276px;height:36.3984px;top:32px;left:22px;font-size:28px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hDySvIF1W8R00IWPl57U9NTOyqzdRegd { width:250px;height:305.885px;top:82.59375px;left:35px;font-size:20px;display:block; }#hDySvIF1W8R00IWPl57U9NTOyqzdRegd li:before{  }
 }@media only screen and (max-width: 763px) { #TM6IVmMWsN9HnLHulJnKdQW1LgITSDkw { display:block; }#TM6IVmMWsN9HnLHulJnKdQW1LgITSDkw > .row .container { width:320px;height:325px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uwLSae4q9fwInBdnGVQ3PcuXDa14tORv { width:320px;height:25px;top:43px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #QlGqNy6IqxLfaEzfDM9huDerwJAR0UTe { width:129px;height:46px;top:93px;left:11px;display:block; }
 }@media only screen and (max-width: 763px) { #bH5zQeoh6BvLOStloVkyHRCPMUrR7LkN { width:70px;height:50px;top:91px;left:236px;display:block; }
 }@media only screen and (max-width: 763px) { #epA5JU4czksrfEBm4A6bSkB0IKwJtWus { width:70px;height:48px;top:92px;left:182px;display:block; }
 }@media only screen and (max-width: 763px) { #vr9bTXgTvb0t82kg3TFVEcBGQKsuaKnN { width:182px;height:20.7986px;top:264px;left:69px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #xyeu75hVovdCKuto6UE1IzuXb7cGtRsy { width:64px;height:20.7986px;top:171px;left:128px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #OozxTZHLTM8INDqxF0mL2ohLb02v8Zsn { width:53px;height:20.7986px;top:216px;left:133px;font-size:16px;display:block; }
 }