.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;
}
.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;
  }
}
@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:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#1a1a1c;background-image:url("https://images.assets-landingi.com/5YT3K0Yl/sports_web.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:14px;font-family:arial;height:740px;width:960px;overflow:visible;position:relative;display:block; }#BEbACOQNJaeOkkezWiaBL5RrLbptihk3 { background-color:#f40000;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;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:arial;font-size:25px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:200px;height:50px;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:648.50003051758px;left:380.00001525879px;display:block; }
#U5OgPzglctgUDacTU1fIDgTvScafEJtP { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#qPwwqgBZHydwrtrUhP9Twzs4xmTKLXGF { color:#ffffff;display:block;width:461px;position:absolute;font-family:arial;font-size:41px;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.97);top:470px;left:249.5px;height:105.333px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rALt4O1zvQI5paQLVfQ2q4WLN1z5Imxz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#333338;background-image:url("https://images.assets-landingi.com/ZOEMLUSH/web_1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }
#rALt4O1zvQI5paQLVfQ2q4WLN1z5Imxz.adaptive-delivery-prevent-bg { background-image: none; }#rALt4O1zvQI5paQLVfQ2q4WLN1z5Imxz > .row .container { background-color: transparent; background-image: none; }#rALt4O1zvQI5paQLVfQ2q4WLN1z5Imxz::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rALt4O1zvQI5paQLVfQ2q4WLN1z5Imxz > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rALt4O1zvQI5paQLVfQ2q4WLN1z5Imxz > .row .container > .video-iframe-container { display: none; }#rALt4O1zvQI5paQLVfQ2q4WLN1z5Imxz > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rALt4O1zvQI5paQLVfQ2q4WLN1z5Imxz > .row > .video-iframe-container { display: none; }#rALt4O1zvQI5paQLVfQ2q4WLN1z5Imxz > .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); }#rALt4O1zvQI5paQLVfQ2q4WLN1z5Imxz > .row .container { border-width: 0; border-radius: 0; }#rALt4O1zvQI5paQLVfQ2q4WLN1z5Imxz > .row .container { font-size:14px;font-family:arial;height:370px;width:960px;position:relative;display:block; }#wFwTD1eHqPQik3t09QFms3DvHWRM53Gd { color:#ffffff;display:block;width:394px;position:absolute;font-family:arial;font-size:41px;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:56.000030517578px;left:19px;height:105.333px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#fd0we531zm8LlxVB0UU6MzepbWTM2HEO { color:#808080;display:block;width:412px;position:absolute;font-family:arial;font-size:25px;font-weight:400;z-index:100013;line-height:1.3;letter-spacing:0;top:178.00003051758px;left:0px;height:192px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#OcvOPiO6Qtei6zJoGzxJEFBXowflkBxF { border-top:0;border-left:0;border-right:0;border-bottom:50px solid #000000;background-color:#000000;background-image:url("https://images.assets-landingi.com/IY5PR2Ml/web_2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }
#OcvOPiO6Qtei6zJoGzxJEFBXowflkBxF.adaptive-delivery-prevent-bg { background-image: none; }#OcvOPiO6Qtei6zJoGzxJEFBXowflkBxF > .row .container { background-color: transparent; background-image: none; }#OcvOPiO6Qtei6zJoGzxJEFBXowflkBxF::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OcvOPiO6Qtei6zJoGzxJEFBXowflkBxF > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OcvOPiO6Qtei6zJoGzxJEFBXowflkBxF > .row .container > .video-iframe-container { display: none; }#OcvOPiO6Qtei6zJoGzxJEFBXowflkBxF > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OcvOPiO6Qtei6zJoGzxJEFBXowflkBxF > .row > .video-iframe-container { display: none; }#OcvOPiO6Qtei6zJoGzxJEFBXowflkBxF > .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); }#OcvOPiO6Qtei6zJoGzxJEFBXowflkBxF > .row .container { border-width: 0; border-radius: 0; }#OcvOPiO6Qtei6zJoGzxJEFBXowflkBxF > .row .container { font-size:14px;font-family:arial;height:370px;width:960px;position:relative;display:block; }#SvZ9gomZxGknkZ2wcfHZCcTPTyRA0Rmg { color:#ffffff;display:block;width:379px;position:absolute;font-family:arial;font-size:41px;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:41.5px;left:555.00003051758px;height:52.6667px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oAFeSxcJmTU7lpggHNk5gbHA2PT1u8n1 { color:#808080;display:block;width:405px;position:absolute;font-family:arial;font-size:25px;font-weight:400;z-index:100017;line-height:1.3;letter-spacing:0;top:137px;left:555.00003051758px;height:192px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UwNT1wDKZZfZuZqEeyMZ9iKndTXzob6l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#UwNT1wDKZZfZuZqEeyMZ9iKndTXzob6l > .row .container { background-color: transparent; background-image: none; }#UwNT1wDKZZfZuZqEeyMZ9iKndTXzob6l::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UwNT1wDKZZfZuZqEeyMZ9iKndTXzob6l > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UwNT1wDKZZfZuZqEeyMZ9iKndTXzob6l > .row .container > .video-iframe-container { display: none; }#UwNT1wDKZZfZuZqEeyMZ9iKndTXzob6l > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UwNT1wDKZZfZuZqEeyMZ9iKndTXzob6l > .row > .video-iframe-container { display: none; }#UwNT1wDKZZfZuZqEeyMZ9iKndTXzob6l > .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); }#UwNT1wDKZZfZuZqEeyMZ9iKndTXzob6l > .row .container { border-width: 0; border-radius: 0; }#UwNT1wDKZZfZuZqEeyMZ9iKndTXzob6l > .row .container { font-size:14px;font-family:arial;height:99px;width:960px;position:relative;display:block; }#QoS3xvbbI8fUPq2EaKb2RwQx3DIFmkXo { color:#000000;display:block;width:960px;position:absolute;font-family:arial;font-size:41px;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:23px;left:0px;height:52.6667px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kME2uiqbxNWPy1Oew5qiRfCtdaPKawn4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#kME2uiqbxNWPy1Oew5qiRfCtdaPKawn4 > .row .container { background-color: transparent; background-image: none; }#kME2uiqbxNWPy1Oew5qiRfCtdaPKawn4::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kME2uiqbxNWPy1Oew5qiRfCtdaPKawn4 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kME2uiqbxNWPy1Oew5qiRfCtdaPKawn4 > .row .container > .video-iframe-container { display: none; }#kME2uiqbxNWPy1Oew5qiRfCtdaPKawn4 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kME2uiqbxNWPy1Oew5qiRfCtdaPKawn4 > .row > .video-iframe-container { display: none; }#kME2uiqbxNWPy1Oew5qiRfCtdaPKawn4 > .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); }#kME2uiqbxNWPy1Oew5qiRfCtdaPKawn4 > .row .container { border-width: 0; border-radius: 0; }#kME2uiqbxNWPy1Oew5qiRfCtdaPKawn4 > .row .container { font-size:14px;font-family:arial;height:173px;width:960px;position:relative;display:block; }#pET65w9zz6Dd8zWtB0OosLEGhGinbQMV { color:#808080;display:block;width:321px;position:absolute;font-family:ubuntu;font-size:16px;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:66px;left:612px;height:41.3333px;font-style:normal;display:block; }
#SQVC73UIRucqqrsm6wVJwWb0ZS2III7S { position:absolute;display:block;z-index:100004;background-color:#1a1a1c;background-image:none;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:100px;width:100px;top:30px;left:482px;display:block; }
#EGQ7GxAO1MSlKM9P1fBUTZtrrxLU2KVw { color:#000000;display:block;width:300px;position:absolute;font-family:arial;font-size:25px;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:30px;left:612px;height:32px;font-style:normal;display:block; }
#dxy79I9kbecmTMnOXU2aywr1tnI8WbDT { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:53px;width:53px;top:52px;left:504px;overflow:hidden;display:block; }
#bCxWNi31wLGkxZu2cefwl5p3bJ3AmHfS { color:#808080;display:block;width:300px;position:absolute;font-family:ubuntu;font-size:16px;font-weight:300;z-index:100011;line-height:1.3;letter-spacing:0;top:73px;left:147px;height:62px;font-style:normal;display:block; }
#Xdh4noZRrq6VeaI8H4MQTdNm2IkBwSox { position:absolute;display:block;z-index:100008;background-color:#1a1a1c;background-image:none;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:100px;width:100px;top:37px;left:17px;display:block; }
#TBfPJeVzOG13byTRX0DoS4TulmtARq9m { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:33px;width:57px;top:70px;left:38.5px;overflow:hidden;display:block; }
#EdTqaTV5VJTaInVneBQiesGTG5zTKwNr { color:#000000;display:block;width:317px;position:absolute;font-family:arial;font-size:25px;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:37px;left:147px;height:32px;font-style:normal;display:block; }
#pQq6p1N90B9LdOKyPLAqPxtAm6ulgRaR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#pQq6p1N90B9LdOKyPLAqPxtAm6ulgRaR > .row .container { background-color: transparent; background-image: none; }#pQq6p1N90B9LdOKyPLAqPxtAm6ulgRaR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pQq6p1N90B9LdOKyPLAqPxtAm6ulgRaR > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pQq6p1N90B9LdOKyPLAqPxtAm6ulgRaR > .row .container > .video-iframe-container { display: none; }#pQq6p1N90B9LdOKyPLAqPxtAm6ulgRaR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pQq6p1N90B9LdOKyPLAqPxtAm6ulgRaR > .row > .video-iframe-container { display: none; }#pQq6p1N90B9LdOKyPLAqPxtAm6ulgRaR > .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); }#pQq6p1N90B9LdOKyPLAqPxtAm6ulgRaR > .row .container { border-width: 0; border-radius: 0; }#pQq6p1N90B9LdOKyPLAqPxtAm6ulgRaR > .row .container { font-size:14px;font-family:arial;height:201px;width:960px;position:relative;display:block; }#MCG0TZxHJNAsEmIc05cTD6Z6A4P88rMd { color:#808080;display:block;width:300px;position:absolute;font-family:ubuntu;font-size:16px;font-weight:300;z-index:100011;line-height:1.3;letter-spacing:0;top:69px;left:147px;height:41.3333px;font-style:normal;display:block; }
#dTWDCzI9q3T6JwIDRAi84TkF3MOOaQlI { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:60px;width:52px;top:52px;left:41px;overflow:hidden;display:block; }
#ovkegw7Q3khtoMBsR0aUbT6n4CtTckzV { color:#000000;display:block;width:317px;position:absolute;font-family:arial;font-size:25px;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:33px;left:147px;height:32px;font-style:normal;display:block; }
#cdEInnITkfvE9gGdxhaa3hrtRguSEabK { position:absolute;display:block;z-index:100008;background-color:#1a1a1c;background-image:none;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:100px;width:100px;top:33px;left:17px;display:block; }
#WM6C00wsQts7doxChuCTgpJxOCULxI2Q { color:#808080;display:block;width:300px;position:absolute;font-family:ubuntu;font-size:16px;font-weight:300;z-index:100015;line-height:1.3;letter-spacing:0;top:63px;left:613px;height:41.3333px;font-style:normal;display:block; }
#eEMbDI4LCnuLvpQ4KmeiCZIElcWqTiuI { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:53px;width:36px;top:50px;left:515px;overflow:hidden;display:block; }
#AtvHXozd734OEyfZsN2Iutgy3ycCO5yp { position:absolute;display:block;z-index:100012;background-color:#1a1a1c;background-image:none;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:100px;width:100px;top:27px;left:483px;display:block; }
#ARmxISkKECl3mC173SB0t7OgHunRuxUb { color:#000000;display:block;width:359px;position:absolute;font-family:arial;font-size:25px;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:27px;left:613px;height:32px;font-style:normal;display:block; }
#vV4fRJwAPsmVUauyfPbhg89oEiWaQsgq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/A2hTfL9L/baneris_10.04.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }
#vV4fRJwAPsmVUauyfPbhg89oEiWaQsgq.adaptive-delivery-prevent-bg { background-image: none; }#vV4fRJwAPsmVUauyfPbhg89oEiWaQsgq > .row .container { background-color: transparent; background-image: none; }#vV4fRJwAPsmVUauyfPbhg89oEiWaQsgq::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vV4fRJwAPsmVUauyfPbhg89oEiWaQsgq > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vV4fRJwAPsmVUauyfPbhg89oEiWaQsgq > .row .container > .video-iframe-container { display: none; }#vV4fRJwAPsmVUauyfPbhg89oEiWaQsgq > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vV4fRJwAPsmVUauyfPbhg89oEiWaQsgq > .row > .video-iframe-container { display: none; }#vV4fRJwAPsmVUauyfPbhg89oEiWaQsgq > .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); }#vV4fRJwAPsmVUauyfPbhg89oEiWaQsgq > .row .container { border-width: 0; border-radius: 0; }#vV4fRJwAPsmVUauyfPbhg89oEiWaQsgq > .row .container { font-size:14px;font-family:arial;height:739px;width:960px;position:relative;display:block; }#P8vqIM4uCqtsEVlJE2dqkUIuEwbBM41W { color:#606060;display:block;width:960px;position:absolute;font-family:arial;font-size:41px;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;text-shadow:1px 3px 3px rgba(0,0,0,0.5);top:56px;left:0px;height:52.6667px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dPFfxCsKAlQsVATxSNTnep6GwOJWtiK2 { background-color:transparent;background-image:none;border-top:2px solid #ffffff;border-left:2px solid #ffffff;border-right:2px solid #ffffff;border-bottom:2px solid #ffffff;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:arial;font-size:25px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:230px;height:71px;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:133px;left:365px;display:block; }
#Px3aZoogTNNMQQbhDkxiKX6DE9nMqgMk { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#aX4PATFrMl16D3BzWS0ADVc99RqBwtkF { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:438px;width:790px;top:229px;left:85px;display:block; }
#FqpGqg3hiNyACoiuOPGtZeCJmGAwTIEU { color:#606060;display:block;width:566px;position:absolute;font-family:arial;font-size:16px;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;text-shadow:1px 3px 3px rgba(0,0,0,0.5);top:694px;left:197px;height:20.6667px;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BEbACOQNJaeOkkezWiaBL5RrLbptihk3 { width:200px;height:50px;top:648px;left:282.00001525879px;display:block; }
 }@media only screen and (max-width: 763px) { #U5OgPzglctgUDacTU1fIDgTvScafEJtP { display:block; }
 }@media only screen and (max-width: 763px) { #qPwwqgBZHydwrtrUhP9Twzs4xmTKLXGF { width:461px;height:106px;top:470px;left:151.5px;font-size:41px;display:block; }
 }@media only screen and (max-width: 763px) { #rALt4O1zvQI5paQLVfQ2q4WLN1z5Imxz { display:block; }#rALt4O1zvQI5paQLVfQ2q4WLN1z5Imxz > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wFwTD1eHqPQik3t09QFms3DvHWRM53Gd { width:394px;height:105px;top:56px;left:0px;font-size:41px;display:block; }
 }@media only screen and (max-width: 763px) { #fd0we531zm8LlxVB0UU6MzepbWTM2HEO { width:412px;height:192px;top:178px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #OcvOPiO6Qtei6zJoGzxJEFBXowflkBxF { display:block; }#OcvOPiO6Qtei6zJoGzxJEFBXowflkBxF > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SvZ9gomZxGknkZ2wcfHZCcTPTyRA0Rmg { width:379px;height:52px;top:41px;left:385px;font-size:41px;display:block; }
 }@media only screen and (max-width: 763px) { #oAFeSxcJmTU7lpggHNk5gbHA2PT1u8n1 { width:405px;height:192px;top:137px;left:359px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #UwNT1wDKZZfZuZqEeyMZ9iKndTXzob6l { display:block; }#UwNT1wDKZZfZuZqEeyMZ9iKndTXzob6l > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QoS3xvbbI8fUPq2EaKb2RwQx3DIFmkXo { width:764px;height:52px;top:23px;left:0px;font-size:41px;display:block; }
 }@media only screen and (max-width: 763px) { #kME2uiqbxNWPy1Oew5qiRfCtdaPKawn4 { display:block; }#kME2uiqbxNWPy1Oew5qiRfCtdaPKawn4 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pET65w9zz6Dd8zWtB0OosLEGhGinbQMV { width:321px;height:40px;top:66px;left:443px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #SQVC73UIRucqqrsm6wVJwWb0ZS2III7S { width:100px;height:100px;top:30px;left:382px;display:block; }
 }@media only screen and (max-width: 763px) { #EGQ7GxAO1MSlKM9P1fBUTZtrrxLU2KVw { width:300px;height:32px;top:30px;left:464px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #dxy79I9kbecmTMnOXU2aywr1tnI8WbDT { width:53px;height:53px;top:52px;left:382px;display:block; }
 }@media only screen and (max-width: 763px) { #bCxWNi31wLGkxZu2cefwl5p3bJ3AmHfS { width:300px;height:62px;top:73px;left:82px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Xdh4noZRrq6VeaI8H4MQTdNm2IkBwSox { width:100px;height:100px;top:37px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #TBfPJeVzOG13byTRX0DoS4TulmtARq9m { width:57px;height:33px;top:70px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #EdTqaTV5VJTaInVneBQiesGTG5zTKwNr { width:317px;height:32px;top:37px;left:65px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #pQq6p1N90B9LdOKyPLAqPxtAm6ulgRaR { display:block; }#pQq6p1N90B9LdOKyPLAqPxtAm6ulgRaR > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MCG0TZxHJNAsEmIc05cTD6Z6A4P88rMd { width:300px;height:40px;top:69px;left:82px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #dTWDCzI9q3T6JwIDRAi84TkF3MOOaQlI { width:52px;height:60px;top:52px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ovkegw7Q3khtoMBsR0aUbT6n4CtTckzV { width:317px;height:32px;top:33px;left:65px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #cdEInnITkfvE9gGdxhaa3hrtRguSEabK { width:100px;height:100px;top:33px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #WM6C00wsQts7doxChuCTgpJxOCULxI2Q { width:300px;height:40px;top:63px;left:464px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #eEMbDI4LCnuLvpQ4KmeiCZIElcWqTiuI { width:36px;height:53px;top:50px;left:382px;display:block; }
 }@media only screen and (max-width: 763px) { #AtvHXozd734OEyfZsN2Iutgy3ycCO5yp { width:100px;height:100px;top:27px;left:382px;display:block; }
 }@media only screen and (max-width: 763px) { #ARmxISkKECl3mC173SB0t7OgHunRuxUb { width:359px;height:32px;top:27px;left:405px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #vV4fRJwAPsmVUauyfPbhg89oEiWaQsgq { display:block; }#vV4fRJwAPsmVUauyfPbhg89oEiWaQsgq > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P8vqIM4uCqtsEVlJE2dqkUIuEwbBM41W { width:764px;height:53px;top:56px;left:0px;font-size:41px;display:block; }
 }@media only screen and (max-width: 763px) { #dPFfxCsKAlQsVATxSNTnep6GwOJWtiK2 { width:230px;height:71px;top:133px;left:267px;display:block; }
 }@media only screen and (max-width: 763px) { #Px3aZoogTNNMQQbhDkxiKX6DE9nMqgMk { display:block; }
 }@media only screen and (max-width: 763px) { #aX4PATFrMl16D3BzWS0ADVc99RqBwtkF { width:764px;height:423.58481012658px;top:229px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #FqpGqg3hiNyACoiuOPGtZeCJmGAwTIEU { width:566px;height:20px;top:694px;left:99px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#000000;background-image:none;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#000000;background-image:url("https://images.assets-landingi.com/6bfexbAO/sports_mob.jpg");background-position:center !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:contain !important;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:320px;height:614px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BEbACOQNJaeOkkezWiaBL5RrLbptihk3 { width:200px;height:50px;top:436px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #U5OgPzglctgUDacTU1fIDgTvScafEJtP { display:block; }
 }@media only screen and (max-width: 763px) { #qPwwqgBZHydwrtrUhP9Twzs4xmTKLXGF { width:320px;height:64px;top:510px;left:0px;text-align:center;text-align-last:center;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #rALt4O1zvQI5paQLVfQ2q4WLN1z5Imxz { background-color:#333338;background-image:url("https://images.assets-landingi.com/euoNBSLA/mob_1.jpg");background-position:top 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;display:block; }
#rALt4O1zvQI5paQLVfQ2q4WLN1z5Imxz.adaptive-delivery-prevent-bg { background-image: none; }#rALt4O1zvQI5paQLVfQ2q4WLN1z5Imxz > .row .container { background-color: transparent; background-image: none; }#rALt4O1zvQI5paQLVfQ2q4WLN1z5Imxz::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rALt4O1zvQI5paQLVfQ2q4WLN1z5Imxz > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rALt4O1zvQI5paQLVfQ2q4WLN1z5Imxz > .row .container > .video-iframe-container { display: none; }#rALt4O1zvQI5paQLVfQ2q4WLN1z5Imxz > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rALt4O1zvQI5paQLVfQ2q4WLN1z5Imxz > .row > .video-iframe-container { display: none; }#rALt4O1zvQI5paQLVfQ2q4WLN1z5Imxz > .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); }#rALt4O1zvQI5paQLVfQ2q4WLN1z5Imxz > .row .container { border-width: 0; border-radius: 0; }#rALt4O1zvQI5paQLVfQ2q4WLN1z5Imxz > .row .container { width:320px;height:359.33299999999997px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wFwTD1eHqPQik3t09QFms3DvHWRM53Gd { width:304px;height:32px;top:214.5px;left:8px;text-align:center;text-align-last:center;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #fd0we531zm8LlxVB0UU6MzepbWTM2HEO { width:314px;height:103.3334px;top:256px;left:3px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #OcvOPiO6Qtei6zJoGzxJEFBXowflkBxF { background-color:#000000;background-image:url("https://images.assets-landingi.com/40dDGs5D/mob_2.jpg");background-position:top 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;display:block; }
#OcvOPiO6Qtei6zJoGzxJEFBXowflkBxF.adaptive-delivery-prevent-bg { background-image: none; }#OcvOPiO6Qtei6zJoGzxJEFBXowflkBxF > .row .container { background-color: transparent; background-image: none; }#OcvOPiO6Qtei6zJoGzxJEFBXowflkBxF::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OcvOPiO6Qtei6zJoGzxJEFBXowflkBxF > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OcvOPiO6Qtei6zJoGzxJEFBXowflkBxF > .row .container > .video-iframe-container { display: none; }#OcvOPiO6Qtei6zJoGzxJEFBXowflkBxF > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OcvOPiO6Qtei6zJoGzxJEFBXowflkBxF > .row > .video-iframe-container { display: none; }#OcvOPiO6Qtei6zJoGzxJEFBXowflkBxF > .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); }#OcvOPiO6Qtei6zJoGzxJEFBXowflkBxF > .row .container { border-width: 0; border-radius: 0; }#OcvOPiO6Qtei6zJoGzxJEFBXowflkBxF > .row .container { width:320px;height:352px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SvZ9gomZxGknkZ2wcfHZCcTPTyRA0Rmg { width:182px;height:32px;top:209px;left:69px;text-align:center;text-align-last:center;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #oAFeSxcJmTU7lpggHNk5gbHA2PT1u8n1 { width:314px;height:103.333px;top:241px;left:3px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #UwNT1wDKZZfZuZqEeyMZ9iKndTXzob6l { display:block; }#UwNT1wDKZZfZuZqEeyMZ9iKndTXzob6l > .row .container { width:320px;height:179px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QoS3xvbbI8fUPq2EaKb2RwQx3DIFmkXo { width:320px;height:105.333px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:41px;display:block; }
 }@media only screen and (max-width: 763px) { #kME2uiqbxNWPy1Oew5qiRfCtdaPKawn4 { display:block; }#kME2uiqbxNWPy1Oew5qiRfCtdaPKawn4 > .row .container { width:320px;height:522px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pET65w9zz6Dd8zWtB0OosLEGhGinbQMV { width:297px;height:41.3333px;top:471px;left:11.5px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SQVC73UIRucqqrsm6wVJwWb0ZS2III7S { width:100px;height:100px;top:287px;left:110px;display:block; }
 }@media only screen and (max-width: 763px) { #EGQ7GxAO1MSlKM9P1fBUTZtrrxLU2KVw { width:182px;height:64px;top:407px;left:69px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dxy79I9kbecmTMnOXU2aywr1tnI8WbDT { width:53px;height:53px;top:308px;left:134px;display:block; }
 }@media only screen and (max-width: 763px) { #bCxWNi31wLGkxZu2cefwl5p3bJ3AmHfS { width:297px;height:62px;top:207px;left:11.5px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xdh4noZRrq6VeaI8H4MQTdNm2IkBwSox { width:100px;height:100px;top:23px;left:110px;display:block; }
 }@media only screen and (max-width: 763px) { #TBfPJeVzOG13byTRX0DoS4TulmtARq9m { width:57px;height:33px;top:56.5px;left:131.5px;display:block; }
 }@media only screen and (max-width: 763px) { #EdTqaTV5VJTaInVneBQiesGTG5zTKwNr { width:182px;height:64px;top:143px;left:69px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pQq6p1N90B9LdOKyPLAqPxtAm6ulgRaR { display:block; }#pQq6p1N90B9LdOKyPLAqPxtAm6ulgRaR > .row .container { width:320px;height:527px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MCG0TZxHJNAsEmIc05cTD6Z6A4P88rMd { width:297px;height:41.3333px;top:183px;left:11.5px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dTWDCzI9q3T6JwIDRAi84TkF3MOOaQlI { width:49px;height:56px;top:45px;left:135.5px;display:block; }
 }@media only screen and (max-width: 763px) { #ovkegw7Q3khtoMBsR0aUbT6n4CtTckzV { width:182px;height:32px;top:143px;left:69px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cdEInnITkfvE9gGdxhaa3hrtRguSEabK { width:100px;height:100px;top:23px;left:110px;display:block; }
 }@media only screen and (max-width: 763px) { #WM6C00wsQts7doxChuCTgpJxOCULxI2Q { width:297px;height:41.3333px;top:473px;left:11.5px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eEMbDI4LCnuLvpQ4KmeiCZIElcWqTiuI { width:36px;height:53px;top:282px;left:142px;display:block; }
 }@media only screen and (max-width: 763px) { #AtvHXozd734OEyfZsN2Iutgy3ycCO5yp { width:100px;height:100px;top:258.5px;left:110px;display:block; }
 }@media only screen and (max-width: 763px) { #ARmxISkKECl3mC173SB0t7OgHunRuxUb { width:182px;height:96px;top:367px;left:69px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vV4fRJwAPsmVUauyfPbhg89oEiWaQsgq { background-color:#000000;background-image:url("https://images.assets-landingi.com/A2hTfL9L/baneris_10.04.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }
#vV4fRJwAPsmVUauyfPbhg89oEiWaQsgq.adaptive-delivery-prevent-bg { background-image: none; }#vV4fRJwAPsmVUauyfPbhg89oEiWaQsgq > .row .container { background-color: transparent; background-image: none; }#vV4fRJwAPsmVUauyfPbhg89oEiWaQsgq::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vV4fRJwAPsmVUauyfPbhg89oEiWaQsgq > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vV4fRJwAPsmVUauyfPbhg89oEiWaQsgq > .row .container > .video-iframe-container { display: none; }#vV4fRJwAPsmVUauyfPbhg89oEiWaQsgq > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vV4fRJwAPsmVUauyfPbhg89oEiWaQsgq > .row > .video-iframe-container { display: none; }#vV4fRJwAPsmVUauyfPbhg89oEiWaQsgq > .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); }#vV4fRJwAPsmVUauyfPbhg89oEiWaQsgq > .row .container { width:320px;height:499px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P8vqIM4uCqtsEVlJE2dqkUIuEwbBM41W { width:320px;height:77.3333px;top:23px;left:0px;text-align:center;text-align-last:center;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #dPFfxCsKAlQsVATxSNTnep6GwOJWtiK2 { width:234px;height:50px;top:117px;left:43px;display:block; }
 }@media only screen and (max-width: 763px) { #Px3aZoogTNNMQQbhDkxiKX6DE9nMqgMk { display:block; }
 }@media only screen and (max-width: 763px) { #aX4PATFrMl16D3BzWS0ADVc99RqBwtkF { width:316px;height:175px;top:209px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #FqpGqg3hiNyACoiuOPGtZeCJmGAwTIEU { width:320px;height:41.3333px;top:433px;left:0px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }