.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0px;left:0px;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:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/2c25ccbb-d9ca-4e64-9c5d-645b0059023e/Frame147.webp");background-position:bottom left !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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { 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 > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:14px;font-family:arial;height:757px;width:960px;overflow:visible;position:relative;display:block; }#Lqbiz2g2Xa4aUQmKN74f3KZRk6M14rWs { background-color:#041e47;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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 15px 10px 30px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:sports-med;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:282px;height:55px;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:655px;left:15px;display:block; }
#Tzc7hdp61SMMtfsL3MH1KvNmvRExZJIw { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#qsOUcQy4hI89P3Exe6d4xxREmeaoRNfS { 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;height:75px;width:216px;top:0px;left:0px;overflow:hidden;display:block; }
#Mn8SIm60XeobLSifbIMtNB1hXIVUwGEK { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:632px;width:405px;top:125px;left:555px;overflow:hidden;display:block; }
#AyoN5GBqpFaMeL5CM3ySzbO0LKTHQGyB { position:absolute;display:block;z-index:15005;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:2px;width:251px;top:315px;left:15px;display:block; }
#lE29hS2XxwuOheyXZXPdXNtNOtUaFRi6 { color:#fdfdfd;display:block;width:518px;position:absolute;font-family:sports-med;font-size:21px;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:337.75px;left:15px;height:81.8555px;font-style:normal;display:block; }
#q3UIpmWcwdJ8y4Zcm7q77DRmTTL05yEA { color:#ffffff;display:block;width:414px;position:absolute;font-family:sports-med;font-size:30px;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:542px;left:94px;height:38.9844px;font-style:normal;display:block; }
#aK089dPP0LH0q8b19wJVrAvuq8QiH1F7 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:87px;width:87px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:531px;left:0px; }
#QDrWqOCvuxogAfVRENLN2HlvmUmMzsqB { color:#ffffff;display:block;width:380px;position:absolute;font-family:sports-med;font-size:45px;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:116.9921875px;left:15px;height:175.488px;font-style:normal;display:block; }
#xPFabsFrBOxXxlsEO65Q0BUeepaAC53P { color:#ffffff;display:block;width:414px;position:absolute;font-family:sports-med;font-size:21px;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:581px;left:94px;height:27.2852px;font-style:normal;display:block; }
#rv9F0xLVTfyOqamCRgZA8csG7uy3xfcs { color:#ffffff;display:block;width:655px;position:absolute;font-family:sports-med;font-size:45px;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:177px;left:15px;height:117px;font-style:normal;display:none; }
#OcUJapsnUOcXVTEQEJixRLTbk9IeXDsq { color:#fdfdfd;display:block;width:518px;position:absolute;font-family:sports-med;font-size:21px;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:337.75px;left:15px;height:81.8906px;font-style:normal;display:none; }
#KNEJAbixhVvMOzvOMCUOrbZ60dGcFMeg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KNEJAbixhVvMOzvOMCUOrbZ60dGcFMeg > .row .container { background-color: transparent; background-image: none; }#KNEJAbixhVvMOzvOMCUOrbZ60dGcFMeg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KNEJAbixhVvMOzvOMCUOrbZ60dGcFMeg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KNEJAbixhVvMOzvOMCUOrbZ60dGcFMeg > .row .container > .video-iframe-container { display: none; }#KNEJAbixhVvMOzvOMCUOrbZ60dGcFMeg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KNEJAbixhVvMOzvOMCUOrbZ60dGcFMeg > .row > .video-iframe-container { display: none; }#KNEJAbixhVvMOzvOMCUOrbZ60dGcFMeg > .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); }#KNEJAbixhVvMOzvOMCUOrbZ60dGcFMeg > .row .container { border-width: 0; border-radius: 0; }#KNEJAbixhVvMOzvOMCUOrbZ60dGcFMeg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KNEJAbixhVvMOzvOMCUOrbZ60dGcFMeg > .row .container { font-size:14px;font-family:arial;height:770px;width:960px;position:relative;display:block; }#Mbo5fANq7ikekLbMgyWC73qprQ8vaHBo { color:#041e47;display:block;width:769px;position:absolute;font-family:sports-med;font-size:45px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:51px;left:95.5px;height:58.5px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DFtJ8DEkNdN58ImPrLSvADQqNGlleHRy { color:#000000;display:block;width:432px;position:absolute;font-family:sports-med;font-size:16px;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:190px;left:501px;height:498.7497px;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#vLJVhidoLZsOIHUvDihCfIfzKExfEoU7 { color:#000000;display:block;width:453px;position:absolute;font-family:"sports med";font-size:16px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:173px;left:469px;height:561.5156px;display:none; }
#O1dCAUXZmT6iyh2ks50lHehPK22zqQ45 { position:absolute;display:block;z-index:15000;background-color:rgba(241,243,249,0.36);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:26px;border-top-right-radius:26px;border-bottom-left-radius:26px;border-bottom-right-radius:26px;box-shadow: 15px 10px 30px rgba(0,0,0,0.5) ;height:550px;width:483px;top:165px;left:478px;display:block; }
#GFss3GlBQL9AVJBbyXOLQ77ZT7NTXT58 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:26px;border-top-right-radius:26px;border-bottom-left-radius:26px;border-bottom-right-radius:26px;height:441px;width:420px;top:165px;left:-31px;overflow:hidden;display:block; }
#E5rrTapPHXJHXxfleTOufVSsmk7A75HX { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:26px;border-top-right-radius:26px;border-bottom-left-radius:26px;border-bottom-right-radius:26px;height:436px;width:418px;top:247px;left:37px;overflow:hidden;display:block; }
#wbI1OTq7wM498bvzyzTtt6T3xFnz8zRo { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:853px;width:843px;display:none; }
#kTMLuubWEkndXANyvV1Cp9i4bdXK7M5A { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #cccccc, rgba(255,255,255,0.62));background-image: -moz-linear-gradient(180deg, #cccccc, rgba(255,255,255,0.62));background-image: -ms-linear-gradient(180deg, #cccccc, rgba(255,255,255,0.62));background-image: -o-linear-gradient(180deg, #cccccc, rgba(255,255,255,0.62));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#9effffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#9effffff' );";background-image: linear-gradient(180deg, #cccccc, rgba(255,255,255,0.62));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:2px;width:781px;top:759px;left:89.5px;display:block; }
#TBRrSK1QLzfbNgwZRHk4sd4g3UwRtJNG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#314dcc;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; }#TBRrSK1QLzfbNgwZRHk4sd4g3UwRtJNG > .row .container { background-color: transparent; background-image: none; }#TBRrSK1QLzfbNgwZRHk4sd4g3UwRtJNG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBRrSK1QLzfbNgwZRHk4sd4g3UwRtJNG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBRrSK1QLzfbNgwZRHk4sd4g3UwRtJNG > .row .container > .video-iframe-container { display: none; }#TBRrSK1QLzfbNgwZRHk4sd4g3UwRtJNG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBRrSK1QLzfbNgwZRHk4sd4g3UwRtJNG > .row > .video-iframe-container { display: none; }#TBRrSK1QLzfbNgwZRHk4sd4g3UwRtJNG > .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); }#TBRrSK1QLzfbNgwZRHk4sd4g3UwRtJNG > .row .container { border-width: 0; border-radius: 0; }#TBRrSK1QLzfbNgwZRHk4sd4g3UwRtJNG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TBRrSK1QLzfbNgwZRHk4sd4g3UwRtJNG > .row .container { font-size:14px;font-family:arial;height:940px;width:960px;position:relative;display:block; }#PuW3TNX2Bk0aD4s9be5KHnpiiu61AEB0 { color:#ffffff;display:block;width:958px;position:absolute;font-family:sports-med;font-size:40px;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:42px;left:0px;height:51.9922px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QMaZeD6ldkea9ASCMFwTmFIUV5kLrI15 { color:#ffffff;display:block;width:750px;position:absolute;font-family:sports-med;font-size:25px;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:109.23828125px;left:105px;height:130px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fqmWVxzknsm37852kqo6poeLzn8vu7rD { color:#ffffff;display:block;width:960px;position:absolute;font-family:sports-med;font-size:23px;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:264.12109375px;left:0px;height:29.9023px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CUfFU4nTN6BG3nuGub4feq5leMTbfn0c .widget-form-header {  }
#CUfFU4nTN6BG3nuGub4feq5leMTbfn0c .widget-regular-label { height:auto;display:block;font-family:sports-med;font-size:18px;font-weight:700;color:#041e47;width:324px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal;overflow:hidden; }
#CUfFU4nTN6BG3nuGub4feq5leMTbfn0c .widget-input-text { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:324px;box-sizing:border-box;height:44px;color:#161616;font-size:18px;overflow:hidden;font-family:sports-med;vertical-align:top;box-shadow: 0 10px 15px rgba(95,95,95,0.15) ;font-weight:300;font-style:normal; }
#CUfFU4nTN6BG3nuGub4feq5leMTbfn0c .widget-input-text {padding-top: 0; padding-bottom: 0;}#CUfFU4nTN6BG3nuGub4feq5leMTbfn0c .widget-textarea { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:324px;box-sizing:border-box;height:50px;color:#161616;font-size:18px;overflow:hidden;font-family:sports-med;vertical-align:top;box-shadow: 0 10px 15px rgba(95,95,95,0.15) ;font-weight:300;font-style:normal; }
#CUfFU4nTN6BG3nuGub4feq5leMTbfn0c .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:324px;box-sizing:border-box;height:44px;color:#9e9e9e;font-family:ubuntu;font-size:14px;overflow:hidden;vertical-align:top;box-shadow: 0 10px 15px rgba(0,0,0,0.15) ; }
#CUfFU4nTN6BG3nuGub4feq5leMTbfn0c .widget-input-select {padding-top: 0; padding-bottom: 0;}#CUfFU4nTN6BG3nuGub4feq5leMTbfn0c .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#CUfFU4nTN6BG3nuGub4feq5leMTbfn0c .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#CUfFU4nTN6BG3nuGub4feq5leMTbfn0c .widget-input-button { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;background-color:#041e47;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:42px;margin-bottom:4px;margin-left:39px;display:block;box-sizing:border-box;font-size:20px;font-weight:bold;color:#ffffff;width:246px;height:55px;font-family:sports-med;overflow:hidden;box-shadow: 10px 15px 15px rgba(0,0,0,0.35) ; }
#CUfFU4nTN6BG3nuGub4feq5leMTbfn0c [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:sports-med;font-size:14px;font-weight:300;font-style:normal; }
#CUfFU4nTN6BG3nuGub4feq5leMTbfn0c [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:sports-med;font-size:14px;font-weight:300;font-style:normal; }
#CUfFU4nTN6BG3nuGub4feq5leMTbfn0c [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:sports-med;font-size:14px;font-weight:300;font-style:normal; }
#CUfFU4nTN6BG3nuGub4feq5leMTbfn0c [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:sports-med;font-size:14px;font-weight:300;font-style:normal; }
#CUfFU4nTN6BG3nuGub4feq5leMTbfn0c .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:sports-med;line-height:1.3;font-size:13px;font-weight:300;color:#000000;vertical-align:top;width:307px;overflow:hidden;font-style:normal;text-align:left;text-align-last:left; }
#CUfFU4nTN6BG3nuGub4feq5leMTbfn0c .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#CUfFU4nTN6BG3nuGub4feq5leMTbfn0c .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:20px;vertical-align:middle;font-family:ubuntu;font-size:14px;font-weight:400;color:#000000;overflow:hidden;font-style:normal;line-height:1.3; }
#CUfFU4nTN6BG3nuGub4feq5leMTbfn0c .widget-container { padding-top:9px;padding-right:0;padding-bottom:8px;padding-left:0;width:100%;font-size:0;height:auto; }
#CUfFU4nTN6BG3nuGub4feq5leMTbfn0c .widget-container:first-of-type{padding-top:0;}#CUfFU4nTN6BG3nuGub4feq5leMTbfn0c .widget-container:last-of-type{padding-bottom:0;}#CUfFU4nTN6BG3nuGub4feq5leMTbfn0c  { background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:326.973px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:296.50390625px;top:470.9765625px;z-index:15055;position:absolute;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;border-top-left-radius:10px;box-shadow: 15px 10px 30px rgba(88,92,100,0.5) ; }
#CUfFU4nTN6BG3nuGub4feq5leMTbfn0c .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:324px;display:block;vertical-align:top; }
#CUfFU4nTN6BG3nuGub4feq5leMTbfn0c .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:14px;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CUfFU4nTN6BG3nuGub4feq5leMTbfn0c {display:block;}#CUfFU4nTN6BG3nuGub4feq5leMTbfn0c { background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:326.973px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:296.50390625px;top:470.9765625px;z-index:15055;position:absolute;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;border-top-left-radius:10px;box-shadow: 15px 10px 30px rgba(88,92,100,0.5) ; }
#CUfFU4nTN6BG3nuGub4feq5leMTbfn0c #rVCItVa16XupJ94AQ4Tkwnp4yp54QyIt { position:relative; }
#CUfFU4nTN6BG3nuGub4feq5leMTbfn0c #LJ5TyCGXG6TRJAPukNTAqf9Qk2QsCd69 { position:relative;display:block; }
#CUfFU4nTN6BG3nuGub4feq5leMTbfn0c #pJowLJVTJE2D992zPxPGFhxn5RH1Fz3R { position:relative; }
#CUfFU4nTN6BG3nuGub4feq5leMTbfn0c #IREI6OK1yMZIeimaEGxebtvvXabncGvP { position:relative; }
#CUfFU4nTN6BG3nuGub4feq5leMTbfn0c #iuJOMhq9liigTsuDdgsnXC2yfEMiLTc5 { position:relative;display:block; }
#CUfFU4nTN6BG3nuGub4feq5leMTbfn0c #LlQlvrKxkvslSlz2Ss3cXLUngbxkBWIJ { position:relative; }
#CUfFU4nTN6BG3nuGub4feq5leMTbfn0c #MGAguLFeW3EoGwTd0ZsCxQuileSzBFZC { position:relative; }
#CUfFU4nTN6BG3nuGub4feq5leMTbfn0c #Zu8aNRywJfEAsklMm4cWOyVkSqls0xpV { position:relative;display:block; }
#CUfFU4nTN6BG3nuGub4feq5leMTbfn0c #Eu5fkIsAg7Koszvyu6sIr63GJK4PMi8E { position:relative; }
#CUfFU4nTN6BG3nuGub4feq5leMTbfn0c #dvS3hmtILNbPzi4Za2XbLLqHcrNmn5vx { position:relative; }
#CUfFU4nTN6BG3nuGub4feq5leMTbfn0c #pyiE8P1m1dDgLTSkGTGoKuLS7EpNgH1W { position:relative;z-index:2; }
#CUfFU4nTN6BG3nuGub4feq5leMTbfn0c #OUt5fmTzc0ox3k79yXLGpUL8MWTd5dTK { position:relative; }
#CUfFU4nTN6BG3nuGub4feq5leMTbfn0c #a7lTaurmRIWwNsaZJ4TmC8IHvnKNVJkZ { position:relative; }
#CUfFU4nTN6BG3nuGub4feq5leMTbfn0c #JygoM37ihoTaEKoGyXS5s0IleiNVgqUh { position:relative; }
#DwrChLg8fN0a5XXpTkfw6kqzZy7mswC1 { color:#ffffff;display:block;width:958px;position:absolute;font-family:sports-med;font-size:40px;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:42px;left:0px;height:156px;font-style:normal;text-align:center;text-align-last:center;display:none; }
#PkxOeX7KtaTQ936TlgPA6SUHVPOK7HQr { color:#ffffff;display:block;width:960px;position:absolute;font-family:sports-med;font-size:23px;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:383.125px;left:0px;height:29.8906px;font-style:normal;text-align:center;text-align-last:center;display:none; }
#sg4BmVDI4aGT2zw616w79679WnsuTdzQ .widget-container { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#sg4BmVDI4aGT2zw616w79679WnsuTdzQ .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;color:#ffffff;padding-top:8px;padding-right:7px;padding-bottom:8px;padding-left:7px;display:block;align-items:center;width:42px;min-width:42px;height:43px;position:relative;font-family:"open sans";font-size:32px;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0px;left:0px; }
#sg4BmVDI4aGT2zw616w79679WnsuTdzQ .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:5px;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:56px;height:17px;position:relative;font-family:"open sans";font-size:12px;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0px;left:0px; }
#sg4BmVDI4aGT2zw616w79679WnsuTdzQ { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;background-color:#ffffff;background-image:none;display:flex;justify-content:space-between;width:288px;height:81px;padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px;position:absolute;font-family:"open sans";font-size:32px;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:322.48046875px;left:325.9765625px;z-index:15056; }
#sg4BmVDI4aGT2zw616w79679WnsuTdzQ #Vpb8LVRvzTsAq1IhT4uRLuveBp1HlRnB { display:flex;position:relative;top:0px;left:0px; }
#sg4BmVDI4aGT2zw616w79679WnsuTdzQ #hsSxdJwi8mBgr5S2UqwF85tR84y5sJUq { width:auto; }
#sg4BmVDI4aGT2zw616w79679WnsuTdzQ #CJVa9TcnOzSPW1eWwI4qnTaaovPTbVlZ {  }
#sg4BmVDI4aGT2zw616w79679WnsuTdzQ #kqEp8tOxDV5lxePqVO7MTBMbWnWQiW2E { display:flex;position:relative;top:0px;left:0px; }
#sg4BmVDI4aGT2zw616w79679WnsuTdzQ #K1rZ3rFJJV3VPuAMEfIMmX5vH4GbcJlp {  }
#sg4BmVDI4aGT2zw616w79679WnsuTdzQ #wsbmB7o9vc5ttnNXLPFu0405HCukX0Qn {  }
#sg4BmVDI4aGT2zw616w79679WnsuTdzQ #dhV4tdHuU5BTGSdS8pViLaoADX7G73cz { display:flex;position:relative;top:0px;left:0px; }
#sg4BmVDI4aGT2zw616w79679WnsuTdzQ #POkvptxgSD7GLAr5vWd4XiaG9bEkI3BB {  }
#sg4BmVDI4aGT2zw616w79679WnsuTdzQ #U5vtxoIb9tVZxe46GgkqzhT0khVJNuKR {  }
#sg4BmVDI4aGT2zw616w79679WnsuTdzQ #wOU4MveI99K68zDydeToR5s6tPzDJeXR { display:flex;position:relative;top:0px;left:0px; }
#sg4BmVDI4aGT2zw616w79679WnsuTdzQ #GVXuzEv0i5W3CEDlhKLcnOoNPP9DLcKu {  }
#sg4BmVDI4aGT2zw616w79679WnsuTdzQ #mvzbtean1LNQAZ9ymmnlTxdHLdeLUM5e {  }
#GplANTScfJyX815wrOEvcwVwGBJxuh4M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#314dcc;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; }#GplANTScfJyX815wrOEvcwVwGBJxuh4M > .row .container { background-color: transparent; background-image: none; }#GplANTScfJyX815wrOEvcwVwGBJxuh4M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GplANTScfJyX815wrOEvcwVwGBJxuh4M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GplANTScfJyX815wrOEvcwVwGBJxuh4M > .row .container > .video-iframe-container { display: none; }#GplANTScfJyX815wrOEvcwVwGBJxuh4M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GplANTScfJyX815wrOEvcwVwGBJxuh4M > .row > .video-iframe-container { display: none; }#GplANTScfJyX815wrOEvcwVwGBJxuh4M > .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); }#GplANTScfJyX815wrOEvcwVwGBJxuh4M > .row .container { border-width: 0; border-radius: 0; }#GplANTScfJyX815wrOEvcwVwGBJxuh4M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GplANTScfJyX815wrOEvcwVwGBJxuh4M > .row .container { font-size:14px;font-family:arial;height:81px;width:960px;position:relative;display:block; }#MLd6VDVMI3oza8wET6OI5vBOmm0xr76c { color:#ffffff;display:block;width:960px;position:absolute;font-family:sports-med;font-size:15px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:30.75px;left:0px;height:19.5px;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) { #Lqbiz2g2Xa4aUQmKN74f3KZRk6M14rWs { width:282px;height:55px;top:655px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Tzc7hdp61SMMtfsL3MH1KvNmvRExZJIw { display:block; }
 }@media only screen and (max-width: 763px) { #qsOUcQy4hI89P3Exe6d4xxREmeaoRNfS { top:0px;left:0px;width:216px;height:75px;display:block; }
 }@media only screen and (max-width: 763px) { #Mn8SIm60XeobLSifbIMtNB1hXIVUwGEK { top:125px;left:359px;width:405px;height:632px;display:block; }
 }@media only screen and (max-width: 763px) { #AyoN5GBqpFaMeL5CM3ySzbO0LKTHQGyB { top:315px;left:0px;width:251px;height:2px;display:block; }
 }@media only screen and (max-width: 763px) { #lE29hS2XxwuOheyXZXPdXNtNOtUaFRi6 { top:337px;left:0px;width:517px;height:81px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #q3UIpmWcwdJ8y4Zcm7q77DRmTTL05yEA { top:541px;left:0px;width:413px;height:38px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #aK089dPP0LH0q8b19wJVrAvuq8QiH1F7 { top:531px;left:0px;width:87px;height:87px;display:block; }
 }@media only screen and (max-width: 763px) { #QDrWqOCvuxogAfVRENLN2HlvmUmMzsqB { top:116px;left:0px;width:380px;height:175px;font-size:45px;display:block; }
 }@media only screen and (max-width: 763px) { #xPFabsFrBOxXxlsEO65Q0BUeepaAC53P { top:580px;left:0px;width:413px;height:27px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #rv9F0xLVTfyOqamCRgZA8csG7uy3xfcs { top:92px;left:0px;width:273px;height:97px;font-size:25px;display:none; }
 }@media only screen and (max-width: 763px) { #OcUJapsnUOcXVTEQEJixRLTbk9IeXDsq { top:233px;left:0px;width:280px;height:110px;font-size:17px;display:none; }
 }@media only screen and (max-width: 763px) { #KNEJAbixhVvMOzvOMCUOrbZ60dGcFMeg { display:block; }#KNEJAbixhVvMOzvOMCUOrbZ60dGcFMeg > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mbo5fANq7ikekLbMgyWC73qprQ8vaHBo { top:51px;left:0px;width:764px;height:58px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #DFtJ8DEkNdN58ImPrLSvADQqNGlleHRy { top:190px;left:332px;width:432px;height:499px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #vLJVhidoLZsOIHUvDihCfIfzKExfEoU7 { top:435px;left:0px;width:291px;height:604px;font-size:15px;display:none; }
 }@media only screen and (max-width: 763px) { #O1dCAUXZmT6iyh2ks50lHehPK22zqQ45 { top:165px;left:281px;width:483px;height:550px;display:block; }
 }@media only screen and (max-width: 763px) { #GFss3GlBQL9AVJBbyXOLQ77ZT7NTXT58 { top:165px;left:0px;width:420px;height:441px;display:block; }
 }@media only screen and (max-width: 763px) { #E5rrTapPHXJHXxfleTOufVSsmk7A75HX { top:247px;left:0px;width:418px;height:436px;display:block; }
 }@media only screen and (max-width: 763px) { #wbI1OTq7wM498bvzyzTtt6T3xFnz8zRo { width:764px;height:773px;display:none; }
 }@media only screen and (max-width: 763px) { #kTMLuubWEkndXANyvV1Cp9i4bdXK7M5A { top:759px;left:0px;width:764px;height:2px;display:block; }
 }@media only screen and (max-width: 763px) { #TBRrSK1QLzfbNgwZRHk4sd4g3UwRtJNG { display:block; }#TBRrSK1QLzfbNgwZRHk4sd4g3UwRtJNG > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PuW3TNX2Bk0aD4s9be5KHnpiiu61AEB0 { top:41px;left:0px;width:764px;height:51px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #QMaZeD6ldkea9ASCMFwTmFIUV5kLrI15 { top:109px;left:0px;width:750px;height:130px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #fqmWVxzknsm37852kqo6poeLzn8vu7rD { top:264px;left:0px;width:764px;height:29px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #CUfFU4nTN6BG3nuGub4feq5leMTbfn0c .widget-regular-label { display:block;width:326px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CUfFU4nTN6BG3nuGub4feq5leMTbfn0c .widget-input-text { width:326px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#CUfFU4nTN6BG3nuGub4feq5leMTbfn0c .widget-input-text {padding-top: 0; padding-bottom: 0;}#CUfFU4nTN6BG3nuGub4feq5leMTbfn0c .widget-textarea { width:326px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#CUfFU4nTN6BG3nuGub4feq5leMTbfn0c .widget-input-select { width:326px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#CUfFU4nTN6BG3nuGub4feq5leMTbfn0c .widget-input-select {padding-top: 0; padding-bottom: 0;}#CUfFU4nTN6BG3nuGub4feq5leMTbfn0c .widget-input-button { width:247px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:39px; }
#CUfFU4nTN6BG3nuGub4feq5leMTbfn0c .widget-checkbox-label { width:307px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CUfFU4nTN6BG3nuGub4feq5leMTbfn0c  { width:326px;height:389px;top:470px;left:0px; }
#CUfFU4nTN6BG3nuGub4feq5leMTbfn0c .radio-container { width:326px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#CUfFU4nTN6BG3nuGub4feq5leMTbfn0c {display:block;}#CUfFU4nTN6BG3nuGub4feq5leMTbfn0c { width:326px;height:389px;top:470px;left:0px; }
 }@media only screen and (max-width: 763px) { #CUfFU4nTN6BG3nuGub4feq5leMTbfn0c #rVCItVa16XupJ94AQ4Tkwnp4yp54QyIt {  }
 }@media only screen and (max-width: 763px) { #CUfFU4nTN6BG3nuGub4feq5leMTbfn0c #LJ5TyCGXG6TRJAPukNTAqf9Qk2QsCd69 {  }
 }@media only screen and (max-width: 763px) { #CUfFU4nTN6BG3nuGub4feq5leMTbfn0c #pJowLJVTJE2D992zPxPGFhxn5RH1Fz3R {  }
 }@media only screen and (max-width: 763px) { #CUfFU4nTN6BG3nuGub4feq5leMTbfn0c #IREI6OK1yMZIeimaEGxebtvvXabncGvP {  }
 }@media only screen and (max-width: 763px) { #CUfFU4nTN6BG3nuGub4feq5leMTbfn0c #iuJOMhq9liigTsuDdgsnXC2yfEMiLTc5 { display:none; }
 }@media only screen and (max-width: 763px) { #CUfFU4nTN6BG3nuGub4feq5leMTbfn0c #LlQlvrKxkvslSlz2Ss3cXLUngbxkBWIJ {  }
 }@media only screen and (max-width: 763px) { #CUfFU4nTN6BG3nuGub4feq5leMTbfn0c #MGAguLFeW3EoGwTd0ZsCxQuileSzBFZC {  }
 }@media only screen and (max-width: 763px) { #CUfFU4nTN6BG3nuGub4feq5leMTbfn0c #Zu8aNRywJfEAsklMm4cWOyVkSqls0xpV {  }
 }@media only screen and (max-width: 763px) { #CUfFU4nTN6BG3nuGub4feq5leMTbfn0c #Eu5fkIsAg7Koszvyu6sIr63GJK4PMi8E {  }
 }@media only screen and (max-width: 763px) { #CUfFU4nTN6BG3nuGub4feq5leMTbfn0c #dvS3hmtILNbPzi4Za2XbLLqHcrNmn5vx {  }
 }@media only screen and (max-width: 763px) { #CUfFU4nTN6BG3nuGub4feq5leMTbfn0c #pyiE8P1m1dDgLTSkGTGoKuLS7EpNgH1W {  }
 }@media only screen and (max-width: 763px) { #CUfFU4nTN6BG3nuGub4feq5leMTbfn0c #OUt5fmTzc0ox3k79yXLGpUL8MWTd5dTK {  }
 }@media only screen and (max-width: 763px) { #CUfFU4nTN6BG3nuGub4feq5leMTbfn0c #a7lTaurmRIWwNsaZJ4TmC8IHvnKNVJkZ {  }
 }@media only screen and (max-width: 763px) { #CUfFU4nTN6BG3nuGub4feq5leMTbfn0c #JygoM37ihoTaEKoGyXS5s0IleiNVgqUh {  }
 }@media only screen and (max-width: 763px) { #DwrChLg8fN0a5XXpTkfw6kqzZy7mswC1 { top:36px;left:0px;width:320px;height:65px;font-size:40px;display:none; }
 }@media only screen and (max-width: 763px) { #PkxOeX7KtaTQ936TlgPA6SUHVPOK7HQr { top:253px;left:0px;width:320px;height:23px;font-size:18px;display:none; }
 }@media only screen and (max-width: 763px) { #sg4BmVDI4aGT2zw616w79679WnsuTdzQ .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#sg4BmVDI4aGT2zw616w79679WnsuTdzQ .widget-text.counter-number { padding-top:8px;padding-right:7px;padding-bottom:8px;padding-left:7px;width:42px;min-width:42px;height:43px;font-size:32px;line-height:43px;top:0px;left:0px; }
#sg4BmVDI4aGT2zw616w79679WnsuTdzQ .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:5px;margin-right:0;margin-bottom:0;margin-left:0;width:56px;height:17px;font-size:12px;line-height:1;top:0px;left:0px; }
#sg4BmVDI4aGT2zw616w79679WnsuTdzQ { display:flex;width:288px;height:81px;top:322px;left:200px; }
 }@media only screen and (max-width: 763px) { #sg4BmVDI4aGT2zw616w79679WnsuTdzQ #Vpb8LVRvzTsAq1IhT4uRLuveBp1HlRnB { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #sg4BmVDI4aGT2zw616w79679WnsuTdzQ #hsSxdJwi8mBgr5S2UqwF85tR84y5sJUq {  }
 }@media only screen and (max-width: 763px) { #sg4BmVDI4aGT2zw616w79679WnsuTdzQ #CJVa9TcnOzSPW1eWwI4qnTaaovPTbVlZ {  }
 }@media only screen and (max-width: 763px) { #sg4BmVDI4aGT2zw616w79679WnsuTdzQ #kqEp8tOxDV5lxePqVO7MTBMbWnWQiW2E { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #sg4BmVDI4aGT2zw616w79679WnsuTdzQ #K1rZ3rFJJV3VPuAMEfIMmX5vH4GbcJlp {  }
 }@media only screen and (max-width: 763px) { #sg4BmVDI4aGT2zw616w79679WnsuTdzQ #wsbmB7o9vc5ttnNXLPFu0405HCukX0Qn {  }
 }@media only screen and (max-width: 763px) { #sg4BmVDI4aGT2zw616w79679WnsuTdzQ #dhV4tdHuU5BTGSdS8pViLaoADX7G73cz { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #sg4BmVDI4aGT2zw616w79679WnsuTdzQ #POkvptxgSD7GLAr5vWd4XiaG9bEkI3BB {  }
 }@media only screen and (max-width: 763px) { #sg4BmVDI4aGT2zw616w79679WnsuTdzQ #U5vtxoIb9tVZxe46GgkqzhT0khVJNuKR {  }
 }@media only screen and (max-width: 763px) { #sg4BmVDI4aGT2zw616w79679WnsuTdzQ #wOU4MveI99K68zDydeToR5s6tPzDJeXR { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #sg4BmVDI4aGT2zw616w79679WnsuTdzQ #GVXuzEv0i5W3CEDlhKLcnOoNPP9DLcKu {  }
 }@media only screen and (max-width: 763px) { #sg4BmVDI4aGT2zw616w79679WnsuTdzQ #mvzbtean1LNQAZ9ymmnlTxdHLdeLUM5e {  }
 }@media only screen and (max-width: 763px) { #GplANTScfJyX815wrOEvcwVwGBJxuh4M { display:block; }#GplANTScfJyX815wrOEvcwVwGBJxuh4M > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MLd6VDVMI3oza8wET6OI5vBOmm0xr76c { top:30px;left:0px;width:764px;height:19px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/2c25ccbb-d9ca-4e64-9c5d-645b0059023e/Frame147.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !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;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { 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 > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:320px;height:720px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lqbiz2g2Xa4aUQmKN74f3KZRk6M14rWs { width:190px;height:45px;top:517px;left:15px;font-size:15px;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #Tzc7hdp61SMMtfsL3MH1KvNmvRExZJIw { display:block; }
 }@media only screen and (max-width: 763px) { #qsOUcQy4hI89P3Exe6d4xxREmeaoRNfS { width:144px;height:50px;top:10px;left:88px;display:block; }
 }@media only screen and (max-width: 763px) { #Mn8SIm60XeobLSifbIMtNB1hXIVUwGEK { width:147px;height:234px;top:486px;left:173px;display:block; }
 }@media only screen and (max-width: 763px) { #AyoN5GBqpFaMeL5CM3ySzbO0LKTHQGyB { width:251px;height:2px;top:201.1875px;left:34.5px;display:block; }
 }@media only screen and (max-width: 763px) { #lE29hS2XxwuOheyXZXPdXNtNOtUaFRi6 { width:280px;height:0;top:218.1875px;left:16px;font-size:17px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #q3UIpmWcwdJ8y4Zcm7q77DRmTTL05yEA { width:290px;height:32.5px;top:397px;left:15px;font-size:25px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aK089dPP0LH0q8b19wJVrAvuq8QiH1F7 { width:44px;height:44px;top:355px;left:138px;display:block; }
 }@media only screen and (max-width: 763px) { #QDrWqOCvuxogAfVRENLN2HlvmUmMzsqB { width:274px;height:0;top:77.40625px;left:23px;font-size:32px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #xPFabsFrBOxXxlsEO65Q0BUeepaAC53P { width:320px;height:26px;top:430px;left:0px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rv9F0xLVTfyOqamCRgZA8csG7uy3xfcs { width:274px;height:97.5px;top:92.40625px;left:23px;font-size:25px;text-align:center;text-align-last:center;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #OcUJapsnUOcXVTEQEJixRLTbk9IeXDsq { width:280px;height:110.449px;top:233.625px;left:20px;font-size:17px;text-align:center;text-align-last:center;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #KNEJAbixhVvMOzvOMCUOrbZ60dGcFMeg { display:block; }#KNEJAbixhVvMOzvOMCUOrbZ60dGcFMeg > .row .container { width:320px;height:1055px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mbo5fANq7ikekLbMgyWC73qprQ8vaHBo { width:320px;height:32.5px;top:34px;left:0px;font-size:25px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DFtJ8DEkNdN58ImPrLSvADQqNGlleHRy { width:291px;height:0;top:379.46875px;left:14.5px;font-size:15px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #vLJVhidoLZsOIHUvDihCfIfzKExfEoU7 { width:291px;height:604.2581px;top:392px;left:15px;font-size:15px;text-align:center;text-align-last:center;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #O1dCAUXZmT6iyh2ks50lHehPK22zqQ45 { width:320px;height:638px;top:375px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #GFss3GlBQL9AVJBbyXOLQ77ZT7NTXT58 { width:320px;height:336px;top:1139.5px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #E5rrTapPHXJHXxfleTOufVSsmk7A75HX { width:320px;height:333.77990430622px;top:1495.5px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #wbI1OTq7wM498bvzyzTtt6T3xFnz8zRo { top:96px;left:31px;width:258px;height:260px;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #kTMLuubWEkndXANyvV1Cp9i4bdXK7M5A { width:320px;height:2px;top:1033px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #TBRrSK1QLzfbNgwZRHk4sd4g3UwRtJNG { display:block; }#TBRrSK1QLzfbNgwZRHk4sd4g3UwRtJNG > .row .container { width:320px;height:835px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PuW3TNX2Bk0aD4s9be5KHnpiiu61AEB0 { width:320px;height:0;top:41px;left:0px;font-size:25px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #QMaZeD6ldkea9ASCMFwTmFIUV5kLrI15 { width:320px;height:116.9922px;top:118.984375px;left:0px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fqmWVxzknsm37852kqo6poeLzn8vu7rD { width:320px;height:0;top:455.484375px;left:0px;font-size:18px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #CUfFU4nTN6BG3nuGub4feq5leMTbfn0c .widget-regular-label { display:block;width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:15px;overflow:hidden;height:auto; }
#CUfFU4nTN6BG3nuGub4feq5leMTbfn0c .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;height:28px; }
#CUfFU4nTN6BG3nuGub4feq5leMTbfn0c .widget-input-text {padding-top: 0; padding-bottom: 0;}#CUfFU4nTN6BG3nuGub4feq5leMTbfn0c .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#CUfFU4nTN6BG3nuGub4feq5leMTbfn0c .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#CUfFU4nTN6BG3nuGub4feq5leMTbfn0c .widget-input-select {padding-top: 0; padding-bottom: 0;}#CUfFU4nTN6BG3nuGub4feq5leMTbfn0c .widget-input-button { width:212px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:34px;font-size:18px;overflow:hidden; }
#CUfFU4nTN6BG3nuGub4feq5leMTbfn0c .widget-checkbox-label { width:260px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CUfFU4nTN6BG3nuGub4feq5leMTbfn0c  { width:280px;height:auto;top:454.2578125px;left:0px; }
#CUfFU4nTN6BG3nuGub4feq5leMTbfn0c .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#CUfFU4nTN6BG3nuGub4feq5leMTbfn0c {display:block;}#CUfFU4nTN6BG3nuGub4feq5leMTbfn0c { width:280px;height:auto;top:454.2578125px;left:0px; }
 }@media only screen and (max-width: 763px) { #CUfFU4nTN6BG3nuGub4feq5leMTbfn0c #rVCItVa16XupJ94AQ4Tkwnp4yp54QyIt {  }
 }@media only screen and (max-width: 763px) { #CUfFU4nTN6BG3nuGub4feq5leMTbfn0c #LJ5TyCGXG6TRJAPukNTAqf9Qk2QsCd69 { display:block; }
 }@media only screen and (max-width: 763px) { #CUfFU4nTN6BG3nuGub4feq5leMTbfn0c #pJowLJVTJE2D992zPxPGFhxn5RH1Fz3R {  }
 }@media only screen and (max-width: 763px) { #CUfFU4nTN6BG3nuGub4feq5leMTbfn0c #IREI6OK1yMZIeimaEGxebtvvXabncGvP {  }
 }@media only screen and (max-width: 763px) { #CUfFU4nTN6BG3nuGub4feq5leMTbfn0c #iuJOMhq9liigTsuDdgsnXC2yfEMiLTc5 { display:block; }
 }@media only screen and (max-width: 763px) { #CUfFU4nTN6BG3nuGub4feq5leMTbfn0c #LlQlvrKxkvslSlz2Ss3cXLUngbxkBWIJ {  }
 }@media only screen and (max-width: 763px) { #CUfFU4nTN6BG3nuGub4feq5leMTbfn0c #MGAguLFeW3EoGwTd0ZsCxQuileSzBFZC {  }
 }@media only screen and (max-width: 763px) { #CUfFU4nTN6BG3nuGub4feq5leMTbfn0c #Zu8aNRywJfEAsklMm4cWOyVkSqls0xpV { display:block; }
 }@media only screen and (max-width: 763px) { #CUfFU4nTN6BG3nuGub4feq5leMTbfn0c #Eu5fkIsAg7Koszvyu6sIr63GJK4PMi8E {  }
 }@media only screen and (max-width: 763px) { #CUfFU4nTN6BG3nuGub4feq5leMTbfn0c #dvS3hmtILNbPzi4Za2XbLLqHcrNmn5vx {  }
 }@media only screen and (max-width: 763px) { #CUfFU4nTN6BG3nuGub4feq5leMTbfn0c #pyiE8P1m1dDgLTSkGTGoKuLS7EpNgH1W {  }
 }@media only screen and (max-width: 763px) { #CUfFU4nTN6BG3nuGub4feq5leMTbfn0c #OUt5fmTzc0ox3k79yXLGpUL8MWTd5dTK {  }
 }@media only screen and (max-width: 763px) { #CUfFU4nTN6BG3nuGub4feq5leMTbfn0c #a7lTaurmRIWwNsaZJ4TmC8IHvnKNVJkZ {  }
 }@media only screen and (max-width: 763px) { #CUfFU4nTN6BG3nuGub4feq5leMTbfn0c #JygoM37ihoTaEKoGyXS5s0IleiNVgqUh {  }
 }@media only screen and (max-width: 763px) { #DwrChLg8fN0a5XXpTkfw6kqzZy7mswC1 { width:320px;height:65px;top:37px;left:0px;font-size:25px;z-index:15004;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PkxOeX7KtaTQ936TlgPA6SUHVPOK7HQr { width:267.988px;height:46.7969px;top:255.234375px;left:25.9765625px;font-size:18px;z-index:15006;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sg4BmVDI4aGT2zw616w79679WnsuTdzQ .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#sg4BmVDI4aGT2zw616w79679WnsuTdzQ .widget-text.counter-number { padding-top:8px;padding-right:7px;padding-bottom:8px;padding-left:7px;width:42px;min-width:42px;height:43px;font-size:32px;line-height:43px;top:0px;left:0px; }
#sg4BmVDI4aGT2zw616w79679WnsuTdzQ .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:5px;margin-right:0;margin-bottom:0;margin-left:0;width:56px;height:17px;font-size:12px;line-height:1;top:0px;left:0px; }
#sg4BmVDI4aGT2zw616w79679WnsuTdzQ { display:flex;width:288px;height:81px;top:322px;left:6px; }
 }@media only screen and (max-width: 763px) { #sg4BmVDI4aGT2zw616w79679WnsuTdzQ #Vpb8LVRvzTsAq1IhT4uRLuveBp1HlRnB { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #sg4BmVDI4aGT2zw616w79679WnsuTdzQ #hsSxdJwi8mBgr5S2UqwF85tR84y5sJUq {  }
 }@media only screen and (max-width: 763px) { #sg4BmVDI4aGT2zw616w79679WnsuTdzQ #CJVa9TcnOzSPW1eWwI4qnTaaovPTbVlZ {  }
 }@media only screen and (max-width: 763px) { #sg4BmVDI4aGT2zw616w79679WnsuTdzQ #kqEp8tOxDV5lxePqVO7MTBMbWnWQiW2E { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #sg4BmVDI4aGT2zw616w79679WnsuTdzQ #K1rZ3rFJJV3VPuAMEfIMmX5vH4GbcJlp {  }
 }@media only screen and (max-width: 763px) { #sg4BmVDI4aGT2zw616w79679WnsuTdzQ #wsbmB7o9vc5ttnNXLPFu0405HCukX0Qn {  }
 }@media only screen and (max-width: 763px) { #sg4BmVDI4aGT2zw616w79679WnsuTdzQ #dhV4tdHuU5BTGSdS8pViLaoADX7G73cz { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #sg4BmVDI4aGT2zw616w79679WnsuTdzQ #POkvptxgSD7GLAr5vWd4XiaG9bEkI3BB {  }
 }@media only screen and (max-width: 763px) { #sg4BmVDI4aGT2zw616w79679WnsuTdzQ #U5vtxoIb9tVZxe46GgkqzhT0khVJNuKR {  }
 }@media only screen and (max-width: 763px) { #sg4BmVDI4aGT2zw616w79679WnsuTdzQ #wOU4MveI99K68zDydeToR5s6tPzDJeXR { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #sg4BmVDI4aGT2zw616w79679WnsuTdzQ #GVXuzEv0i5W3CEDlhKLcnOoNPP9DLcKu {  }
 }@media only screen and (max-width: 763px) { #sg4BmVDI4aGT2zw616w79679WnsuTdzQ #mvzbtean1LNQAZ9ymmnlTxdHLdeLUM5e {  }
 }@media only screen and (max-width: 763px) { #GplANTScfJyX815wrOEvcwVwGBJxuh4M { display:block; }#GplANTScfJyX815wrOEvcwVwGBJxuh4M > .row .container { width:320px;height:50px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MLd6VDVMI3oza8wET6OI5vBOmm0xr76c { width:320px;height:18.2031px;top:17.40625px;left:0px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }