.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { 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:5.8125rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#hOwZHdgKnIcUlw54aXtEoyUrTE5k6hN1 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:18.1875rem;top:1.3125rem;left:1.03125rem;overflow:hidden;display:block; }
#UkB7PUthBFcbIFvQWq83gtrWoDmooa7K { color:#222222;display:block;width:18.125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.255859375rem;left:40.71875rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#H420zavPmnELvXCqDt3uqI0T5AQ4lT3Q { background-color:#d72528;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:2.9375rem;text-decoration:none;z-index:15002;text-align:right;text-align-last:right;top:1.4375rem;left:59.59375rem;display:block; }
#L2VXuxAMPl5fit2MSVGHZ2zhPIRfZRCx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xa98SRHxN9FJhsg5TqOAWBwTA3BEoUhu { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:1.96875rem;left:60.65625rem;overflow:hidden;display:block; }
#Jls802ks99oQCKRRQobHlhTzvQLWKnqT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1c7aa045-598c-4470-ab85-5d353e0c9869/image3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Jls802ks99oQCKRRQobHlhTzvQLWKnqT.adaptive-delivery-prevent-bg, #Jls802ks99oQCKRRQobHlhTzvQLWKnqT.lazyload, #Jls802ks99oQCKRRQobHlhTzvQLWKnqT.lazyloading { background-image: none; }#Jls802ks99oQCKRRQobHlhTzvQLWKnqT > .row .container { background-color: transparent; background-image: none; }#Jls802ks99oQCKRRQobHlhTzvQLWKnqT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jls802ks99oQCKRRQobHlhTzvQLWKnqT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jls802ks99oQCKRRQobHlhTzvQLWKnqT > .row .container > .video-iframe-container { display: none; }#Jls802ks99oQCKRRQobHlhTzvQLWKnqT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jls802ks99oQCKRRQobHlhTzvQLWKnqT > .row > .video-iframe-container { display: none; }#Jls802ks99oQCKRRQobHlhTzvQLWKnqT > .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); }#Jls802ks99oQCKRRQobHlhTzvQLWKnqT > .row .container { border-width: 0; border-radius: 0; }#Jls802ks99oQCKRRQobHlhTzvQLWKnqT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jls802ks99oQCKRRQobHlhTzvQLWKnqT > .row .container { font-size:0.875rem;font-family:arial;height:39.625rem;width:75rem;position:relative;display:block; }#Uz5hUeUwwuzxR5CTPVSr8Ue4P4PIGQA8 { color:#ffffff;display:block;width:18.9375rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:14991;line-height:1.3;letter-spacing:0;top:6.748046875rem;left:1.125rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qRtLRkkaIT9aT7eLHuwvWrNoh8vFr8So { position:absolute;display:block;z-index:14989;background-color:#c00b0b;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:2.375rem;border-top-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-bottom-right-radius:2.375rem;box-shadow: none;height:2.1875rem;width:19.5rem;top:6.3046875rem;left:0.84375rem;display:block; }
#MVcmtLvuBKrbT8vwoPzxDDucyq6rZA7U { color:#ffffff;display:block;width:38.25rem;position:absolute;font-family:inter;font-size:3.375rem;font-weight:700;z-index:15000;line-height:1.15;letter-spacing:0;top:10.0693359375rem;left:0.84375rem;height:7.76175rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TAUur766R7tceLLhXHPz9o0kqmmQkS1b { color:#ffffff;display:block;width:30.5625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:18.6875rem;left:0.84375rem;height:3.1494125rem;display:block; }
#P75rwIvbJBLeTHLtDhXKwW9KwZ725tMR { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:23.3125rem;left:1.125rem;overflow:hidden;display:block; }
#wLUE0XAr5cTDzRGT9XsRwxuUCMwyyXPH { color:#ffffff;display:block;width:19.8125rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:23.70703125rem;left:4.53125rem;height:1.4624rem;font-style:normal;display:block; }
#xlV44Fi0p2DZ1fc54fUu3TdOmDvLcrOx { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:26.8125rem;left:1.125rem;overflow:hidden;display:block; }
#h9cR18LS3l95DpdnI72pNxGANZMN7muA { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:30.3125rem;left:1.125rem;overflow:hidden;display:block; }
#XVCTt4HbxhzBftZhRmhG8xCmOLkS6zgd { color:#ffffff;display:block;width:19.8125rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:27.20703125rem;left:4.53125rem;height:1.4624rem;font-style:normal;display:block; }
#qaSF5OIHrPWqWDa2cBlWgeMLfmG50zKZ { color:#ffffff;display:block;width:19.8125rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:30.70703125rem;left:4.53125rem;height:1.4624rem;font-style:normal;display:block; }
#mt0xp4hdZvRCdRHtZrbDinxOSMMEJZ6G { position:absolute;display:block;z-index:15006;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:2.25rem;width:2.25rem;top:33.8125rem;left:1.125rem;overflow:hidden;display:block; }
#DeFPFRL77TfHfFH339E22rBHRUlASNUq { color:#ffffff;display:block;width:19.8125rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:34.20703125rem;left:4.53125rem;height:1.4624rem;font-style:normal;display:block; }
#rw0maA5LkIaIofsftFXvPK7oRclXHdOa { position:absolute;display:block;z-index:15008;background-color:#0076bc;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:38.4375rem;width:33.25rem;top:5.5625rem;left:39.90625rem;display:block; }
#dDi0Q4hcZvLivEhMP9ERJN0mH2m8UDtT { color:#ffffff;display:block;width:21.75rem;position:absolute;font-family:inter;font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:6.748046875rem;left:44.75rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno .widget-form-header {  }
#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno .widget-regular-label { height:auto;display:block;font-family:inter;font-size:0.875rem;font-weight:400;color:#ffffff;width:28.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal; }
#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno .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.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:28.3125rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:inter; }
#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno .widget-input-text {padding-top: 0; padding-bottom: 0;}#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno .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.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:28.3125rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:inter; }
#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno .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.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:28.3125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:inter;font-size:0.875rem;overflow:hidden; }
#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno .widget-input-select {padding-top: 0; padding-bottom: 0;}#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno .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:#c00b0b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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.125rem;font-weight:400;color:#ffffff;width:28.3125rem;height:2.875rem;font-family:inter;overflow:hidden;font-style:normal; }
#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:inter;font-size:0.875rem; }
#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:inter;font-size:0.875rem; }
#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:inter;font-size:0.875rem; }
#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:inter;font-size:0.875rem; }
#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno .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:inter;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:26.9375rem;overflow:hidden;font-style:normal; }
#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno .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; }
#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:inter;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno .widget-container:first-of-type{padding-top:0;}#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno .widget-container:last-of-type{padding-bottom:0;}#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:28.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:14.1875rem;left:41.125rem; }
#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:28.3125rem; }
#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno .widget-info-text { display:block;height:auto;font-family:inter;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno {display:block;}#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:28.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:14.1875rem;left:41.125rem; }
#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno #RK7L1FhXhOVggE1sUW7weICQnGDTV9DO { position:relative; }
#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno #con0ywxpascghulODU0Huy51AklPI4E0 { position:relative;display:block; }
#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno #JiaOwIkNPQT40Rxrml4MfeP6ZfL4fTRp { position:relative; }
#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno #oxWMuKIktgRP4E70uWQFTBuNLisvhB9n { position:relative; }
#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno #zcKqrLonV4QmMTs4WR6Kgcyf811hRHEi { position:relative;display:block; }
#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno #BEbJwlikiJdFRpT1OhwOaWQA1ggaiB5y { position:relative; }
#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno #sSt84SfIUcUkcrpkpUfJh4KtIVf39unO { position:relative; }
#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno #AA2OVyT8oRxOfCfEEgIrZEuTnqC2GkRX { position:relative;display:block; }
#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno #DN7Jd0eKrymMHpAV5ukX11AmeLB5NCsx { position:relative; }
#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno #JEfvbgHDeSpCTKX6T9MlTrqBN4akS9qP { position:relative; }
#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno #VJZ6GIZ0STCTFLm8y9RdcaCOZCawHGuO { position:relative;display:block; }
#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno #APcXkycaoek4TE13cW6BtKun0ZuxOgCH { position:relative; }
#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno #O7oazKMdrtKw1kyJO7ChU1JKZHT6PVNL { position:relative; }
#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno #pMuF03oVcL08FIBPm6HQCKdF3KlHSa11 { position:relative;display:block; }
#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno #eEnK0g4fZDTv633ipvhTkzDeTa2KdOkq { position:relative; }
#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno #fxWTVZS4Mal5eWqfC3pMvCxkDNcfODS2 { position:relative; }
#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno #kw7ywJSQizkMS1BbSz0ZLZXxAUboQ3B0 { position:relative; }
#DLaqSzyPcEhHg92EbgkBgOvThxd9pDpq { color:#ffffff;display:block;width:24.9375rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:12.23046875rem;left:43.15625rem;height:1.57470625rem;text-align:center;text-align-last:center;display:block; }
#ZVUEgcJwBgyW98lrbvTRVc4W2OTyHzxh { position:relative;display:block; }#ZVUEgcJwBgyW98lrbvTRVc4W2OTyHzxh { background-color: transparent; background-image: none; }#ZVUEgcJwBgyW98lrbvTRVc4W2OTyHzxh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZVUEgcJwBgyW98lrbvTRVc4W2OTyHzxh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZVUEgcJwBgyW98lrbvTRVc4W2OTyHzxh > .row .container > .video-iframe-container { display: none; }#ZVUEgcJwBgyW98lrbvTRVc4W2OTyHzxh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZVUEgcJwBgyW98lrbvTRVc4W2OTyHzxh > .row > .video-iframe-container { display: none; }#ZVUEgcJwBgyW98lrbvTRVc4W2OTyHzxh > .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); }#ZVUEgcJwBgyW98lrbvTRVc4W2OTyHzxh { border-width: 0; border-radius: 0; }#ZVUEgcJwBgyW98lrbvTRVc4W2OTyHzxh > .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; }#ZVUEgcJwBgyW98lrbvTRVc4W2OTyHzxh > .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:42.1875rem;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; }#MTxScvVdKTgUap8QDcnJxOzZc8IWShv8 { color:#222222;display:block;width:41.875rem;position:absolute;font-family:inter;font-size:1.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:8.125rem;left:16.5625rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rfmZNSvy4xTKeD5G3Nu4To9KwOVfsuGK { color:#777777;display:block;width:39.375rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:11.3125rem;left:17.8125rem;height:1.57470625rem;text-align:center;text-align-last:center;display:block; }
#P9lfvHxC4XTgVsfRcIBxlEOz6N38KOkw { position:absolute;display:block;z-index:15012;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.0625rem solid #cccccc;border-left:0.0625rem solid #cccccc;border-right:0.0625rem solid #cccccc;border-bottom:0.0625rem solid #cccccc;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:19.0625rem;width:20rem;top:15.3125rem;left:4.75rem;display:block; }
#Jfx5M0z2q56eFbqm4Z1g34IGODT6JWIy { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:7.25rem;top:16.78125rem;left:5.75rem;overflow:hidden;display:block; }
#pPcpW6mOz0RiqvbA4nef6T0o1MLugcLd { color:#000000;display:block;width:18.375rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:18.9453125rem;left:5.75rem;height:6.9970625rem;display:block; }
#TlSZ0duTxdvEKIwxeyIAz5lUheTaCFZE { position:absolute;display:block;z-index:15015;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:3.5rem;width:3.5rem;top:29.5986328125rem;left:5.75rem;overflow:hidden;display:block; }
#csEJwG5ZyzeyMpuH9h2I1Pst94Tzte8h { color:#000000;display:block;width:12.5rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:30.1357421875rem;left:10.125rem;height:1.29980625rem;font-style:normal;display:block; }
#f4dws058wT9dCuH8h9IApVLzDnn20BO9 { color:#475467;display:block;width:12.5rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:31.6728515625rem;left:10.0625rem;height:1.29980625rem;display:block; }
#mdds6TTwu8COADZmzDS9w4Z9JSvMHOTq { position:absolute;display:block;z-index:15013;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.0625rem solid #cccccc;border-left:0.0625rem solid #cccccc;border-right:0.0625rem solid #cccccc;border-bottom:0.0625rem solid #cccccc;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:19.0625rem;width:20rem;top:15.3125rem;left:27.4375rem;display:block; }
#ew5Uvwi5OhJ9eDN4044yPB0GdTov5fDW { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:7.25rem;top:16.78125rem;left:28.3125rem;overflow:hidden;display:block; }
#LxdzqnW3SbJmdhZ3FXkQTAlZepUyPAeE { color:#000000;display:block;width:18.375rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.4;letter-spacing:0;top:18.9453125rem;left:28.3125rem;height:8.3965rem;display:block; }
#zTJ5TJUkkkyZsu4TgA6B4x5e26kTJdv6 { position:absolute;display:block;z-index:15016;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:3.5rem;width:3.5rem;top:29.5986328125rem;left:28.3125rem;overflow:hidden;display:block; }
#S8m1WMxTVILim3tPZab1mi1ktVeHW6ET { color:#000000;display:block;width:12.5rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:30.1357421875rem;left:32.4375rem;height:1.29980625rem;font-style:normal;display:block; }
#tzLFhtflRJV2z8ov2OxAZcRdXNhnnJ99 { color:#475467;display:block;width:12.5rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:31.8603515625rem;left:32.4375rem;height:1.29980625rem;display:block; }
#XS3rDPOGA9xgrA30RMTr51TdHU6eLZBJ { position:absolute;display:block;z-index:15019;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.0625rem solid #cccccc;border-left:0.0625rem solid #cccccc;border-right:0.0625rem solid #cccccc;border-bottom:0.0625rem solid #cccccc;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:19.0625rem;width:20rem;top:15.3125rem;left:50.15625rem;display:block; }
#ikeseP9rF7eHVDqaMac4gXmeXvnkb8zJ { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:7.25rem;top:16.78125rem;left:51.25rem;overflow:hidden;display:block; }
#Galgtkp2mkP4iUfwyomaDwaFRksrnBZK { color:#000000;display:block;width:18.375rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15021;line-height:1.4;letter-spacing:0;top:18.9453125rem;left:51.03125rem;height:8.3965rem;display:block; }
#K2dSTzCVTnkQknAJ2fKU42pTisIKO5XT { position:absolute;display:block;z-index:15022;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:3.5rem;width:3.5rem;top:29.5986328125rem;left:51.25rem;overflow:hidden;display:block; }
#VZyoTo5a5EbV9PSe6suqX1hsvVhAODq5 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:30.1357421875rem;left:55.40625rem;height:1.29980625rem;font-style:normal;display:block; }
#dTfu8NTQTLDZKbK2yPy9KT21okinw9kk { color:#475467;display:block;width:12.5rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:31.8603515625rem;left:55.46875rem;height:1.29980625rem;display:block; }
#WDUIfmneUJM8PHOJVMsST4nNyNH9IiR1 { background-color:#d72528;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:2.9375rem;text-decoration:none;z-index:15004;text-align:right;text-align-last:right;top:36.6875rem;left:31.25rem;display:block; }
#VbIuCkWqpHvwl7zLIrvyqHKfplBgD6Ox { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NJm35TXwRWniNlM7URgnbh7NH6wHz74m { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:37.25rem;left:32.3125rem;overflow:hidden;display:block; }
#H79LpvXHTsXh6JQApeKMD74TgW31vo73 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0076bc;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; }#H79LpvXHTsXh6JQApeKMD74TgW31vo73 > .row .container { background-color: transparent; background-image: none; }#H79LpvXHTsXh6JQApeKMD74TgW31vo73::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H79LpvXHTsXh6JQApeKMD74TgW31vo73 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H79LpvXHTsXh6JQApeKMD74TgW31vo73 > .row .container > .video-iframe-container { display: none; }#H79LpvXHTsXh6JQApeKMD74TgW31vo73 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H79LpvXHTsXh6JQApeKMD74TgW31vo73 > .row > .video-iframe-container { display: none; }#H79LpvXHTsXh6JQApeKMD74TgW31vo73 > .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); }#H79LpvXHTsXh6JQApeKMD74TgW31vo73 > .row .container { border-width: 0; border-radius: 0; }#H79LpvXHTsXh6JQApeKMD74TgW31vo73 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H79LpvXHTsXh6JQApeKMD74TgW31vo73 > .row .container { font-size:0.875rem;font-family:arial;height:35.375rem;width:75rem;position:relative;display:block; }#V9Z97rD3Gbn8xRcZxhErEkRkFkGcE6Qg { color:#ffffff;display:block;width:28.5rem;position:absolute;font-family:inter;font-size:1.875rem;font-weight:700;z-index:15010;line-height:1.4;letter-spacing:0;top:2.9375rem;left:0.875rem;height:5.25rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OfdGsU7DgJX9bB3esDkb1AUGk6wFvZbm { color:#ffffff;display:block;width:27.3125rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:9.125rem;left:0.84375rem;height:3.1494125rem;display:block; }
#sMkotMm0BJox4TcXAQGKKtcVqtVdvZgh { color:#ffffff;display:block;width:19.8125rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:24.625rem;left:4.3125rem;height:1.4624rem;font-style:normal;display:block; }
#JD089xwWUOsp6UWe4Gydipd86tnQ5DVX { position:absolute;display:block;z-index:15014;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:2.25rem;width:2.25rem;top:24.25rem;left:0.875rem;overflow:hidden;display:block; }
#lG8eXlGI7lEokXA9iZmTTqDhCONJuE32 { position:absolute;display:block;z-index:15013;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:2.25rem;width:2.25rem;top:20.75rem;left:0.875rem;overflow:hidden;display:block; }
#TPz9NAALveT19ECnElKoPeslwvu7DTUF { color:#ffffff;display:block;width:19.8125rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:21.125rem;left:4.3125rem;height:1.4624rem;font-style:normal;display:block; }
#hxT4uBwDZGwNBsxLZSQGbr84cqdTGUve { position:absolute;display:block;z-index:15012;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:2.25rem;width:2.25rem;top:17.25rem;left:0.875rem;overflow:hidden;display:block; }
#GTz41gi3ZTgt3Qb27vfE2dsINIglQ7rG { color:#ffffff;display:block;width:19.8125rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:17.625rem;left:4.3125rem;height:1.4624rem;font-style:normal;display:block; }
#XD8CLyQxa6sBqoiAmNhZSsfepQVzXz3G { position:absolute;display:block;z-index:15011;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:2.25rem;width:2.25rem;top:13.75rem;left:0.875rem;overflow:hidden;display:block; }
#ap9AOOe21cA3T36NuscHCbbNPuTV7sLX { color:#ffffff;display:block;width:19.8125rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:14.125rem;left:4.3125rem;height:1.4624rem;font-style:normal;display:block; }
#kunQIy5WynIu0Jbeub9rlM2WP5J3ZflJ { background-color:#d72528;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.75rem;height:2.9375rem;text-decoration:none;z-index:15006;text-align:right;text-align-last:right;top:28.375rem;left:0.875rem;display:block; }
#wKGe6ssT1rF4Gv1DL6uwMHSr2NtDqz3u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gZCeslrVM6W5sqTGVsJVqUbCKhN05uZW { 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;box-shadow: none;height:1.875rem;width:1.875rem;top:28.90625rem;left:1.4375rem;overflow:hidden;display:block; }
#KXneDs0cnkStz68VGfZBpsGTZilx05Lc { position:absolute;display:block;z-index:15016;height:23.625rem;width:39.0625rem;top:5.875rem;left:35.1875rem;display:block; }
#ndHk5CkUx0ET39VHVwTzHTa1xW2cVAht { color:#f3f3f3;display:block;width:12.5rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:26.5rem;left:52.15625rem;height:1.13720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cpwFcmTh9SIn2MsSUe5T0xEuP9ETq4Zk { position:relative;display:block; }#cpwFcmTh9SIn2MsSUe5T0xEuP9ETq4Zk { background-color: transparent; background-image: none; }#cpwFcmTh9SIn2MsSUe5T0xEuP9ETq4Zk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cpwFcmTh9SIn2MsSUe5T0xEuP9ETq4Zk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cpwFcmTh9SIn2MsSUe5T0xEuP9ETq4Zk > .row .container > .video-iframe-container { display: none; }#cpwFcmTh9SIn2MsSUe5T0xEuP9ETq4Zk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cpwFcmTh9SIn2MsSUe5T0xEuP9ETq4Zk > .row > .video-iframe-container { display: none; }#cpwFcmTh9SIn2MsSUe5T0xEuP9ETq4Zk > .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); }#cpwFcmTh9SIn2MsSUe5T0xEuP9ETq4Zk { border-width: 0; border-radius: 0; }#cpwFcmTh9SIn2MsSUe5T0xEuP9ETq4Zk > .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; }#cpwFcmTh9SIn2MsSUe5T0xEuP9ETq4Zk > .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:27.375rem;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; }#kn17bO2MusR6J0HZyDaC2OBRBMHfTrWn { color:#222222;display:block;width:41.875rem;position:absolute;font-family:inter;font-size:1.875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:5.0625rem;left:16.5625rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Acm5Sh6fogMQyclK3z88sXoOFDDwdrgG { position:absolute;display:block;z-index:15013;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:12.4375rem;width:20rem;top:11.0625rem;left:4.15625rem;display:block; }
#ilHBuqfV8EcQPfqMWChukelMGTl4ypC6 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:5.5625rem;top:11.46875rem;left:11.375rem;overflow:hidden;display:block; }
#vKfbC5NdTkFazTtqFmti87mUSMMWRrOy { color:#333333;display:block;width:12.5rem;position:absolute;font-family:inter;font-size:1.375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:18.375rem;left:7.90625rem;height:3.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i7F3TL1qQbiP1QGuFILgxPp8sGeNFVlW { position:absolute;display:block;z-index:15016;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:12.4375rem;width:20rem;top:11.0625rem;left:27.5rem;display:block; }
#fxNxxbN06UsKexXkufBTsIAJqbGJW65P { color:#333333;display:block;width:15.3125rem;position:absolute;font-family:inter;font-size:1.375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:18.375rem;left:29.84375rem;height:3.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X05N77mk6CDNNrXb08ighdGm93N0JIJc { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:5.5rem;top:10.9375rem;left:34.75rem;overflow:hidden;display:block; }
#Vivg5R7AaHWH9i49oEGsNPa8GULcc4Mk { position:absolute;display:block;z-index:15022;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:12.4375rem;width:20rem;top:11.5rem;left:53.125rem;display:block; }
#gLJoQqgMwDiPOGAn8thN4o3hsTDAMbRc { color:#333333;display:block;width:13.5rem;position:absolute;font-family:inter;font-size:1.375rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:18.375rem;left:56.375rem;height:3.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qz2ftucJTEg2aAZMe516FpSSKMd278Cz { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4375rem;width:5.5rem;top:11.9375rem;left:60.375rem;overflow:hidden;display:block; }
#qS14WpuNSdTAO0nEbTIsb8GwPLAZRXLw { position:relative;display:block; }#qS14WpuNSdTAO0nEbTIsb8GwPLAZRXLw { background-color: transparent; background-image: none; }#qS14WpuNSdTAO0nEbTIsb8GwPLAZRXLw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qS14WpuNSdTAO0nEbTIsb8GwPLAZRXLw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qS14WpuNSdTAO0nEbTIsb8GwPLAZRXLw > .row .container > .video-iframe-container { display: none; }#qS14WpuNSdTAO0nEbTIsb8GwPLAZRXLw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qS14WpuNSdTAO0nEbTIsb8GwPLAZRXLw > .row > .video-iframe-container { display: none; }#qS14WpuNSdTAO0nEbTIsb8GwPLAZRXLw > .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); }#qS14WpuNSdTAO0nEbTIsb8GwPLAZRXLw { border-width: 0; border-radius: 0; }#qS14WpuNSdTAO0nEbTIsb8GwPLAZRXLw > .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; }#qS14WpuNSdTAO0nEbTIsb8GwPLAZRXLw > .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:36.3125rem;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; }#ax6KtEtVbZJ9XU8vFnK8sa5TxV5DJmlZ { color:#222222;display:block;width:41.875rem;position:absolute;font-family:inter;font-size:1.875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:3.6875rem;left:1.96875rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZXAErNx5ss75ILTXp1f0IyKtHnibw50r { position:absolute;display:block;z-index:15013;height:26.1875rem;width:71.125rem;top:6.75rem;left:1.40625rem;display:block; }
#q7dpHe0LwWbxsuGky6xXOaLZX3IqwsBr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/af0667b7-91ca-47fb-9404-120471ccef27/Frame10000044551.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#q7dpHe0LwWbxsuGky6xXOaLZX3IqwsBr.adaptive-delivery-prevent-bg, #q7dpHe0LwWbxsuGky6xXOaLZX3IqwsBr.lazyload, #q7dpHe0LwWbxsuGky6xXOaLZX3IqwsBr.lazyloading { background-image: none; }#q7dpHe0LwWbxsuGky6xXOaLZX3IqwsBr > .row .container { background-color: transparent; background-image: none; }#q7dpHe0LwWbxsuGky6xXOaLZX3IqwsBr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q7dpHe0LwWbxsuGky6xXOaLZX3IqwsBr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q7dpHe0LwWbxsuGky6xXOaLZX3IqwsBr > .row .container > .video-iframe-container { display: none; }#q7dpHe0LwWbxsuGky6xXOaLZX3IqwsBr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q7dpHe0LwWbxsuGky6xXOaLZX3IqwsBr > .row > .video-iframe-container { display: none; }#q7dpHe0LwWbxsuGky6xXOaLZX3IqwsBr > .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); }#q7dpHe0LwWbxsuGky6xXOaLZX3IqwsBr > .row .container { border-width: 0; border-radius: 0; }#q7dpHe0LwWbxsuGky6xXOaLZX3IqwsBr::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q7dpHe0LwWbxsuGky6xXOaLZX3IqwsBr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q7dpHe0LwWbxsuGky6xXOaLZX3IqwsBr > .row .container { font-size:0.875rem;font-family:arial;height:26.375rem;width:75rem;position:relative;display:block; }#aUctc17AFx2oskeXw5J5S3FcKWHPIXqQ { color:#ffffff;display:block;width:32.6875rem;position:absolute;font-family:inter;font-size:1.875rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:4.4375rem;left:35rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rGtCV7nhZIyZv7MMQgB813hh3BWfzcwl { color:#ffffff;display:block;width:38.25rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:7.9375rem;left:35rem;height:3.1484375rem;display:block; }
#JFGgCGH8PQoaH0UqQH4nIWUihOomtb8P { background-color:#d72528;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.75rem;height:2.9375rem;text-decoration:none;z-index:15008;text-align:right;text-align-last:right;top:13.9375rem;left:35rem;display:block; }
#awKTdkp5SEdupSRfMoLP9c6u2Idy7lv5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hQ7GC2k2lVWaHdIMqmvyNVurvz5t0RRC { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:14.40625rem;left:35.625rem;overflow:hidden;display:block; }
#fpn1FuN9D6I16rUpa0UlNT1363LduqtF { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.75rem;height:2.9375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:17.875rem;left:35rem;display:block; }
#t5SOaEgMGVLQBHyvyE2Gcn5eFzfuqrFT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RoyiBW5Z6ITFUHSfpVHwqwByhSMq39MR { position:relative;display:block; }#RoyiBW5Z6ITFUHSfpVHwqwByhSMq39MR { background-color: transparent; background-image: none; }#RoyiBW5Z6ITFUHSfpVHwqwByhSMq39MR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RoyiBW5Z6ITFUHSfpVHwqwByhSMq39MR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RoyiBW5Z6ITFUHSfpVHwqwByhSMq39MR > .row .container > .video-iframe-container { display: none; }#RoyiBW5Z6ITFUHSfpVHwqwByhSMq39MR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RoyiBW5Z6ITFUHSfpVHwqwByhSMq39MR > .row > .video-iframe-container { display: none; }#RoyiBW5Z6ITFUHSfpVHwqwByhSMq39MR > .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); }#RoyiBW5Z6ITFUHSfpVHwqwByhSMq39MR { border-width: 0; border-radius: 0; }#RoyiBW5Z6ITFUHSfpVHwqwByhSMq39MR > .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; }#RoyiBW5Z6ITFUHSfpVHwqwByhSMq39MR > .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:36.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; }#SqnHsZOhMffThOePXeNXFJ8g2En2JZ8v { color:#222222;display:block;width:41.875rem;position:absolute;font-family:inter;font-size:1.4375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:4.6875rem;left:1.09375rem;height:1.86865rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UG9FMVVbFTeh4GvwXt1oTFtmzWSwdch0 { position:absolute;display:block;z-index:15014;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:3.75rem;width:20.625rem;top:3.74609375rem;left:54.375rem;overflow:hidden;display:block; }
#cdV9HFWZ7aos8ZOG3wBsZRcNGwE52uuX { position:absolute;display:block;z-index:15015;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #cccccc;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:69.4375rem;top:9.21875rem;left:1.09375rem;display:block; }
#AwzQuxhKcdMKOkbiUNArc8kyD5b0nqSR { position:absolute;display:block;z-index:15016;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top: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:17.9375rem;width:18.75rem;top:11.3125rem;left:4.75rem;display:block; }
#EP8RgqFKqcaUHbaGTPJT9e9sIvRTuGZc { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.3125rem;top:12.3125rem;left:13.5rem;overflow:hidden;display:block; }
#JdfACKmvCaynfS1xsiMAUOhXTJTwXPRw { color:#333333;display:block;width:13.875rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:14.5rem;left:7.1875rem;height:4.38574375rem;text-align:center;text-align-last:center;display:block; }
#b14JlIaQCU4kaFIyOuRkAe04Og3EbTs8 { color:#333333;display:block;width:12.5rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:20.0625rem;left:7.875rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#qKHkPzxDRlxUCd996C8CCgh84Jokv9s4 { position:absolute;display:block;z-index:15021;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top: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:17.9375rem;width:18.75rem;top:11.3125rem;left:28.125rem;display:block; }
#MThQinboHZ4bbFmRVPvaco2tNwKhIkVl { color:#333333;display:block;width:12.5rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:20.0625rem;left:31.25rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#ssIH3dwtzl4qJSSSczFAFoxPJ3M4G2Xp { color:#333333;display:block;width:13.875rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:14.5rem;left:30.5625rem;height:4.38574375rem;text-align:center;text-align-last:center;display:block; }
#LKgCql9eJgDNvcxCyxQILdff5wVJoJHA { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.3125rem;top:12.3125rem;left:36.84375rem;overflow:hidden;display:block; }
#b3gQeP7aJxxCqlykttOfmZn0nRm0gFB7 { position:absolute;display:block;z-index:15026;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top: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:17.9375rem;width:18.75rem;top:12.3125rem;left:52.59375rem;display:block; }
#q5o34Hucb0lF7QGuzw9J4EFZt02xqBNE { color:#333333;display:block;width:12.5rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:20.0625rem;left:55.71875rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#qe93FGZP0QTnSdmVsJEJqTod3IbEpAZk { color:#333333;display:block;width:13.875rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:14.5rem;left:55.03125rem;height:4.38574375rem;text-align:center;text-align-last:center;display:block; }
#zqSS93nNTXEr1kppDTF8mqzeJXE9hOgA { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.3125rem;top:12.3125rem;left:61.3125rem;overflow:hidden;display:block; }
#dbDrJ39ww3pZ6sQpHtU1dgTEVFeeTJyx { background-color:#d72528;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3.9375rem;text-decoration:none;z-index:15009;text-align:right;text-align-last:right;top:29.25rem;left:29.375rem;display:block; }
#zpyz35ZoyXOEDIxLm49OBZPcMCKhPTdn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sN0p5NZEvWGLlF3uNPftQdo3IoyT4xAR { position:absolute;display:block;z-index:15010;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:2.4375rem;width:2.4375rem;top:29.9375rem;left:31.125rem;overflow:hidden;display:block; }
#KTrWWPRObJnA2DQg0yIZhsCirAlvTgGf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#111111;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; }#KTrWWPRObJnA2DQg0yIZhsCirAlvTgGf > .row .container { background-color: transparent; background-image: none; }#KTrWWPRObJnA2DQg0yIZhsCirAlvTgGf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTrWWPRObJnA2DQg0yIZhsCirAlvTgGf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTrWWPRObJnA2DQg0yIZhsCirAlvTgGf > .row .container > .video-iframe-container { display: none; }#KTrWWPRObJnA2DQg0yIZhsCirAlvTgGf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTrWWPRObJnA2DQg0yIZhsCirAlvTgGf > .row > .video-iframe-container { display: none; }#KTrWWPRObJnA2DQg0yIZhsCirAlvTgGf > .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); }#KTrWWPRObJnA2DQg0yIZhsCirAlvTgGf > .row .container { border-width: 0; border-radius: 0; }#KTrWWPRObJnA2DQg0yIZhsCirAlvTgGf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KTrWWPRObJnA2DQg0yIZhsCirAlvTgGf > .row .container { font-size:0.875rem;font-family:arial;height:4.125rem;width:75rem;position:relative;display:block; }#QwhTLHI7Ncai8xqZQT69dz704sEwvMgT { color:#ffffff;display:block;width:38.25rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:1.275390625rem;left:18.375rem;height:1.57470625rem;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:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hOwZHdgKnIcUlw54aXtEoyUrTE5k6hN1 { top:1.3125rem;left:0rem;width:18.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkB7PUthBFcbIFvQWq83gtrWoDmooa7K { top:2.25rem;left:27.09375rem;width:18.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H420zavPmnELvXCqDt3uqI0T5AQ4lT3Q { width:12.5rem;height:2.9375rem;top:1.4375rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2VXuxAMPl5fit2MSVGHZ2zhPIRfZRCx { display:block; }
 }@media only screen and (max-width: 763px) { #xa98SRHxN9FJhsg5TqOAWBwTA3BEoUhu { top:1.9375rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jls802ks99oQCKRRQobHlhTzvQLWKnqT { display:block; }#Jls802ks99oQCKRRQobHlhTzvQLWKnqT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uz5hUeUwwuzxR5CTPVSr8Ue4P4PIGQA8 { top:6.6875rem;left:0rem;width:18.9375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRtLRkkaIT9aT7eLHuwvWrNoh8vFr8So { top:6.25rem;left:0rem;width:19.5rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVcmtLvuBKrbT8vwoPzxDDucyq6rZA7U { top:10.0625rem;left:0rem;width:38.25rem;height:7.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAUur766R7tceLLhXHPz9o0kqmmQkS1b { top:18.6875rem;left:0rem;width:30.5625rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P75rwIvbJBLeTHLtDhXKwW9KwZ725tMR { top:23.3125rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLUE0XAr5cTDzRGT9XsRwxuUCMwyyXPH { top:23.6875rem;left:0rem;width:19.8125rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlV44Fi0p2DZ1fc54fUu3TdOmDvLcrOx { top:26.8125rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9cR18LS3l95DpdnI72pNxGANZMN7muA { top:30.3125rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVCTt4HbxhzBftZhRmhG8xCmOLkS6zgd { top:27.1875rem;left:0rem;width:19.8125rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaSF5OIHrPWqWDa2cBlWgeMLfmG50zKZ { top:30.6875rem;left:0rem;width:19.8125rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mt0xp4hdZvRCdRHtZrbDinxOSMMEJZ6G { top:33.8125rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeFPFRL77TfHfFH339E22rBHRUlASNUq { top:34.1875rem;left:0rem;width:19.8125rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rw0maA5LkIaIofsftFXvPK7oRclXHdOa { top:5.5625rem;left:14.5rem;width:33.25rem;height:38.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDi0Q4hcZvLivEhMP9ERJN0mH2m8UDtT { top:6.6875rem;left:26rem;width:21.75rem;height:4.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno .widget-regular-label { width:28.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno .widget-input-text { width:28.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno .widget-input-text {padding-top: 0; padding-bottom: 0;}#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno .widget-textarea { width:28.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno .widget-input-select { width:28.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno .widget-input-select {padding-top: 0; padding-bottom: 0;}#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno .widget-input-button { width:28.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno .widget-checkbox-label { width:26.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno  { width:28.3125rem;height:auto;top:14.1875rem;left:16.9375rem; }
#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno .radio-container { width:28.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno {display:block;}#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno { width:28.3125rem;height:auto;top:14.1875rem;left:16.9375rem; }
 }@media only screen and (max-width: 763px) { #pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno #RK7L1FhXhOVggE1sUW7weICQnGDTV9DO {  }
 }@media only screen and (max-width: 763px) { #pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno #con0ywxpascghulODU0Huy51AklPI4E0 {  }
 }@media only screen and (max-width: 763px) { #pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno #JiaOwIkNPQT40Rxrml4MfeP6ZfL4fTRp {  }
 }@media only screen and (max-width: 763px) { #pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno #oxWMuKIktgRP4E70uWQFTBuNLisvhB9n {  }
 }@media only screen and (max-width: 763px) { #pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno #zcKqrLonV4QmMTs4WR6Kgcyf811hRHEi {  }
 }@media only screen and (max-width: 763px) { #pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno #BEbJwlikiJdFRpT1OhwOaWQA1ggaiB5y {  }
 }@media only screen and (max-width: 763px) { #pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno #sSt84SfIUcUkcrpkpUfJh4KtIVf39unO {  }
 }@media only screen and (max-width: 763px) { #pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno #AA2OVyT8oRxOfCfEEgIrZEuTnqC2GkRX {  }
 }@media only screen and (max-width: 763px) { #pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno #DN7Jd0eKrymMHpAV5ukX11AmeLB5NCsx {  }
 }@media only screen and (max-width: 763px) { #pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno #JEfvbgHDeSpCTKX6T9MlTrqBN4akS9qP {  }
 }@media only screen and (max-width: 763px) { #pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno #VJZ6GIZ0STCTFLm8y9RdcaCOZCawHGuO {  }
 }@media only screen and (max-width: 763px) { #pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno #APcXkycaoek4TE13cW6BtKun0ZuxOgCH {  }
 }@media only screen and (max-width: 763px) { #pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno #O7oazKMdrtKw1kyJO7ChU1JKZHT6PVNL {  }
 }@media only screen and (max-width: 763px) { #pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno #pMuF03oVcL08FIBPm6HQCKdF3KlHSa11 {  }
 }@media only screen and (max-width: 763px) { #pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno #eEnK0g4fZDTv633ipvhTkzDeTa2KdOkq {  }
 }@media only screen and (max-width: 763px) { #pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno #fxWTVZS4Mal5eWqfC3pMvCxkDNcfODS2 {  }
 }@media only screen and (max-width: 763px) { #pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno #kw7ywJSQizkMS1BbSz0ZLZXxAUboQ3B0 {  }
 }@media only screen and (max-width: 763px) { #DLaqSzyPcEhHg92EbgkBgOvThxd9pDpq { top:12.1875rem;left:22.8125rem;width:24.9375rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVUEgcJwBgyW98lrbvTRVc4W2OTyHzxh { display:block; }#ZVUEgcJwBgyW98lrbvTRVc4W2OTyHzxh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MTxScvVdKTgUap8QDcnJxOzZc8IWShv8 { top:8.125rem;left:2.9375rem;width:41.875rem;height:2.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfmZNSvy4xTKeD5G3Nu4To9KwOVfsuGK { top:11.3125rem;left:4.1875rem;width:39.375rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9lfvHxC4XTgVsfRcIBxlEOz6N38KOkw { top:15.3125rem;left:0rem;width:20rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jfx5M0z2q56eFbqm4Z1g34IGODT6JWIy { top:16.8125rem;left:0rem;width:7.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPcpW6mOz0RiqvbA4nef6T0o1MLugcLd { top:18.9375rem;left:0rem;width:18.375rem;height:8.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlSZ0duTxdvEKIwxeyIAz5lUheTaCFZE { top:29.625rem;left:0rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #csEJwG5ZyzeyMpuH9h2I1Pst94Tzte8h { top:30.125rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4dws058wT9dCuH8h9IApVLzDnn20BO9 { top:31.6875rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdds6TTwu8COADZmzDS9w4Z9JSvMHOTq { top:15.3125rem;left:13.8125rem;width:20rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ew5Uvwi5OhJ9eDN4044yPB0GdTov5fDW { top:16.75rem;left:14.6875rem;width:7.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxdzqnW3SbJmdhZ3FXkQTAlZepUyPAeE { top:18.9375rem;left:14.6875rem;width:18.375rem;height:9.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTJ5TJUkkkyZsu4TgA6B4x5e26kTJdv6 { top:29.5625rem;left:14.6875rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8m1WMxTVILim3tPZab1mi1ktVeHW6ET { top:30.125rem;left:18.8125rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzLFhtflRJV2z8ov2OxAZcRdXNhnnJ99 { top:31.8125rem;left:18.8125rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XS3rDPOGA9xgrA30RMTr51TdHU6eLZBJ { top:15.3125rem;left:27.625rem;width:20rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikeseP9rF7eHVDqaMac4gXmeXvnkb8zJ { top:16.75rem;left:37.625rem;width:7.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Galgtkp2mkP4iUfwyomaDwaFRksrnBZK { top:18.9375rem;left:29.375rem;width:18.375rem;height:9.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2dSTzCVTnkQknAJ2fKU42pTisIKO5XT { top:29.5625rem;left:37.625rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZyoTo5a5EbV9PSe6suqX1hsvVhAODq5 { top:30.125rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTfu8NTQTLDZKbK2yPy9KT21okinw9kk { top:31.8125rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDUIfmneUJM8PHOJVMsST4nNyNH9IiR1 { width:12.5rem;height:2.9375rem;top:36.6875rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbIuCkWqpHvwl7zLIrvyqHKfplBgD6Ox { display:block; }
 }@media only screen and (max-width: 763px) { #NJm35TXwRWniNlM7URgnbh7NH6wHz74m { top:37.25rem;left:18.6875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H79LpvXHTsXh6JQApeKMD74TgW31vo73 { display:block; }#H79LpvXHTsXh6JQApeKMD74TgW31vo73 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V9Z97rD3Gbn8xRcZxhErEkRkFkGcE6Qg { top:2.9375rem;left:0rem;width:28.5rem;height:5.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfdGsU7DgJX9bB3esDkb1AUGk6wFvZbm { top:9.125rem;left:0rem;width:27.3125rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMkotMm0BJox4TcXAQGKKtcVqtVdvZgh { top:24.625rem;left:0rem;width:19.8125rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JD089xwWUOsp6UWe4Gydipd86tnQ5DVX { top:24.25rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lG8eXlGI7lEokXA9iZmTTqDhCONJuE32 { top:20.75rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPz9NAALveT19ECnElKoPeslwvu7DTUF { top:21.125rem;left:0rem;width:19.8125rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxT4uBwDZGwNBsxLZSQGbr84cqdTGUve { top:17.25rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTz41gi3ZTgt3Qb27vfE2dsINIglQ7rG { top:17.625rem;left:0rem;width:19.8125rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XD8CLyQxa6sBqoiAmNhZSsfepQVzXz3G { top:13.75rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ap9AOOe21cA3T36NuscHCbbNPuTV7sLX { top:14.125rem;left:0rem;width:19.8125rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kunQIy5WynIu0Jbeub9rlM2WP5J3ZflJ { width:11.75rem;height:2.9375rem;top:28.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKGe6ssT1rF4Gv1DL6uwMHSr2NtDqz3u { display:block; }
 }@media only screen and (max-width: 763px) { #gZCeslrVM6W5sqTGVsJVqUbCKhN05uZW { top:28.875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXneDs0cnkStz68VGfZBpsGTZilx05Lc { top:5.875rem;left:8.6875rem;width:39.0625rem;height:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndHk5CkUx0ET39VHVwTzHTa1xW2cVAht { top:26.5rem;left:35.25rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpwFcmTh9SIn2MsSUe5T0xEuP9ETq4Zk { display:block; }#cpwFcmTh9SIn2MsSUe5T0xEuP9ETq4Zk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kn17bO2MusR6J0HZyDaC2OBRBMHfTrWn { top:5.0625rem;left:2.9375rem;width:41.875rem;height:2.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Acm5Sh6fogMQyclK3z88sXoOFDDwdrgG { top:11.0625rem;left:0rem;width:20rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilHBuqfV8EcQPfqMWChukelMGTl4ypC6 { top:11.4375rem;left:0rem;width:5.5625rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKfbC5NdTkFazTtqFmti87mUSMMWRrOy { top:18.375rem;left:0rem;width:12.5rem;height:3.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7F3TL1qQbiP1QGuFILgxPp8sGeNFVlW { top:11.0625rem;left:13.875rem;width:20rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxNxxbN06UsKexXkufBTsIAJqbGJW65P { top:18.375rem;left:16.21875rem;width:15.3125rem;height:3.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X05N77mk6CDNNrXb08ighdGm93N0JIJc { top:10.9375rem;left:21.125rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vivg5R7AaHWH9i49oEGsNPa8GULcc4Mk { top:11.5rem;left:27.75rem;width:20rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLJoQqgMwDiPOGAn8thN4o3hsTDAMbRc { top:18.375rem;left:34.25rem;width:13.5rem;height:3.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qz2ftucJTEg2aAZMe516FpSSKMd278Cz { top:11.9375rem;left:42.25rem;width:5.5rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qS14WpuNSdTAO0nEbTIsb8GwPLAZRXLw { display:block; }#qS14WpuNSdTAO0nEbTIsb8GwPLAZRXLw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ax6KtEtVbZJ9XU8vFnK8sa5TxV5DJmlZ { top:3.6875rem;left:0rem;width:41.875rem;height:2.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXAErNx5ss75ILTXp1f0IyKtHnibw50r { top:6.75rem;left:0rem;width:47.75rem;height:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7dpHe0LwWbxsuGky6xXOaLZX3IqwsBr { display:block; }#q7dpHe0LwWbxsuGky6xXOaLZX3IqwsBr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aUctc17AFx2oskeXw5J5S3FcKWHPIXqQ { top:4.4375rem;left:15.0625rem;width:32.6875rem;height:2.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGtCV7nhZIyZv7MMQgB813hh3BWfzcwl { top:7.9375rem;left:9.5rem;width:38.25rem;height:4.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFGgCGH8PQoaH0UqQH4nIWUihOomtb8P { width:11.75rem;height:2.9375rem;top:13.9375rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #awKTdkp5SEdupSRfMoLP9c6u2Idy7lv5 { display:block; }
 }@media only screen and (max-width: 763px) { #hQ7GC2k2lVWaHdIMqmvyNVurvz5t0RRC { top:14.375rem;left:22rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpn1FuN9D6I16rUpa0UlNT1363LduqtF { width:11.75rem;height:2.9375rem;top:17.875rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5SOaEgMGVLQBHyvyE2Gcn5eFzfuqrFT { display:block; }
 }@media only screen and (max-width: 763px) { #RoyiBW5Z6ITFUHSfpVHwqwByhSMq39MR { display:block; }#RoyiBW5Z6ITFUHSfpVHwqwByhSMq39MR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SqnHsZOhMffThOePXeNXFJ8g2En2JZ8v { top:4.6875rem;left:0rem;width:41.875rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UG9FMVVbFTeh4GvwXt1oTFtmzWSwdch0 { top:3.6875rem;left:27.125rem;width:20.625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdV9HFWZ7aos8ZOG3wBsZRcNGwE52uuX { top:9.1875rem;left:0rem;width:47.75rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwzQuxhKcdMKOkbiUNArc8kyD5b0nqSR { top:11.3125rem;left:0rem;width:18.75rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EP8RgqFKqcaUHbaGTPJT9e9sIvRTuGZc { top:12.3125rem;left:0rem;width:1.3125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdfACKmvCaynfS1xsiMAUOhXTJTwXPRw { top:14.5rem;left:0rem;width:13.875rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b14JlIaQCU4kaFIyOuRkAe04Og3EbTs8 { top:20.0625rem;left:0rem;width:12.5rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKHkPzxDRlxUCd996C8CCgh84Jokv9s4 { top:11.3125rem;left:14.5rem;width:18.75rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MThQinboHZ4bbFmRVPvaco2tNwKhIkVl { top:20.0625rem;left:17.625rem;width:12.5rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssIH3dwtzl4qJSSSczFAFoxPJ3M4G2Xp { top:14.5rem;left:16.9375rem;width:13.875rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKgCql9eJgDNvcxCyxQILdff5wVJoJHA { top:12.3125rem;left:23.21875rem;width:1.3125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3gQeP7aJxxCqlykttOfmZn0nRm0gFB7 { top:12.3125rem;left:29rem;width:18.75rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5o34Hucb0lF7QGuzw9J4EFZt02xqBNE { top:20.0625rem;left:35.25rem;width:12.5rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qe93FGZP0QTnSdmVsJEJqTod3IbEpAZk { top:14.5rem;left:33.875rem;width:13.875rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqSS93nNTXEr1kppDTF8mqzeJXE9hOgA { top:12.3125rem;left:46.4375rem;width:1.3125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbDrJ39ww3pZ6sQpHtU1dgTEVFeeTJyx { width:13.875rem;height:3.9375rem;top:29.25rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpyz35ZoyXOEDIxLm49OBZPcMCKhPTdn { display:block; }
 }@media only screen and (max-width: 763px) { #sN0p5NZEvWGLlF3uNPftQdo3IoyT4xAR { top:29.9375rem;left:17.5rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTrWWPRObJnA2DQg0yIZhsCirAlvTgGf { display:block; }#KTrWWPRObJnA2DQg0yIZhsCirAlvTgGf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QwhTLHI7Ncai8xqZQT69dz704sEwvMgT { top:1.25rem;left:4.75rem;width:38.25rem;height:1.5625rem;font-size:0.875rem;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:20rem;height:8.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hOwZHdgKnIcUlw54aXtEoyUrTE5k6hN1 { width:10.125rem;height:1.8125rem;top:1.75rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkB7PUthBFcbIFvQWq83gtrWoDmooa7K { width:16.0625rem;height:1.29980625rem;top:7.63574375rem;left:1.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #H420zavPmnELvXCqDt3uqI0T5AQ4lT3Q { width:11.75rem;height:2.9375rem;top:4.3232421875rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2VXuxAMPl5fit2MSVGHZ2zhPIRfZRCx { display:block; }
 }@media only screen and (max-width: 763px) { #xa98SRHxN9FJhsg5TqOAWBwTA3BEoUhu { width:1.875rem;height:1.875rem;top:4.8544921875rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jls802ks99oQCKRRQobHlhTzvQLWKnqT { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1c7aa045-598c-4470-ab85-5d353e0c9869/image3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Jls802ks99oQCKRRQobHlhTzvQLWKnqT.adaptive-delivery-prevent-bg, #Jls802ks99oQCKRRQobHlhTzvQLWKnqT.lazyload, #Jls802ks99oQCKRRQobHlhTzvQLWKnqT.lazyloading { background-image: none; }#Jls802ks99oQCKRRQobHlhTzvQLWKnqT > .row .container { background-color: transparent; background-image: none; }#Jls802ks99oQCKRRQobHlhTzvQLWKnqT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jls802ks99oQCKRRQobHlhTzvQLWKnqT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jls802ks99oQCKRRQobHlhTzvQLWKnqT > .row .container > .video-iframe-container { display: none; }#Jls802ks99oQCKRRQobHlhTzvQLWKnqT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jls802ks99oQCKRRQobHlhTzvQLWKnqT > .row > .video-iframe-container { display: none; }#Jls802ks99oQCKRRQobHlhTzvQLWKnqT > .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); }#Jls802ks99oQCKRRQobHlhTzvQLWKnqT > .row .container { width:20rem;height:70rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uz5hUeUwwuzxR5CTPVSr8Ue4P4PIGQA8 { width:16.0625rem;height:1.13671875rem;top:3.087890625rem;left:0.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRtLRkkaIT9aT7eLHuwvWrNoh8vFr8So { width:17.0625rem;height:2.1875rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVcmtLvuBKrbT8vwoPzxDDucyq6rZA7U { width:20rem;height:4.0234375rem;top:5.625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAUur766R7tceLLhXHPz9o0kqmmQkS1b { width:18.5625rem;height:4.19824375rem;top:10.6494140625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P75rwIvbJBLeTHLtDhXKwW9KwZ725tMR { width:1.875rem;height:1.875rem;top:16.19140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLUE0XAr5cTDzRGT9XsRwxuUCMwyyXPH { width:15.875rem;height:1.29980625rem;top:16.478515625rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlV44Fi0p2DZ1fc54fUu3TdOmDvLcrOx { width:1.875rem;height:1.875rem;top:18.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9cR18LS3l95DpdnI72pNxGANZMN7muA { width:1.875rem;height:1.875rem;top:21.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVCTt4HbxhzBftZhRmhG8xCmOLkS6zgd { width:16.75rem;height:1.29980625rem;top:18.974609375rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaSF5OIHrPWqWDa2cBlWgeMLfmG50zKZ { width:17.3125rem;height:1.29980625rem;top:21.474609375rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mt0xp4hdZvRCdRHtZrbDinxOSMMEJZ6G { width:1.875rem;height:1.875rem;top:23.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeFPFRL77TfHfFH339E22rBHRUlASNUq { width:14.875rem;height:1.29980625rem;top:23.974609375rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rw0maA5LkIaIofsftFXvPK7oRclXHdOa { width:20rem;height:38.9375rem;top:28.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDi0Q4hcZvLivEhMP9ERJN0mH2m8UDtT { width:20rem;height:4.0625rem;top:30.9013671875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno .widget-input-text {padding-top: 0; padding-bottom: 0;}#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno .widget-input-select {padding-top: 0; padding-bottom: 0;}#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno  { width:17.5rem;height:auto;top:37.8125rem;left:0rem; }
#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno {display:block;}#pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno { width:17.5rem;height:auto;top:37.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno #RK7L1FhXhOVggE1sUW7weICQnGDTV9DO {  }
 }@media only screen and (max-width: 763px) { #pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno #con0ywxpascghulODU0Huy51AklPI4E0 {  }
 }@media only screen and (max-width: 763px) { #pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno #JiaOwIkNPQT40Rxrml4MfeP6ZfL4fTRp {  }
 }@media only screen and (max-width: 763px) { #pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno #oxWMuKIktgRP4E70uWQFTBuNLisvhB9n {  }
 }@media only screen and (max-width: 763px) { #pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno #zcKqrLonV4QmMTs4WR6Kgcyf811hRHEi {  }
 }@media only screen and (max-width: 763px) { #pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno #BEbJwlikiJdFRpT1OhwOaWQA1ggaiB5y {  }
 }@media only screen and (max-width: 763px) { #pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno #sSt84SfIUcUkcrpkpUfJh4KtIVf39unO {  }
 }@media only screen and (max-width: 763px) { #pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno #AA2OVyT8oRxOfCfEEgIrZEuTnqC2GkRX {  }
 }@media only screen and (max-width: 763px) { #pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno #DN7Jd0eKrymMHpAV5ukX11AmeLB5NCsx {  }
 }@media only screen and (max-width: 763px) { #pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno #JEfvbgHDeSpCTKX6T9MlTrqBN4akS9qP {  }
 }@media only screen and (max-width: 763px) { #pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno #VJZ6GIZ0STCTFLm8y9RdcaCOZCawHGuO {  }
 }@media only screen and (max-width: 763px) { #pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno #APcXkycaoek4TE13cW6BtKun0ZuxOgCH {  }
 }@media only screen and (max-width: 763px) { #pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno #O7oazKMdrtKw1kyJO7ChU1JKZHT6PVNL {  }
 }@media only screen and (max-width: 763px) { #pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno #pMuF03oVcL08FIBPm6HQCKdF3KlHSa11 {  }
 }@media only screen and (max-width: 763px) { #pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno #eEnK0g4fZDTv633ipvhTkzDeTa2KdOkq {  }
 }@media only screen and (max-width: 763px) { #pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno #fxWTVZS4Mal5eWqfC3pMvCxkDNcfODS2 {  }
 }@media only screen and (max-width: 763px) { #pTpgmIzVJ3xr0JSHfLnTswBFWBfUNZno #kw7ywJSQizkMS1BbSz0ZLZXxAUboQ3B0 {  }
 }@media only screen and (max-width: 763px) { #DLaqSzyPcEhHg92EbgkBgOvThxd9pDpq { width:20rem;height:1.3994125rem;top:35.67578125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVUEgcJwBgyW98lrbvTRVc4W2OTyHzxh { display:block; }#ZVUEgcJwBgyW98lrbvTRVc4W2OTyHzxh > .row .container { width:20rem;height:79.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MTxScvVdKTgUap8QDcnJxOzZc8IWShv8 { width:20rem;height:4.0625rem;top:1.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfmZNSvy4xTKeD5G3Nu4To9KwOVfsuGK { width:20rem;height:2.798825rem;top:6.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9lfvHxC4XTgVsfRcIBxlEOz6N38KOkw { width:19.875rem;height:19.0625rem;top:10.61035rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jfx5M0z2q56eFbqm4Z1g34IGODT6JWIy { width:7.25rem;height:1.25rem;top:12.0791rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPcpW6mOz0RiqvbA4nef6T0o1MLugcLd { width:18.375rem;height:8.3965rem;top:14.2431625rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlSZ0duTxdvEKIwxeyIAz5lUheTaCFZE { width:3.5rem;height:3.5rem;top:24.8964828125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #csEJwG5ZyzeyMpuH9h2I1Pst94Tzte8h { width:12.5rem;height:1.29980625rem;top:25.4335921875rem;left:5.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4dws058wT9dCuH8h9IApVLzDnn20BO9 { width:12.5rem;height:1.29980625rem;top:26.9707015625rem;left:5.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdds6TTwu8COADZmzDS9w4Z9JSvMHOTq { width:19.875rem;height:19.0625rem;top:31.04785rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ew5Uvwi5OhJ9eDN4044yPB0GdTov5fDW { width:7.25rem;height:1.25rem;top:32.5166rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxdzqnW3SbJmdhZ3FXkQTAlZepUyPAeE { width:18.375rem;height:9.795875rem;top:34.6806625rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTJ5TJUkkkyZsu4TgA6B4x5e26kTJdv6 { width:3.5rem;height:3.5rem;top:45.3339828125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8m1WMxTVILim3tPZab1mi1ktVeHW6ET { width:12.5rem;height:1.29980625rem;top:45.8710921875rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzLFhtflRJV2z8ov2OxAZcRdXNhnnJ99 { width:12.5rem;height:1.29980625rem;top:47.5957015625rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XS3rDPOGA9xgrA30RMTr51TdHU6eLZBJ { width:19.875rem;height:19.0625rem;top:51.48535rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikeseP9rF7eHVDqaMac4gXmeXvnkb8zJ { width:7.25rem;height:1.25rem;top:52.9541rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Galgtkp2mkP4iUfwyomaDwaFRksrnBZK { width:18.375rem;height:9.795875rem;top:55.1181625rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2dSTzCVTnkQknAJ2fKU42pTisIKO5XT { width:3.5rem;height:3.5rem;top:65.7714828125rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZyoTo5a5EbV9PSe6suqX1hsvVhAODq5 { width:12.5rem;height:1.29980625rem;top:66.3085921875rem;left:5.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTfu8NTQTLDZKbK2yPy9KT21okinw9kk { width:12.5rem;height:1.29980625rem;top:68.0332015625rem;left:5.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDUIfmneUJM8PHOJVMsST4nNyNH9IiR1 { width:12.5rem;height:2.9375rem;top:71.92285rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbIuCkWqpHvwl7zLIrvyqHKfplBgD6Ox { display:block; }
 }@media only screen and (max-width: 763px) { #NJm35TXwRWniNlM7URgnbh7NH6wHz74m { width:1.875rem;height:1.875rem;top:72.4541015625rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H79LpvXHTsXh6JQApeKMD74TgW31vo73 { display:block; }#H79LpvXHTsXh6JQApeKMD74TgW31vo73 > .row .container { width:20rem;height:44.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V9Z97rD3Gbn8xRcZxhErEkRkFkGcE6Qg { width:20rem;height:3.673825rem;top:2.1875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfdGsU7DgJX9bB3esDkb1AUGk6wFvZbm { width:20rem;height:2.798825rem;top:7.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMkotMm0BJox4TcXAQGKKtcVqtVdvZgh { width:15.25rem;height:1.13671875rem;top:18.974609375rem;left:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JD089xwWUOsp6UWe4Gydipd86tnQ5DVX { width:1.875rem;height:1.875rem;top:18.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lG8eXlGI7lEokXA9iZmTTqDhCONJuE32 { width:1.875rem;height:1.875rem;top:16.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPz9NAALveT19ECnElKoPeslwvu7DTUF { width:11.5625rem;height:1.13671875rem;top:16.474609375rem;left:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxT4uBwDZGwNBsxLZSQGbr84cqdTGUve { width:1.875rem;height:1.875rem;top:13.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTz41gi3ZTgt3Qb27vfE2dsINIglQ7rG { width:8.9375rem;height:1.13671875rem;top:13.974609375rem;left:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XD8CLyQxa6sBqoiAmNhZSsfepQVzXz3G { width:1.875rem;height:1.875rem;top:11.171875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ap9AOOe21cA3T36NuscHCbbNPuTV7sLX { width:10.4375rem;height:1.13671875rem;top:11.541015625rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kunQIy5WynIu0Jbeub9rlM2WP5J3ZflJ { width:12.25rem;height:2.9375rem;top:22.3720703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKGe6ssT1rF4Gv1DL6uwMHSr2NtDqz3u { display:block; }
 }@media only screen and (max-width: 763px) { #gZCeslrVM6W5sqTGVsJVqUbCKhN05uZW { width:1.875rem;height:1.875rem;top:22.9033203125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXneDs0cnkStz68VGfZBpsGTZilx05Lc { width:20rem;height:13.625rem;top:27.5595703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndHk5CkUx0ET39VHVwTzHTa1xW2cVAht { width:12.5rem;height:1.13671875rem;top:40.7353515625rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpwFcmTh9SIn2MsSUe5T0xEuP9ETq4Zk { display:block; }#cpwFcmTh9SIn2MsSUe5T0xEuP9ETq4Zk > .row .container { width:20rem;height:47.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kn17bO2MusR6J0HZyDaC2OBRBMHfTrWn { width:20rem;height:4.0625rem;top:1.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Acm5Sh6fogMQyclK3z88sXoOFDDwdrgG { width:19.875rem;height:12.4375rem;top:6.5625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilHBuqfV8EcQPfqMWChukelMGTl4ypC6 { width:5.5625rem;height:5.5rem;top:6.96875rem;left:7.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKfbC5NdTkFazTtqFmti87mUSMMWRrOy { width:12.5rem;height:3.25rem;top:13.875rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7F3TL1qQbiP1QGuFILgxPp8sGeNFVlW { width:20rem;height:12.4375rem;top:19.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxNxxbN06UsKexXkufBTsIAJqbGJW65P { width:15.3125rem;height:3.25rem;top:26.8125rem;left:2.34375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X05N77mk6CDNNrXb08ighdGm93N0JIJc { width:5.5rem;height:5.5rem;top:19.875rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vivg5R7AaHWH9i49oEGsNPa8GULcc4Mk { width:20rem;height:12.4375rem;top:34.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLJoQqgMwDiPOGAn8thN4o3hsTDAMbRc { width:15.3125rem;height:3.25rem;top:40.75rem;left:2.34375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qz2ftucJTEg2aAZMe516FpSSKMd278Cz { width:5.5rem;height:5.4375rem;top:34.125rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qS14WpuNSdTAO0nEbTIsb8GwPLAZRXLw { display:block; }#qS14WpuNSdTAO0nEbTIsb8GwPLAZRXLw > .row .container { width:20rem;height:43.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ax6KtEtVbZJ9XU8vFnK8sa5TxV5DJmlZ { width:20rem;height:1.8681625rem;top:3.0625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXAErNx5ss75ILTXp1f0IyKtHnibw50r { width:20rem;height:35.25rem;top:6.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7dpHe0LwWbxsuGky6xXOaLZX3IqwsBr { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6669b501-be3d-4ac0-a53a-acc46de0c401/Maskgroup17.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#q7dpHe0LwWbxsuGky6xXOaLZX3IqwsBr.adaptive-delivery-prevent-bg, #q7dpHe0LwWbxsuGky6xXOaLZX3IqwsBr.lazyload, #q7dpHe0LwWbxsuGky6xXOaLZX3IqwsBr.lazyloading { background-image: none; }#q7dpHe0LwWbxsuGky6xXOaLZX3IqwsBr > .row .container { background-color: transparent; background-image: none; }#q7dpHe0LwWbxsuGky6xXOaLZX3IqwsBr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,97,157,0.46); }#q7dpHe0LwWbxsuGky6xXOaLZX3IqwsBr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q7dpHe0LwWbxsuGky6xXOaLZX3IqwsBr > .row .container > .video-iframe-container { display: none; }#q7dpHe0LwWbxsuGky6xXOaLZX3IqwsBr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,97,157,0.46); }#q7dpHe0LwWbxsuGky6xXOaLZX3IqwsBr > .row > .video-iframe-container { display: none; }#q7dpHe0LwWbxsuGky6xXOaLZX3IqwsBr > .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); }#q7dpHe0LwWbxsuGky6xXOaLZX3IqwsBr > .row .container { border-width: 0; border-radius: 0; }#q7dpHe0LwWbxsuGky6xXOaLZX3IqwsBr::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q7dpHe0LwWbxsuGky6xXOaLZX3IqwsBr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q7dpHe0LwWbxsuGky6xXOaLZX3IqwsBr > .row .container { width:20rem;height:26.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aUctc17AFx2oskeXw5J5S3FcKWHPIXqQ { width:20rem;height:4.375rem;top:2.375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rGtCV7nhZIyZv7MMQgB813hh3BWfzcwl { width:20rem;height:6.9970625rem;top:7.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JFGgCGH8PQoaH0UqQH4nIWUihOomtb8P { width:12.1875rem;height:2.9375rem;top:15.68359375rem;left:3.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #awKTdkp5SEdupSRfMoLP9c6u2Idy7lv5 { display:block; }
 }@media only screen and (max-width: 763px) { #hQ7GC2k2lVWaHdIMqmvyNVurvz5t0RRC { width:1.875rem;height:1.875rem;top:16.21484375rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpn1FuN9D6I16rUpa0UlNT1363LduqtF { width:12.1875rem;height:2.9375rem;top:19.87109375rem;left:3.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5SOaEgMGVLQBHyvyE2Gcn5eFzfuqrFT { display:block; }
 }@media only screen and (max-width: 763px) { #RoyiBW5Z6ITFUHSfpVHwqwByhSMq39MR { display:block; }#RoyiBW5Z6ITFUHSfpVHwqwByhSMq39MR > .row .container { width:20rem;height:76.5966796875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SqnHsZOhMffThOePXeNXFJ8g2En2JZ8v { width:20rem;height:1.8681625rem;top:6.2255859375rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UG9FMVVbFTeh4GvwXt1oTFtmzWSwdch0 { width:17.6875rem;height:3.125rem;top:1.8046875rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdV9HFWZ7aos8ZOG3wBsZRcNGwE52uuX { width:20rem;height:1.9375rem;top:8.5654296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwzQuxhKcdMKOkbiUNArc8kyD5b0nqSR { width:18.75rem;height:17.9375rem;top:10.1591796875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EP8RgqFKqcaUHbaGTPJT9e9sIvRTuGZc { width:1.3125rem;height:1.5625rem;top:10.8466796875rem;left:9.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdfACKmvCaynfS1xsiMAUOhXTJTwXPRw { width:13.875rem;height:4.38574375rem;top:13.3466796875rem;left:3.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b14JlIaQCU4kaFIyOuRkAe04Og3EbTs8 { width:12.5rem;height:5.19921875rem;top:18.9091796875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKHkPzxDRlxUCd996C8CCgh84Jokv9s4 { width:18.75rem;height:17.9375rem;top:28.7216796875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MThQinboHZ4bbFmRVPvaco2tNwKhIkVl { width:12.5rem;height:5.19921875rem;top:37.4716796875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssIH3dwtzl4qJSSSczFAFoxPJ3M4G2Xp { width:13.875rem;height:4.38574375rem;top:31.9091796875rem;left:3.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKgCql9eJgDNvcxCyxQILdff5wVJoJHA { width:1.3125rem;height:1.5625rem;top:48.5341796875rem;left:9.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3gQeP7aJxxCqlykttOfmZn0nRm0gFB7 { width:18.75rem;height:17.9375rem;top:48.5341796875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5o34Hucb0lF7QGuzw9J4EFZt02xqBNE { width:12.5rem;height:5.19921875rem;top:56.2841796875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qe93FGZP0QTnSdmVsJEJqTod3IbEpAZk { width:13.875rem;height:4.38574375rem;top:50.7216796875rem;left:3.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqSS93nNTXEr1kppDTF8mqzeJXE9hOgA { width:1.3125rem;height:1.5625rem;top:29.7333984375rem;left:9.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbDrJ39ww3pZ6sQpHtU1dgTEVFeeTJyx { width:13.875rem;height:3.9375rem;top:67.7216796875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpyz35ZoyXOEDIxLm49OBZPcMCKhPTdn { display:block; }
 }@media only screen and (max-width: 763px) { #sN0p5NZEvWGLlF3uNPftQdo3IoyT4xAR { width:2.4375rem;height:2.4375rem;top:72.9091796875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTrWWPRObJnA2DQg0yIZhsCirAlvTgGf { display:block; }#KTrWWPRObJnA2DQg0yIZhsCirAlvTgGf > .row .container { width:20rem;height:5.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QwhTLHI7Ncai8xqZQT69dz704sEwvMgT { width:20rem;height:1.2246125rem;top:2.13671875rem;left:0rem;font-size:0.875rem;display:block; }
 }