.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); }#z6TdMvyFieCZnUdaB8EBbmVOQXKPzRQU { 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; }#z6TdMvyFieCZnUdaB8EBbmVOQXKPzRQU > .row .container { background-color: transparent; background-image: none; }#z6TdMvyFieCZnUdaB8EBbmVOQXKPzRQU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z6TdMvyFieCZnUdaB8EBbmVOQXKPzRQU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z6TdMvyFieCZnUdaB8EBbmVOQXKPzRQU > .row .container > .video-iframe-container { display: none; }#z6TdMvyFieCZnUdaB8EBbmVOQXKPzRQU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z6TdMvyFieCZnUdaB8EBbmVOQXKPzRQU > .row > .video-iframe-container { display: none; }#z6TdMvyFieCZnUdaB8EBbmVOQXKPzRQU > .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); }#z6TdMvyFieCZnUdaB8EBbmVOQXKPzRQU > .row .container { border-width: 0; border-radius: 0; }#z6TdMvyFieCZnUdaB8EBbmVOQXKPzRQU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z6TdMvyFieCZnUdaB8EBbmVOQXKPzRQU > .row .container { font-size:0.875rem;font-family:arial;height:3.6875rem;width:75rem;position:relative;display:block; }#G2Q7ooyXGt0qPScMTLthX5RAThgQc2oX { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"averta semibold";font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.15234375rem;left:0rem;height:1.3808625rem;text-align:center;text-align-last:center;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { 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 { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:83.5625rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#aX1D7lxQ3GeJ3PBpAgPnSTTCizw6gG9T { color:#000000;display:block;width:75rem;position:absolute;font-family:"averta extrabold";font-size:2.75rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:3.6875rem;left:0rem;height:7.1484375rem;text-align:center;text-align-last:center;display:block; }
#e1MP9BpkGpmwRlT7RV3Tbfm8Q4nP5wCe { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:29.5rem;width:52.5625rem;top:13.375rem;left:11.21875rem;display:block; }
#xJ5SCNbB7ERl0JwRPu0yFba2RXddFlaJ { background-color:rgba(255,0,0,0.9);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:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:averta;font-size:2.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:40.5rem;height:5.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:46rem;left:17.25rem;display:block; }
#Lxl6pIqdRaJd5B5z2p20n4mXFsTS1TIW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TmzwTelIPpXurlSCvOPZR194J8e40AGZ .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;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;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#TmzwTelIPpXurlSCvOPZR194J8e40AGZ .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:1.0175rem;padding-right:0.905625rem;padding-bottom:1.0175rem;padding-left:0.905625rem;display:block;align-items:center;width:5.433125rem;min-width:5.433125rem;height:5.469375rem;position:relative;font-family:"open sans";font-size:4.070625rem;font-weight:700;line-height:87.51px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TmzwTelIPpXurlSCvOPZR194J8e40AGZ .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:0.635625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:7.243125rem;height:2.1625rem;position:relative;font-family:"open sans";font-size:1.52625rem;font-weight:400;line-height:34.6px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#TmzwTelIPpXurlSCvOPZR194J8e40AGZ { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:33rem;height:10.3025rem;padding-top:1.271875rem;padding-right:1.29375rem;padding-bottom:1.271875rem;padding-left:1.29375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:55.5625rem;left:19.6875rem;z-index:15005; }
#TmzwTelIPpXurlSCvOPZR194J8e40AGZ #in1TpnkL0qHR826TbNJScGgyDAavel59 { display:flex;position:relative;top:0rem;left:0rem; }
#TmzwTelIPpXurlSCvOPZR194J8e40AGZ #E4ef6CVZmFCxxtWdLL1GapMuHIoSN2fa { width:auto; }
#TmzwTelIPpXurlSCvOPZR194J8e40AGZ #mibfuB3weB0ELqOTr7mtxqlLQEhiZ8gu {  }
#TmzwTelIPpXurlSCvOPZR194J8e40AGZ #ogpSTKTPDhM6oDR4bnmMzayCrm3oG1uW { display:flex;position:relative;top:0rem;left:0rem; }
#TmzwTelIPpXurlSCvOPZR194J8e40AGZ #vn3HJgfvurwIFUTabx8HaFKH5eWIvTFm {  }
#TmzwTelIPpXurlSCvOPZR194J8e40AGZ #lnDIMmsRVq6ExE7g34s4i6sbMwoChZQu {  }
#TmzwTelIPpXurlSCvOPZR194J8e40AGZ #sMCs6NlWoXcT2hdyK75BClgaTUaARErC { display:flex;position:relative;top:0rem;left:0rem; }
#TmzwTelIPpXurlSCvOPZR194J8e40AGZ #gh3J3hX8U53SD0xthCNEaNZWAVi0T8hd {  }
#TmzwTelIPpXurlSCvOPZR194J8e40AGZ #zuJRaaCTBNXuTf7pyQMnZBO5oFT6ELei {  }
#TmzwTelIPpXurlSCvOPZR194J8e40AGZ #EWaPk6Xi5DDHUTHEyPX4RUtq2suLqMcF { display:flex;position:relative;top:0rem;left:0rem; }
#TmzwTelIPpXurlSCvOPZR194J8e40AGZ #FTbWTFgmBJJUbFJJSEKt4nC95zbB7xx0 {  }
#TmzwTelIPpXurlSCvOPZR194J8e40AGZ #uZEKvtBlUJDmLHT1RB40OOPKO8cSAgxu {  }
#yXb00oXflXikQorHCRZ87BO9ctn9wCNa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.4375rem;width:6.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:73.1376953125rem;left:9.21875rem; }
#Ie6x2Kc4S5Lk3gJBCt4e3R7kZWTBi0T4 { color:#000000;display:block;width:49.75rem;position:absolute;font-family:"averta semibold";font-size:2.75rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:72.7822265625rem;left:17.25rem;height:7.1484375rem;text-align:left;text-align-last:left;display:block; }
#nJNVvi3qHOW03Vb21ugQidMpHahOO1Nl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.92);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; }#nJNVvi3qHOW03Vb21ugQidMpHahOO1Nl > .row .container { background-color: transparent; background-image: none; }#nJNVvi3qHOW03Vb21ugQidMpHahOO1Nl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nJNVvi3qHOW03Vb21ugQidMpHahOO1Nl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nJNVvi3qHOW03Vb21ugQidMpHahOO1Nl > .row .container > .video-iframe-container { display: none; }#nJNVvi3qHOW03Vb21ugQidMpHahOO1Nl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nJNVvi3qHOW03Vb21ugQidMpHahOO1Nl > .row > .video-iframe-container { display: none; }#nJNVvi3qHOW03Vb21ugQidMpHahOO1Nl > .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); }#nJNVvi3qHOW03Vb21ugQidMpHahOO1Nl > .row .container { border-width: 0; border-radius: 0; }#nJNVvi3qHOW03Vb21ugQidMpHahOO1Nl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nJNVvi3qHOW03Vb21ugQidMpHahOO1Nl > .row .container { font-size:0.875rem;font-family:arial;height:47.6875rem;width:75rem;position:relative;display:block; }#sL2ybetOVTAUOzWXqdptnPGGKPnnRyv2 { color:#ffffff;display:block;width:27.3125rem;position:absolute;font-family:"averta extrabold";font-size:3.4375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:17.140625rem;left:4.6875rem;height:13.40625rem;text-align:left;text-align-last:left;display:block; }
#KwGg4xmcxDWyzXdZEu796FtvJV4krqak { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:5.75rem;left:38.3125rem; }
#umOCPKoUlUunryl0ODeTUwkptwidnMho { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:14.25rem;left:38.3125rem; }
#MbrRQnoHoTOhfbfmLvuD4BcxOiTGvnpQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:22.75rem;left:38.3125rem; }
#cBZdCqGnQIEKE4bO3JlrwSgTaShLw3E7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:30.375rem;left:38.3125rem; }
#NzloZPW2Sk8l1atURo2VT9xRzeFpPFv7 { color:#ffffff;display:block;width:30.9375rem;position:absolute;font-family:"averta semibold";font-size:1.4375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:4.5rem;left:42.1875rem;height:37.3631875rem;text-align:left;text-align-last:left;display:block; }
#Vot1BcC6iTEs8rK7KEb0kV97VHSpf9sx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:37.5625rem;left:38.3125rem; }
#yk69xh1Wo2CumZ7GrkrvNv9zJJVeUKnu { position:relative;display:block; }#yk69xh1Wo2CumZ7GrkrvNv9zJJVeUKnu { background-color: transparent; background-image: none; }#yk69xh1Wo2CumZ7GrkrvNv9zJJVeUKnu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yk69xh1Wo2CumZ7GrkrvNv9zJJVeUKnu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yk69xh1Wo2CumZ7GrkrvNv9zJJVeUKnu > .row .container > .video-iframe-container { display: none; }#yk69xh1Wo2CumZ7GrkrvNv9zJJVeUKnu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yk69xh1Wo2CumZ7GrkrvNv9zJJVeUKnu > .row > .video-iframe-container { display: none; }#yk69xh1Wo2CumZ7GrkrvNv9zJJVeUKnu > .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); }#yk69xh1Wo2CumZ7GrkrvNv9zJJVeUKnu { border-width: 0; border-radius: 0; }#yk69xh1Wo2CumZ7GrkrvNv9zJJVeUKnu > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#yk69xh1Wo2CumZ7GrkrvNv9zJJVeUKnu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:45.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JtZWHNXIx31ixwG8pDc3wZTT4wGih2pi .widget-form-header {  }
#JtZWHNXIx31ixwG8pDc3wZTT4wGih2pi .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:700;color:#000000;width:29.875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;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; }
#JtZWHNXIx31ixwG8pDc3wZTT4wGih2pi .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:29.875rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:ubuntu;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.15) ; }
#JtZWHNXIx31ixwG8pDc3wZTT4wGih2pi .widget-input-text {padding-top: 0; padding-bottom: 0;}#JtZWHNXIx31ixwG8pDc3wZTT4wGih2pi .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:29.875rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:ubuntu;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.15) ; }
#JtZWHNXIx31ixwG8pDc3wZTT4wGih2pi .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:29.875rem;box-sizing:border-box;height:2.75rem;color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;overflow:hidden;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.15) ; }
#JtZWHNXIx31ixwG8pDc3wZTT4wGih2pi .widget-input-select {padding-top: 0; padding-bottom: 0;}#JtZWHNXIx31ixwG8pDc3wZTT4wGih2pi .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#JtZWHNXIx31ixwG8pDc3wZTT4wGih2pi .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#JtZWHNXIx31ixwG8pDc3wZTT4wGih2pi .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image: -webkit-linear-gradient(225deg, #ff0000, #000000);background-image: -moz-linear-gradient(225deg, #ff0000, #000000);background-image: -ms-linear-gradient(225deg, #ff0000, #000000);background-image: -o-linear-gradient(225deg, #ff0000, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#000000' );";background-image: linear-gradient(225deg, #ff0000, #000000);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.75rem;font-weight:bold;color:#ffffff;width:29.875rem;height:3.75rem;font-family:"averta semibold";overflow:hidden;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5); }
#JtZWHNXIx31ixwG8pDc3wZTT4wGih2pi [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#JtZWHNXIx31ixwG8pDc3wZTT4wGih2pi [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#JtZWHNXIx31ixwG8pDc3wZTT4wGih2pi [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#JtZWHNXIx31ixwG8pDc3wZTT4wGih2pi [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#JtZWHNXIx31ixwG8pDc3wZTT4wGih2pi .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:ubuntu;line-height:1.3;font-size:0.875rem;font-weight:400;color:#000000;vertical-align:top;width:28.6875rem;overflow:hidden;font-style:normal;float:none; }
#JtZWHNXIx31ixwG8pDc3wZTT4wGih2pi .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#JtZWHNXIx31ixwG8pDc3wZTT4wGih2pi .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:ubuntu;font-size:0.875rem;font-weight:400;color:#000000;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#JtZWHNXIx31ixwG8pDc3wZTT4wGih2pi .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#JtZWHNXIx31ixwG8pDc3wZTT4wGih2pi .widget-container:first-of-type{padding-top:0;}#JtZWHNXIx31ixwG8pDc3wZTT4wGih2pi .widget-container:last-of-type{padding-bottom:0;}#JtZWHNXIx31ixwG8pDc3wZTT4wGih2pi  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:29.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:21.3125rem;top:24.625rem;z-index:15000;position:absolute;box-shadow: 0.0625rem 0.0625rem 0.4375rem rgba(0,0,0,0.5) ; }
#JtZWHNXIx31ixwG8pDc3wZTT4wGih2pi .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:29.875rem;display:block;vertical-align:top; }
#JtZWHNXIx31ixwG8pDc3wZTT4wGih2pi .widget-info-text { display:block;height:auto;font-family:averta;font-size:0.875rem;line-height:2.6;font-weight:400;color:rgba(0,0,0,0.63);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center; }
#JtZWHNXIx31ixwG8pDc3wZTT4wGih2pi {display:block;}#JtZWHNXIx31ixwG8pDc3wZTT4wGih2pi { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:29.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:21.3125rem;top:24.625rem;z-index:15000;position:absolute;box-shadow: 0.0625rem 0.0625rem 0.4375rem rgba(0,0,0,0.5) ; }
#JtZWHNXIx31ixwG8pDc3wZTT4wGih2pi #ZRyiXztb5MZyJviCLq6AWurQf55TUT93 { position:relative; }
#JtZWHNXIx31ixwG8pDc3wZTT4wGih2pi #tqLGSKLv14yB3A17M3DhZW1mHImNU6tV { position:relative;display:none; }
#JtZWHNXIx31ixwG8pDc3wZTT4wGih2pi #B1NAzHUtxFHpwAOLF0EitTfaSwmqOXtD { position:relative; }
#JtZWHNXIx31ixwG8pDc3wZTT4wGih2pi #WIRpzK5LfCqa9nkzL6RTUDboodQ1MafZ { position:relative; }
#JtZWHNXIx31ixwG8pDc3wZTT4wGih2pi #pKMtZMyv8QBXvhLZ3yPiKBu8Odv3JZc3 { position:relative;display:none; }
#JtZWHNXIx31ixwG8pDc3wZTT4wGih2pi #ke9R4rO9En5fHgSbVdbi62FTMOTgtkiO { position:relative; }
#JtZWHNXIx31ixwG8pDc3wZTT4wGih2pi #XpIdTZLfDnJTA37F4DFTEWvss4EDM3aQ { position:relative;display:block;z-index:15000; }
#JtZWHNXIx31ixwG8pDc3wZTT4wGih2pi #D1LzHqspoHOx5UFxEtAxTcRb47QDfziG { position:relative;display:block;z-index:15000; }
#JtZWHNXIx31ixwG8pDc3wZTT4wGih2pi #LIe78N1tltuR6ziyRsfN9AHsl8dIn5J5 { position:relative; }
#JtZWHNXIx31ixwG8pDc3wZTT4wGih2pi #heoHRFVZHDeDkKGuade1PQpU0On02fTR { position:relative; }
#n7DyLLIeuQt21JqxMRf2lzk02f3coT8R { color:#000000;display:block;width:49.5rem;position:absolute;font-family:"averta extrabold";font-size:3.375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:5.1640625rem;left:12.75rem;height:8.7734375rem;text-align:center;text-align-last:center;display:block; }
#UWz5vVUTNvbKiGWV43BBTHXhgefHMFmQ { color:#ff0000;display:block;width:41.75rem;position:absolute;font-family:"averta semibold";font-size:3.375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:16.5625rem;left:16.625rem;height:4.38671875rem;text-align:center;text-align-last:center;display:block; }
#M0FCEEoccbHaddaGHo9mKIcwwyBFCvoH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;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; }#M0FCEEoccbHaddaGHo9mKIcwwyBFCvoH > .row .container { background-color: transparent; background-image: none; }#M0FCEEoccbHaddaGHo9mKIcwwyBFCvoH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M0FCEEoccbHaddaGHo9mKIcwwyBFCvoH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M0FCEEoccbHaddaGHo9mKIcwwyBFCvoH > .row .container > .video-iframe-container { display: none; }#M0FCEEoccbHaddaGHo9mKIcwwyBFCvoH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M0FCEEoccbHaddaGHo9mKIcwwyBFCvoH > .row > .video-iframe-container { display: none; }#M0FCEEoccbHaddaGHo9mKIcwwyBFCvoH > .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); }#M0FCEEoccbHaddaGHo9mKIcwwyBFCvoH > .row .container { border-width: 0; border-radius: 0; }#M0FCEEoccbHaddaGHo9mKIcwwyBFCvoH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M0FCEEoccbHaddaGHo9mKIcwwyBFCvoH > .row .container { font-size:0.875rem;font-family:arial;height:14.0625rem;width:75rem;position:relative;display:block; }#WuTiIfetfkSQCQn5eHHMiWhMSDyUdLf0 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"averta extrabold";font-size:3.8125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:2.5625rem;left:3.3125rem;height:4.95605625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eCBofRGb22hn71zvTA2C6Tbpshm0oa48 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:averta;font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:9.75rem;left:3.3125rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fvBoTZkhJxvNdTT3v4RaTqlVu9NgGUhH { color:#000000;display:block;width:12.5rem;position:absolute;font-family:averta;font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:9.75rem;left:22.0625rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nVnCUGIXkANqkZpatzg4tRITu0OPf06Q { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"averta extrabold";font-size:3.8125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2.5625rem;left:21.125rem;height:4.95605625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zuNS68aBZAicvJDOWZhEnPJ9olbwTq5F { color:#000000;display:block;width:12.5rem;position:absolute;font-family:averta;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:9.75rem;left:40.8125rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#toz4u545gnrXsWX88SOZc5uUl8ootmGE { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"averta extrabold";font-size:3.8125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:2.5625rem;left:40.6875rem;height:4.95605625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xKta7X0RRkX10tsGk4EkHkdrTEHzGfUl { color:#000000;display:block;width:14.875rem;position:absolute;font-family:averta;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:9.75rem;left:58.375rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eiwezd3q620s6TQfwXE4Ed5yCQWmQDIJ { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"averta extrabold";font-size:3.8125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:2.5625rem;left:58.375rem;height:4.95605625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wcP3K44nmyOpnUHOKqFzUqT2MG8CSQmB { position:absolute;display:block;z-index:15008;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:4.375rem;top:8.375rem;left:7.375rem;display:block; }
#W6zX88pZiQTmSA1qJRMqgBCitxpB5kPb { position:absolute;display:block;z-index:15009;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:4.375rem;top:8.375rem;left:26.125rem;display:block; }
#TvlBaeZOIpoVbANc1IXqpQ0lqmJ7RJ1R { position:absolute;display:block;z-index:15010;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:4.375rem;top:8.375rem;left:44.875rem;display:block; }
#uPNrJQnWsSm6UaziIgxTJR5FzzwEmGtT { position:absolute;display:block;z-index:15011;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:4.375rem;top:8.375rem;left:63.625rem;display:block; }
#pEdzRhU9sTmySpVsddAZVW4qkUf2OFTh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;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; }#pEdzRhU9sTmySpVsddAZVW4qkUf2OFTh > .row .container { background-color: transparent; background-image: none; }#pEdzRhU9sTmySpVsddAZVW4qkUf2OFTh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pEdzRhU9sTmySpVsddAZVW4qkUf2OFTh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pEdzRhU9sTmySpVsddAZVW4qkUf2OFTh > .row .container > .video-iframe-container { display: none; }#pEdzRhU9sTmySpVsddAZVW4qkUf2OFTh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pEdzRhU9sTmySpVsddAZVW4qkUf2OFTh > .row > .video-iframe-container { display: none; }#pEdzRhU9sTmySpVsddAZVW4qkUf2OFTh > .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); }#pEdzRhU9sTmySpVsddAZVW4qkUf2OFTh > .row .container { border-width: 0; border-radius: 0; }#pEdzRhU9sTmySpVsddAZVW4qkUf2OFTh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pEdzRhU9sTmySpVsddAZVW4qkUf2OFTh > .row .container { font-size:0.875rem;font-family:arial;height:69.125rem;width:75rem;position:relative;display:block; }#bmEUNePWHoMqIzPizNGSuUi8uE26kVPa { color:#000000;display:block;width:75rem;position:absolute;font-family:"averta extrabold";font-size:2.625rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:5.5625rem;left:0rem;height:4.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h2MPfMJy5aWOhUOwi7UhTtoX1hoHdduq { position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1c8e565b-9101-42ee-8756-0ea3eaa3c053/5L5A1848.crop_2449x2808_450,0.preview.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0.3125rem -0.5625rem 1.5625rem rgba(84,84,84,0.25) ;height:29.625rem;width:29.625rem;top:24.125rem;left:3.1875rem;display:block; }#h2MPfMJy5aWOhUOwi7UhTtoX1hoHdduq.adaptive-delivery-prevent-bg, #h2MPfMJy5aWOhUOwi7UhTtoX1hoHdduq.lazyload, #h2MPfMJy5aWOhUOwi7UhTtoX1hoHdduq.lazyloading { background-image: none; }
#WNnLbw6R9W6kNWTthQdatofg1BMGXpIX { color:#333333;display:block;width:29.1875rem;position:absolute;font-family:averta;font-size:1.1875rem;font-weight:normal;z-index:15031;line-height:1.6;letter-spacing:0;top:18.4375rem;left:38.3125rem;height:44.1240375rem;text-align:left;text-align-last:left;display:block; }
#aZSu2zzl6NBIkoqfS8T4cXQSLBZwSceM { color:rgba(255,0,4,0.92);display:block;width:25rem;position:absolute;font-family:"averta extrabold";font-size:1.8125rem;font-weight:normal;z-index:15012;line-height:1.6;letter-spacing:0;top:15rem;left:38.25rem;height:2.8994125rem;display:block; }
#U5cLIPZbVVbSRTziorsG2BBPyp0iWdnN { position:absolute;display:block;z-index:15024;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0.3125rem -0.5625rem 1.5625rem rgba(84,84,84,0.25) ;height:9.375rem;width:3.125rem;top:39.625rem;left:28.0625rem;display:block; }
#AgA8eLHq5ZH3SVlWSBC37d8n5cB4w6Rf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.92);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; }#AgA8eLHq5ZH3SVlWSBC37d8n5cB4w6Rf > .row .container { background-color: transparent; background-image: none; }#AgA8eLHq5ZH3SVlWSBC37d8n5cB4w6Rf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AgA8eLHq5ZH3SVlWSBC37d8n5cB4w6Rf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AgA8eLHq5ZH3SVlWSBC37d8n5cB4w6Rf > .row .container > .video-iframe-container { display: none; }#AgA8eLHq5ZH3SVlWSBC37d8n5cB4w6Rf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AgA8eLHq5ZH3SVlWSBC37d8n5cB4w6Rf > .row > .video-iframe-container { display: none; }#AgA8eLHq5ZH3SVlWSBC37d8n5cB4w6Rf > .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); }#AgA8eLHq5ZH3SVlWSBC37d8n5cB4w6Rf > .row .container { border-width: 0; border-radius: 0; }#AgA8eLHq5ZH3SVlWSBC37d8n5cB4w6Rf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AgA8eLHq5ZH3SVlWSBC37d8n5cB4w6Rf > .row .container { font-size:0.875rem;font-family:arial;height:29.6875rem;width:75rem;position:relative;display:block; }#nvrOzJOPhAwyvmTEGP6Luu7uzOeTPHCp { color:#ffffff;display:block;width:67.875rem;position:absolute;font-family:"averta semibold";font-size:2rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:5.4375rem;left:3.5625rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#UEyfF0bDxXnkpScU5KMNUI98E8IHA6ST { color:#ff0000;display:block;width:41.75rem;position:absolute;font-family:"averta semibold";font-size:2.4375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:10.375rem;left:16.625rem;height:3.16796875rem;text-align:center;text-align-last:center;display:block; }
#M3xQwAHTocKqEe0OOFE7OwD7MTgFugya { background-color:rgba(255,0,0,0.9);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:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:averta;font-size:2.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.3125rem;height:5.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:16.6875rem;left:24.84375rem;display:block; }
#iSg7AGGUAExGndWBEIqNlzu8nN58BNAQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tN99HcILTEmFmr7NgEDQRrRrXAUTNXcP { position:relative;display:block; }#tN99HcILTEmFmr7NgEDQRrRrXAUTNXcP { background-color: transparent; background-image: none; }#tN99HcILTEmFmr7NgEDQRrRrXAUTNXcP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tN99HcILTEmFmr7NgEDQRrRrXAUTNXcP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tN99HcILTEmFmr7NgEDQRrRrXAUTNXcP > .row .container > .video-iframe-container { display: none; }#tN99HcILTEmFmr7NgEDQRrRrXAUTNXcP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tN99HcILTEmFmr7NgEDQRrRrXAUTNXcP > .row > .video-iframe-container { display: none; }#tN99HcILTEmFmr7NgEDQRrRrXAUTNXcP > .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); }#tN99HcILTEmFmr7NgEDQRrRrXAUTNXcP { border-width: 0; border-radius: 0; }#tN99HcILTEmFmr7NgEDQRrRrXAUTNXcP > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#tN99HcILTEmFmr7NgEDQRrRrXAUTNXcP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#IQZZJdZUTixtMkDDSln1rI2RZ2GgSkFJ { color:#000000;display:block;width:12.5rem;position:absolute;font-family:averta;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.5rem;left:24.3125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#VaBDysFcitnulKESOIJr1W74e4LHSnZ5 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:averta;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.5rem;left:38.1875rem;height:1.29980625rem;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) { #z6TdMvyFieCZnUdaB8EBbmVOQXKPzRQU { display:block; }#z6TdMvyFieCZnUdaB8EBbmVOQXKPzRQU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G2Q7ooyXGt0qPScMTLthX5RAThgQc2oX { top:1.125rem;left:0rem;width:47.75rem;height:1.375rem;font-size:0.875rem;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) { #aX1D7lxQ3GeJ3PBpAgPnSTTCizw6gG9T { top:3.6875rem;left:0rem;width:47.75rem;height:7.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1MP9BpkGpmwRlT7RV3Tbfm8Q4nP5wCe { top:13.375rem;left:0rem;width:47.75rem;height:26.799048751486rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJ5SCNbB7ERl0JwRPu0yFba2RXddFlaJ { width:40.5rem;height:5.75rem;top:46rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lxl6pIqdRaJd5B5z2p20n4mXFsTS1TIW { display:block; }
 }@media only screen and (max-width: 763px) { #TmzwTelIPpXurlSCvOPZR194J8e40AGZ .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TmzwTelIPpXurlSCvOPZR194J8e40AGZ .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#TmzwTelIPpXurlSCvOPZR194J8e40AGZ .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#TmzwTelIPpXurlSCvOPZR194J8e40AGZ { display:flex;width:18rem;height:5.0625rem;top:64.3125rem;left:4.625rem; }
 }@media only screen and (max-width: 763px) { #TmzwTelIPpXurlSCvOPZR194J8e40AGZ #in1TpnkL0qHR826TbNJScGgyDAavel59 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TmzwTelIPpXurlSCvOPZR194J8e40AGZ #E4ef6CVZmFCxxtWdLL1GapMuHIoSN2fa {  }
 }@media only screen and (max-width: 763px) { #TmzwTelIPpXurlSCvOPZR194J8e40AGZ #mibfuB3weB0ELqOTr7mtxqlLQEhiZ8gu {  }
 }@media only screen and (max-width: 763px) { #TmzwTelIPpXurlSCvOPZR194J8e40AGZ #ogpSTKTPDhM6oDR4bnmMzayCrm3oG1uW { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TmzwTelIPpXurlSCvOPZR194J8e40AGZ #vn3HJgfvurwIFUTabx8HaFKH5eWIvTFm {  }
 }@media only screen and (max-width: 763px) { #TmzwTelIPpXurlSCvOPZR194J8e40AGZ #lnDIMmsRVq6ExE7g34s4i6sbMwoChZQu {  }
 }@media only screen and (max-width: 763px) { #TmzwTelIPpXurlSCvOPZR194J8e40AGZ #sMCs6NlWoXcT2hdyK75BClgaTUaARErC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TmzwTelIPpXurlSCvOPZR194J8e40AGZ #gh3J3hX8U53SD0xthCNEaNZWAVi0T8hd {  }
 }@media only screen and (max-width: 763px) { #TmzwTelIPpXurlSCvOPZR194J8e40AGZ #zuJRaaCTBNXuTf7pyQMnZBO5oFT6ELei {  }
 }@media only screen and (max-width: 763px) { #TmzwTelIPpXurlSCvOPZR194J8e40AGZ #EWaPk6Xi5DDHUTHEyPX4RUtq2suLqMcF { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TmzwTelIPpXurlSCvOPZR194J8e40AGZ #FTbWTFgmBJJUbFJJSEKt4nC95zbB7xx0 {  }
 }@media only screen and (max-width: 763px) { #TmzwTelIPpXurlSCvOPZR194J8e40AGZ #uZEKvtBlUJDmLHT1RB40OOPKO8cSAgxu {  }
 }@media only screen and (max-width: 763px) { #yXb00oXflXikQorHCRZ87BO9ctn9wCNa { top:73.125rem;left:0rem;width:6.4375rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ie6x2Kc4S5Lk3gJBCt4e3R7kZWTBi0T4 { top:72.75rem;left:0rem;width:47.75rem;height:7.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJNVvi3qHOW03Vb21ugQidMpHahOO1Nl { display:block; }#nJNVvi3qHOW03Vb21ugQidMpHahOO1Nl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sL2ybetOVTAUOzWXqdptnPGGKPnnRyv2 { top:17.125rem;left:0rem;width:27.3125rem;height:13.375rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwGg4xmcxDWyzXdZEu796FtvJV4krqak { top:5.75rem;left:24.6875rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #umOCPKoUlUunryl0ODeTUwkptwidnMho { top:14.25rem;left:24.6875rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbrRQnoHoTOhfbfmLvuD4BcxOiTGvnpQ { top:22.75rem;left:24.6875rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBZdCqGnQIEKE4bO3JlrwSgTaShLw3E7 { top:30.375rem;left:24.6875rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzloZPW2Sk8l1atURo2VT9xRzeFpPFv7 { top:4.5rem;left:16.8125rem;width:30.9375rem;height:37.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vot1BcC6iTEs8rK7KEb0kV97VHSpf9sx { top:37.5625rem;left:24.6875rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yk69xh1Wo2CumZ7GrkrvNv9zJJVeUKnu { display:block; }#yk69xh1Wo2CumZ7GrkrvNv9zJJVeUKnu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JtZWHNXIx31ixwG8pDc3wZTT4wGih2pi .widget-regular-label { display:block;width:29.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JtZWHNXIx31ixwG8pDc3wZTT4wGih2pi .widget-input-text { width:29.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JtZWHNXIx31ixwG8pDc3wZTT4wGih2pi .widget-input-text {padding-top: 0; padding-bottom: 0;}#JtZWHNXIx31ixwG8pDc3wZTT4wGih2pi .widget-textarea { width:29.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JtZWHNXIx31ixwG8pDc3wZTT4wGih2pi .widget-input-select { width:29.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JtZWHNXIx31ixwG8pDc3wZTT4wGih2pi .widget-input-select {padding-top: 0; padding-bottom: 0;}#JtZWHNXIx31ixwG8pDc3wZTT4wGih2pi .widget-input-button { width:29.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JtZWHNXIx31ixwG8pDc3wZTT4wGih2pi .widget-checkbox-label { width:28.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JtZWHNXIx31ixwG8pDc3wZTT4wGih2pi  { width:29.875rem;height:auto;top:24.625rem;left:7.6875rem; }
#JtZWHNXIx31ixwG8pDc3wZTT4wGih2pi .radio-container { width:29.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JtZWHNXIx31ixwG8pDc3wZTT4wGih2pi {display:block;}#JtZWHNXIx31ixwG8pDc3wZTT4wGih2pi { width:29.875rem;height:auto;top:24.625rem;left:7.6875rem; }
 }@media only screen and (max-width: 763px) { #JtZWHNXIx31ixwG8pDc3wZTT4wGih2pi #ZRyiXztb5MZyJviCLq6AWurQf55TUT93 {  }
 }@media only screen and (max-width: 763px) { #JtZWHNXIx31ixwG8pDc3wZTT4wGih2pi #tqLGSKLv14yB3A17M3DhZW1mHImNU6tV { display:none; }
 }@media only screen and (max-width: 763px) { #JtZWHNXIx31ixwG8pDc3wZTT4wGih2pi #B1NAzHUtxFHpwAOLF0EitTfaSwmqOXtD {  }
 }@media only screen and (max-width: 763px) { #JtZWHNXIx31ixwG8pDc3wZTT4wGih2pi #WIRpzK5LfCqa9nkzL6RTUDboodQ1MafZ {  }
 }@media only screen and (max-width: 763px) { #JtZWHNXIx31ixwG8pDc3wZTT4wGih2pi #pKMtZMyv8QBXvhLZ3yPiKBu8Odv3JZc3 { display:none; }
 }@media only screen and (max-width: 763px) { #JtZWHNXIx31ixwG8pDc3wZTT4wGih2pi #ke9R4rO9En5fHgSbVdbi62FTMOTgtkiO {  }
 }@media only screen and (max-width: 763px) { #JtZWHNXIx31ixwG8pDc3wZTT4wGih2pi #XpIdTZLfDnJTA37F4DFTEWvss4EDM3aQ {  }
 }@media only screen and (max-width: 763px) { #JtZWHNXIx31ixwG8pDc3wZTT4wGih2pi #D1LzHqspoHOx5UFxEtAxTcRb47QDfziG {  }
 }@media only screen and (max-width: 763px) { #JtZWHNXIx31ixwG8pDc3wZTT4wGih2pi #LIe78N1tltuR6ziyRsfN9AHsl8dIn5J5 {  }
 }@media only screen and (max-width: 763px) { #JtZWHNXIx31ixwG8pDc3wZTT4wGih2pi #heoHRFVZHDeDkKGuade1PQpU0On02fTR {  }
 }@media only screen and (max-width: 763px) { #n7DyLLIeuQt21JqxMRf2lzk02f3coT8R { top:5.125rem;left:0rem;width:47.75rem;height:8.75rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWz5vVUTNvbKiGWV43BBTHXhgefHMFmQ { top:16.5625rem;left:3rem;width:41.75rem;height:4.375rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0FCEEoccbHaddaGHo9mKIcwwyBFCvoH { display:block; }#M0FCEEoccbHaddaGHo9mKIcwwyBFCvoH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WuTiIfetfkSQCQn5eHHMiWhMSDyUdLf0 { width:12.5rem;height:4.9375rem;top:2.5625rem;left:0rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCBofRGb22hn71zvTA2C6Tbpshm0oa48 { width:12.5rem;height:1.4375rem;top:9.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvBoTZkhJxvNdTT3v4RaTqlVu9NgGUhH { width:12.5rem;height:1.4375rem;top:9.75rem;left:11.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVnCUGIXkANqkZpatzg4tRITu0OPf06Q { width:12.5rem;height:4.9375rem;top:2.5625rem;left:11.375rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuNS68aBZAicvJDOWZhEnPJ9olbwTq5F { width:12.5rem;height:1.4375rem;top:9.75rem;left:23.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #toz4u545gnrXsWX88SOZc5uUl8ootmGE { width:12.5rem;height:4.9375rem;top:2.5625rem;left:23.3125rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKta7X0RRkX10tsGk4EkHkdrTEHzGfUl { width:14.875rem;height:1.4375rem;top:9.75rem;left:32.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiwezd3q620s6TQfwXE4Ed5yCQWmQDIJ { width:12.5rem;height:4.9375rem;top:2.5625rem;left:35.25rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcP3K44nmyOpnUHOKqFzUqT2MG8CSQmB { top:8.375rem;left:3.96875rem;width:4.375rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6zX88pZiQTmSA1qJRMqgBCitxpB5kPb { top:8.375rem;left:15.90625rem;width:4.375rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvlBaeZOIpoVbANc1IXqpQ0lqmJ7RJ1R { top:8.375rem;left:27.84375rem;width:4.375rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPNrJQnWsSm6UaziIgxTJR5FzzwEmGtT { top:8.375rem;left:39.78125rem;width:4.375rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEdzRhU9sTmySpVsddAZVW4qkUf2OFTh { display:block; }#pEdzRhU9sTmySpVsddAZVW4qkUf2OFTh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bmEUNePWHoMqIzPizNGSuUi8uE26kVPa { top:5.5625rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2MPfMJy5aWOhUOwi7UhTtoX1hoHdduq { top:24.125rem;left:0rem;width:29.625rem;height:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNnLbw6R9W6kNWTthQdatofg1BMGXpIX { top:18.4375rem;left:18.5625rem;width:29.1875rem;height:45.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZSu2zzl6NBIkoqfS8T4cXQSLBZwSceM { top:15rem;left:22.75rem;width:25rem;height:2.875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5cLIPZbVVbSRTziorsG2BBPyp0iWdnN { top:39.625rem;left:14.4375rem;width:3.125rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgA8eLHq5ZH3SVlWSBC37d8n5cB4w6Rf { display:block; }#AgA8eLHq5ZH3SVlWSBC37d8n5cB4w6Rf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nvrOzJOPhAwyvmTEGP6Luu7uzOeTPHCp { top:5.4375rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEyfF0bDxXnkpScU5KMNUI98E8IHA6ST { top:10.375rem;left:3rem;width:41.75rem;height:3.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3xQwAHTocKqEe0OOFE7OwD7MTgFugya { width:25.3125rem;height:5.75rem;top:16.6875rem;left:11.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSg7AGGUAExGndWBEIqNlzu8nN58BNAQ { display:block; }
 }@media only screen and (max-width: 763px) { #tN99HcILTEmFmr7NgEDQRrRrXAUTNXcP { display:block; }#tN99HcILTEmFmr7NgEDQRrRrXAUTNXcP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IQZZJdZUTixtMkDDSln1rI2RZ2GgSkFJ { top:1.5rem;left:10.6875rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaBDysFcitnulKESOIJr1W74e4LHSnZ5 { top:1.5rem;left:24.5625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #z6TdMvyFieCZnUdaB8EBbmVOQXKPzRQU { display:block; }#z6TdMvyFieCZnUdaB8EBbmVOQXKPzRQU > .row .container { width:20rem;height:5.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G2Q7ooyXGt0qPScMTLthX5RAThgQc2oX { width:20rem;height:2.2734375rem;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) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:56.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aX1D7lxQ3GeJ3PBpAgPnSTTCizw6gG9T { width:18.625rem;height:6.82425rem;top:1.6875rem;left:0.6875rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e1MP9BpkGpmwRlT7RV3Tbfm8Q4nP5wCe { height:10.8125rem;width:19.375rem;top:11.44140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJ5SCNbB7ERl0JwRPu0yFba2RXddFlaJ { width:19.875rem;height:4.5rem;top:24.56640625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lxl6pIqdRaJd5B5z2p20n4mXFsTS1TIW { display:block; }
 }@media only screen and (max-width: 763px) { #TmzwTelIPpXurlSCvOPZR194J8e40AGZ .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TmzwTelIPpXurlSCvOPZR194J8e40AGZ .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#TmzwTelIPpXurlSCvOPZR194J8e40AGZ .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#TmzwTelIPpXurlSCvOPZR194J8e40AGZ { display:flex;width:18rem;height:5.0625rem;top:30.94140625rem;left:-0.5rem; }
 }@media only screen and (max-width: 763px) { #TmzwTelIPpXurlSCvOPZR194J8e40AGZ #in1TpnkL0qHR826TbNJScGgyDAavel59 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TmzwTelIPpXurlSCvOPZR194J8e40AGZ #E4ef6CVZmFCxxtWdLL1GapMuHIoSN2fa {  }
 }@media only screen and (max-width: 763px) { #TmzwTelIPpXurlSCvOPZR194J8e40AGZ #mibfuB3weB0ELqOTr7mtxqlLQEhiZ8gu {  }
 }@media only screen and (max-width: 763px) { #TmzwTelIPpXurlSCvOPZR194J8e40AGZ #ogpSTKTPDhM6oDR4bnmMzayCrm3oG1uW { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TmzwTelIPpXurlSCvOPZR194J8e40AGZ #vn3HJgfvurwIFUTabx8HaFKH5eWIvTFm {  }
 }@media only screen and (max-width: 763px) { #TmzwTelIPpXurlSCvOPZR194J8e40AGZ #lnDIMmsRVq6ExE7g34s4i6sbMwoChZQu {  }
 }@media only screen and (max-width: 763px) { #TmzwTelIPpXurlSCvOPZR194J8e40AGZ #sMCs6NlWoXcT2hdyK75BClgaTUaARErC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TmzwTelIPpXurlSCvOPZR194J8e40AGZ #gh3J3hX8U53SD0xthCNEaNZWAVi0T8hd {  }
 }@media only screen and (max-width: 763px) { #TmzwTelIPpXurlSCvOPZR194J8e40AGZ #zuJRaaCTBNXuTf7pyQMnZBO5oFT6ELei {  }
 }@media only screen and (max-width: 763px) { #TmzwTelIPpXurlSCvOPZR194J8e40AGZ #EWaPk6Xi5DDHUTHEyPX4RUtq2suLqMcF { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TmzwTelIPpXurlSCvOPZR194J8e40AGZ #FTbWTFgmBJJUbFJJSEKt4nC95zbB7xx0 {  }
 }@media only screen and (max-width: 763px) { #TmzwTelIPpXurlSCvOPZR194J8e40AGZ #uZEKvtBlUJDmLHT1RB40OOPKO8cSAgxu {  }
 }@media only screen and (max-width: 763px) { #yXb00oXflXikQorHCRZ87BO9ctn9wCNa { display:flex;width:6.4375rem;height:6.4375rem;top:38.546875rem;left:6.78125rem;z-index:15006; }
 }@media only screen and (max-width: 763px) { #Ie6x2Kc4S5Lk3gJBCt4e3R7kZWTBi0T4 { width:17.125rem;height:5.1181625rem;top:46.234375rem;left:1.4375rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nJNVvi3qHOW03Vb21ugQidMpHahOO1Nl { display:block; }#nJNVvi3qHOW03Vb21ugQidMpHahOO1Nl > .row .container { width:20rem;height:66.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sL2ybetOVTAUOzWXqdptnPGGKPnnRyv2 { width:20rem;height:7.79883125rem;top:3.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KwGg4xmcxDWyzXdZEu796FtvJV4krqak { display:flex;width:2.75rem;height:2.75rem;top:16.8125rem;left:0.375rem; }
 }@media only screen and (max-width: 763px) { #umOCPKoUlUunryl0ODeTUwkptwidnMho { display:flex;width:2.75rem;height:2.75rem;top:27.3125rem;left:0.375rem; }
 }@media only screen and (max-width: 763px) { #MbrRQnoHoTOhfbfmLvuD4BcxOiTGvnpQ { display:flex;width:2.75rem;height:2.75rem;top:36.203125rem;left:0.375rem; }
 }@media only screen and (max-width: 763px) { #cBZdCqGnQIEKE4bO3JlrwSgTaShLw3E7 { display:flex;width:2.75rem;height:2.75rem;top:45.875rem;left:0.375rem; }
 }@media only screen and (max-width: 763px) { #NzloZPW2Sk8l1atURo2VT9xRzeFpPFv7 { width:15.5rem;height:46.78125rem;top:14.1875rem;left:4.125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Vot1BcC6iTEs8rK7KEb0kV97VHSpf9sx { display:flex;width:2.75rem;height:2.75rem;top:55.59375rem;left:0.375rem; }
 }@media only screen and (max-width: 763px) { #yk69xh1Wo2CumZ7GrkrvNv9zJJVeUKnu { display:block; }#yk69xh1Wo2CumZ7GrkrvNv9zJJVeUKnu > .row .container { width:20rem;height:35.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JtZWHNXIx31ixwG8pDc3wZTT4wGih2pi .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#JtZWHNXIx31ixwG8pDc3wZTT4wGih2pi .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#JtZWHNXIx31ixwG8pDc3wZTT4wGih2pi .widget-input-text {padding-top: 0; padding-bottom: 0;}#JtZWHNXIx31ixwG8pDc3wZTT4wGih2pi .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#JtZWHNXIx31ixwG8pDc3wZTT4wGih2pi .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#JtZWHNXIx31ixwG8pDc3wZTT4wGih2pi .widget-input-select {padding-top: 0; padding-bottom: 0;}#JtZWHNXIx31ixwG8pDc3wZTT4wGih2pi .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#JtZWHNXIx31ixwG8pDc3wZTT4wGih2pi .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#JtZWHNXIx31ixwG8pDc3wZTT4wGih2pi .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.625rem;overflow:hidden; }
#JtZWHNXIx31ixwG8pDc3wZTT4wGih2pi .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JtZWHNXIx31ixwG8pDc3wZTT4wGih2pi  { width:17.5rem;height:auto;top:17.125rem;left:0rem; }
#JtZWHNXIx31ixwG8pDc3wZTT4wGih2pi .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#JtZWHNXIx31ixwG8pDc3wZTT4wGih2pi .widget-info-text { font-family:averta;font-size:0.75rem;overflow:hidden;height:auto;text-align:center;text-align-last:center;color:rgba(0,0,0,0.63);line-height:2.4; }
#JtZWHNXIx31ixwG8pDc3wZTT4wGih2pi {display:block;}#JtZWHNXIx31ixwG8pDc3wZTT4wGih2pi { width:17.5rem;height:auto;top:17.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JtZWHNXIx31ixwG8pDc3wZTT4wGih2pi #ZRyiXztb5MZyJviCLq6AWurQf55TUT93 {  }
 }@media only screen and (max-width: 763px) { #JtZWHNXIx31ixwG8pDc3wZTT4wGih2pi #tqLGSKLv14yB3A17M3DhZW1mHImNU6tV { display:none; }
 }@media only screen and (max-width: 763px) { #JtZWHNXIx31ixwG8pDc3wZTT4wGih2pi #B1NAzHUtxFHpwAOLF0EitTfaSwmqOXtD {  }
 }@media only screen and (max-width: 763px) { #JtZWHNXIx31ixwG8pDc3wZTT4wGih2pi #WIRpzK5LfCqa9nkzL6RTUDboodQ1MafZ {  }
 }@media only screen and (max-width: 763px) { #JtZWHNXIx31ixwG8pDc3wZTT4wGih2pi #pKMtZMyv8QBXvhLZ3yPiKBu8Odv3JZc3 { display:none; }
 }@media only screen and (max-width: 763px) { #JtZWHNXIx31ixwG8pDc3wZTT4wGih2pi #ke9R4rO9En5fHgSbVdbi62FTMOTgtkiO {  }
 }@media only screen and (max-width: 763px) { #JtZWHNXIx31ixwG8pDc3wZTT4wGih2pi #XpIdTZLfDnJTA37F4DFTEWvss4EDM3aQ {  }
 }@media only screen and (max-width: 763px) { #JtZWHNXIx31ixwG8pDc3wZTT4wGih2pi #D1LzHqspoHOx5UFxEtAxTcRb47QDfziG {  }
 }@media only screen and (max-width: 763px) { #JtZWHNXIx31ixwG8pDc3wZTT4wGih2pi #LIe78N1tltuR6ziyRsfN9AHsl8dIn5J5 {  }
 }@media only screen and (max-width: 763px) { #JtZWHNXIx31ixwG8pDc3wZTT4wGih2pi #heoHRFVZHDeDkKGuade1PQpU0On02fTR {  }
 }@media only screen and (max-width: 763px) { #n7DyLLIeuQt21JqxMRf2lzk02f3coT8R { width:20rem;height:7.7988125rem;top:3.625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UWz5vVUTNvbKiGWV43BBTHXhgefHMFmQ { width:20rem;height:2.5996125rem;top:12.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M0FCEEoccbHaddaGHo9mKIcwwyBFCvoH { display:block; }#M0FCEEoccbHaddaGHo9mKIcwwyBFCvoH > .row .container { width:20rem;height:34.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WuTiIfetfkSQCQn5eHHMiWhMSDyUdLf0 { width:12.5rem;height:2.5996125rem;top:1.25rem;left:3.75rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCBofRGb22hn71zvTA2C6Tbpshm0oa48 { width:12.5rem;height:1.29980625rem;top:6.5996125rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvBoTZkhJxvNdTT3v4RaTqlVu9NgGUhH { width:12.5rem;height:1.29980625rem;top:14.49903125rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVnCUGIXkANqkZpatzg4tRITu0OPf06Q { width:12.5rem;height:2.5996125rem;top:9.1494140625rem;left:3.375rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuNS68aBZAicvJDOWZhEnPJ9olbwTq5F { width:12.5rem;height:1.29980625rem;top:22.39845rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #toz4u545gnrXsWX88SOZc5uUl8ootmGE { width:12.5rem;height:2.5996125rem;top:17.0488375rem;left:3.75rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKta7X0RRkX10tsGk4EkHkdrTEHzGfUl { width:12.5rem;height:2.5996125rem;top:30.29786875rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiwezd3q620s6TQfwXE4Ed5yCQWmQDIJ { width:12.5rem;height:2.5996125rem;top:24.9482421875rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcP3K44nmyOpnUHOKqFzUqT2MG8CSQmB { width:4.375rem;height:0.25rem;top:5.0996125rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6zX88pZiQTmSA1qJRMqgBCitxpB5kPb { width:4.375rem;height:0.25rem;top:12.99903125rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvlBaeZOIpoVbANc1IXqpQ0lqmJ7RJ1R { width:4.375rem;height:0.25rem;top:20.89845rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPNrJQnWsSm6UaziIgxTJR5FzzwEmGtT { width:4.375rem;height:0.25rem;top:28.79786875rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEdzRhU9sTmySpVsddAZVW4qkUf2OFTh { display:block; }#pEdzRhU9sTmySpVsddAZVW4qkUf2OFTh > .row .container { width:20rem;height:89.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bmEUNePWHoMqIzPizNGSuUi8uE26kVPa { width:20rem;height:2.3994125rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h2MPfMJy5aWOhUOwi7UhTtoX1hoHdduq { width:19.375rem;height:20.375rem;top:10.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNnLbw6R9W6kNWTthQdatofg1BMGXpIX { width:18.4375rem;height:51.1874875rem;top:35.5rem;left:0.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aZSu2zzl6NBIkoqfS8T4cXQSLBZwSceM { width:20rem;height:2.19921875rem;top:6.1875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#ff0000;display:block; }
 }@media only screen and (max-width: 763px) { #U5cLIPZbVVbSRTziorsG2BBPyp0iWdnN { width:2.6875rem;height:8.375rem;top:106.2929875rem;left:8.625rem;z-index:15024;display:none; }
 }@media only screen and (max-width: 763px) { #AgA8eLHq5ZH3SVlWSBC37d8n5cB4w6Rf { display:block; }#AgA8eLHq5ZH3SVlWSBC37d8n5cB4w6Rf > .row .container { width:20rem;height:26.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nvrOzJOPhAwyvmTEGP6Luu7uzOeTPHCp { width:18.375rem;height:3.57421875rem;top:2.9375rem;left:0.8125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UEyfF0bDxXnkpScU5KMNUI98E8IHA6ST { width:20rem;height:2.5996125rem;top:9.873046875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M3xQwAHTocKqEe0OOFE7OwD7MTgFugya { width:17.4375rem;height:5.1875rem;top:14.53515625rem;left:1.28125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSg7AGGUAExGndWBEIqNlzu8nN58BNAQ { display:block; }
 }@media only screen and (max-width: 763px) { #tN99HcILTEmFmr7NgEDQRrRrXAUTNXcP { display:block; }#tN99HcILTEmFmr7NgEDQRrRrXAUTNXcP > .row .container { width:20rem;height:5.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IQZZJdZUTixtMkDDSln1rI2RZ2GgSkFJ { width:12.5rem;height:1.29980625rem;top:2.505859375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VaBDysFcitnulKESOIJr1W74e4LHSnZ5 { width:7.1875rem;height:1.29980625rem;top:2.505859375rem;left:11.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }