.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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); }#yqpETiV4eiT1q0ToW3kRJJLVu6JPC857 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yqpETiV4eiT1q0ToW3kRJJLVu6JPC857 > .row .container { background-color: transparent; background-image: none; }#yqpETiV4eiT1q0ToW3kRJJLVu6JPC857::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yqpETiV4eiT1q0ToW3kRJJLVu6JPC857 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yqpETiV4eiT1q0ToW3kRJJLVu6JPC857 > .row .container > .video-iframe-container { display: none; }#yqpETiV4eiT1q0ToW3kRJJLVu6JPC857 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yqpETiV4eiT1q0ToW3kRJJLVu6JPC857 > .row > .video-iframe-container { display: none; }#yqpETiV4eiT1q0ToW3kRJJLVu6JPC857 > .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); }#yqpETiV4eiT1q0ToW3kRJJLVu6JPC857 > .row .container { border-width: 0; border-radius: 0; }#yqpETiV4eiT1q0ToW3kRJJLVu6JPC857 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yqpETiV4eiT1q0ToW3kRJJLVu6JPC857 > .row .container { font-size:0.875rem;font-family:arial;height:4.3125rem;width:60rem;position:relative;display:block; }#uc0cXfX1oxMXvWPcmuNtwem1OHqSiizy { 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:2.3125rem;width:8.5rem;top:1rem;left:0rem;overflow:hidden;display:block; }
#cRHcVqCd29QMkVVHFkXvRcXVw539QZuh { position:absolute;display:block;z-index:15021;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.3125rem;width:7rem;top:1rem;left:53rem;overflow:hidden;display:block; }
#pFrr7ml6LvOyXDWcOXISRq3rZ8qZBdNv { position:absolute;display:block;z-index:15021;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:4.5625rem;top:1rem;left:53rem;overflow:hidden;display:none; }
#TUme8H4GF7SSKZ8aCmpqanvEUVNDCKI7 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3236300b-48df-4e3a-a1db-a476c15b008b/xdem.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#TUme8H4GF7SSKZ8aCmpqanvEUVNDCKI7.adaptive-delivery-prevent-bg, #TUme8H4GF7SSKZ8aCmpqanvEUVNDCKI7.lazyload, #TUme8H4GF7SSKZ8aCmpqanvEUVNDCKI7.lazyloading { background-image: none; }#TUme8H4GF7SSKZ8aCmpqanvEUVNDCKI7 > .row .container { background-color: transparent; background-image: none; }#TUme8H4GF7SSKZ8aCmpqanvEUVNDCKI7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.29); }#TUme8H4GF7SSKZ8aCmpqanvEUVNDCKI7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUme8H4GF7SSKZ8aCmpqanvEUVNDCKI7 > .row .container > .video-iframe-container { display: none; }#TUme8H4GF7SSKZ8aCmpqanvEUVNDCKI7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.29); }#TUme8H4GF7SSKZ8aCmpqanvEUVNDCKI7 > .row > .video-iframe-container { display: none; }#TUme8H4GF7SSKZ8aCmpqanvEUVNDCKI7 > .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); }#TUme8H4GF7SSKZ8aCmpqanvEUVNDCKI7 > .row .container { border-width: 0; border-radius: 0; }#TUme8H4GF7SSKZ8aCmpqanvEUVNDCKI7::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; }#TUme8H4GF7SSKZ8aCmpqanvEUVNDCKI7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TUme8H4GF7SSKZ8aCmpqanvEUVNDCKI7 > .row .container { font-size:0.875rem;font-family:arial;height:40.0625rem;width:60rem;overflow:visible;position:relative;display:block; }#LX7mtHKZXWH0X5rmnTD4DrIFbQA8yh9U { color:#ffffff;display:block;width:54.5rem;position:absolute;font-family:inter;font-size:3.125rem;font-weight:400;z-index:15000;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.87);top:0.96240234375rem;left:0rem;height:3.75rem;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; }
#n7v34avVZD7nHB6gTL8fR6fLBugQTkzy { position:absolute;display:block;z-index:15021;background-color:rgba(255,255,255,0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ff0f64;border-left:0.1875rem solid #ff0f64;border-right:0.1875rem solid #ff0f64;border-bottom:0.1875rem solid #ff0f64;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:12.3125rem;width:23.5rem;top:5.9375rem;left:0rem;display:block; }
#lNfFBtU0UgwBm2K3fafrNsOiIKMztRip { color:#ff0f64;display:block;width:17.1875rem;position:absolute;font-family:inter;font-size:1.5625rem;font-weight:700;z-index:15023;line-height:1.1;letter-spacing:0;top:7.125rem;left:4.375rem;height:1.71875rem;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; }
#zQXadnrksRbGCeKGBb8hzhlWqlBXUQbu { position:absolute;display:block;z-index:15025;background-color:rgba(255,255,255,0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ff5a0f;border-left:0.1875rem solid #ff5a0f;border-right:0.1875rem solid #ff5a0f;border-bottom:0.1875rem solid #ff5a0f;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:12.3125rem;width:23.5625rem;top:5.9375rem;left:24.75rem;display:block; }
#ec5h9opL9lTi0AS3ULbFV4OLIL1rXTUt { color:#ff9d02;display:block;width:19.125rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:700;z-index:15027;line-height:1.1;letter-spacing:0;top:7.125rem;left:28.4375rem;height:1.6499rem;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; }
#Za56KGvGwARBTvDMfuUWPkCnIdBDw6MZ { position:absolute;display:block;z-index:14998;background-color:rgba(65,185,230,0.93);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:17.3125rem;width:36.625rem;top:19.8125rem;left:6rem;display:block; }
#l3MTZCaaW5TZwzaixwTDoFMR7H9LSrxT { color:#ffffff;display:block;width:23.6875rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:20.4375rem;left:13.1875rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J4ItrmPoLl5hNasul0gDTKnzRSzRRtmI { color:#ffffff;display:block;width:33.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:22.5rem;left:7.625rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FQVn3NmXRIU22VsiVpXAKZ0iq6lJ7GyE { position:absolute;display:block;z-index:15029;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:1.875rem;top:6.75rem;left:1.5625rem;overflow:hidden;display:block; }
#C7did3sJ6qs5Esv7qkzNOIZTPr3VDm6b { position:absolute;display:block;z-index:15030;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:1.75rem;top:6.75rem;left:26rem;overflow:hidden;display:block; }
#iTg0Nw0LUU8RKHKvk1bhEzraWtzgcGnJ { color:#ffffff;display:block;width:33.9375rem;position:absolute;font-family:"open sans";font-size:0.5625rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:37.375rem;left:7.3125rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 .widget-form-header {  }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:0.8125rem;font-weight:700;color:#000000;width:32.0625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal;overflow:hidden; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:32.0625rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.15) ; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 .widget-input-text {padding-top: 0; padding-bottom: 0;}#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:32.0625rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.15) ; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:32.0625rem;box-sizing:border-box;height:2.75rem;color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;overflow:hidden;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.15) ; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 .widget-input-select {padding-top: 0; padding-bottom: 0;}#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 .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:#ff0f64;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;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.375rem;font-weight:bold;color:#ffffff;width:32.0625rem;height:3.4375rem;font-family:"open sans";overflow:hidden;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 .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:lato;line-height:1.3;font-size:0.625rem;font-weight:400;color:#000000;vertical-align:top;width:30.8125rem;overflow:hidden;font-style:normal;float:none; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 .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; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:ubuntu;font-size:0.875rem;font-weight:400;color:#000000;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 .widget-container:first-of-type{padding-top:0;}#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 .widget-container:last-of-type{padding-bottom:0;}#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:32.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:7rem;top:24.25rem;z-index:15021;position:absolute; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:32.0625rem;display:block;vertical-align:top; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.875rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 {display:block;}#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:32.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:7rem;top:24.25rem;z-index:15021;position:absolute; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 #yUJKSWkZNopufPeHoTQSA1SkfTQkfETN { position:relative; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 #WDhm4XlB2gMJV5uTs7F1qseQeJR9pRsL { position:relative;display:none; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 #c43EsZGb5CJvQCbcStuyFGqahUBXOwlg { position:relative; }
#hqaAbWeoSMoTiN08SOQiRh6e9bOI6i84 { position:relative;display:block; }
#w6Bd3dKWDQ9rqvG0F01Jr0f1hFf7ySS8 { position:relative;display:block; }
#wTRXrkl8yrWGNTTMTqZETPpG6LJzmtRw { position:relative;display:block; }
#MHQVJv24tv7hR6mN36qXBVkmOoKNHb56 { position:relative;display:block; }
#Mt2vqLLa8izFqaMbnoZg5Tul3F0e2l0a { position:relative;display:block; }
#QeJ8mZ3IznK1TDiOhkTroEpTPqOszusT { position:relative;display:block; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 #duv4eG6td2Gy6E7c9llDqmUtouwICRul { position:relative; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 #LFM6y7iLi1RTwlKtLWUeUeMV5ldih3u9 { position:relative;z-index:2; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 #AmQQtqZPtQUPrBJTE3OusBQTBmpSZuRC { position:relative; }
#yoc0pK480tMF94Q3uSqXLLS2xko7t6vo { position:relative;display:block; }
#JtTTDWIkMnGO21y1m893Qr5QIs3MdruH { position:relative;display:block; }
#vUhvulxdIMl264kRMmL7hpA49eDih7xw { position:relative;display:block; }
#h3COvZCCJQURJx66RGL10R1EmT1Ugth5 { position:relative;display:block; }
#Bp00Ut5JR35U2mxPP5LBzqpx9v5ysQmP { position:relative;display:block; }
#d0B2i6LDLEaXPhQZCrNOizDpZh7NRFd3 { position:relative;display:block; }
#fnogLN2uuABALkr8wugc7nvC5hXllQn6 { position:relative;display:block; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 #uLTN0JevLBJyrKo8vZUOiCu9T7BiqwOn { position:relative; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 #qh8eH6w6OHZ4gWq88U5ouLRp1dmBnoaV { position:relative; }
#kXZZZwrT0GtJgXJyfOPE0ddVZP3hGQNh { color:#0f0f10;display:block;width:21.875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:9.375rem;left:1rem;height:7.96044375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wI3deTvLZC4Oo5m3Fo60AFQBNkCwm98J { color:#0f0f10;display:block;width:22.0625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:9.375rem;left:26rem;height:6.8232375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JoiKaN1xfuS2erGIuUvLqKhQS0mb2spO { position:relative;display:block; }#JoiKaN1xfuS2erGIuUvLqKhQS0mb2spO { background-color: transparent; background-image: none; }#JoiKaN1xfuS2erGIuUvLqKhQS0mb2spO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JoiKaN1xfuS2erGIuUvLqKhQS0mb2spO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JoiKaN1xfuS2erGIuUvLqKhQS0mb2spO > .row .container > .video-iframe-container { display: none; }#JoiKaN1xfuS2erGIuUvLqKhQS0mb2spO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JoiKaN1xfuS2erGIuUvLqKhQS0mb2spO > .row > .video-iframe-container { display: none; }#JoiKaN1xfuS2erGIuUvLqKhQS0mb2spO > .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); }#JoiKaN1xfuS2erGIuUvLqKhQS0mb2spO { border-width: 0; border-radius: 0; }#JoiKaN1xfuS2erGIuUvLqKhQS0mb2spO > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JoiKaN1xfuS2erGIuUvLqKhQS0mb2spO > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:24.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#hT1RvfBTW04XxTGoFq72BmVvGFbQncAJ { position:absolute;display:block;z-index:15028;background-color:#ff5a0f;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:21.4375rem;width:29.0625rem;top:1.375rem;left:30.9375rem;display:block; }
#VOvmzqduIWdwfwPcSLy2orKIBQxTMmNs { color:#ffffff;display:block;width:26.75rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:15035;line-height:1.1;letter-spacing:0;top:6rem;left:32.0625rem;height:1.7871125rem;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; }
#UeA7uzumJg1RPHN9ftTgLLlyVWuACOia { position:absolute;display:block;z-index:15038;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.875rem;width:3.125rem;top:1.875rem;left:43.875rem;overflow:hidden;display:block; }
#Ed7A8lpx7buKWAHp36HeDmJiDltny1Rd { position:absolute;display:block;z-index:15027;background-color:#ff0f64;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:21.3125rem;width:29.0625rem;top:1.4375rem;left:0rem;display:block; }
#Fg5nbcXkToL1RClZxVxrl1n5OIlnBA0N { position:absolute;display:block;z-index:15037;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:4rem;width:2.9375rem;top:1.8125rem;left:13.0625rem;overflow:hidden;display:block; }
#KePuruzK1m94NT7rmNtShtnH04guKSEq { color:#ffffff;display:block;width:25.3125rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15031;line-height:1.1;letter-spacing:0;top:6rem;left:1.875rem;height:1.71875rem;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; }
#lxmhMePQKi8QAIrtMsglLUzaa9Hbi6x4 { background-color:#41b9e6;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5625rem;height:3.4375rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:18.0625rem;left:37.1875rem;display:block; }
#qXQDVzTQHkcTmqCfmvfmEq0mSxtSr2dE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bDiEiUvfgmhIDOJNTSRBbFMSR9reahZt { background-color:#41b9e6;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.6875rem;height:3.4375rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:18.0625rem;left:6.1875rem;display:block; }
#DfZ9OJif7XuxJHqD7MzUWquKbkzJKp1M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LE114adTeggepbwfHZkqEklbBTadNGt2 { color:#ffffff;display:block;width:25.875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15041;line-height:1.4;letter-spacing:0;top:8.5rem;left:1.59375rem;height:7.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#utgqv6dLAEFQKrWripB94ESl77pQXKrR { color:#ffffff;display:block;width:24.5625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15042;line-height:1.4;letter-spacing:0;top:8.53125rem;left:33.1875rem;height:7.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JNziNX9ZOLOedRyeQdPx14tUr7dzffaf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#55be5a;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; }#JNziNX9ZOLOedRyeQdPx14tUr7dzffaf > .row .container { background-color: transparent; background-image: none; }#JNziNX9ZOLOedRyeQdPx14tUr7dzffaf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JNziNX9ZOLOedRyeQdPx14tUr7dzffaf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JNziNX9ZOLOedRyeQdPx14tUr7dzffaf > .row .container > .video-iframe-container { display: none; }#JNziNX9ZOLOedRyeQdPx14tUr7dzffaf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JNziNX9ZOLOedRyeQdPx14tUr7dzffaf > .row > .video-iframe-container { display: none; }#JNziNX9ZOLOedRyeQdPx14tUr7dzffaf > .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); }#JNziNX9ZOLOedRyeQdPx14tUr7dzffaf > .row .container { border-width: 0; border-radius: 0; }#JNziNX9ZOLOedRyeQdPx14tUr7dzffaf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JNziNX9ZOLOedRyeQdPx14tUr7dzffaf > .row .container { font-size:0.875rem;font-family:arial;height:28.4375rem;width:60rem;position:relative;display:block; }#MgDiliQ5oZkVl0gITJyFyHNDJzq4wOpr { color:#ffffff;display:block;width:24.3125rem;position:absolute;font-family:inter;font-size:1.8125rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:2.0992209911346rem;left:17.843751907349rem;height:1.99365rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mgCHvTy61oqpmVEURGAfpSOShotwT49W { color:#000000;display:block;width:22.875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:12.0625rem;left:4.75rem;height:6.9995125rem;text-align:center;text-align-last:center;display:block; }
#JiUraLCviuP0HZtMN62RLwmQHaZuz1TW { color:#000000;display:block;width:22.9375rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:12.0625rem;left:32.25rem;height:6.9995rem;text-align:center;text-align-last:center;display:block; }
#X6DA1oGO5g0xNnt8359UcTbrqKMssk9M { color:#0555fa;display:block;width:16rem;position:absolute;font-family:inter;font-size:1.3125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:9.6875rem;left:7.9375rem;height:1.70605625rem;text-align:center;text-align-last:center;display:block; }
#MTareqhrw6OszCJt2epR0MR9P3sz35uh { color:#0555fa;display:block;width:19rem;position:absolute;font-family:inter;font-size:1.3125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:9.75rem;left:34.5625rem;height:1.70605625rem;display:block; }
#lCHOqIFkcUg5De0PaV8ngFf8v0MZlxhU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:6.21875rem;left:14.6875rem; }
#dDI7KbG3rTHGxLFKEzboBoJr7D8AtfXh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.1875rem;width:4.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:5.625rem;left:42rem; }
#u8gTtvpNJZalyuUc5LUs50NBD6WhB5sd { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: none;height:16.375rem;width:25.125rem;top:5.0625rem;left:3.5rem;display:block; }
#ngqI9bH9VLVlzzH5PEli0xKFxQbpZIoH { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: none;height:16.5625rem;width:25.125rem;top:5rem;left:31.375rem;display:block; }
#kZosiqdgGsZvl0eC3dI3OeOWopKN6wuz { background-color:#0555fa;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:23.1875rem;left:22.96875rem;display:block; }
#zvIx6MQGETWdtdnfIJsOZHoOyOwkNVr7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U3s08S7lU0AUvxwK3RNu06AQJOtTflbl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#U3s08S7lU0AUvxwK3RNu06AQJOtTflbl > .row .container { background-color: transparent; background-image: none; }#U3s08S7lU0AUvxwK3RNu06AQJOtTflbl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U3s08S7lU0AUvxwK3RNu06AQJOtTflbl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U3s08S7lU0AUvxwK3RNu06AQJOtTflbl > .row .container > .video-iframe-container { display: none; }#U3s08S7lU0AUvxwK3RNu06AQJOtTflbl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U3s08S7lU0AUvxwK3RNu06AQJOtTflbl > .row > .video-iframe-container { display: none; }#U3s08S7lU0AUvxwK3RNu06AQJOtTflbl > .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); }#U3s08S7lU0AUvxwK3RNu06AQJOtTflbl > .row .container { border-width: 0; border-radius: 0; }#U3s08S7lU0AUvxwK3RNu06AQJOtTflbl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U3s08S7lU0AUvxwK3RNu06AQJOtTflbl > .row .container { font-size:0.875rem;font-family:arial;height:18.5rem;width:60rem;position:relative;display:block; }#qMAfrG4GsKA36Zc9hbOgvBaDSEsiTOfk { color:#000000;display:block;width:45.9375rem;position:absolute;font-family:inter;font-size:2.0625rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:3.875rem;left:7.8125rem;height:2.26855625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Jnu9kixZeemuq3ecF2J1FoKtrpBDKk9J { color:#000000;display:block;width:38.3125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:7.3125rem;left:11.625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PiXuOV3R00bNmwys3RtCpmntgofJeIGN { background-color:#ff0f64;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:12.125rem;left:21.25rem;display:block; }
#ETGZ66KkGTKZVhXWKJ9THSk02WdxqBqT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AHmTHZ9ET0Tho3a925kkTAmZ374glAII { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/1ffbV6f4/bg2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !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; }#AHmTHZ9ET0Tho3a925kkTAmZ374glAII.adaptive-delivery-prevent-bg, #AHmTHZ9ET0Tho3a925kkTAmZ374glAII.lazyload, #AHmTHZ9ET0Tho3a925kkTAmZ374glAII.lazyloading { background-image: none; }#AHmTHZ9ET0Tho3a925kkTAmZ374glAII > .row .container { background-color: transparent; background-image: none; }#AHmTHZ9ET0Tho3a925kkTAmZ374glAII::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #333333; }#AHmTHZ9ET0Tho3a925kkTAmZ374glAII > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AHmTHZ9ET0Tho3a925kkTAmZ374glAII > .row .container > .video-iframe-container { display: none; }#AHmTHZ9ET0Tho3a925kkTAmZ374glAII > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #333333; }#AHmTHZ9ET0Tho3a925kkTAmZ374glAII > .row > .video-iframe-container { display: none; }#AHmTHZ9ET0Tho3a925kkTAmZ374glAII > .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); }#AHmTHZ9ET0Tho3a925kkTAmZ374glAII > .row .container { border-width: 0; border-radius: 0; }#AHmTHZ9ET0Tho3a925kkTAmZ374glAII::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; }#AHmTHZ9ET0Tho3a925kkTAmZ374glAII > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AHmTHZ9ET0Tho3a925kkTAmZ374glAII > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:60rem;position:relative;display:block; }#ML4P52el5BETrRLJ7ITqXzK2ELlZoplM { color:#ffffff;display:block;width:41.3125rem;position:absolute;font-family:lato;font-size:0.6875rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:1.7216796875rem;left:9.34375rem;height:2.68066875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #yqpETiV4eiT1q0ToW3kRJJLVu6JPC857 { display:block; }#yqpETiV4eiT1q0ToW3kRJJLVu6JPC857 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uc0cXfX1oxMXvWPcmuNtwem1OHqSiizy { top:1rem;left:0rem;width:8.5rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRHcVqCd29QMkVVHFkXvRcXVw539QZuh { top:1rem;left:40.75rem;width:7rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFrr7ml6LvOyXDWcOXISRq3rZ8qZBdNv { top:1rem;left:40.75rem;width:4.5625rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TUme8H4GF7SSKZ8aCmpqanvEUVNDCKI7 { display:none; }#TUme8H4GF7SSKZ8aCmpqanvEUVNDCKI7 > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LX7mtHKZXWH0X5rmnTD4DrIFbQA8yh9U { width:47.75rem;height:3.75rem;top:0.9375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7v34avVZD7nHB6gTL8fR6fLBugQTkzy { top:5.9375rem;left:0rem;width:23.5rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNfFBtU0UgwBm2K3fafrNsOiIKMztRip { width:17.1875rem;height:1.6875rem;top:7.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQXadnrksRbGCeKGBb8hzhlWqlBXUQbu { top:5.9375rem;left:18.625rem;width:23.5625rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ec5h9opL9lTi0AS3ULbFV4OLIL1rXTUt { width:19.125rem;height:1.625rem;top:7.125rem;left:22.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Za56KGvGwARBTvDMfuUWPkCnIdBDw6MZ { top:19.8125rem;left:0rem;width:36.625rem;height:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3MTZCaaW5TZwzaixwTDoFMR7H9LSrxT { top:20.4375rem;left:7.0625rem;width:23.6875rem;height:1.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4ItrmPoLl5hNasul0gDTKnzRSzRRtmI { top:22.5rem;left:1.5rem;width:33.3125rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQVn3NmXRIU22VsiVpXAKZ0iq6lJ7GyE { top:6.75rem;left:0rem;width:1.875rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7did3sJ6qs5Esv7qkzNOIZTPr3VDm6b { top:6.75rem;left:19.875rem;width:1.75rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTg0Nw0LUU8RKHKvk1bhEzraWtzgcGnJ { top:37.375rem;left:1.1875rem;width:33.9375rem;height:1.4375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 .widget-regular-label { display:block;width:32.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 .widget-input-text { width:32.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 .widget-input-text {padding-top: 0; padding-bottom: 0;}#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 .widget-textarea { width:32.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 .widget-input-select { width:32.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 .widget-input-select {padding-top: 0; padding-bottom: 0;}#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 .widget-input-button { width:32.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 .widget-checkbox-label { width:30.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6  { width:32.0625rem;height:auto;top:24.25rem;left:0.875rem; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 .radio-container { width:32.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 {display:block;}#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 { width:32.0625rem;height:auto;top:24.25rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 #yUJKSWkZNopufPeHoTQSA1SkfTQkfETN {  }
 }@media only screen and (max-width: 763px) { #tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 #WDhm4XlB2gMJV5uTs7F1qseQeJR9pRsL { display:none; }
 }@media only screen and (max-width: 763px) { #tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 #c43EsZGb5CJvQCbcStuyFGqahUBXOwlg {  }
 }@media only screen and (max-width: 763px) { #hqaAbWeoSMoTiN08SOQiRh6e9bOI6i84 { display:block; }
 }@media only screen and (max-width: 763px) { #w6Bd3dKWDQ9rqvG0F01Jr0f1hFf7ySS8 { display:block; }
 }@media only screen and (max-width: 763px) { #wTRXrkl8yrWGNTTMTqZETPpG6LJzmtRw { display:block; }
 }@media only screen and (max-width: 763px) { #MHQVJv24tv7hR6mN36qXBVkmOoKNHb56 { display:block; }
 }@media only screen and (max-width: 763px) { #Mt2vqLLa8izFqaMbnoZg5Tul3F0e2l0a { display:block; }
 }@media only screen and (max-width: 763px) { #QeJ8mZ3IznK1TDiOhkTroEpTPqOszusT { display:block; }
 }@media only screen and (max-width: 763px) { #tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 #duv4eG6td2Gy6E7c9llDqmUtouwICRul {  }
 }@media only screen and (max-width: 763px) { #tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 #LFM6y7iLi1RTwlKtLWUeUeMV5ldih3u9 { z-index:2; }
 }@media only screen and (max-width: 763px) { #tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 #AmQQtqZPtQUPrBJTE3OusBQTBmpSZuRC {  }
 }@media only screen and (max-width: 763px) { #yoc0pK480tMF94Q3uSqXLLS2xko7t6vo { display:block; }
 }@media only screen and (max-width: 763px) { #JtTTDWIkMnGO21y1m893Qr5QIs3MdruH { display:block; }
 }@media only screen and (max-width: 763px) { #vUhvulxdIMl264kRMmL7hpA49eDih7xw { display:block; }
 }@media only screen and (max-width: 763px) { #h3COvZCCJQURJx66RGL10R1EmT1Ugth5 { display:block; }
 }@media only screen and (max-width: 763px) { #Bp00Ut5JR35U2mxPP5LBzqpx9v5ysQmP { display:block; }
 }@media only screen and (max-width: 763px) { #d0B2i6LDLEaXPhQZCrNOizDpZh7NRFd3 { display:block; }
 }@media only screen and (max-width: 763px) { #fnogLN2uuABALkr8wugc7nvC5hXllQn6 { display:block; }
 }@media only screen and (max-width: 763px) { #tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 #uLTN0JevLBJyrKo8vZUOiCu9T7BiqwOn {  }
 }@media only screen and (max-width: 763px) { #tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 #qh8eH6w6OHZ4gWq88U5ouLRp1dmBnoaV {  }
 }@media only screen and (max-width: 763px) { #kXZZZwrT0GtJgXJyfOPE0ddVZP3hGQNh { top:9.375rem;left:0rem;width:21.875rem;height:7.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wI3deTvLZC4Oo5m3Fo60AFQBNkCwm98J { top:9.375rem;left:19.875rem;width:22.0625rem;height:6.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoiKaN1xfuS2erGIuUvLqKhQS0mb2spO { display:block; }#JoiKaN1xfuS2erGIuUvLqKhQS0mb2spO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hT1RvfBTW04XxTGoFq72BmVvGFbQncAJ { top:1.375rem;left:18.6875rem;width:29.0625rem;height:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOvmzqduIWdwfwPcSLy2orKIBQxTMmNs { width:26.75rem;height:1.75rem;top:6rem;left:21rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeA7uzumJg1RPHN9ftTgLLlyVWuACOia { top:1.875rem;left:37.75rem;width:3.125rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ed7A8lpx7buKWAHp36HeDmJiDltny1Rd { top:1.4375rem;left:0rem;width:29.0625rem;height:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fg5nbcXkToL1RClZxVxrl1n5OIlnBA0N { top:1.8125rem;left:6.9375rem;width:2.9375rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #KePuruzK1m94NT7rmNtShtnH04guKSEq { width:25.3125rem;height:1.6875rem;top:6rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxmhMePQKi8QAIrtMsglLUzaa9Hbi6x4 { width:16.5625rem;height:3.4375rem;top:18.0625rem;left:31.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXQDVzTQHkcTmqCfmvfmEq0mSxtSr2dE { display:block; }
 }@media only screen and (max-width: 763px) { #bDiEiUvfgmhIDOJNTSRBbFMSR9reahZt { width:16.6875rem;height:3.4375rem;top:18.0625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfZ9OJif7XuxJHqD7MzUWquKbkzJKp1M { display:block; }
 }@media only screen and (max-width: 763px) { #LE114adTeggepbwfHZkqEklbBTadNGt2 { top:8.5rem;left:0rem;width:25.875rem;height:7.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #utgqv6dLAEFQKrWripB94ESl77pQXKrR { top:8.5rem;left:23.1875rem;width:24.5625rem;height:7.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNziNX9ZOLOedRyeQdPx14tUr7dzffaf { display:none; }#JNziNX9ZOLOedRyeQdPx14tUr7dzffaf > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MgDiliQ5oZkVl0gITJyFyHNDJzq4wOpr { width:24.3125rem;height:1.9375rem;top:2.0625rem;left:11.71875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgCHvTy61oqpmVEURGAfpSOShotwT49W { top:12.0625rem;left:0rem;width:22.875rem;height:6.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiUraLCviuP0HZtMN62RLwmQHaZuz1TW { top:12.0625rem;left:24.8125rem;width:22.9375rem;height:8.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6DA1oGO5g0xNnt8359UcTbrqKMssk9M { top:9.6875rem;left:1.8125rem;width:16rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTareqhrw6OszCJt2epR0MR9P3sz35uh { top:9.75rem;left:28.4375rem;width:19rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCHOqIFkcUg5De0PaV8ngFf8v0MZlxhU { top:6.1875rem;left:8.5625rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDI7KbG3rTHGxLFKEzboBoJr7D8AtfXh { top:5.625rem;left:35.875rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8gTtvpNJZalyuUc5LUs50NBD6WhB5sd { top:5.0625rem;left:0rem;width:25.125rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngqI9bH9VLVlzzH5PEli0xKFxQbpZIoH { top:5rem;left:22.375rem;width:25.125rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZosiqdgGsZvl0eC3dI3OeOWopKN6wuz { width:14.0625rem;height:3.4375rem;top:23.1875rem;left:16.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvIx6MQGETWdtdnfIJsOZHoOyOwkNVr7 { display:block; }
 }@media only screen and (max-width: 763px) { #U3s08S7lU0AUvxwK3RNu06AQJOtTflbl { display:block; }#U3s08S7lU0AUvxwK3RNu06AQJOtTflbl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qMAfrG4GsKA36Zc9hbOgvBaDSEsiTOfk { width:45.9375rem;height:2.25rem;top:3.875rem;left:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jnu9kixZeemuq3ecF2J1FoKtrpBDKk9J { width:38.3125rem;height:3.25rem;top:7.3125rem;left:5.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiXuOV3R00bNmwys3RtCpmntgofJeIGN { width:17.5rem;height:3.4375rem;top:12.125rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETGZ66KkGTKZVhXWKJ9THSk02WdxqBqT { display:block; }
 }@media only screen and (max-width: 763px) { #AHmTHZ9ET0Tho3a925kkTAmZ374glAII { display:block; }#AHmTHZ9ET0Tho3a925kkTAmZ374glAII > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ML4P52el5BETrRLJ7ITqXzK2ELlZoplM { width:41.3125rem;height:2.625rem;top:1.6875rem;left:3.21875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { background-color:transparent;background-image:none;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #yqpETiV4eiT1q0ToW3kRJJLVu6JPC857 { display:block; }#yqpETiV4eiT1q0ToW3kRJJLVu6JPC857 > .row .container { width:20rem;height:3.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uc0cXfX1oxMXvWPcmuNtwem1OHqSiizy { width:6.375rem;height:1.75rem;top:1.3125rem;left:1.21875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cRHcVqCd29QMkVVHFkXvRcXVw539QZuh { width:5.1875rem;height:1.75rem;top:0.75rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFrr7ml6LvOyXDWcOXISRq3rZ8qZBdNv { width:8.875rem;height:2.25rem;top:0.5rem;left:0rem;z-index:15022;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TUme8H4GF7SSKZ8aCmpqanvEUVNDCKI7 { background-color:#f0faff;background-image:none;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; }#TUme8H4GF7SSKZ8aCmpqanvEUVNDCKI7 > .row .container { background-color: transparent; background-image: none; }#TUme8H4GF7SSKZ8aCmpqanvEUVNDCKI7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUme8H4GF7SSKZ8aCmpqanvEUVNDCKI7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUme8H4GF7SSKZ8aCmpqanvEUVNDCKI7 > .row .container > .video-iframe-container { display: none; }#TUme8H4GF7SSKZ8aCmpqanvEUVNDCKI7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUme8H4GF7SSKZ8aCmpqanvEUVNDCKI7 > .row > .video-iframe-container { display: none; }#TUme8H4GF7SSKZ8aCmpqanvEUVNDCKI7 > .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); }#TUme8H4GF7SSKZ8aCmpqanvEUVNDCKI7 > .row .container { border-width: 0; border-radius: 0; }#TUme8H4GF7SSKZ8aCmpqanvEUVNDCKI7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TUme8H4GF7SSKZ8aCmpqanvEUVNDCKI7 > .row .container { width:20rem;height:56.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LX7mtHKZXWH0X5rmnTD4DrIFbQA8yh9U { width:20rem;height:1.7246125rem;top:0.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;color:#0f0f10;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #n7v34avVZD7nHB6gTL8fR6fLBugQTkzy { width:19.625rem;height:12.3125rem;top:3.25rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #lNfFBtU0UgwBm2K3fafrNsOiIKMztRip { width:17.25rem;height:1.375rem;top:4.125rem;left:2.75rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQXadnrksRbGCeKGBb8hzhlWqlBXUQbu { width:19.625rem;height:12.875rem;top:17.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ec5h9opL9lTi0AS3ULbFV4OLIL1rXTUt { width:15.5rem;height:1.375rem;top:18.0625rem;left:3.0625rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Za56KGvGwARBTvDMfuUWPkCnIdBDw6MZ { width:19.9375rem;height:23.0625rem;top:31.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3MTZCaaW5TZwzaixwTDoFMR7H9LSrxT { width:20rem;height:1.54345625rem;top:32.5625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4ItrmPoLl5hNasul0gDTKnzRSzRRtmI { width:19.375rem;height:3.1494125rem;top:34.4375rem;left:0.3125rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #FQVn3NmXRIU22VsiVpXAKZ0iq6lJ7GyE { width:1.375rem;height:1.8125rem;top:3.9375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7did3sJ6qs5Esv7qkzNOIZTPr3VDm6b { width:1.3125rem;height:1.875rem;top:17.875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTg0Nw0LUU8RKHKvk1bhEzraWtzgcGnJ { width:18.75rem;height:2.19286875rem;top:51.625rem;left:0.625rem;font-size:0.5625rem;color:#0f0f10;display:block; }
 }@media only screen and (max-width: 763px) { #tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 .widget-input-text {padding-top: 0; padding-bottom: 0;}#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 .widget-input-select {padding-top: 0; padding-bottom: 0;}#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6  { width:17.5rem;height:auto;top:36.875rem;left:0rem; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 {display:block;}#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 { width:17.5rem;height:auto;top:36.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 #yUJKSWkZNopufPeHoTQSA1SkfTQkfETN {  }
 }@media only screen and (max-width: 763px) { #tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 #WDhm4XlB2gMJV5uTs7F1qseQeJR9pRsL { display:none; }
 }@media only screen and (max-width: 763px) { #tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 #c43EsZGb5CJvQCbcStuyFGqahUBXOwlg {  }
 }@media only screen and (max-width: 763px) { #hqaAbWeoSMoTiN08SOQiRh6e9bOI6i84 { display:block; }
 }@media only screen and (max-width: 763px) { #w6Bd3dKWDQ9rqvG0F01Jr0f1hFf7ySS8 { display:block; }
 }@media only screen and (max-width: 763px) { #wTRXrkl8yrWGNTTMTqZETPpG6LJzmtRw { display:block; }
 }@media only screen and (max-width: 763px) { #MHQVJv24tv7hR6mN36qXBVkmOoKNHb56 { display:block; }
 }@media only screen and (max-width: 763px) { #Mt2vqLLa8izFqaMbnoZg5Tul3F0e2l0a { display:block; }
 }@media only screen and (max-width: 763px) { #QeJ8mZ3IznK1TDiOhkTroEpTPqOszusT { display:block; }
 }@media only screen and (max-width: 763px) { #tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 #duv4eG6td2Gy6E7c9llDqmUtouwICRul {  }
 }@media only screen and (max-width: 763px) { #tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 #LFM6y7iLi1RTwlKtLWUeUeMV5ldih3u9 { z-index:2; }
 }@media only screen and (max-width: 763px) { #tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 #AmQQtqZPtQUPrBJTE3OusBQTBmpSZuRC {  }
 }@media only screen and (max-width: 763px) { #yoc0pK480tMF94Q3uSqXLLS2xko7t6vo { display:block; }
 }@media only screen and (max-width: 763px) { #JtTTDWIkMnGO21y1m893Qr5QIs3MdruH { display:block; }
 }@media only screen and (max-width: 763px) { #vUhvulxdIMl264kRMmL7hpA49eDih7xw { display:block; }
 }@media only screen and (max-width: 763px) { #h3COvZCCJQURJx66RGL10R1EmT1Ugth5 { display:block; }
 }@media only screen and (max-width: 763px) { #Bp00Ut5JR35U2mxPP5LBzqpx9v5ysQmP { display:block; }
 }@media only screen and (max-width: 763px) { #d0B2i6LDLEaXPhQZCrNOizDpZh7NRFd3 { display:block; }
 }@media only screen and (max-width: 763px) { #fnogLN2uuABALkr8wugc7nvC5hXllQn6 { display:block; }
 }@media only screen and (max-width: 763px) { #tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 #uLTN0JevLBJyrKo8vZUOiCu9T7BiqwOn {  }
 }@media only screen and (max-width: 763px) { #tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 #qh8eH6w6OHZ4gWq88U5ouLRp1dmBnoaV {  }
 }@media only screen and (max-width: 763px) { #kXZZZwrT0GtJgXJyfOPE0ddVZP3hGQNh { width:18.0625rem;height:9.09765625rem;top:6rem;left:1.125rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #wI3deTvLZC4Oo5m3Fo60AFQBNkCwm98J { width:18.9375rem;height:9.09765625rem;top:19.9375rem;left:1.0625rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #JoiKaN1xfuS2erGIuUvLqKhQS0mb2spO { background-color:#ffffff;background-image:none;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; }#JoiKaN1xfuS2erGIuUvLqKhQS0mb2spO > .row .container { background-color: transparent; background-image: none; }#JoiKaN1xfuS2erGIuUvLqKhQS0mb2spO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JoiKaN1xfuS2erGIuUvLqKhQS0mb2spO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JoiKaN1xfuS2erGIuUvLqKhQS0mb2spO > .row .container > .video-iframe-container { display: none; }#JoiKaN1xfuS2erGIuUvLqKhQS0mb2spO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JoiKaN1xfuS2erGIuUvLqKhQS0mb2spO > .row > .video-iframe-container { display: none; }#JoiKaN1xfuS2erGIuUvLqKhQS0mb2spO > .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); }#JoiKaN1xfuS2erGIuUvLqKhQS0mb2spO > .row .container { border-width: 0; border-radius: 0; }#JoiKaN1xfuS2erGIuUvLqKhQS0mb2spO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JoiKaN1xfuS2erGIuUvLqKhQS0mb2spO > .row .container { width:20rem;height:51.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hT1RvfBTW04XxTGoFq72BmVvGFbQncAJ { width:20rem;height:22.4375rem;top:25.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOvmzqduIWdwfwPcSLy2orKIBQxTMmNs { width:18.125rem;height:1.6499rem;top:29.75rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeA7uzumJg1RPHN9ftTgLLlyVWuACOia { width:2.5rem;height:3.125rem;top:26.625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ed7A8lpx7buKWAHp36HeDmJiDltny1Rd { width:20rem;height:22.8125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fg5nbcXkToL1RClZxVxrl1n5OIlnBA0N { width:2.375rem;height:3.25rem;top:1.875rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KePuruzK1m94NT7rmNtShtnH04guKSEq { width:20rem;height:1.6499rem;top:5.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxmhMePQKi8QAIrtMsglLUzaa9Hbi6x4 { width:17.5rem;height:3rem;top:43.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXQDVzTQHkcTmqCfmvfmEq0mSxtSr2dE { display:block; }
 }@media only screen and (max-width: 763px) { #bDiEiUvfgmhIDOJNTSRBbFMSR9reahZt { width:17.5rem;height:3rem;top:19.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfZ9OJif7XuxJHqD7MzUWquKbkzJKp1M { display:block; }
 }@media only screen and (max-width: 763px) { #LE114adTeggepbwfHZkqEklbBTadNGt2 { width:17.8125rem;height:10.96875rem;top:7.15625rem;left:1.15625rem;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #utgqv6dLAEFQKrWripB94ESl77pQXKrR { width:18.75rem;height:10.96875rem;top:31.875rem;left:0.625rem;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #JNziNX9ZOLOedRyeQdPx14tUr7dzffaf { display:block; }#JNziNX9ZOLOedRyeQdPx14tUr7dzffaf > .row .container { width:20rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MgDiliQ5oZkVl0gITJyFyHNDJzq4wOpr { width:18.6875rem;height:1.58105625rem;top:1.3125rem;left:0.65625rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgCHvTy61oqpmVEURGAfpSOShotwT49W { width:18.5625rem;height:7.39306875rem;top:9.625rem;left:0.625rem;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #JiUraLCviuP0HZtMN62RLwmQHaZuz1TW { width:17.375rem;height:6.82325rem;top:24.625rem;left:1.3125rem;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #X6DA1oGO5g0xNnt8359UcTbrqKMssk9M { width:16rem;height:1.625rem;top:7.6875rem;left:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTareqhrw6OszCJt2epR0MR9P3sz35uh { width:19rem;height:1.625rem;top:22.5625rem;left:0.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lCHOqIFkcUg5De0PaV8ngFf8v0MZlxhU { display:flex;width:2.5rem;height:2.5rem;top:4.8125rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #dDI7KbG3rTHGxLFKEzboBoJr7D8AtfXh { display:flex;width:3.375rem;height:3.375rem;top:19.25rem;left:8.3125rem; }
 }@media only screen and (max-width: 763px) { #u8gTtvpNJZalyuUc5LUs50NBD6WhB5sd { width:19.75rem;height:13.6875rem;top:4.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngqI9bH9VLVlzzH5PEli0xKFxQbpZIoH { width:19.75rem;height:14.6875rem;top:18.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZosiqdgGsZvl0eC3dI3OeOWopKN6wuz { width:15.4375rem;height:3rem;top:34.375rem;left:2.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvIx6MQGETWdtdnfIJsOZHoOyOwkNVr7 { display:block; }
 }@media only screen and (max-width: 763px) { #U3s08S7lU0AUvxwK3RNu06AQJOtTflbl { background-color:#ffffff;background-image:none;display:block; }#U3s08S7lU0AUvxwK3RNu06AQJOtTflbl > .row .container { background-color: transparent; background-image: none; }#U3s08S7lU0AUvxwK3RNu06AQJOtTflbl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U3s08S7lU0AUvxwK3RNu06AQJOtTflbl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U3s08S7lU0AUvxwK3RNu06AQJOtTflbl > .row .container > .video-iframe-container { display: none; }#U3s08S7lU0AUvxwK3RNu06AQJOtTflbl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U3s08S7lU0AUvxwK3RNu06AQJOtTflbl > .row > .video-iframe-container { display: none; }#U3s08S7lU0AUvxwK3RNu06AQJOtTflbl > .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); }#U3s08S7lU0AUvxwK3RNu06AQJOtTflbl > .row .container { width:20rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qMAfrG4GsKA36Zc9hbOgvBaDSEsiTOfk { width:16.3125rem;height:2.75rem;top:1.1875rem;left:1.84375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jnu9kixZeemuq3ecF2J1FoKtrpBDKk9J { width:18.1875rem;height:3.41161875rem;top:4.4375rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiXuOV3R00bNmwys3RtCpmntgofJeIGN { width:17.5rem;height:3.4375rem;top:8.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETGZ66KkGTKZVhXWKJ9THSk02WdxqBqT { display:block; }
 }@media only screen and (max-width: 763px) { #AHmTHZ9ET0Tho3a925kkTAmZ374glAII { background-color:#626262;background-image:none;display:block; }#AHmTHZ9ET0Tho3a925kkTAmZ374glAII > .row .container { background-color: transparent; background-image: none; }#AHmTHZ9ET0Tho3a925kkTAmZ374glAII::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AHmTHZ9ET0Tho3a925kkTAmZ374glAII > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AHmTHZ9ET0Tho3a925kkTAmZ374glAII > .row .container > .video-iframe-container { display: none; }#AHmTHZ9ET0Tho3a925kkTAmZ374glAII > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AHmTHZ9ET0Tho3a925kkTAmZ374glAII > .row > .video-iframe-container { display: none; }#AHmTHZ9ET0Tho3a925kkTAmZ374glAII > .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); }#AHmTHZ9ET0Tho3a925kkTAmZ374glAII > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ML4P52el5BETrRLJ7ITqXzK2ELlZoplM { width:20rem;height:2.923825rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.5625rem;color:#fdfeff;display:block; }
 }