.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;
}
html,
body {
  font-size: 16px;
}
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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:217,219,231;--color-primary-1:129,136,175;--color-primary-2:2,17,95;--color-primary-3:1,9,48;--color-primary-4:0,3,14;--color-secondary-0:219,240,255;--color-secondary-1:134,207,255;--color-secondary-2:12,158,255;--color-secondary-3:6,79,128;--color-secondary-4:2,24,38;--color-tertiary-0:255,255,255;--color-tertiary-1:187,187,187;--color-tertiary-2:28,28,28;--color-tertiary-3:14,14,14;--color-tertiary-4:3,3,3;--headlines-font-family:"Geist";--paragraphs-font-family:"open sans"; }@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:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-primary-2),0.43);background-image:url("https://images.assets-landingi.com/uc/89d17858-9e0a-40a4-92b7-1f090760153b/Frame5.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:48.875rem;width:75rem;overflow:visible;position:relative;display:block; }#ObQOQ31k4QvsguI5kBFzOZTcscKqxepH { color:#ffffff;display:block;width:43.375rem;position:absolute;font-family:geist;font-size:3.0625rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:11.5625rem;left:1.5625rem;height:7.35rem;display:block; }
#myP2S5r5UowlpZPpXypImzhu5Ab3SECT { color:rgba(var(--color-tertiary-0),1);display:block;width:31.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:20.25rem;left:1.5625rem;height:3.25rem;display:block; }
#znKAGBgsF5rU5JD9nHvfXZei6saICCwq { color:rgba(var(--color-tertiary-0),1);display:block;width:33.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:36.6875rem;left:1.5625rem;height:1.70625rem;font-style:normal;display:block; }
#XWxTTovVQydUn7QMORaeTxvpHIoNwa3b { color:#ffffff;display:block;width:34rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:39.000001907349rem;left:1.5625rem;height:4.875rem;font-style:normal;display:block; }
#Z7n9A0IGcS2lR1sMbp9qSa1IMVIpl2an { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top: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:2.9375rem;top:3.2500019073486rem;left:1.5625rem;overflow:hidden;display:block; }
#k5bgFxdndpdIdURf6STBe0fT70imEMNp .widget-form-header {  }
#k5bgFxdndpdIdURf6STBe0fT70imEMNp .widget-regular-label { display:block;width:20.9375rem;height:auto;font-size:0.875rem;font-family:lato;line-height:1;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#000000;background-color:transparent;background-image:none;overflow:hidden;font-weight:700;font-style:normal;vertical-align:top; }
#k5bgFxdndpdIdURf6STBe0fT70imEMNp .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;border-top:0;border-right:0;border-bottom:0;border-left:0;height:2.75rem;width:20.9375rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#000000;line-height:1;box-sizing:border-box;font-family:lato;font-weight:400;font-size:0.8125rem;background-color:#ffffff;background-image:none;overflow:hidden; }
#k5bgFxdndpdIdURf6STBe0fT70imEMNp .widget-input-text {padding-top: 0; padding-bottom: 0;}#k5bgFxdndpdIdURf6STBe0fT70imEMNp .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;border-top:0;border-right:0;border-bottom:0;border-left:0;height:2.9375rem;width:20.9375rem;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#000000;line-height:1;box-sizing:border-box;font-family:lato;font-weight:400;font-size:0.8125rem;background-color:#ffffff;background-image:none;overflow:hidden; }
#k5bgFxdndpdIdURf6STBe0fT70imEMNp .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;border-top:0;border-right:0;border-bottom:0;border-left:0;height:3.125rem;width:20.9375rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#000000;line-height:1;box-sizing:border-box;font-family:lato;font-weight:400;text-align:left;text-align-last:left;font-size:0.875rem;background-color:#ffffff;background-image:none;overflow:hidden; }
#k5bgFxdndpdIdURf6STBe0fT70imEMNp .widget-input-select {padding-top: 0; padding-bottom: 0;}#k5bgFxdndpdIdURf6STBe0fT70imEMNp .widget-input-checkbox { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:0.1875rem;margin-right:0.1875rem;margin-bottom:0.1875rem;margin-left:0.3125rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top;box-sizing:border-box; }
#k5bgFxdndpdIdURf6STBe0fT70imEMNp .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#k5bgFxdndpdIdURf6STBe0fT70imEMNp .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;border-top:0;border-right:0;border-bottom:0;border-left:0;height:2.75rem;width:12.0625rem;padding-top:0;padding-right:0.875rem;padding-bottom:0;padding-left:0.875rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#ffffff;line-height:1;box-sizing:border-box;font-family:var(--headlines-font-family);font-weight:400;text-align:center;text-align-last:center;font-size:1rem;background-color:#0c9eff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;overflow:hidden;box-shadow: none;font-style:normal; }
#k5bgFxdndpdIdURf6STBe0fT70imEMNp [class*="-text"]:-moz-placeholder { font-size:0.875rem;font-family:var(--headlines-font-family);color:#9e9e9e; }
#k5bgFxdndpdIdURf6STBe0fT70imEMNp [class*="-text"]::-moz-placeholder { font-size:0.875rem;font-family:var(--headlines-font-family);color:#9e9e9e; }
#k5bgFxdndpdIdURf6STBe0fT70imEMNp [class*="-text"]:-ms-input-placeholder { font-size:0.875rem;font-family:var(--headlines-font-family);color:#9e9e9e; }
#k5bgFxdndpdIdURf6STBe0fT70imEMNp [class*="-text"]::-webkit-input-placeholder { font-size:0.875rem;font-family:var(--headlines-font-family);color:#9e9e9e; }
#k5bgFxdndpdIdURf6STBe0fT70imEMNp .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;width:32.6875rem;height:auto;font-size:0.5625rem;font-family:var(--headlines-font-family);line-height:1.3;margin-top:0.125rem;margin-right:0;margin-bottom:0;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top;color:rgba(247,247,248,0.44); }
#k5bgFxdndpdIdURf6STBe0fT70imEMNp .widget-input-radio { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:1.4375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:middle; }
#k5bgFxdndpdIdURf6STBe0fT70imEMNp .widget-radio-label { font-size:0.875rem;line-height:1;display:inline-block;*zoom:1;*display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2rem;width:9.59375rem;vertical-align:middle;margin-top:1.375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;color:#000000;font-family:lato; }
#k5bgFxdndpdIdURf6STBe0fT70imEMNp .widget-container { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;font-size:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#k5bgFxdndpdIdURf6STBe0fT70imEMNp .widget-container:first-of-type{padding-top:0;}#k5bgFxdndpdIdURf6STBe0fT70imEMNp .widget-container:last-of-type{padding-bottom:0;}#k5bgFxdndpdIdURf6STBe0fT70imEMNp  { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:34.25rem;height:auto;left:0rem;top:24.8828125rem;z-index:15002;position:absolute; }
#k5bgFxdndpdIdURf6STBe0fT70imEMNp .radio-container { width:21.5625rem; }
#k5bgFxdndpdIdURf6STBe0fT70imEMNp .widget-info-text { display:block;height:auto;font-family:lato;font-size:0.875rem;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; }
#k5bgFxdndpdIdURf6STBe0fT70imEMNp { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:34.25rem;height:auto;left:0rem;top:24.8828125rem;z-index:15002;position:absolute; }
#k5bgFxdndpdIdURf6STBe0fT70imEMNp #tNVIzpSn8JltgMhJfxC22ruLkXJXAcKc { position:relative; }
#k5bgFxdndpdIdURf6STBe0fT70imEMNp #SNeFlVFt2ddyZbKZpHNgcRU8XJTflHe7 { position:relative;display:none; }
#k5bgFxdndpdIdURf6STBe0fT70imEMNp #OKmey3yhtKFR6o1pTIpTCPRMVfNavyB2 { position:relative; }
#HktXDNyDQn89I0rHmzJ2Olve5o36iG6h { position:relative;display:block; }
#k5bgFxdndpdIdURf6STBe0fT70imEMNp #TRizxJPs0NkNr9xo37ivsgZR7VS7btpV { position:relative; }
#k5bgFxdndpdIdURf6STBe0fT70imEMNp #Rf7vTToTqw9785zdGx0Azb12FmizvJIU { position:relative; }
#k5bgFxdndpdIdURf6STBe0fT70imEMNp #xHzmAPBQbBgapQwXHG2ulUL2WBTgBGm6 { position:relative; }
#k5bgFxdndpdIdURf6STBe0fT70imEMNp #y6dz5OPpo1KzxvBZI2DVsdlcgu8OCRfX { position:relative;z-index:2; }
#k5bgFxdndpdIdURf6STBe0fT70imEMNp #xTIr8PCkRm2UvXadIyAqcSBFtw2ZfbKz { position:relative; }
#MHaTgkBIbsorHLvHHOcyJJQTI0LKLa1Z { position:relative;display:none; }#MHaTgkBIbsorHLvHHOcyJJQTI0LKLa1Z { border-width: 0; border-radius: 0; }#MHaTgkBIbsorHLvHHOcyJJQTI0LKLa1Z > .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; }#MHaTgkBIbsorHLvHHOcyJJQTI0LKLa1Z > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.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:none; }#gpgkNKVHZZm9BUB0A3APli2etu3Ox9iX { 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; }#gpgkNKVHZZm9BUB0A3APli2etu3Ox9iX > .row .container { background-color: transparent; background-image: none; }#gpgkNKVHZZm9BUB0A3APli2etu3Ox9iX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gpgkNKVHZZm9BUB0A3APli2etu3Ox9iX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gpgkNKVHZZm9BUB0A3APli2etu3Ox9iX > .row .container > .video-iframe-container { display: none; }#gpgkNKVHZZm9BUB0A3APli2etu3Ox9iX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gpgkNKVHZZm9BUB0A3APli2etu3Ox9iX > .row > .video-iframe-container { display: none; }#gpgkNKVHZZm9BUB0A3APli2etu3Ox9iX > .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); }#gpgkNKVHZZm9BUB0A3APli2etu3Ox9iX > .row .container { border-width: 0; border-radius: 0; }#gpgkNKVHZZm9BUB0A3APli2etu3Ox9iX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gpgkNKVHZZm9BUB0A3APli2etu3Ox9iX > .row .container { font-size:0.875rem;font-family:arial;height:62.75rem;width:75rem;position:relative;display:block; }#syTBtyha4lPbDwDvi5vcovyHux5OVdRU { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),1);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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:7.8125rem;width:7.8125rem;top:12.324999928474rem;left:15.0625rem;display:block; }
#ad3PoTa1NDM4p13sOyTXl4e0zSgMeaAE { position:absolute;display:block;z-index:15010;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.0625rem dashed #0c9eff;border-left:0.0625rem dashed #0c9eff;border-right:0.0625rem dashed #0c9eff;border-bottom:0.0625rem dashed #0c9eff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0;width:32.8125rem;top:23.887075077743rem;left:19.000000953674rem;display:block; }
#g6lDPMp3pRXDysO8y8OBJwB8Tbvw9XOC { position:absolute;display:block;z-index:15011;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.0625rem dashed #0c9eff;border-left:0.0625rem dashed #0c9eff;border-right:0.0625rem dashed #0c9eff;border-bottom:0.0625rem dashed #0c9eff;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:0;top:20.137499928474rem;left:19rem;display:block; }
#Q0WWaTuFqpTbzDC346iriTAyarLxNkFf { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-2),1);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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:7.8125rem;width:7.8125rem;top:22.920454740524rem;left:51.732954978943rem;display:block; }
#gyxQOUP3aze04TwoTpCGw99Ofb3obJtB { position:absolute;display:block;z-index:15012;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.0625rem dashed #0c9eff;border-left:0.0625rem dashed #0c9eff;border-right:0.0625rem dashed #0c9eff;border-bottom:0.0625rem dashed #0c9eff;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.125rem;width:0;top:30.642040939987rem;left:57.397728678406rem;display:block; }
#rttA8OPCplcmUtn6dx04IGbyxbF8ZIHI { position:absolute;display:block;z-index:15011;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.0625rem dashed #0c9eff;border-left:0.0625rem dashed #0c9eff;border-right:0.0625rem dashed #0c9eff;border-bottom:0.0625rem dashed #0c9eff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0;width:34.375rem;top:35.812500953674rem;left:23rem;display:block; }
#HshREZlfwLfMsKlOofD1AvXrqKd7QQz0 { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-2),1);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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:7.8125rem;width:7.8125rem;top:34.0625rem;left:15.125rem;display:block; }
#ulfnVv3FP9ic8l6O1eXDNb8AnB8PckdC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:25.264204740524rem;left:54.076704978943rem; }
#w3OQxl45dD4nyANGt1DcnJ3b5nK3Lmep { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:14.668324947357rem;left:17.406250953674rem; }
#cT5Pz4EwLDEh2cfdkfEaQ56pXk4wXOrI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:36.40625rem;left:17.406250953674rem; }
#FgfUTzCMp0qP8zDFMNIMVvKW1VT4S0lf { color:#1c1c1c;display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:3.6125020980835rem;left:27.500000953674rem;height:3.00625rem;text-align:center;text-align-last:center;display:block; }
#EzsRmFVc03CcyBusF2uGb2wEevazMR5F { color:#1c1c1c;display:block;width:44.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:6.6187515258787rem;left:16.124218940735rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fzJq2Sr6uSVHdR6pqybXA7CinKZfLS3I { color:#1c1c1c;display:block;width:15.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:13.850853443146rem;left:26.062500953674rem;height:1.625rem;font-style:normal;display:block; }
#nxMoig8LUwDPFSkXJU9pA7hm9DN2Haxt { color:#1c1c1c;display:block;width:24.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:16.242897510529rem;left:26.125000953674rem;height:2.6rem;font-style:normal;display:block; }
#KWZ4o1Ort3qWLUIFLTxNlvhJhH30rCov { color:#1c1c1c;display:block;width:15.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:25.634234428406rem;left:19.000000953674rem;height:3.25rem;font-style:normal;display:block; }
#PC0ARn1rZvd1yFvA1FdidxQU2TF45wnZ { color:#1c1c1c;display:block;width:32.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:29.071022987366rem;left:19.000000953674rem;height:2.6rem;font-style:normal;display:block; }
#df5hWUqZ9JPv8lwp3w7Ok5T3Z3E2MCOs { color:#1c1c1c;display:block;width:29.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:37.156251907349rem;left:26.107954978943rem;height:1.625rem;font-style:normal;display:block; }
#Ll3gTbsERfzobJ0VuxDZvAG9CHCPc5iM { color:#1c1c1c;display:block;width:32.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:39.531251907349rem;left:26.062500953674rem;height:3.9rem;font-style:normal;display:block; }
#vEsf3ZFRHmuAWqbACDielRfJNH8ce91y { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.375rem;height:2.75rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:49.33749961853rem;left:31.550000190735rem;display:block; }
#DXZyCHVzpHELUkRKITZ4ndIKJbWEzBtI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AfAllqInhem8Qf38O1RbqDQrFmgsnNAB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#02115f;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; }#AfAllqInhem8Qf38O1RbqDQrFmgsnNAB > .row .container { background-color: transparent; background-image: none; }#AfAllqInhem8Qf38O1RbqDQrFmgsnNAB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AfAllqInhem8Qf38O1RbqDQrFmgsnNAB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AfAllqInhem8Qf38O1RbqDQrFmgsnNAB > .row .container > .video-iframe-container { display: none; }#AfAllqInhem8Qf38O1RbqDQrFmgsnNAB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AfAllqInhem8Qf38O1RbqDQrFmgsnNAB > .row > .video-iframe-container { display: none; }#AfAllqInhem8Qf38O1RbqDQrFmgsnNAB > .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); }#AfAllqInhem8Qf38O1RbqDQrFmgsnNAB > .row .container { border-width: 0; border-radius: 0; }#AfAllqInhem8Qf38O1RbqDQrFmgsnNAB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AfAllqInhem8Qf38O1RbqDQrFmgsnNAB > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:23.75rem;width:75rem;position:relative;display:block; }#w6m0w5PhKBxOdlxM7VApzdJ8XX6BorNf { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:2.9375rem;top:4rem;left:2rem;overflow:hidden;display:block; }
#mSSNuK91ysIdaMTgdGcTmwiwCNWP35h7 { color:rgba(var(--color-tertiary-0),0.6);display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:8.1640625rem;left:1.9994215965271rem;height:3.675rem;text-align:left;text-align-last:left;display:block; }
#SlWPfruHRly9Dk1QSHebrlyBRgGZ7goc { color:rgba(var(--color-tertiary-0),0.6);display:block;width:16.3739375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:19.5rem;left:2rem;height:1.13755rem;text-align:left;text-align-last:left;display:block; }
#U0MhKN8ZXm4g17P9u9aIJSCBBls3JJlg { box-sizing:content-box;height:0.0625rem;width:71rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),0.14);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.0625rem;left:2rem;display:block; }
#N5523nzpipcgudaW3nbtkROHXJu5z5re { color:rgba(var(--color-tertiary-0),0.6);display:block;width:4.06105625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:3.9988427162171rem;left:67.732211589812rem;height:1.1375rem;text-align:left;text-align-last:left;display:block; }
#DLnPGBmmIKLk7buo4w2uxwSSF3SHTskt { color:rgba(var(--color-tertiary-0),0.6);display:block;width:4.06105625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:3.9988427162171rem;left:58.266498088837rem;height:1.13755rem;text-align:left;text-align-last:left;display:block; }
#LVTw38Tm05S6SLINKlcQGJM9qJ9ZizlC { color:rgba(var(--color-tertiary-0),0.6);display:block;width:5.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:21.243923187256rem;left:2rem;height:1.1375rem;text-align:left;text-align-last:left;display:block; }
#gVoSNf93pnSnt4yrsnUT84qgt7N8dqmo { color:rgba(var(--color-tertiary-0),0.6);display:block;width:3.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:21.181423187256rem;left:8.625rem;height:1.1375rem;text-align:left;text-align-last:left;display:block; }
#CPzWXX8Eenu4vgUDny7n6MUhKHqIlUz3 { color:rgba(var(--color-tertiary-0),0.6);display:block;width:4.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:21.181423187256rem;left:13.125rem;height:1.1375rem;text-align:left;text-align-last:left;display:block; }
#nuqv6fg3FusZzt4B68NJnJoDqUMfW3ku { color:rgba(var(--color-tertiary-0),1);display:block;width:4.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:6.375rem;left:58.3125rem;height:1.05rem;text-align:left;text-align-last:left;display:block; }
#TvuidD7Dc1NSG1gITDITfg4JBLAZyHUp { color:rgba(var(--color-tertiary-0),1);display:block;width:4.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:7.9375rem;left:58.25rem;height:1.05rem;text-align:left;text-align-last:left;display:block; }
#A4zQ41TZXLwQOl6d8T41DwCdMrlsRFMX { color:rgba(var(--color-tertiary-0),1);display:block;width:4.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:9.5rem;left:58.3125rem;height:1.05rem;text-align:left;text-align-last:left;display:block; }
#Pt3y1zUegzDfCSqTapvcJsPPs2BPum7W { color:rgba(var(--color-tertiary-0),1);display:block;width:4.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:11.0625rem;left:58.3125rem;height:1.05rem;text-align:left;text-align-last:left;display:block; }
#AOwDHm7SPKG0p2yBFhvi6AvsCDnHLcDb { color:rgba(var(--color-tertiary-0),1);display:block;width:4.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:12.625rem;left:58.3125rem;height:1.05rem;text-align:left;text-align-last:left;display:block; }
#b8LodVMGmSihW0y1fDp7lLSREukDpX9W { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top: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.9375rem;top:19.5rem;left:66.25rem;overflow:hidden;display:block; }
#UJ7MWkvdlIrFmPo9XBa12e4hmaZ9mLpo { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top: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:19.5rem;left:70rem;overflow:hidden;display:block; }
#T63V98oZLOlC91ibTqwvUkIqbecAwsNL { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top: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:19.5rem;left:68.125rem;overflow:hidden;display:block; }
#HMixTwS7MonlmtQG8VE7dMauVnJQcVX6 { color:rgba(var(--color-tertiary-0),1);display:block;width:4.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:6.375rem;left:67.6875rem;height:1.05rem;text-align:left;text-align-last:left;display:block; }
#wWxy8qJkgBRBMn4k1TCGeFytTdgBGLPD { color:rgba(var(--color-tertiary-0),1);display:block;width:4.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:7.9375rem;left:67.625rem;height:1.05rem;text-align:left;text-align-last:left;display:block; }
#eJD7sEXS1y1mBybLOv7VHBtWAa3ChEb7 { position:relative;display:none; }#eJD7sEXS1y1mBybLOv7VHBtWAa3ChEb7 { border-width: 0; border-radius: 0; }#eJD7sEXS1y1mBybLOv7VHBtWAa3ChEb7 > .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; }#eJD7sEXS1y1mBybLOv7VHBtWAa3ChEb7 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#02115f;background-image:none;font-size:0.875rem;font-family:var(--paragraphs-font-family);height:23.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:none; }#l0Ni5Htfz6CGNbNV1OTBPIreJ2bNS13B { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:2.9375rem;top:4rem;left:2rem;overflow:hidden;display:block; }
#cutcWuwcZs52p5en4rFCbbt9ZwNyJh6I { color:rgba(var(--color-tertiary-0),0.6);display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:8.1640625rem;left:1.9994215965271rem;height:3.67448125rem;text-align:left;text-align-last:left;display:block; }
#LNT3yiKaW9U4cVF11oQzvStfN7T8SVq3 { color:rgba(var(--color-tertiary-0),0.6);display:block;width:16.3739375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:19.5rem;left:2rem;height:1.13755rem;text-align:left;text-align-last:left;display:block; }
#BfGRnwFJHvGuHNcXGG3pp0nRI7LuMCIU { box-sizing:content-box;height:0.0625rem;width:71rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),0.14);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.0625rem;left:2rem;display:block; }
#tznovEd9vlR6gT5TTLoF0UfzT9FVKiRi { color:rgba(var(--color-tertiary-0),0.6);display:block;width:4.06105625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:3.9988427162171rem;left:67.732211589812rem;height:1.13755rem;text-align:left;text-align-last:left;display:block; }
#mat2Lb70imuwrcVynguhwOFK2pyhV1N5 { color:rgba(var(--color-tertiary-0),0.6);display:block;width:4.06105625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:3.9988427162171rem;left:58.266498088837rem;height:1.13755rem;text-align:left;text-align-last:left;display:block; }
#oEGd15ePc5pT6w0tnxWgS7APeo6GR2gw { color:rgba(var(--color-tertiary-0),0.6);display:block;width:5.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:21.243923187256rem;left:2rem;height:1.13715rem;text-align:left;text-align-last:left;display:block; }
#qqably59RxfwJ6fTsBBmROPE8crn7pbi { color:rgba(var(--color-tertiary-0),0.6);display:block;width:3.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:21.181423187256rem;left:8.625rem;height:1.13715rem;text-align:left;text-align-last:left;display:block; }
#xfpV5ygPPvnryi4v8yOyFXmunsgkcD1i { color:rgba(var(--color-tertiary-0),0.6);display:block;width:4.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:21.181423187256rem;left:13.125rem;height:1.13715rem;text-align:left;text-align-last:left;display:block; }
#NZf1hp8HHX05JVoL7WZTDZDvLRmU5KuV { color:rgba(var(--color-tertiary-0),1);display:block;width:4.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:6.375rem;left:58.3125rem;height:1.049625rem;text-align:left;text-align-last:left;display:block; }
#RH52y3MVgunulfdwrOWQuo7z2MrzcILc { color:rgba(var(--color-tertiary-0),1);display:block;width:4.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:7.9375rem;left:58.25rem;height:1.049625rem;text-align:left;text-align-last:left;display:block; }
#HwOVbWpDihcFQ4yGc8FIsu7uT97RE9fm { color:rgba(var(--color-tertiary-0),1);display:block;width:4.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:9.5rem;left:58.3125rem;height:1.049625rem;text-align:left;text-align-last:left;display:block; }
#EBiMWsuHMgiWtZ7AL7HvTAc0GV1dbVxM { color:rgba(var(--color-tertiary-0),1);display:block;width:4.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:11.0625rem;left:58.3125rem;height:1.049625rem;text-align:left;text-align-last:left;display:block; }
#U6NValwvxefFgNLEltnO9ITtmTmLPDrV { color:rgba(var(--color-tertiary-0),1);display:block;width:4.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:12.625rem;left:58.3125rem;height:1.049625rem;text-align:left;text-align-last:left;display:block; }
#BgwtaqMkb5k3rEeiTghaglioD5BIbkMv { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top: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.9375rem;top:19.5rem;left:66.25rem;overflow:hidden;display:block; }
#TILHezDD1pdih5oQMVmKVzoBoulVeQng { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top: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:19.5rem;left:70rem;overflow:hidden;display:block; }
#TEdS9lwp9lf3QwzP0TTISalyKAPOD6fF { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top: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:19.5rem;left:68.125rem;overflow:hidden;display:block; }
#ZhBtJPyG9qbNbnCTqptlBE2r527VzdXx { color:rgba(var(--color-tertiary-0),1);display:block;width:4.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:6.375rem;left:67.6875rem;height:1.049625rem;text-align:left;text-align-last:left;display:block; }
#F8CtMIZubIXEFGKnpEXmqtV8wVzU7Trk { color:rgba(var(--color-tertiary-0),1);display:block;width:4.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:7.9375rem;left:67.625rem;height:1.049625rem;text-align:left;text-align-last:left;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) { #ObQOQ31k4QvsguI5kBFzOZTcscKqxepH { top:11.5625rem;left:0rem;width:43.375rem;height:7.3125rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #myP2S5r5UowlpZPpXypImzhu5Ab3SECT { top:20.25rem;left:0rem;width:31.0625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #znKAGBgsF5rU5JD9nHvfXZei6saICCwq { top:36.6875rem;left:0rem;width:33.75rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWxTTovVQydUn7QMORaeTxvpHIoNwa3b { top:39rem;left:0rem;width:34rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7n9A0IGcS2lR1sMbp9qSa1IMVIpl2an { top:3.25rem;left:0rem;width:2.9375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5bgFxdndpdIdURf6STBe0fT70imEMNp .widget-regular-label { display:block;width:20.9375rem; }
#k5bgFxdndpdIdURf6STBe0fT70imEMNp .widget-input-text { width:20.9375rem; }
#k5bgFxdndpdIdURf6STBe0fT70imEMNp .widget-input-text {padding-top: 0; padding-bottom: 0;}#k5bgFxdndpdIdURf6STBe0fT70imEMNp .widget-textarea { width:20.9375rem; }
#k5bgFxdndpdIdURf6STBe0fT70imEMNp .widget-input-select { width:20.9375rem; }
#k5bgFxdndpdIdURf6STBe0fT70imEMNp .widget-input-select {padding-top: 0; padding-bottom: 0;}#k5bgFxdndpdIdURf6STBe0fT70imEMNp .widget-checkbox-label { width:32.75rem; }
#k5bgFxdndpdIdURf6STBe0fT70imEMNp .widget-radio-label { width:9.59375rem; }
#k5bgFxdndpdIdURf6STBe0fT70imEMNp  { width:34.25rem;height:auto;top:24.875rem;left:0rem; }
#k5bgFxdndpdIdURf6STBe0fT70imEMNp .radio-container { width:21.5625rem; }
#k5bgFxdndpdIdURf6STBe0fT70imEMNp {display:inline-block;}#k5bgFxdndpdIdURf6STBe0fT70imEMNp { width:34.25rem;height:auto;top:24.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #k5bgFxdndpdIdURf6STBe0fT70imEMNp #tNVIzpSn8JltgMhJfxC22ruLkXJXAcKc {  }
 }@media only screen and (max-width: 763px) { #k5bgFxdndpdIdURf6STBe0fT70imEMNp #SNeFlVFt2ddyZbKZpHNgcRU8XJTflHe7 { display:block; }
 }@media only screen and (max-width: 763px) { #k5bgFxdndpdIdURf6STBe0fT70imEMNp #OKmey3yhtKFR6o1pTIpTCPRMVfNavyB2 {  }
 }@media only screen and (max-width: 763px) { #HktXDNyDQn89I0rHmzJ2Olve5o36iG6h { display:block; }
 }@media only screen and (max-width: 763px) { #k5bgFxdndpdIdURf6STBe0fT70imEMNp #TRizxJPs0NkNr9xo37ivsgZR7VS7btpV {  }
 }@media only screen and (max-width: 763px) { #k5bgFxdndpdIdURf6STBe0fT70imEMNp #Rf7vTToTqw9785zdGx0Azb12FmizvJIU {  }
 }@media only screen and (max-width: 763px) { #k5bgFxdndpdIdURf6STBe0fT70imEMNp #xHzmAPBQbBgapQwXHG2ulUL2WBTgBGm6 {  }
 }@media only screen and (max-width: 763px) { #k5bgFxdndpdIdURf6STBe0fT70imEMNp #y6dz5OPpo1KzxvBZI2DVsdlcgu8OCRfX {  }
 }@media only screen and (max-width: 763px) { #k5bgFxdndpdIdURf6STBe0fT70imEMNp #xTIr8PCkRm2UvXadIyAqcSBFtw2ZfbKz {  }
 }@media only screen and (max-width: 763px) { #MHaTgkBIbsorHLvHHOcyJJQTI0LKLa1Z { display:none; }#MHaTgkBIbsorHLvHHOcyJJQTI0LKLa1Z > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gpgkNKVHZZm9BUB0A3APli2etu3Ox9iX { display:block; }#gpgkNKVHZZm9BUB0A3APli2etu3Ox9iX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #syTBtyha4lPbDwDvi5vcovyHux5OVdRU { top:12.3125rem;left:1.4375rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ad3PoTa1NDM4p13sOyTXl4e0zSgMeaAE { top:23.875rem;left:5.3750009536743rem;width:32.8125rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #g6lDPMp3pRXDysO8y8OBJwB8Tbvw9XOC { top:20.125rem;left:5.375rem;width:0;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0WWaTuFqpTbzDC346iriTAyarLxNkFf { top:22.875rem;left:38.107954978943rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyxQOUP3aze04TwoTpCGw99Ofb3obJtB { top:30.625rem;left:43.772728678406rem;width:0;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rttA8OPCplcmUtn6dx04IGbyxbF8ZIHI { top:35.75rem;left:9.375rem;width:34.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #HshREZlfwLfMsKlOofD1AvXrqKd7QQz0 { top:34rem;left:1.5rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulfnVv3FP9ic8l6O1eXDNb8AnB8PckdC { top:25.25rem;left:40.451704978943rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3OQxl45dD4nyANGt1DcnJ3b5nK3Lmep { top:14.625rem;left:3.7812509536743rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cT5Pz4EwLDEh2cfdkfEaQ56pXk4wXOrI { top:36.375rem;left:3.7812509536743rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgfUTzCMp0qP8zDFMNIMVvKW1VT4S0lf { top:3.5625rem;left:13.875000953674rem;width:20rem;height:3rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzsRmFVc03CcyBusF2uGb2wEevazMR5F { top:6.5625rem;left:2.4992189407349rem;width:44.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzJq2Sr6uSVHdR6pqybXA7CinKZfLS3I { top:13.8125rem;left:12.437500953674rem;width:15.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxMoig8LUwDPFSkXJU9pA7hm9DN2Haxt { top:16.1875rem;left:12.500000953674rem;width:24.875rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWZ4o1Ort3qWLUIFLTxNlvhJhH30rCov { top:25.625rem;left:5.3750009536743rem;width:15.875rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PC0ARn1rZvd1yFvA1FdidxQU2TF45wnZ { top:29.0625rem;left:5.3750009536743rem;width:32.25rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #df5hWUqZ9JPv8lwp3w7Ok5T3Z3E2MCOs { top:37.125rem;left:12.482954978943rem;width:29.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ll3gTbsERfzobJ0VuxDZvAG9CHCPc5iM { top:39.5rem;left:12.437500953674rem;width:32.25rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEsf3ZFRHmuAWqbACDielRfJNH8ce91y { width:17.375rem;height:2.75rem;top:49.3125rem;left:17.925000190735rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXZyCHVzpHELUkRKITZ4ndIKJbWEzBtI { display:block; }
 }@media only screen and (max-width: 763px) { #AfAllqInhem8Qf38O1RbqDQrFmgsnNAB { display:block; }#AfAllqInhem8Qf38O1RbqDQrFmgsnNAB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w6m0w5PhKBxOdlxM7VApzdJ8XX6BorNf { top:4rem;left:0rem;width:2.9375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSSNuK91ysIdaMTgdGcTmwiwCNWP35h7 { top:8.125rem;left:0rem;width:16.375rem;height:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlWPfruHRly9Dk1QSHebrlyBRgGZ7goc { top:19.5rem;left:0rem;width:16.3125rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0MhKN8ZXm4g17P9u9aIJSCBBls3JJlg { top:18.0625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5523nzpipcgudaW3nbtkROHXJu5z5re { top:3.9375rem;left:43.75rem;width:4rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLnPGBmmIKLk7buo4w2uxwSSF3SHTskt { top:3.9375rem;left:43.75rem;width:4rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVTw38Tm05S6SLINKlcQGJM9qJ9ZizlC { top:21.1875rem;left:0rem;width:5.25rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVoSNf93pnSnt4yrsnUT84qgt7N8dqmo { top:21.125rem;left:0rem;width:3.3125rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPzWXX8Eenu4vgUDny7n6MUhKHqIlUz3 { top:21.125rem;left:0rem;width:4.75rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuqv6fg3FusZzt4B68NJnJoDqUMfW3ku { top:6.375rem;left:43rem;width:4.6875rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvuidD7Dc1NSG1gITDITfg4JBLAZyHUp { top:7.9375rem;left:43rem;width:4.6875rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4zQ41TZXLwQOl6d8T41DwCdMrlsRFMX { top:9.5rem;left:43rem;width:4.6875rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pt3y1zUegzDfCSqTapvcJsPPs2BPum7W { top:11.0625rem;left:43rem;width:4.6875rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOwDHm7SPKG0p2yBFhvi6AvsCDnHLcDb { top:12.625rem;left:43rem;width:4.6875rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8LodVMGmSihW0y1fDp7lLSREukDpX9W { top:19.5rem;left:45.875rem;width:1.875rem;height:1.814083702743rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJ7MWkvdlIrFmPo9XBa12e4hmaZ9mLpo { top:19.5rem;left:45.9375rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T63V98oZLOlC91ibTqwvUkIqbecAwsNL { top:19.5rem;left:45.9375rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMixTwS7MonlmtQG8VE7dMauVnJQcVX6 { top:6.375rem;left:43.0625rem;width:4.6875rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWxy8qJkgBRBMn4k1TCGeFytTdgBGLPD { top:7.9375rem;left:43.0625rem;width:4.6875rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJD7sEXS1y1mBybLOv7VHBtWAa3ChEb7 { display:none; }#eJD7sEXS1y1mBybLOv7VHBtWAa3ChEb7 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #l0Ni5Htfz6CGNbNV1OTBPIreJ2bNS13B { top:4rem;left:0rem;width:2.9375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cutcWuwcZs52p5en4rFCbbt9ZwNyJh6I { top:8.125rem;left:0rem;width:16.375rem;height:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNT3yiKaW9U4cVF11oQzvStfN7T8SVq3 { top:19.5rem;left:0rem;width:16.3125rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfGRnwFJHvGuHNcXGG3pp0nRI7LuMCIU { top:18.0625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tznovEd9vlR6gT5TTLoF0UfzT9FVKiRi { top:3.9375rem;left:43.75rem;width:4rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mat2Lb70imuwrcVynguhwOFK2pyhV1N5 { top:3.9375rem;left:43.75rem;width:4rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEGd15ePc5pT6w0tnxWgS7APeo6GR2gw { top:21.1875rem;left:0rem;width:5.25rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqably59RxfwJ6fTsBBmROPE8crn7pbi { top:21.125rem;left:0rem;width:3.3125rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfpV5ygPPvnryi4v8yOyFXmunsgkcD1i { top:21.125rem;left:0rem;width:4.75rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZf1hp8HHX05JVoL7WZTDZDvLRmU5KuV { top:6.375rem;left:43rem;width:4.6875rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RH52y3MVgunulfdwrOWQuo7z2MrzcILc { top:7.9375rem;left:43rem;width:4.6875rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwOVbWpDihcFQ4yGc8FIsu7uT97RE9fm { top:9.5rem;left:43rem;width:4.6875rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBiMWsuHMgiWtZ7AL7HvTAc0GV1dbVxM { top:11.0625rem;left:43rem;width:4.6875rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6NValwvxefFgNLEltnO9ITtmTmLPDrV { top:12.625rem;left:43rem;width:4.6875rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgwtaqMkb5k3rEeiTghaglioD5BIbkMv { top:19.5rem;left:45.875rem;width:1.875rem;height:1.814083702743rem;display:block; }
 }@media only screen and (max-width: 763px) { #TILHezDD1pdih5oQMVmKVzoBoulVeQng { top:19.5rem;left:45.9375rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEdS9lwp9lf3QwzP0TTISalyKAPOD6fF { top:19.5rem;left:45.9375rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhBtJPyG9qbNbnCTqptlBE2r527VzdXx { top:6.375rem;left:43.0625rem;width:4.6875rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8CtMIZubIXEFGKnpEXmqtV8wVzU7Trk { top:7.9375rem;left:43.0625rem;width:4.6875rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-primary-2),1);background-image:none;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:46.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ObQOQ31k4QvsguI5kBFzOZTcscKqxepH { width:20rem;height:7.2rem;top:6.4859380722044rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #myP2S5r5UowlpZPpXypImzhu5Ab3SECT { width:20rem;height:2.6rem;top:14.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #znKAGBgsF5rU5JD9nHvfXZei6saICCwq { width:20rem;height:2.925rem;top:32.85000038147rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XWxTTovVQydUn7QMORaeTxvpHIoNwa3b { width:19.75rem;height:7.35rem;top:36.5rem;left:0.15546876192093rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Z7n9A0IGcS2lR1sMbp9qSa1IMVIpl2an { width:2.9375rem;height:1.875rem;top:1.8609375953674rem;left:9.2500005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5bgFxdndpdIdURf6STBe0fT70imEMNp .widget-regular-label { display:block;width:16.875rem; }
#k5bgFxdndpdIdURf6STBe0fT70imEMNp .widget-input-text { width:16.875rem; }
#k5bgFxdndpdIdURf6STBe0fT70imEMNp .widget-input-text {padding-top: 0; padding-bottom: 0;}#k5bgFxdndpdIdURf6STBe0fT70imEMNp .widget-textarea { width:16.875rem; }
#k5bgFxdndpdIdURf6STBe0fT70imEMNp .widget-input-select { width:16.875rem; }
#k5bgFxdndpdIdURf6STBe0fT70imEMNp .widget-input-select {padding-top: 0; padding-bottom: 0;}#k5bgFxdndpdIdURf6STBe0fT70imEMNp .widget-input-button { width:16.875rem; }
#k5bgFxdndpdIdURf6STBe0fT70imEMNp .widget-checkbox-label { width:15.9375rem; }
#k5bgFxdndpdIdURf6STBe0fT70imEMNp .widget-radio-label { width:7.5625rem; }
#k5bgFxdndpdIdURf6STBe0fT70imEMNp  { width:17.5rem;height:auto;top:18.249217987061rem;left:0rem; }
#k5bgFxdndpdIdURf6STBe0fT70imEMNp .radio-container { width:17.5rem; }
#k5bgFxdndpdIdURf6STBe0fT70imEMNp {display:inline-block;}#k5bgFxdndpdIdURf6STBe0fT70imEMNp { width:17.5rem;height:auto;top:18.249217987061rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #k5bgFxdndpdIdURf6STBe0fT70imEMNp #tNVIzpSn8JltgMhJfxC22ruLkXJXAcKc {  }
 }@media only screen and (max-width: 763px) { #k5bgFxdndpdIdURf6STBe0fT70imEMNp #SNeFlVFt2ddyZbKZpHNgcRU8XJTflHe7 { display:none; }
 }@media only screen and (max-width: 763px) { #k5bgFxdndpdIdURf6STBe0fT70imEMNp #OKmey3yhtKFR6o1pTIpTCPRMVfNavyB2 {  }
 }@media only screen and (max-width: 763px) { #HktXDNyDQn89I0rHmzJ2Olve5o36iG6h { display:block; }
 }@media only screen and (max-width: 763px) { #k5bgFxdndpdIdURf6STBe0fT70imEMNp #TRizxJPs0NkNr9xo37ivsgZR7VS7btpV {  }
 }@media only screen and (max-width: 763px) { #k5bgFxdndpdIdURf6STBe0fT70imEMNp #Rf7vTToTqw9785zdGx0Azb12FmizvJIU {  }
 }@media only screen and (max-width: 763px) { #k5bgFxdndpdIdURf6STBe0fT70imEMNp #xHzmAPBQbBgapQwXHG2ulUL2WBTgBGm6 {  }
 }@media only screen and (max-width: 763px) { #k5bgFxdndpdIdURf6STBe0fT70imEMNp #y6dz5OPpo1KzxvBZI2DVsdlcgu8OCRfX {  }
 }@media only screen and (max-width: 763px) { #k5bgFxdndpdIdURf6STBe0fT70imEMNp #xTIr8PCkRm2UvXadIyAqcSBFtw2ZfbKz {  }
 }@media only screen and (max-width: 763px) { #MHaTgkBIbsorHLvHHOcyJJQTI0LKLa1Z { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/76a1c71c-50df-4eab-bafa-6599002bdec5/gettyimagesm4JXKPMykvYunsplash1.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; }#MHaTgkBIbsorHLvHHOcyJJQTI0LKLa1Z.adaptive-delivery-prevent-bg, #MHaTgkBIbsorHLvHHOcyJJQTI0LKLa1Z.lazyload, #MHaTgkBIbsorHLvHHOcyJJQTI0LKLa1Z.lazyloading { background-image: none; }#MHaTgkBIbsorHLvHHOcyJJQTI0LKLa1Z > .row .container { background-color: transparent; background-image: none; }#MHaTgkBIbsorHLvHHOcyJJQTI0LKLa1Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MHaTgkBIbsorHLvHHOcyJJQTI0LKLa1Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MHaTgkBIbsorHLvHHOcyJJQTI0LKLa1Z > .row .container > .video-iframe-container { display: none; }#MHaTgkBIbsorHLvHHOcyJJQTI0LKLa1Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MHaTgkBIbsorHLvHHOcyJJQTI0LKLa1Z > .row > .video-iframe-container { display: none; }#MHaTgkBIbsorHLvHHOcyJJQTI0LKLa1Z > .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); }#MHaTgkBIbsorHLvHHOcyJJQTI0LKLa1Z > .row .container { border-width: 0; border-radius: 0; }#MHaTgkBIbsorHLvHHOcyJJQTI0LKLa1Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MHaTgkBIbsorHLvHHOcyJJQTI0LKLa1Z > .row .container { width:20rem;height:13.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gpgkNKVHZZm9BUB0A3APli2etu3Ox9iX { display:block; }#gpgkNKVHZZm9BUB0A3APli2etu3Ox9iX > .row .container { width:20rem;height:70.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #syTBtyha4lPbDwDvi5vcovyHux5OVdRU { width:7.8125rem;height:7.8125rem;top:9.9999995231631rem;left:6.4374998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #ad3PoTa1NDM4p13sOyTXl4e0zSgMeaAE { width:19.875rem;height:0;top:31.275rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #g6lDPMp3pRXDysO8y8OBJwB8Tbvw9XOC { width:0;height:3.75rem;top:25.96249961853rem;left:10.687500357628rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q0WWaTuFqpTbzDC346iriTAyarLxNkFf { width:7.8125rem;height:7.8125rem;top:24.68750333786rem;left:6.5000000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyxQOUP3aze04TwoTpCGw99Ofb3obJtB { width:0;height:3.75rem;top:61.45rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rttA8OPCplcmUtn6dx04IGbyxbF8ZIHI { width:19.875rem;height:0;top:66.575rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HshREZlfwLfMsKlOofD1AvXrqKd7QQz0 { width:7.8125rem;height:7.8125rem;top:42.625rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulfnVv3FP9ic8l6O1eXDNb8AnB8PckdC { display:flex;width:3.125rem;height:3.125rem;top:27.031250953674rem;left:8.4375005364419rem; }
 }@media only screen and (max-width: 763px) { #w3OQxl45dD4nyANGt1DcnJ3b5nK3Lmep { display:flex;width:3.125rem;height:3.125rem;top:12.342965126037rem;left:8.8437505364419rem; }
 }@media only screen and (max-width: 763px) { #cT5Pz4EwLDEh2cfdkfEaQ56pXk4wXOrI { display:flex;width:3.125rem;height:3.125rem;top:45rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #FgfUTzCMp0qP8zDFMNIMVvKW1VT4S0lf { width:20rem;height:2.6rem;top:1.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzsRmFVc03CcyBusF2uGb2wEevazMR5F { width:20rem;height:2.6rem;top:5.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzJq2Sr6uSVHdR6pqybXA7CinKZfLS3I { width:15.875rem;height:1.625rem;top:18.4375rem;left:2.0625000596046rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nxMoig8LUwDPFSkXJU9pA7hm9DN2Haxt { width:20rem;height:2.275rem;top:20.250000476837rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KWZ4o1Ort3qWLUIFLTxNlvhJhH30rCov { width:15.875rem;height:3.25rem;top:33.074999809265rem;left:2.0625000596046rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PC0ARn1rZvd1yFvA1FdidxQU2TF45wnZ { width:20rem;height:3.4125rem;top:36.775000572204rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #df5hWUqZ9JPv8lwp3w7Ok5T3Z3E2MCOs { width:20rem;height:3.25rem;top:51.062501907349rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ll3gTbsERfzobJ0VuxDZvAG9CHCPc5iM { width:20rem;height:4.55rem;top:54.625001907349rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vEsf3ZFRHmuAWqbACDielRfJNH8ce91y { width:14.375rem;height:2.75rem;top:63.262500762937rem;left:2.8125000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXZyCHVzpHELUkRKITZ4ndIKJbWEzBtI { display:block; }
 }@media only screen and (max-width: 763px) { #AfAllqInhem8Qf38O1RbqDQrFmgsnNAB { display:none; }#AfAllqInhem8Qf38O1RbqDQrFmgsnNAB > .row .container { width:20rem;height:50.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #w6m0w5PhKBxOdlxM7VApzdJ8XX6BorNf { width:2.93555rem;height:1.87305rem;top:1.25rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSSNuK91ysIdaMTgdGcTmwiwCNWP35h7 { width:16.3730625rem;height:3.675rem;top:13.7461rem;left:1.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SlWPfruHRly9Dk1QSHebrlyBRgGZ7goc { width:16.3105625rem;height:1.1375rem;top:31.60548125rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0MhKN8ZXm4g17P9u9aIJSCBBls3JJlg { width:18.125rem;height:0.125rem;top:30.16798125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5523nzpipcgudaW3nbtkROHXJu5z5re { width:3.999025rem;height:1.1375rem;top:6.75976875rem;left:8rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DLnPGBmmIKLk7buo4w2uxwSSF3SHTskt { width:3.999025rem;height:1.1375rem;top:4.37305rem;left:8rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LVTw38Tm05S6SLINKlcQGJM9qJ9ZizlC { width:5.249025rem;height:1.1375rem;top:33.9922rem;left:7.375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gVoSNf93pnSnt4yrsnUT84qgt7N8dqmo { width:3.311525rem;height:1.1375rem;top:36.37891875rem;left:8.3125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CPzWXX8Eenu4vgUDny7n6MUhKHqIlUz3 { width:4.749025rem;height:1.1375rem;top:38.7656375rem;left:7.625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nuqv6fg3FusZzt4B68NJnJoDqUMfW3ku { width:4.686525rem;height:1.05rem;top:9.1464875rem;left:7.625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TvuidD7Dc1NSG1gITDITfg4JBLAZyHUp { width:4.68555rem;height:1.05rem;top:18.66895rem;left:7.625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A4zQ41TZXLwQOl6d8T41DwCdMrlsRFMX { width:4.68555rem;height:1.05rem;top:23.2685625rem;left:7.625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pt3y1zUegzDfCSqTapvcJsPPs2BPum7W { width:4.68555rem;height:1.05rem;top:25.56836875rem;left:7.625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AOwDHm7SPKG0p2yBFhvi6AvsCDnHLcDb { width:4.68555rem;height:1.05rem;top:27.868175rem;left:7.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8LodVMGmSihW0y1fDp7lLSREukDpX9W { width:1.874025rem;height:1.8125rem;top:41.15235625rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJ7MWkvdlIrFmPo9XBa12e4hmaZ9mLpo { width:1.811525rem;height:1.811525rem;top:47.27638125rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T63V98oZLOlC91ibTqwvUkIqbecAwsNL { width:1.811525rem;height:1.811525rem;top:44.21485625rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMixTwS7MonlmtQG8VE7dMauVnJQcVX6 { width:4.686525rem;height:1.05rem;top:11.44629375rem;left:7.625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wWxy8qJkgBRBMn4k1TCGeFytTdgBGLPD { width:4.68555rem;height:1.05rem;top:20.96875625rem;left:7.625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eJD7sEXS1y1mBybLOv7VHBtWAa3ChEb7 { background-color:#02115f;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; }#eJD7sEXS1y1mBybLOv7VHBtWAa3ChEb7 > .row .container { background-color: transparent; background-image: none; }#eJD7sEXS1y1mBybLOv7VHBtWAa3ChEb7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eJD7sEXS1y1mBybLOv7VHBtWAa3ChEb7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eJD7sEXS1y1mBybLOv7VHBtWAa3ChEb7 > .row .container > .video-iframe-container { display: none; }#eJD7sEXS1y1mBybLOv7VHBtWAa3ChEb7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eJD7sEXS1y1mBybLOv7VHBtWAa3ChEb7 > .row > .video-iframe-container { display: none; }#eJD7sEXS1y1mBybLOv7VHBtWAa3ChEb7 > .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); }#eJD7sEXS1y1mBybLOv7VHBtWAa3ChEb7 > .row .container { border-width: 0; border-radius: 0; }#eJD7sEXS1y1mBybLOv7VHBtWAa3ChEb7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eJD7sEXS1y1mBybLOv7VHBtWAa3ChEb7 > .row .container { width:20rem;height:30.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l0Ni5Htfz6CGNbNV1OTBPIreJ2bNS13B { width:2.9362rem;height:1.87355625rem;top:2.3097512722016rem;left:1.8091725111007rem;display:block; }
 }@media only screen and (max-width: 763px) { #cutcWuwcZs52p5en4rFCbbt9ZwNyJh6I { width:16.3744375rem;height:3.675rem;top:5.7096357345581rem;left:1.8106192350387rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNT3yiKaW9U4cVF11oQzvStfN7T8SVq3 { width:16.3121875rem;height:1.1375rem;top:12.821904182434rem;left:1.8417247533798rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfGRnwFJHvGuHNcXGG3pp0nRI7LuMCIU { width:20rem;height:0.0625rem;top:10.881252288818rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tznovEd9vlR6gT5TTLoF0UfzT9FVKiRi { width:3.99956875rem;height:1.1375rem;top:17.748844146729rem;left:8.3398443460463rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mat2Lb70imuwrcVynguhwOFK2pyhV1N5 { width:3.99956875rem;height:1.1375rem;top:17.748844146729rem;left:1.8091725111007rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEGd15ePc5pT6w0tnxWgS7APeo6GR2gw { width:5.24956875rem;height:1.1375rem;top:15.4375rem;left:1.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqably59RxfwJ6fTsBBmROPE8crn7pbi { width:3.31235625rem;height:1.1375rem;top:15.436922073364rem;left:8.6827265024188rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfpV5ygPPvnryi4v8yOyFXmunsgkcD1i { width:4.7497125rem;height:1.1375rem;top:15.436922073364rem;left:13.479456543923rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZf1hp8HHX05JVoL7WZTDZDvLRmU5KuV { width:4.686775rem;height:1.05rem;top:20.25rem;left:1.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RH52y3MVgunulfdwrOWQuo7z2MrzcILc { width:4.68605625rem;height:1.05rem;top:22.0625rem;left:1.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwOVbWpDihcFQ4yGc8FIsu7uT97RE9fm { width:4.68605625rem;height:1.05rem;top:23.749277114868rem;left:1.8091725111007rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBiMWsuHMgiWtZ7AL7HvTAc0GV1dbVxM { width:4.68605625rem;height:1.05rem;top:25.5rem;left:1.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6NValwvxefFgNLEltnO9ITtmTmLPDrV { width:4.68605625rem;height:1.05rem;top:27.311199188233rem;left:1.8091725111007rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgwtaqMkb5k3rEeiTghaglioD5BIbkMv { width:1.874275rem;height:1.8135125rem;top:26.5625rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TILHezDD1pdih5oQMVmKVzoBoulVeQng { width:1.81206875rem;height:1.81206875rem;top:26.5625rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEdS9lwp9lf3QwzP0TTISalyKAPOD6fF { width:1.81206875rem;height:1.81206875rem;top:26.5625rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhBtJPyG9qbNbnCTqptlBE2r527VzdXx { width:4.686775rem;height:1.05rem;top:20.25rem;left:8.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8CtMIZubIXEFGKnpEXmqtV8wVzU7Trk { width:4.68605625rem;height:1.05rem;top:22.124567031861rem;left:8.3383976221088rem;font-size:0.75rem;display:block; }
 }