.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:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;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:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:199999;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:fixed;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;top:0rem;left:0rem;right:0rem;display:block; }#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 > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:3.25rem;width:75rem;overflow:visible;position:relative;display:block; }#G59lIDNyNoaiWJCe29vqXLATwC9UTROA { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:13.0625rem;top:0.6875rem;left:0.9375rem;overflow:hidden;display:block; }
#wUcRSGSspPTkQsBzzuCvDO1nB7Ip27IE { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"battlefield text";font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.125rem;height:1.875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0.6875rem;left:18rem;display:block; }
#izmG0hLpOxX9NsyrfAkoPUL6kSlZEOsQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HTk2U4avDLRtWoCoHpZvfMB9n05LV1Bl { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"battlefield text";font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.125rem;height:1.875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0.6875rem;left:28.875rem;display:block; }
#HTbFSkb4OQUywZQqiRibRcoN7rUToDgh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BlceDNlNUQHisVZK1AfCh2mQSF4TdXSO { z-index:15004;top:0.5rem;left:65.5rem;background-color:#ff3c00;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"battlefield sub headline bold";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.375rem;height:2.25rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#XMPwnG8NrLW9HtbUT7T4ZdtqGsqgM0SB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RDW5zuBfLfAkrODimvmhDw1JV3Q5WgMN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#RDW5zuBfLfAkrODimvmhDw1JV3Q5WgMN > .row .container { background-color: transparent; background-image: none; }#RDW5zuBfLfAkrODimvmhDw1JV3Q5WgMN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RDW5zuBfLfAkrODimvmhDw1JV3Q5WgMN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RDW5zuBfLfAkrODimvmhDw1JV3Q5WgMN > .row .container > .video-iframe-container { display: none; }#RDW5zuBfLfAkrODimvmhDw1JV3Q5WgMN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RDW5zuBfLfAkrODimvmhDw1JV3Q5WgMN > .row > .video-iframe-container { display: none; }#RDW5zuBfLfAkrODimvmhDw1JV3Q5WgMN > .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); }#RDW5zuBfLfAkrODimvmhDw1JV3Q5WgMN > .row .container { border-width: 0; border-radius: 0; }#RDW5zuBfLfAkrODimvmhDw1JV3Q5WgMN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RDW5zuBfLfAkrODimvmhDw1JV3Q5WgMN > .row .container { font-size:0.875rem;font-family:arial;height:19.9375rem;width:75rem;position:relative;display:block; }#sKmMutvNt9Kpir9NX0IBdgWNc6PTEh5Z { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.875rem;width:40.375rem;top:7.375rem;left:17.3125rem;overflow:hidden;display:block; }
#o3rEJTtL5qWn0pJtxa9WtPRV1ztKfess { z-index:15003;top:15.1875rem;left:31.875rem;background-color:#ff3c00;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"battlefield sub headline bold";font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:2.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#E4eazSAI5oEJSGQbhKdTv35rJ7IMqXER { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HAd9w2S93VvAk5gCCTAosXNZuOCBMNI6 { border-top:0.0625rem solid #ff3c00;border-left:0;border-right:0;border-bottom:0;background-color:#242b2f;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; }#HAd9w2S93VvAk5gCCTAosXNZuOCBMNI6 > .row .container { background-color: transparent; background-image: none; }#HAd9w2S93VvAk5gCCTAosXNZuOCBMNI6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HAd9w2S93VvAk5gCCTAosXNZuOCBMNI6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HAd9w2S93VvAk5gCCTAosXNZuOCBMNI6 > .row .container > .video-iframe-container { display: none; }#HAd9w2S93VvAk5gCCTAosXNZuOCBMNI6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HAd9w2S93VvAk5gCCTAosXNZuOCBMNI6 > .row > .video-iframe-container { display: none; }#HAd9w2S93VvAk5gCCTAosXNZuOCBMNI6 > .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); }#HAd9w2S93VvAk5gCCTAosXNZuOCBMNI6 > .row .container { border-width: 0; border-radius: 0; }#HAd9w2S93VvAk5gCCTAosXNZuOCBMNI6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HAd9w2S93VvAk5gCCTAosXNZuOCBMNI6 > .row .container { font-size:0.875rem;font-family:arial;height:27.125rem;width:75rem;position:relative;display:block; }#UA1P3QCCwa2WQ1dFBVUfQJwBTOUQ3Tqn { position:absolute;display:block;z-index:15000;border-top:0.0625rem solid #ff3c00;border-left:0.0625rem solid #ff3c00;border-right:0.0625rem solid #ff3c00;border-bottom:0.0625rem solid #ff3c00;box-shadow: none;height:19.5625rem;width:34.8125rem;top:3.75rem;left:36.625rem;display:block; }
#Q1uaeUo9NAGJcgKS5VwuFw3S9SxArqLX { color:#ffffff;display:block;width:31.4375rem;position:absolute;font-family:"battlefield text";font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:9.0625rem;left:3.4375rem;height:13rem;display:block; }
#yTQIJNKBume0Gv7JmrRG2CHiLO8gSqnW { color:#ffffff;display:block;width:31.4375rem;position:absolute;font-family:"battlefield sub headline bold";font-size:2.5rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:5.0625rem;left:3.4375rem;height:3.25rem;display:block; }
#dfnfOQcUQu9lwmwK2qnVOmfndUXfxf7d { color:#ffffff;display:block;width:31.4375rem;position:absolute;font-family:"battlefield text";font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:9.0625rem;left:3.4375rem;height:13rem;display:none; }
#ZoVAlitai1OWRt6OvqyawalsWrgFZpRT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#ZoVAlitai1OWRt6OvqyawalsWrgFZpRT > .row .container { background-color: transparent; background-image: none; }#ZoVAlitai1OWRt6OvqyawalsWrgFZpRT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZoVAlitai1OWRt6OvqyawalsWrgFZpRT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZoVAlitai1OWRt6OvqyawalsWrgFZpRT > .row .container > .video-iframe-container { display: none; }#ZoVAlitai1OWRt6OvqyawalsWrgFZpRT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZoVAlitai1OWRt6OvqyawalsWrgFZpRT > .row > .video-iframe-container { display: none; }#ZoVAlitai1OWRt6OvqyawalsWrgFZpRT > .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); }#ZoVAlitai1OWRt6OvqyawalsWrgFZpRT > .row .container { border-width: 0; border-radius: 0; }#ZoVAlitai1OWRt6OvqyawalsWrgFZpRT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZoVAlitai1OWRt6OvqyawalsWrgFZpRT > .row .container { font-size:0.875rem;font-family:arial;height:30.0625rem;width:75rem;position:relative;display:block; }#AE7RB2heFQQCAgdCl9LIlSFKt56pnefD { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.4375rem;width:22.1875rem;top:1.4375rem;left:1.40625rem;overflow:hidden;display:block; }
#SCefQIRCM4l88C2JlT7qwrWoBkJtGRsW { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.4375rem;width:22.1875rem;top:1.4375rem;left:26.40625rem;overflow:hidden;display:block; }
#hword1u9TIzOZfs0KPyQMKTI0Vz8R5BD { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.125rem;width:22.1875rem;top:1.4375rem;left:51.40625rem;overflow:hidden;display:block; }
#WOqTQWKJUAdwx8SS6vW7lv4fbxEza9Mx { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:"battlefield sub headline bold";font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:14.4375rem;left:1.40625rem;height:1.625rem;display:block; }
#iThzbXkqbIoapmsEQ9HTWc4AeU7bAG2p { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:"battlefield sub headline bold";font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:14.4375rem;left:26.40625rem;height:1.625rem;display:block; }
#OdMBTn97GbdnFDy6hrIHNrHQTSo94JJX { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:"battlefield sub headline bold";font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:14.4375rem;left:51.40625rem;height:1.625rem;display:block; }
#T6z72Q3QXyMJu2kn5QdquO4txgceEGd7 { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:"battlefield text";font-size:0.9375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:16.875rem;left:1.40625rem;height:8.53125rem;display:block; }
#hhESNGH8ZwLy8RgwmTJhm1Dl4ZGTlbNB { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:"battlefield text";font-size:0.9375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:16.875rem;left:26.40625rem;height:12.1875rem;display:block; }
#zfOFpGfuyBTbX9fIDbCru8JGfL8KMgET { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:"battlefield text";font-size:0.9375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:16.875rem;left:51.40625rem;height:8.53125rem;display:block; }
#PVnhenZAto42LaTQxvTIr3rdcRa5f8CH { box-sizing:content-box;height:24.875rem;width:24.875rem;position:absolute;display:block;z-index:14999;background-color:#ff3c00;background-image:none;top:5.1875028610229rem;left:0rem;display:block; }
#UTGZQWQS5IEyoBvb5B3depwkvZSgZi0U { box-sizing:content-box;height:24.875rem;width:24.875rem;position:absolute;display:block;z-index:15000;background-color:#ff3c00;background-image:none;top:5.1875028610229rem;left:25.0625rem;display:block; }
#GsXsRkdJhXRF9gzfPTrUqmx9OGold0b3 { box-sizing:content-box;height:24.875rem;width:24.875rem;position:absolute;display:block;z-index:15001;background-color:#ff3c00;background-image:none;top:5.1875rem;left:50.125rem;display:block; }
#gBy9WwskAEpxBvqMglMsnxPvbA8JNIDP { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:"battlefield text";font-size:0.9375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:16.875rem;left:1.40625rem;height:8.53125rem;display:none; }
#acBhlTKTXLdHTvxlL3so3OzEfUCdn6F4 { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:"battlefield text";font-size:0.9375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:16.875rem;left:26.40625rem;height:12.1875rem;display:none; }
#dKlXuQIGkaObwpDReJg3ohk9EBO2bD2U { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:"battlefield text";font-size:0.9375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:16.875rem;left:51.40625rem;height:8.53125rem;display:none; }
#rneH7rekMH8xMtTNn36ia7KRcNex692I { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #ff3c00;background-color:#000000;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; }#rneH7rekMH8xMtTNn36ia7KRcNex692I > .row .container { background-color: transparent; background-image: none; }#rneH7rekMH8xMtTNn36ia7KRcNex692I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rneH7rekMH8xMtTNn36ia7KRcNex692I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rneH7rekMH8xMtTNn36ia7KRcNex692I > .row .container > .video-iframe-container { display: none; }#rneH7rekMH8xMtTNn36ia7KRcNex692I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rneH7rekMH8xMtTNn36ia7KRcNex692I > .row > .video-iframe-container { display: none; }#rneH7rekMH8xMtTNn36ia7KRcNex692I > .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); }#rneH7rekMH8xMtTNn36ia7KRcNex692I > .row .container { border-width: 0; border-radius: 0; }#rneH7rekMH8xMtTNn36ia7KRcNex692I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rneH7rekMH8xMtTNn36ia7KRcNex692I > .row .container { font-size:0.875rem;font-family:arial;height:30.0625rem;width:75rem;position:relative;display:block; }#r8ynkpF3gT9BHutmurHr7DIwzROHL9iB { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.4375rem;width:22.1875rem;top:1.4375rem;left:1.40625rem;overflow:hidden;display:block; }
#eJIOyNSCsHDHJkVAOPTQ3ixiF73EKb6T { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.4375rem;width:22.1875rem;top:1.4375rem;left:26.40625rem;overflow:hidden;display:block; }
#pfyn7iy2yX6NtrEW9afRJ0Os6nAh7cpy { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.4375rem;width:22.1875rem;top:1.4375rem;left:51.40625rem;overflow:hidden;display:block; }
#uWc6BFWm1TMe3IFaMaxgWT24vtD5aOgX { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:"battlefield sub headline bold";font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:14.4375rem;left:1.40625rem;height:1.625rem;display:block; }
#ihOXb5Aw0IKgg0R2CRKULJhWSwI7A6JP { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:"battlefield sub headline bold";font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:14.4375rem;left:26.40625rem;height:1.625rem;display:block; }
#wDvu0nQ3pksC72unOSEzUSkT8EVtWibO { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:"battlefield sub headline bold";font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:14.4375rem;left:51.40625rem;height:1.625rem;display:block; }
#haTMhoDK7RC80LkbA78PL0g8WNO8JKzf { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:"battlefield text";font-size:0.9375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:16.875rem;left:1.40625rem;height:7.3125rem;display:block; }
#THFdSXZPBbhqIJgbTNGsMPz629xJQ2pi { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:"battlefield text";font-size:0.9375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:16.875rem;left:26.40625rem;height:9.75rem;display:block; }
#IJ7XstxlbiA6Cbnl8ipsHAdvOTGyMTHk { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:"battlefield text";font-size:0.9375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:16.875rem;left:51.40625rem;height:10.96875rem;display:block; }
#cXDo4kcegwRMWW12rdBHH0mA1JMzW0Ju { box-sizing:content-box;height:24.875rem;width:24.875rem;position:absolute;display:block;z-index:14999;background-color:#ff3c00;background-image:none;top:5.1874961853028rem;left:0rem;display:block; }
#Z13AegbDb05JNvH2d6EwTGkCINrQM7q3 { box-sizing:content-box;height:24.875rem;width:24.875rem;position:absolute;display:block;z-index:14998;background-color:#ff3c00;background-image:none;top:5.1875rem;left:25rem;display:block; }
#fZyEvgDZwaSOGMbNaKEcMS2bCNBoUa5T { box-sizing:content-box;height:24.875rem;width:24.875rem;position:absolute;display:block;z-index:14997;background-color:#ff3c00;background-image:none;top:5.1875rem;left:50rem;display:block; }
#zQLRLQT281MZQufcx7DDlB72wvq1iedr { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:"battlefield text";font-size:0.9375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:16.875rem;left:26.40625rem;height:9.75rem;display:none; }
#UqfyviIPOdbGJirW2BRHTJXuUdgRm65C { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:"battlefield text";font-size:0.9375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:16.875rem;left:1.40625rem;height:7.3125rem;display:none; }
#T3LBeAwgTSquiqcqP24CwFQpmqfpF3qO { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:"battlefield text";font-size:0.9375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:16.875rem;left:51.40625rem;height:10.96875rem;display:none; }
#vqightky66hzWmLA7XhDLinpN4VZ3K0J { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#242b2f;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; }#vqightky66hzWmLA7XhDLinpN4VZ3K0J > .row .container { background-color: transparent; background-image: none; }#vqightky66hzWmLA7XhDLinpN4VZ3K0J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vqightky66hzWmLA7XhDLinpN4VZ3K0J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vqightky66hzWmLA7XhDLinpN4VZ3K0J > .row .container > .video-iframe-container { display: none; }#vqightky66hzWmLA7XhDLinpN4VZ3K0J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vqightky66hzWmLA7XhDLinpN4VZ3K0J > .row > .video-iframe-container { display: none; }#vqightky66hzWmLA7XhDLinpN4VZ3K0J > .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); }#vqightky66hzWmLA7XhDLinpN4VZ3K0J > .row .container { border-width: 0; border-radius: 0; }#vqightky66hzWmLA7XhDLinpN4VZ3K0J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vqightky66hzWmLA7XhDLinpN4VZ3K0J > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;position:relative;display:block; }#OTaLvVop8HPNPUvlGhMwTi2BtMnscUMJ { color:#ffffff;display:block;width:31.4375rem;position:absolute;font-family:"battlefield sub headline bold";font-size:3.75rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:0.85000228881838rem;left:21.78125rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#MCJfG3kZMbIs98nuk4S4qbBi1J9ZHwFP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#242b2f;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; }#MCJfG3kZMbIs98nuk4S4qbBi1J9ZHwFP > .row .container { background-color: transparent; background-image: none; }#MCJfG3kZMbIs98nuk4S4qbBi1J9ZHwFP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MCJfG3kZMbIs98nuk4S4qbBi1J9ZHwFP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MCJfG3kZMbIs98nuk4S4qbBi1J9ZHwFP > .row .container > .video-iframe-container { display: none; }#MCJfG3kZMbIs98nuk4S4qbBi1J9ZHwFP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MCJfG3kZMbIs98nuk4S4qbBi1J9ZHwFP > .row > .video-iframe-container { display: none; }#MCJfG3kZMbIs98nuk4S4qbBi1J9ZHwFP > .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); }#MCJfG3kZMbIs98nuk4S4qbBi1J9ZHwFP > .row .container { border-width: 0; border-radius: 0; }#MCJfG3kZMbIs98nuk4S4qbBi1J9ZHwFP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MCJfG3kZMbIs98nuk4S4qbBi1J9ZHwFP > .row .container { font-size:0.875rem;font-family:arial;height:27.4375rem;width:75rem;position:relative;display:block; }#CHvImudPbcRx7SQQ1hHqwhx8oQD0OD13 { position:absolute;display:block;z-index:15000;border-top:0.0625rem solid #9d9d9d;border-left:0.0625rem solid #9d9d9d;border-right:0.0625rem solid #9d9d9d;border-bottom:0.0625rem solid #9d9d9d;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:1.5000019073486rem;left:9.375rem;overflow:hidden;display:block; }
#pXIwKzfSEt4yOWtSz3ZEL0HbXZaHmMBy { position:absolute;display:block;z-index:15001;border-top:0.0625rem solid #9d9d9d;border-left:0.0625rem solid #9d9d9d;border-right:0.0625rem solid #9d9d9d;border-bottom:0.0625rem solid #9d9d9d;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:1.5rem;left:47.875rem;overflow:hidden;display:block; }
#JTXrqTVmlpEh4pK5C4aeWToXTqsBAVe5 { z-index:15005;top:22.1875rem;left:46.4375rem;background-color:#ff3c00;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"battlefield mono book";font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.1875rem;height:2.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#b7T05A2wNrI38QMTfFWQZm0HdZxZ9dbq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W5fkxE0F7A8qPozv8s15q2a21y3TM3Fi { z-index:15006;top:22.1875rem;left:58rem;background-color:#ff3c00;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"battlefield mono book";font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.1875rem;height:2.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#LEo1cU4kV1HZyoVsa09TsvTKk3ukTwAz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XaileSCOh2OV7cdBmEKEMUz8a2eT40s8 { z-index:15007;top:22.1875rem;left:7.875rem;background-color:#000000;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"battlefield mono book";font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.1875rem;height:2.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#VZHvgBZnZXZKLDRnbD68pdBHM2MRrrC8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oCb20AemptriG4OqVopQgd1r07lecq7I { z-index:15008;top:22.1875rem;left:19.4375rem;background-color:#000000;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"battlefield mono book";font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.1875rem;height:2.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#TuK5fSTHRu8ys1MQpTPBOqoI6kH3bqoT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BO0ykDLw9fQTirJoKJl5Go9GLHhEqFE0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#BO0ykDLw9fQTirJoKJl5Go9GLHhEqFE0 > .row .container { background-color: transparent; background-image: none; }#BO0ykDLw9fQTirJoKJl5Go9GLHhEqFE0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BO0ykDLw9fQTirJoKJl5Go9GLHhEqFE0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BO0ykDLw9fQTirJoKJl5Go9GLHhEqFE0 > .row .container > .video-iframe-container { display: none; }#BO0ykDLw9fQTirJoKJl5Go9GLHhEqFE0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BO0ykDLw9fQTirJoKJl5Go9GLHhEqFE0 > .row > .video-iframe-container { display: none; }#BO0ykDLw9fQTirJoKJl5Go9GLHhEqFE0 > .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); }#BO0ykDLw9fQTirJoKJl5Go9GLHhEqFE0 > .row .container { border-width: 0; border-radius: 0; }#BO0ykDLw9fQTirJoKJl5Go9GLHhEqFE0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BO0ykDLw9fQTirJoKJl5Go9GLHhEqFE0 > .row .container { font-size:0.875rem;font-family:arial;height:8.375rem;width:75rem;position:relative;display:block; }#dDKT1OT8KtZI8KQTgwR621SJtvvaXIzH { color:#ffffff;display:block;width:36.25rem;position:absolute;font-family:"battlefield text";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.3687496185302rem;left:1.75rem;height:3.9rem;display:block; }
#MOWsVTyGhe7kfKnADXCRSyFDtdVZIfFV { z-index:15004;top:3.2249984741211rem;left:49.625rem;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"battlefield sub headline bold";font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.3125rem;height:2.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#dRpIqiDhiEvtPQih7IFTc4U8ygrkNoMC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hfw2Z73TTOhAUJn8KiENTM0ulsAJcTXZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#242b2f;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; }#hfw2Z73TTOhAUJn8KiENTM0ulsAJcTXZ > .row .container { background-color: transparent; background-image: none; }#hfw2Z73TTOhAUJn8KiENTM0ulsAJcTXZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hfw2Z73TTOhAUJn8KiENTM0ulsAJcTXZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hfw2Z73TTOhAUJn8KiENTM0ulsAJcTXZ > .row .container > .video-iframe-container { display: none; }#hfw2Z73TTOhAUJn8KiENTM0ulsAJcTXZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hfw2Z73TTOhAUJn8KiENTM0ulsAJcTXZ > .row > .video-iframe-container { display: none; }#hfw2Z73TTOhAUJn8KiENTM0ulsAJcTXZ > .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); }#hfw2Z73TTOhAUJn8KiENTM0ulsAJcTXZ > .row .container { border-width: 0; border-radius: 0; }#hfw2Z73TTOhAUJn8KiENTM0ulsAJcTXZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hfw2Z73TTOhAUJn8KiENTM0ulsAJcTXZ > .row .container { font-size:0.875rem;font-family:arial;height:9.3125rem;width:75rem;position:relative;display:block; }#bxvag3MTXmGEWGTcGc5Q8a9s4OlsEawT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4375rem;width:4.4375rem;top:1.9375rem;left:2.75rem;overflow:hidden;display:block; }
#V8nOhgfUOBR4ZKOeMVudmZ0BDPZFmNmV { color:#ffffff;display:block;width:42.625rem;position:absolute;font-family:"battlefield text";font-size:0.625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.125rem;left:8.125rem;height:3.25rem;display:block; }
#B8i51hdUzvlMvZXC3vHzoE1VCT7P5apm { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:7rem;top:1.9375rem;left:8.125rem;overflow:hidden;display:block; }
#UQKRxRyd6w2I28fEvIzBmaypTJCkxho7 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:9.9375rem;top:1.9375rem;left:16.625rem;overflow:hidden;display:block; }
#vpKsRXRTZZG49WMoGE1krt6Uqmutq2q6 { 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;box-shadow: none;height:1.375rem;width:10.3125rem;top:4.6875rem;left:53rem;overflow:hidden;display:block; }
#RSdFtabIAWgIL2VyJym1i8CzEfUsdrKK { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:7.6875rem;top:4.375rem;left:64.625rem;overflow:hidden;display:block; }
#mNkdDcZoyOw4uwKoyLHG7T6ov13BAbpo.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; } #mNkdDcZoyOw4uwKoyLHG7T6ov13BAbpo.widget-smartsection *:focus-visible, #mNkdDcZoyOw4uwKoyLHG7T6ov13BAbpo.widget-smartsection input[type="text"]:focus-visible, #mNkdDcZoyOw4uwKoyLHG7T6ov13BAbpo.widget-smartsection input[type="email"]:focus-visible, #mNkdDcZoyOw4uwKoyLHG7T6ov13BAbpo.widget-smartsection input[type="tel"]:focus-visible, #mNkdDcZoyOw4uwKoyLHG7T6ov13BAbpo.widget-smartsection textarea:focus-visible { outline: none; } #ti0Xo4uufWkN3NFSudL0HETOAzzg43Ta > .row .container { background-color: transparent; background-image: none; }#ti0Xo4uufWkN3NFSudL0HETOAzzg43Ta::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ti0Xo4uufWkN3NFSudL0HETOAzzg43Ta > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ti0Xo4uufWkN3NFSudL0HETOAzzg43Ta > .row .container > .video-iframe-container { display: none; }#ti0Xo4uufWkN3NFSudL0HETOAzzg43Ta > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ti0Xo4uufWkN3NFSudL0HETOAzzg43Ta > .row > .video-iframe-container { display: none; }#ti0Xo4uufWkN3NFSudL0HETOAzzg43Ta > .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); }#ti0Xo4uufWkN3NFSudL0HETOAzzg43Ta > .row .container { border-width: 0; border-radius: 0; }#ti0Xo4uufWkN3NFSudL0HETOAzzg43Ta > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ti0Xo4uufWkN3NFSudL0HETOAzzg43Ta > .row .container { font-size:0.875rem;font-family:arial;height:4.6875rem;width:75rem;position:relative;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:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G59lIDNyNoaiWJCe29vqXLATwC9UTROA { width:13.0625rem;height:1.875rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUcRSGSspPTkQsBzzuCvDO1nB7Ip27IE { width:10.125rem;height:1.875rem;top:0.6875rem;left:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #izmG0hLpOxX9NsyrfAkoPUL6kSlZEOsQ { display:block; }
 }@media only screen and (max-width: 763px) { #HTk2U4avDLRtWoCoHpZvfMB9n05LV1Bl { width:10.125rem;height:1.875rem;top:0.6875rem;left:15.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #HTbFSkb4OQUywZQqiRibRcoN7rUToDgh { display:block; }
 }@media only screen and (max-width: 763px) { #BlceDNlNUQHisVZK1AfCh2mQSF4TdXSO { top:0.5rem;left:39.375rem;width:8.375rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMPwnG8NrLW9HtbUT7T4ZdtqGsqgM0SB { display:block; }
 }@media only screen and (max-width: 763px) { #RDW5zuBfLfAkrODimvmhDw1JV3Q5WgMN { display:block; }#RDW5zuBfLfAkrODimvmhDw1JV3Q5WgMN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sKmMutvNt9Kpir9NX0IBdgWNc6PTEh5Z { width:40.375rem;height:5.875rem;top:7.375rem;left:3.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #o3rEJTtL5qWn0pJtxa9WtPRV1ztKfess { top:15.1875rem;left:18.25rem;width:11.25rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4eazSAI5oEJSGQbhKdTv35rJ7IMqXER { display:block; }
 }@media only screen and (max-width: 763px) { #HAd9w2S93VvAk5gCCTAosXNZuOCBMNI6 { display:block; }#HAd9w2S93VvAk5gCCTAosXNZuOCBMNI6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UA1P3QCCwa2WQ1dFBVUfQJwBTOUQ3Tqn { width:34.8125rem;height:19.5625rem;top:3.75rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1uaeUo9NAGJcgKS5VwuFw3S9SxArqLX { width:31.4375rem;height:13rem;top:9.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTQIJNKBume0Gv7JmrRG2CHiLO8gSqnW { width:31.4375rem;height:3.25rem;top:5.0625rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfnfOQcUQu9lwmwK2qnVOmfndUXfxf7d { width:20rem;height:12.9375rem;top:15.9375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZoVAlitai1OWRt6OvqyawalsWrgFZpRT { display:block; }#ZoVAlitai1OWRt6OvqyawalsWrgFZpRT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AE7RB2heFQQCAgdCl9LIlSFKt56pnefD { width:22.1875rem;height:12.4375rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCefQIRCM4l88C2JlT7qwrWoBkJtGRsW { width:22.1875rem;height:12.4375rem;top:1.4375rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hword1u9TIzOZfs0KPyQMKTI0Vz8R5BD { width:22.1875rem;height:12.125rem;top:1.4375rem;left:25.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOqTQWKJUAdwx8SS6vW7lv4fbxEza9Mx { width:22.1875rem;height:1.625rem;top:14.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iThzbXkqbIoapmsEQ9HTWc4AeU7bAG2p { width:22.1875rem;height:1.625rem;top:14.4375rem;left:9.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdMBTn97GbdnFDy6hrIHNrHQTSo94JJX { width:22.1875rem;height:1.625rem;top:14.4375rem;left:25.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6z72Q3QXyMJu2kn5QdquO4txgceEGd7 { width:22.1875rem;height:8.5rem;top:16.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhESNGH8ZwLy8RgwmTJhm1Dl4ZGTlbNB { width:22.1875rem;height:12.1875rem;top:16.875rem;left:9.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfOFpGfuyBTbX9fIDbCru8JGfL8KMgET { width:22.1875rem;height:8.5rem;top:16.875rem;left:25.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVnhenZAto42LaTQxvTIr3rdcRa5f8CH { width:24.875rem;height:24.875rem;top:5.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UTGZQWQS5IEyoBvb5B3depwkvZSgZi0U { width:24.875rem;height:24.875rem;top:5.1875rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GsXsRkdJhXRF9gzfPTrUqmx9OGold0b3 { width:24.875rem;height:24.875rem;top:5.1875rem;left:22.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #gBy9WwskAEpxBvqMglMsnxPvbA8JNIDP { width:20rem;height:9.75rem;top:15.4375rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #acBhlTKTXLdHTvxlL3so3OzEfUCdn6F4 { width:20rem;height:13.375rem;top:40.5625rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dKlXuQIGkaObwpDReJg3ohk9EBO2bD2U { width:20rem;height:9.75rem;top:69.0625rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rneH7rekMH8xMtTNn36ia7KRcNex692I { display:block; }#rneH7rekMH8xMtTNn36ia7KRcNex692I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r8ynkpF3gT9BHutmurHr7DIwzROHL9iB { width:22.1875rem;height:12.4375rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJIOyNSCsHDHJkVAOPTQ3ixiF73EKb6T { width:22.1875rem;height:12.4375rem;top:1.4375rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfyn7iy2yX6NtrEW9afRJ0Os6nAh7cpy { width:22.1875rem;height:12.4375rem;top:1.4375rem;left:25.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWc6BFWm1TMe3IFaMaxgWT24vtD5aOgX { width:22.1875rem;height:1.625rem;top:14.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihOXb5Aw0IKgg0R2CRKULJhWSwI7A6JP { width:22.1875rem;height:1.625rem;top:14.4375rem;left:9.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDvu0nQ3pksC72unOSEzUSkT8EVtWibO { width:22.1875rem;height:1.625rem;top:14.4375rem;left:25.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #haTMhoDK7RC80LkbA78PL0g8WNO8JKzf { width:22.1875rem;height:7.3125rem;top:16.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #THFdSXZPBbhqIJgbTNGsMPz629xJQ2pi { width:22.1875rem;height:9.75rem;top:16.875rem;left:9.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJ7XstxlbiA6Cbnl8ipsHAdvOTGyMTHk { width:22.1875rem;height:10.9375rem;top:16.875rem;left:25.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXDo4kcegwRMWW12rdBHH0mA1JMzW0Ju { width:24.875rem;height:24.875rem;top:5.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z13AegbDb05JNvH2d6EwTGkCINrQM7q3 { width:24.875rem;height:24.875rem;top:5.1875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZyEvgDZwaSOGMbNaKEcMS2bCNBoUa5T { width:24.875rem;height:24.875rem;top:5.1875rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQLRLQT281MZQufcx7DDlB72wvq1iedr { width:20rem;height:10.9375rem;top:39.1875rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UqfyviIPOdbGJirW2BRHTJXuUdgRm65C { width:20rem;height:7.3125rem;top:15.3125rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #T3LBeAwgTSquiqcqP24CwFQpmqfpF3qO { width:20rem;height:13.375rem;top:66.5rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vqightky66hzWmLA7XhDLinpN4VZ3K0J { display:block; }#vqightky66hzWmLA7XhDLinpN4VZ3K0J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OTaLvVop8HPNPUvlGhMwTi2BtMnscUMJ { width:31.4375rem;height:0;top:0.8125rem;left:8.15625rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCJfG3kZMbIs98nuk4S4qbBi1J9ZHwFP { display:block; }#MCJfG3kZMbIs98nuk4S4qbBi1J9ZHwFP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CHvImudPbcRx7SQQ1hHqwhx8oQD0OD13 { width:18.75rem;height:18.75rem;top:1.5rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXIwKzfSEt4yOWtSz3ZEL0HbXZaHmMBy { width:18.75rem;height:18.75rem;top:1.5rem;left:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTXrqTVmlpEh4pK5C4aeWToXTqsBAVe5 { top:22.1875rem;left:26rem;width:10.1875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7T05A2wNrI38QMTfFWQZm0HdZxZ9dbq { display:block; }
 }@media only screen and (max-width: 763px) { #W5fkxE0F7A8qPozv8s15q2a21y3TM3Fi { top:22.1875rem;left:37.5625rem;width:10.1875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEo1cU4kV1HZyoVsa09TsvTKk3ukTwAz { display:block; }
 }@media only screen and (max-width: 763px) { #XaileSCOh2OV7cdBmEKEMUz8a2eT40s8 { top:22.1875rem;left:1.0625rem;width:10.1875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZHvgBZnZXZKLDRnbD68pdBHM2MRrrC8 { display:block; }
 }@media only screen and (max-width: 763px) { #oCb20AemptriG4OqVopQgd1r07lecq7I { top:22.1875rem;left:12.625rem;width:10.1875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuK5fSTHRu8ys1MQpTPBOqoI6kH3bqoT { display:block; }
 }@media only screen and (max-width: 763px) { #BO0ykDLw9fQTirJoKJl5Go9GLHhEqFE0 { display:block; }#BO0ykDLw9fQTirJoKJl5Go9GLHhEqFE0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dDKT1OT8KtZI8KQTgwR621SJtvvaXIzH { width:36.25rem;height:3.875rem;top:2.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOWsVTyGhe7kfKnADXCRSyFDtdVZIfFV { top:3.1875rem;left:28.4375rem;width:19.3125rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRpIqiDhiEvtPQih7IFTc4U8ygrkNoMC { display:block; }
 }@media only screen and (max-width: 763px) { #hfw2Z73TTOhAUJn8KiENTM0ulsAJcTXZ { display:block; }#hfw2Z73TTOhAUJn8KiENTM0ulsAJcTXZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bxvag3MTXmGEWGTcGc5Q8a9s4OlsEawT { width:4.4375rem;height:5.4375rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8nOhgfUOBR4ZKOeMVudmZ0BDPZFmNmV { width:42.625rem;height:3.25rem;top:4.125rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8i51hdUzvlMvZXC3vHzoE1VCT7P5apm { width:7rem;height:1.5625rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQKRxRyd6w2I28fEvIzBmaypTJCkxho7 { width:9.9375rem;height:1.375rem;top:1.9375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpKsRXRTZZG49WMoGE1krt6Uqmutq2q6 { width:10.3125rem;height:1.375rem;top:4.6875rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSdFtabIAWgIL2VyJym1i8CzEfUsdrKK { width:7.6875rem;height:2rem;top:4.375rem;left:40.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNkdDcZoyOw4uwKoyLHG7T6ov13BAbpo.widget-smartsection { display:block; } #mNkdDcZoyOw4uwKoyLHG7T6ov13BAbpo.widget-smartsection *:focus-visible, #mNkdDcZoyOw4uwKoyLHG7T6ov13BAbpo.widget-smartsection input[type="text"]:focus-visible, #mNkdDcZoyOw4uwKoyLHG7T6ov13BAbpo.widget-smartsection input[type="email"]:focus-visible, #mNkdDcZoyOw4uwKoyLHG7T6ov13BAbpo.widget-smartsection input[type="tel"]:focus-visible, #mNkdDcZoyOw4uwKoyLHG7T6ov13BAbpo.widget-smartsection textarea:focus-visible { outline: none; } #ti0Xo4uufWkN3NFSudL0HETOAzzg43Ta > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:3.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G59lIDNyNoaiWJCe29vqXLATwC9UTROA { width:9.5625rem;height:1.3125rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUcRSGSspPTkQsBzzuCvDO1nB7Ip27IE { width:10.125rem;height:1.875rem;top:4.375rem;left:4.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #izmG0hLpOxX9NsyrfAkoPUL6kSlZEOsQ { display:block; }
 }@media only screen and (max-width: 763px) { #HTk2U4avDLRtWoCoHpZvfMB9n05LV1Bl { width:10.125rem;height:1.875rem;top:7.5rem;left:4.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HTbFSkb4OQUywZQqiRibRcoN7rUToDgh { display:block; }
 }@media only screen and (max-width: 763px) { #BlceDNlNUQHisVZK1AfCh2mQSF4TdXSO { top:0.96875rem;left:11.625rem;width:7.6875rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMPwnG8NrLW9HtbUT7T4ZdtqGsqgM0SB { display:block; }
 }@media only screen and (max-width: 763px) { #RDW5zuBfLfAkrODimvmhDw1JV3Q5WgMN { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/3545e148-ff1e-40d9-a280-70cc5f2ef390/imgi_176_battlefield6standardedition1x1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#RDW5zuBfLfAkrODimvmhDw1JV3Q5WgMN.adaptive-delivery-prevent-bg, #RDW5zuBfLfAkrODimvmhDw1JV3Q5WgMN.lazyload, #RDW5zuBfLfAkrODimvmhDw1JV3Q5WgMN.lazyloading { background-image: none; }#RDW5zuBfLfAkrODimvmhDw1JV3Q5WgMN > .row .container { background-color: transparent; background-image: none; }#RDW5zuBfLfAkrODimvmhDw1JV3Q5WgMN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RDW5zuBfLfAkrODimvmhDw1JV3Q5WgMN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RDW5zuBfLfAkrODimvmhDw1JV3Q5WgMN > .row .container > .video-iframe-container { display: none; }#RDW5zuBfLfAkrODimvmhDw1JV3Q5WgMN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RDW5zuBfLfAkrODimvmhDw1JV3Q5WgMN > .row > .video-iframe-container { display: none; }#RDW5zuBfLfAkrODimvmhDw1JV3Q5WgMN > .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); }#RDW5zuBfLfAkrODimvmhDw1JV3Q5WgMN > .row .container { width:20rem;height:30.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sKmMutvNt9Kpir9NX0IBdgWNc6PTEh5Z { width:20rem;height:2.9102167182663rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #o3rEJTtL5qWn0pJtxa9WtPRV1ztKfess { top:26.5625rem;left:4.375rem;width:11.25rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4eazSAI5oEJSGQbhKdTv35rJ7IMqXER { display:block; }
 }@media only screen and (max-width: 763px) { #HAd9w2S93VvAk5gCCTAosXNZuOCBMNI6 { display:block; }#HAd9w2S93VvAk5gCCTAosXNZuOCBMNI6 > .row .container { width:20rem;height:29.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UA1P3QCCwa2WQ1dFBVUfQJwBTOUQ3Tqn { height:11.168536804309rem;width:19.875rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1uaeUo9NAGJcgKS5VwuFw3S9SxArqLX { width:20rem;height:0;top:16.5rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #yTQIJNKBume0Gv7JmrRG2CHiLO8gSqnW { width:20rem;height:2.6rem;top:13.375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dfnfOQcUQu9lwmwK2qnVOmfndUXfxf7d { width:20rem;height:12.9980625rem;top:15.974609375rem;left:0rem;font-size:1rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #ZoVAlitai1OWRt6OvqyawalsWrgFZpRT { display:block; }#ZoVAlitai1OWRt6OvqyawalsWrgFZpRT > .row .container { width:20rem;height:78.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AE7RB2heFQQCAgdCl9LIlSFKt56pnefD { width:20rem;height:11.211267605634rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCefQIRCM4l88C2JlT7qwrWoBkJtGRsW { width:20rem;height:11.211267605634rem;top:26.3676875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hword1u9TIzOZfs0KPyQMKTI0Vz8R5BD { width:20rem;height:10.929577464789rem;top:55.141625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOqTQWKJUAdwx8SS6vW7lv4fbxEza9Mx { width:20rem;height:1.625rem;top:13.7114375rem;left:0rem;font-size:1.25rem;color:#ff3c00;display:block; }
 }@media only screen and (max-width: 763px) { #iThzbXkqbIoapmsEQ9HTWc4AeU7bAG2p { width:20rem;height:1.625rem;top:38.829125rem;left:0rem;font-size:1.25rem;color:#ff3c00;display:block; }
 }@media only screen and (max-width: 763px) { #OdMBTn97GbdnFDy6hrIHNrHQTSo94JJX { width:20rem;height:1.625rem;top:67.3208125rem;left:0rem;font-size:1.25rem;color:#ff3c00;display:block; }
 }@media only screen and (max-width: 763px) { #T6z72Q3QXyMJu2kn5QdquO4txgceEGd7 { width:20rem;height:0;top:15.336465835571rem;left:0rem;font-size:0.9375rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #hhESNGH8ZwLy8RgwmTJhm1Dl4ZGTlbNB { width:20rem;height:0;top:40.954162597656rem;left:0rem;font-size:0.9375rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #zfOFpGfuyBTbX9fIDbCru8JGfL8KMgET { width:20rem;height:0;top:68.945831298825rem;left:0rem;font-size:0.9375rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #PVnhenZAto42LaTQxvTIr3rdcRa5f8CH { width:20rem;height:24.875rem;top:79.977085113525rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UTGZQWQS5IEyoBvb5B3depwkvZSgZi0U { width:20rem;height:24.875rem;top:106.10208511353rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GsXsRkdJhXRF9gzfPTrUqmx9OGold0b3 { width:20rem;height:24.875rem;top:132.22708511352rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gBy9WwskAEpxBvqMglMsnxPvbA8JNIDP { width:20rem;height:9.75rem;top:15.4609375rem;left:0rem;font-size:0.9375rem;color:#ffffff;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #acBhlTKTXLdHTvxlL3so3OzEfUCdn6F4 { width:20rem;height:13.40625rem;top:40.5791015625rem;left:0rem;font-size:0.9375rem;color:#ffffff;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #dKlXuQIGkaObwpDReJg3ohk9EBO2bD2U { width:20rem;height:9.75rem;top:69.0625rem;left:0rem;font-size:0.9375rem;color:#ffffff;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #rneH7rekMH8xMtTNn36ia7KRcNex692I { display:block; }#rneH7rekMH8xMtTNn36ia7KRcNex692I > .row .container { width:20rem;height:82.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r8ynkpF3gT9BHutmurHr7DIwzROHL9iB { width:20rem;height:11.211267605634rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJIOyNSCsHDHJkVAOPTQ3ixiF73EKb6T { width:20rem;height:11.211267605634rem;top:24.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfyn7iy2yX6NtrEW9afRJ0Os6nAh7cpy { width:20rem;height:11.211267605634rem;top:52.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWc6BFWm1TMe3IFaMaxgWT24vtD5aOgX { width:20rem;height:1.625rem;top:13.7114375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihOXb5Aw0IKgg0R2CRKULJhWSwI7A6JP { width:20rem;height:1.625rem;top:37.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDvu0nQ3pksC72unOSEzUSkT8EVtWibO { width:20rem;height:1.625rem;top:64.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #haTMhoDK7RC80LkbA78PL0g8WNO8JKzf { width:20rem;height:0;top:16.5864375rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #THFdSXZPBbhqIJgbTNGsMPz629xJQ2pi { width:20rem;height:0;top:39.2353515625rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IJ7XstxlbiA6Cbnl8ipsHAdvOTGyMTHk { width:20rem;height:0;top:66.5rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cXDo4kcegwRMWW12rdBHH0mA1JMzW0Ju { width:20rem;height:23.75rem;top:57.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z13AegbDb05JNvH2d6EwTGkCINrQM7q3 { width:20rem;height:24.875rem;top:25.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZyEvgDZwaSOGMbNaKEcMS2bCNBoUa5T { width:20rem;height:22.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQLRLQT281MZQufcx7DDlB72wvq1iedr { width:20rem;height:10.96875rem;top:38.9375rem;left:0rem;font-size:0.9375rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #UqfyviIPOdbGJirW2BRHTJXuUdgRm65C { width:20rem;height:7.3125rem;top:15.3359375rem;left:0rem;font-size:0.9375rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #T3LBeAwgTSquiqcqP24CwFQpmqfpF3qO { width:20rem;height:13.40625rem;top:66.5rem;left:0rem;font-size:0.9375rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #vqightky66hzWmLA7XhDLinpN4VZ3K0J { display:block; }#vqightky66hzWmLA7XhDLinpN4VZ3K0J > .row .container { width:20rem;height:4rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OTaLvVop8HPNPUvlGhMwTi2BtMnscUMJ { width:20rem;height:2.6rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCJfG3kZMbIs98nuk4S4qbBi1J9ZHwFP { display:block; }#MCJfG3kZMbIs98nuk4S4qbBi1J9ZHwFP > .row .container { width:20rem;height:58.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CHvImudPbcRx7SQQ1hHqwhx8oQD0OD13 { width:18.75rem;height:18.75rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXIwKzfSEt4yOWtSz3ZEL0HbXZaHmMBy { width:18.75rem;height:18.75rem;top:29.5625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTXrqTVmlpEh4pK5C4aeWToXTqsBAVe5 { top:49.625rem;left:4.8125rem;width:10.1875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7T05A2wNrI38QMTfFWQZm0HdZxZ9dbq { display:block; }
 }@media only screen and (max-width: 763px) { #W5fkxE0F7A8qPozv8s15q2a21y3TM3Fi { top:53.5625rem;left:4.8125rem;width:10.1875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEo1cU4kV1HZyoVsa09TsvTKk3ukTwAz { display:block; }
 }@media only screen and (max-width: 763px) { #XaileSCOh2OV7cdBmEKEMUz8a2eT40s8 { top:21.35rem;left:4.875rem;width:10.1875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZHvgBZnZXZKLDRnbD68pdBHM2MRrrC8 { display:block; }
 }@media only screen and (max-width: 763px) { #oCb20AemptriG4OqVopQgd1r07lecq7I { top:25.2875rem;left:4.875rem;width:10.1875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuK5fSTHRu8ys1MQpTPBOqoI6kH3bqoT { display:block; }
 }@media only screen and (max-width: 763px) { #BO0ykDLw9fQTirJoKJl5Go9GLHhEqFE0 { display:block; }#BO0ykDLw9fQTirJoKJl5Go9GLHhEqFE0 > .row .container { width:20rem;height:12.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dDKT1OT8KtZI8KQTgwR621SJtvvaXIzH { width:20rem;height:5.68359375rem;top:1.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MOWsVTyGhe7kfKnADXCRSyFDtdVZIfFV { top:8.2374849319456rem;left:0.34375rem;width:19.3125rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRpIqiDhiEvtPQih7IFTc4U8ygrkNoMC { display:block; }
 }@media only screen and (max-width: 763px) { #hfw2Z73TTOhAUJn8KiENTM0ulsAJcTXZ { display:block; }#hfw2Z73TTOhAUJn8KiENTM0ulsAJcTXZ > .row .container { width:20rem;height:18.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bxvag3MTXmGEWGTcGc5Q8a9s4OlsEawT { width:4.4375rem;height:5.4375rem;top:1.125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8nOhgfUOBR4ZKOeMVudmZ0BDPZFmNmV { width:20rem;height:6.5rem;top:11.3125rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8i51hdUzvlMvZXC3vHzoE1VCT7P5apm { width:7rem;height:1.5625rem;top:8rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQKRxRyd6w2I28fEvIzBmaypTJCkxho7 { width:9.9375rem;height:1.375rem;top:8.125rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpKsRXRTZZG49WMoGE1krt6Uqmutq2q6 { width:10.3125rem;height:1.375rem;top:2.1875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSdFtabIAWgIL2VyJym1i8CzEfUsdrKK { width:7.6875rem;height:2rem;top:3.625rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNkdDcZoyOw4uwKoyLHG7T6ov13BAbpo.widget-smartsection { display:block; } #mNkdDcZoyOw4uwKoyLHG7T6ov13BAbpo.widget-smartsection *:focus-visible, #mNkdDcZoyOw4uwKoyLHG7T6ov13BAbpo.widget-smartsection input[type="text"]:focus-visible, #mNkdDcZoyOw4uwKoyLHG7T6ov13BAbpo.widget-smartsection input[type="email"]:focus-visible, #mNkdDcZoyOw4uwKoyLHG7T6ov13BAbpo.widget-smartsection input[type="tel"]:focus-visible, #mNkdDcZoyOw4uwKoyLHG7T6ov13BAbpo.widget-smartsection textarea:focus-visible { outline: none; } #ti0Xo4uufWkN3NFSudL0HETOAzzg43Ta > .row .container { width:20rem;height:8.1875rem;position:relative;display:block; } }