.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GGNpiTmP7is54PysBeQEfsd8BpkLIGFt { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:199999;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:fixed;top:0rem;left:0rem;right:0rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#GGNpiTmP7is54PysBeQEfsd8BpkLIGFt > .row .container { background-color: transparent; background-image: none; }#GGNpiTmP7is54PysBeQEfsd8BpkLIGFt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GGNpiTmP7is54PysBeQEfsd8BpkLIGFt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GGNpiTmP7is54PysBeQEfsd8BpkLIGFt > .row .container > .video-iframe-container { display: none; }#GGNpiTmP7is54PysBeQEfsd8BpkLIGFt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GGNpiTmP7is54PysBeQEfsd8BpkLIGFt > .row > .video-iframe-container { display: none; }#GGNpiTmP7is54PysBeQEfsd8BpkLIGFt > .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); }#GGNpiTmP7is54PysBeQEfsd8BpkLIGFt > .row .container { border-width: 0; border-radius: 0; }#GGNpiTmP7is54PysBeQEfsd8BpkLIGFt > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#GGNpiTmP7is54PysBeQEfsd8BpkLIGFt > .row .container { font-size:0.875rem;font-family:arial;height:8.125rem;width:75rem;overflow:visible;position:relative;display:block; }#Wkdqpy8f2HAt2GfhqQhsvBFOQlCR2yb6 { box-sizing:content-box;height:4.1875rem;width:16.875rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(355deg, #0f056d, #847eda);background-image: -moz-linear-gradient(355deg, #0f056d, #847eda);background-image: -ms-linear-gradient(355deg, #0f056d, #847eda);background-image: -o-linear-gradient(355deg, #0f056d, #847eda);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f056d', endColorstr='#847eda' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f056d', endColorstr='#847eda' );";background-image: linear-gradient(355deg, #0f056d, #847eda);background-size:auto !important;top:1.875rem;left:58.0625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#XfgTWqQRmmAZ4wyIiDghX2HkZdDnTgNK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:2.75rem;left:59.25rem; }
#WWE9th6EQTbH54oKblcgL3tRliTyzh3K { color:#ffffff;display:block;width:11.3125rem;position:absolute;font-family:"dm sans";font-size:0.8125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:2.5rem;left:62.1875rem;height:1.05615rem;display:block; }
#hT0gcuKX19K2MfT1AayNmzK1izBLB3ui { color:#ffffff;display:block;width:11.875rem;position:absolute;font-family:"dm sans";font-size:1.4375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.5625rem;left:62.25rem;height:1.86865rem;font-style:normal;display:block; }
#AgPTJESIO8OqXo9XUZfXeTeVXAt9PfXF { background-color:transparent;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;box-shadow: none;box-sizing:border-box;color:#171717;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dm sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.4375rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:2.375rem;left:24.1875rem;display:block; }
#TJIQUqkCMouiJyEGsq4ttheU5JVrZKyC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pMdT7941kSIERFo4i47C9OlhBveI5CtI { background-color:transparent;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;box-shadow: none;box-sizing:border-box;color:#171717;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dm sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6875rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:2.375rem;left:34.875rem;display:block; }
#gzAV5VzH7pzhwkadV7Iw0cPtKxwTwWuN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FK3XEKq4z5If0f7d8bhmZJKBf5viiD5h { background-color:transparent;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;box-shadow: none;box-sizing:border-box;color:#171717;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dm sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.0625rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:2.34375rem;left:47.5625rem;display:block; }
#cVO5gdaQ2nCnSozBkW7ZNH6nA0JhdaIx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f7VJh6rur3fF9VqQek2i1Tfps80MV4E2 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:6.875rem;top:0.625rem;left:0rem;overflow:hidden;display:block; }
#fKlnhqfM2aubKohvlDrAgDqxE6IO2WSc { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:4.0625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.9375rem;left:58.125rem;display:block; }
#C1SSrfmMDd2NE7CPQNPPpMkAcX3rock9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oBXuFdrnEv0qfnOumsAIRxu8IzSaMx9n { position:relative;display:block; }#oBXuFdrnEv0qfnOumsAIRxu8IzSaMx9n { background-color: transparent; background-image: none; }#oBXuFdrnEv0qfnOumsAIRxu8IzSaMx9n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oBXuFdrnEv0qfnOumsAIRxu8IzSaMx9n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oBXuFdrnEv0qfnOumsAIRxu8IzSaMx9n > .row .container > .video-iframe-container { display: none; }#oBXuFdrnEv0qfnOumsAIRxu8IzSaMx9n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oBXuFdrnEv0qfnOumsAIRxu8IzSaMx9n > .row > .video-iframe-container { display: none; }#oBXuFdrnEv0qfnOumsAIRxu8IzSaMx9n > .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); }#oBXuFdrnEv0qfnOumsAIRxu8IzSaMx9n { border-width: 0; border-radius: 0; }#oBXuFdrnEv0qfnOumsAIRxu8IzSaMx9n > .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; }#oBXuFdrnEv0qfnOumsAIRxu8IzSaMx9n > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:8.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#w6rUZqp6AtPGaC7lElIfWOvVAuc7NfHf { position:relative;display:none; }#w6rUZqp6AtPGaC7lElIfWOvVAuc7NfHf { border-width: 0; border-radius: 0; }#w6rUZqp6AtPGaC7lElIfWOvVAuc7NfHf > .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; }#w6rUZqp6AtPGaC7lElIfWOvVAuc7NfHf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:8.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#VLCn5y3ZQ0yMpfPRMyToCRbkd0nTT3pO { 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:15000;opacity:1;display:none; }
#keoUPRHuIfW2kLLsN0848PWdT1kGUutm { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.125rem;width:37.125rem;display:none; }
#sRsstntN2Eo9VGc7geHivtbhaw4uJ8t2 { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dm sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#RhSo8iU6zC4xzG4JCQPWe99ngnLJ8bKJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HxQwayES6DksuPXHudCqkmSNR2XvK9zv { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dm sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#NcM3TmGUFJQDz6LbEm4WetT4dPaUtzRh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vCWHnpV1PCf3oTBIT2tURxJSJZ65o4Nw { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dm sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#OZduxI2eO6D0QqIBGmmq6yqZOhiMdzNT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ML51S61gulAeJo2DA84epJ8nhbqLL6qw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dedfdc;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; }#ML51S61gulAeJo2DA84epJ8nhbqLL6qw > .row .container { background-color: transparent; background-image: none; }#ML51S61gulAeJo2DA84epJ8nhbqLL6qw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ML51S61gulAeJo2DA84epJ8nhbqLL6qw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ML51S61gulAeJo2DA84epJ8nhbqLL6qw > .row .container > .video-iframe-container { display: none; }#ML51S61gulAeJo2DA84epJ8nhbqLL6qw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ML51S61gulAeJo2DA84epJ8nhbqLL6qw > .row > .video-iframe-container { display: none; }#ML51S61gulAeJo2DA84epJ8nhbqLL6qw > .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); }#ML51S61gulAeJo2DA84epJ8nhbqLL6qw > .row .container { border-width: 0; border-radius: 0; }#ML51S61gulAeJo2DA84epJ8nhbqLL6qw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ML51S61gulAeJo2DA84epJ8nhbqLL6qw > .row .container { font-size:0.875rem;font-family:arial;height:3.9375rem;width:75rem;position:relative;display:block; }#yTOimhCI7prvnfGA0feI2guvpUmuXDxN { color:#3d3d3d;display:block;width:15.4375rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:1.2373046875rem;left:0rem;height:;font-style:normal;display:block; }#yTOimhCI7prvnfGA0feI2guvpUmuXDxN li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#yTOimhCI7prvnfGA0feI2guvpUmuXDxN li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5659ca3dcfd4555c16a0314d2e2b803457ef56cb.svg); }
#pfF18r7AfBGfAOrFIuScWoff93nWO0zq { color:#3d3d3d;display:block;width:15.4375rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:1.2373046875rem;left:21.0625rem;height:1.4624rem;font-style:normal;display:block; }#pfF18r7AfBGfAOrFIuScWoff93nWO0zq li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#pfF18r7AfBGfAOrFIuScWoff93nWO0zq li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2928cfefecf166004f2f5a47617c5eb709e5de07.svg); }
#NZTwg8Wr947SgmidzGHG6VuzvSEn3fK0 { color:#3d3d3d;display:block;width:15.4375rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:1.23828125rem;left:40.75rem;height:;font-style:normal;display:block; }#NZTwg8Wr947SgmidzGHG6VuzvSEn3fK0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NZTwg8Wr947SgmidzGHG6VuzvSEn3fK0 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9f3841f55e7c45e0c759f0be9b7c8fd9c992c857.svg); }
#AlkJ8WcXk0pyBP2ZWKkW9JD9LUTMwtic { color:#3d3d3d;display:block;width:15.4375rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:1.23828125rem;left:59.5625rem;height:1.4624rem;font-style:normal;display:block; }#AlkJ8WcXk0pyBP2ZWKkW9JD9LUTMwtic li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#AlkJ8WcXk0pyBP2ZWKkW9JD9LUTMwtic li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0b5148d4dfdb9054f6df3a0e7f0a18b8eb92297b.svg); }
#Lu3NrTavsNHTPwITm9En7JJqObpXz2xq { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ae10b7cf-1d98-4908-b920-462227de0d1f/880384502cd4468891c69e3ec2cbb15d.jpeg");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; }#Lu3NrTavsNHTPwITm9En7JJqObpXz2xq.adaptive-delivery-prevent-bg, #Lu3NrTavsNHTPwITm9En7JJqObpXz2xq.lazyload, #Lu3NrTavsNHTPwITm9En7JJqObpXz2xq.lazyloading { background-image: none; }#Lu3NrTavsNHTPwITm9En7JJqObpXz2xq > .row .container { background-color: transparent; background-image: none; }#Lu3NrTavsNHTPwITm9En7JJqObpXz2xq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.79); }#Lu3NrTavsNHTPwITm9En7JJqObpXz2xq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lu3NrTavsNHTPwITm9En7JJqObpXz2xq > .row .container > .video-iframe-container { display: none; }#Lu3NrTavsNHTPwITm9En7JJqObpXz2xq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.79); }#Lu3NrTavsNHTPwITm9En7JJqObpXz2xq > .row > .video-iframe-container { display: none; }#Lu3NrTavsNHTPwITm9En7JJqObpXz2xq > .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); }#Lu3NrTavsNHTPwITm9En7JJqObpXz2xq > .row .container { border-width: 0; border-radius: 0; }#Lu3NrTavsNHTPwITm9En7JJqObpXz2xq::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Lu3NrTavsNHTPwITm9En7JJqObpXz2xq > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Lu3NrTavsNHTPwITm9En7JJqObpXz2xq > .row .container { font-size:0.875rem;font-family:arial;height:46rem;width:75rem;overflow:visible;position:relative;display:block; }#RxExSX9iNSUlQbeVNnwqR6LwvKkDRcGm { color:#ffffff;display:block;width:45.6875rem;position:absolute;font-family:"dm sans";font-size:2.75rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:1.0625rem;left:0rem;height:12.099625rem;font-style:normal;display:block; }
#gIqKraaQgLR8NeyIvkFtnvc8gxtcMs9S { color:#ffffff;display:block;width:41.5rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:15.875rem;left:0rem;height:5.0625rem;font-style:normal;display:block; }
#Q5AdyH1kVlvIZdKJmRdTnZqTVgf3UJQx { box-sizing:content-box;height:37.0625rem;width:27.5rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:4.0625rem;left:47.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#SpPBsgQLyw3JWxzAEi0m8vVENQcFJA2W { color:#ffffff;display:block;width:32.625rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:22.8125rem;left:0rem;height:5.88720625rem;display:block; }#SpPBsgQLyw3JWxzAEi0m8vVENQcFJA2W li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#SpPBsgQLyw3JWxzAEi0m8vVENQcFJA2W li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_fe8da6b1896a7736fe666d52ae948ccb5b35a654.svg); }
#nhG8QBc8Fy9CC8f7Dwqgp30Ux0vJsmKX { color:#0f056d;display:block;width:24.8125rem;position:absolute;font-family:"dm sans";font-size:1.6875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:4.375rem;left:48.875rem;height:4.386725rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EXqcw8w1c4nqBcy8DArqoENdlgd6bmUC { color:#3d3d3d;display:block;width:23.0625rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:8.875rem;left:49.75rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TIP7KgGv4HXyMzZg4pBpoxrc1KJhuZhI .widget-form-header { font-size:0.875rem; }
#TIP7KgGv4HXyMzZg4pBpoxrc1KJhuZhI .widget-regular-label { height:auto;display:block;font-family:arial;font-size:0.875rem;font-weight:bold;color:#000000;width:22.9375rem;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;text-align:left;text-align-last:left;vertical-align:top; }
#TIP7KgGv4HXyMzZg4pBpoxrc1KJhuZhI .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #a2a2a2;border-left:0.0625rem solid #a2a2a2;border-right:0.0625rem solid #a2a2a2;border-bottom:0.0625rem solid #a2a2a2;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:22.9375rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial;vertical-align:top; }
#TIP7KgGv4HXyMzZg4pBpoxrc1KJhuZhI .widget-input-text {padding-top: 0; padding-bottom: 0;}#TIP7KgGv4HXyMzZg4pBpoxrc1KJhuZhI .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #a2a2a2;border-left:0.0625rem solid #a2a2a2;border-right:0.0625rem solid #a2a2a2;border-bottom:0.0625rem solid #a2a2a2;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:22.9375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial;vertical-align:top; }
#TIP7KgGv4HXyMzZg4pBpoxrc1KJhuZhI .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.9375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"dm sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#TIP7KgGv4HXyMzZg4pBpoxrc1KJhuZhI .widget-input-select {padding-top: 0; padding-bottom: 0;}#TIP7KgGv4HXyMzZg4pBpoxrc1KJhuZhI .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; }
#TIP7KgGv4HXyMzZg4pBpoxrc1KJhuZhI .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#TIP7KgGv4HXyMzZg4pBpoxrc1KJhuZhI .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:#0f056d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:22.9375rem;height:3.4375rem;font-family:"dm sans";overflow:hidden; }
#TIP7KgGv4HXyMzZg4pBpoxrc1KJhuZhI [class*="-text"]:-moz-placeholder { color:#1e1e1e;font-family:arial;font-size:0.875rem; }
#TIP7KgGv4HXyMzZg4pBpoxrc1KJhuZhI [class*="-text"]::-moz-placeholder { color:#1e1e1e;font-family:arial;font-size:0.875rem; }
#TIP7KgGv4HXyMzZg4pBpoxrc1KJhuZhI [class*="-text"]:-ms-input-placeholder { color:#1e1e1e;font-family:arial;font-size:0.875rem; }
#TIP7KgGv4HXyMzZg4pBpoxrc1KJhuZhI [class*="-text"]::-webkit-input-placeholder { color:#1e1e1e;font-family:arial;font-size:0.875rem; }
#TIP7KgGv4HXyMzZg4pBpoxrc1KJhuZhI .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:"dm sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:21.6875rem;overflow:hidden;font-style:normal;float:none; }
#TIP7KgGv4HXyMzZg4pBpoxrc1KJhuZhI .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; }
#TIP7KgGv4HXyMzZg4pBpoxrc1KJhuZhI .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#TIP7KgGv4HXyMzZg4pBpoxrc1KJhuZhI .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#TIP7KgGv4HXyMzZg4pBpoxrc1KJhuZhI .widget-container:first-of-type{padding-top:0;}#TIP7KgGv4HXyMzZg4pBpoxrc1KJhuZhI .widget-container:last-of-type{padding-bottom:0;}#TIP7KgGv4HXyMzZg4pBpoxrc1KJhuZhI  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:11.9375rem;left:48.5625rem;font-size:0.875rem; }
#TIP7KgGv4HXyMzZg4pBpoxrc1KJhuZhI .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.9375rem;display:block;vertical-align:top; }
#TIP7KgGv4HXyMzZg4pBpoxrc1KJhuZhI .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TIP7KgGv4HXyMzZg4pBpoxrc1KJhuZhI {display:block;}#TIP7KgGv4HXyMzZg4pBpoxrc1KJhuZhI { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:11.9375rem;left:48.5625rem;font-size:0.875rem; }
#TIP7KgGv4HXyMzZg4pBpoxrc1KJhuZhI #RkbvM6IgXpsP10QWkV7gENQZXVOySgZE { position:relative; }
#TIP7KgGv4HXyMzZg4pBpoxrc1KJhuZhI #zakRBbZU3242XdOVHhZe9lQN4g2DuPGD { position:relative;display:none; }
#TIP7KgGv4HXyMzZg4pBpoxrc1KJhuZhI #q1DXv5iZuxCLT9IDDSQRZMzIX2vaBGlf { position:relative; }
#TIP7KgGv4HXyMzZg4pBpoxrc1KJhuZhI #cb2l58cExnPd42OQu8vvfhyDKSDNFxVs { position:relative; }
#TIP7KgGv4HXyMzZg4pBpoxrc1KJhuZhI #iZt6SMHfXV7Cdl8AgR6GNyUgK2rFEALq { position:relative;display:none; }
#TIP7KgGv4HXyMzZg4pBpoxrc1KJhuZhI #kGkbTW4TZNbWsclQrA7rFsxxaAMta2td { position:relative; }
#TIP7KgGv4HXyMzZg4pBpoxrc1KJhuZhI #QpFW9Py35Zk1gZdikrCiQ4TphT7Hhrq6 { position:relative; }
#TIP7KgGv4HXyMzZg4pBpoxrc1KJhuZhI #Osbg75bJSir1yIiM8q3lTy2z775teqao { position:relative;display:none; }
#TIP7KgGv4HXyMzZg4pBpoxrc1KJhuZhI #n1sAWLDXSRdzkJ8JUz1S5KChi7exdupd { position:relative; }
#TIP7KgGv4HXyMzZg4pBpoxrc1KJhuZhI #w2Pkqi8S7VskKqe6tmg8Kht28vrkFUv6 { position:relative; }
#TIP7KgGv4HXyMzZg4pBpoxrc1KJhuZhI #khr5ZN7XNWgrcS4IdwWo0m9liWXmATiZ { position:relative;display:none; }
#TIP7KgGv4HXyMzZg4pBpoxrc1KJhuZhI #yCLhTeMrZD0IFwNRaT0zXe9rnsEHGh3O { position:relative; }
#TIP7KgGv4HXyMzZg4pBpoxrc1KJhuZhI #EWQN9RqHfw4EB3IyIQng0ckfnAtWLUJn { position:relative; }
#TIP7KgGv4HXyMzZg4pBpoxrc1KJhuZhI #xTr9Xl1ZFncFvM8c3ZRaWguEqtAlqe27 { position:relative;display:none; }
#TIP7KgGv4HXyMzZg4pBpoxrc1KJhuZhI #fDAT5X5x3talx74gbJRy62KVpwkEzkVC { position:relative; }
#TIP7KgGv4HXyMzZg4pBpoxrc1KJhuZhI #r7eGBgqfCsIiTAWPHfz6WfzAg4ABQxrM { position:relative; }
#TIP7KgGv4HXyMzZg4pBpoxrc1KJhuZhI #OCsf3n2kBkNmdsZmT7s1L8w9z9Hy6JER { position:relative;z-index:2; }
#TIP7KgGv4HXyMzZg4pBpoxrc1KJhuZhI #fi9zWkHBC8WvGpNGhyUwPz9nMdocOpVL { position:relative; }
#TIP7KgGv4HXyMzZg4pBpoxrc1KJhuZhI #JgEkkBnFnRGoSt0KAomezn7Sk6wU2a9q { position:relative; }
#TIP7KgGv4HXyMzZg4pBpoxrc1KJhuZhI #wRJQLuVmbgeJO0KU6zxEFqRh8uoIVgeO { position:relative; }
#z15FEB0ks0AaXLADaBIhTms3UQwMBkLa { position:absolute;display:block;z-index:15001;height:21.75rem;width:38.75rem;top:15.0107421875rem;left:23.9375rem;display:none; }
#yOCKARJx8HrWKrIXS92LoPPichdKTNgv { color:#787878;display:block;width:9.625rem;position:absolute;font-family:arial;font-size:0.6875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:31.5rem;left:15.6875rem;height:0;text-align:center;text-align-last:center;display:none; }
#iukLriZxUpyJqcM0Q9z7WFKD8RvJeIyc { box-sizing:content-box;height:9.5rem;width:30.9375rem;position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;top:31.75rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#PonSqnvXTi60DNDZSNTPq4ZdShUONbTb { position:absolute;display:block;z-index:15019;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:6.4375rem;top:33rem;left:6.3125rem;overflow:hidden;display:block; }
#do4tT3H98Z5H9odtiqOcD9xAG3D3LpDz { color:#3d3d3d;display:block;width:23.8125rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;top:34.75rem;left:6.3125rem;height:3.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#K3A9ut6wR6IU2lobw9Bl13hg5xVT4Fdt { 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:3.0625rem;width:3.0625rem;top:35rem;left:1.875rem;overflow:hidden;display:block; }
#ZVT8xODgcKQTalMwD18WlgImFnzp6UfX { color:#3d3d3d;display:block;width:9.6875rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:700;z-index:15022;line-height:1.2;letter-spacing:0;top:38.625rem;left:6.3125rem;height:1.19970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PF5LZRE3pehBsJLVgINxU6Qn9S8JR731 { position:relative;display:block; }#PF5LZRE3pehBsJLVgINxU6Qn9S8JR731 { background-color: transparent; background-image: none; }#PF5LZRE3pehBsJLVgINxU6Qn9S8JR731::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PF5LZRE3pehBsJLVgINxU6Qn9S8JR731 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PF5LZRE3pehBsJLVgINxU6Qn9S8JR731 > .row .container > .video-iframe-container { display: none; }#PF5LZRE3pehBsJLVgINxU6Qn9S8JR731 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PF5LZRE3pehBsJLVgINxU6Qn9S8JR731 > .row > .video-iframe-container { display: none; }#PF5LZRE3pehBsJLVgINxU6Qn9S8JR731 > .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); }#PF5LZRE3pehBsJLVgINxU6Qn9S8JR731 { border-width: 0; border-radius: 0; }#PF5LZRE3pehBsJLVgINxU6Qn9S8JR731 > .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; }#PF5LZRE3pehBsJLVgINxU6Qn9S8JR731 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:38.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NPivXdiEHJiGBbnAlMpGMDGfzkbiHiaq { color:#3d3d3d;display:block;width:37.625rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:9.1875rem;left:37.375rem;height:16.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OJebz4fyEUfLCTz4Va7HRxRr96TOceR8 { color:#3d3d3d;display:block;width:37.125rem;position:absolute;font-family:"dm sans";font-size:2.375rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:5.125rem;left:37.375rem;height:2.8496125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zheIxZ7DMiBy7EZbiTvrtrJGrT0geHJp { background-color:transparent;background-image: -webkit-linear-gradient(355deg, #0f056d, #847eda);background-image: -moz-linear-gradient(355deg, #0f056d, #847eda);background-image: -ms-linear-gradient(355deg, #0f056d, #847eda);background-image: -o-linear-gradient(355deg, #0f056d, #847eda);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f056d', endColorstr='#847eda' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f056d', endColorstr='#847eda' );";background-image: linear-gradient(355deg, #0f056d, #847eda);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dm sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.25rem;height:3.4375rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:29.625rem;left:37.375rem;display:block; }
#BDISDvmMzLfoKm1rxyagFO70xkrSFtyF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lCy9ZrEfsvOrTKVUbEsS1nO4kwSn3x9K { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:25.5rem;width:33.6875rem;top:5.125rem;left:0rem;overflow:hidden;display:block; }
#tR2zUNIoLteVQxTHUr2eXJu6DdfTilQO { background-color:#20254c;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dm sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.625rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:29.625rem;left:56.5625rem;display:block; }
#nAWP7QcTafTRAmpVTFTTD3Uvb9yfegb8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZDPg1IVfLvebbUd7qarwRZMhS3pxzlEz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#20254c;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; }#ZDPg1IVfLvebbUd7qarwRZMhS3pxzlEz > .row .container { background-color: transparent; background-image: none; }#ZDPg1IVfLvebbUd7qarwRZMhS3pxzlEz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZDPg1IVfLvebbUd7qarwRZMhS3pxzlEz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZDPg1IVfLvebbUd7qarwRZMhS3pxzlEz > .row .container > .video-iframe-container { display: none; }#ZDPg1IVfLvebbUd7qarwRZMhS3pxzlEz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZDPg1IVfLvebbUd7qarwRZMhS3pxzlEz > .row > .video-iframe-container { display: none; }#ZDPg1IVfLvebbUd7qarwRZMhS3pxzlEz > .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); }#ZDPg1IVfLvebbUd7qarwRZMhS3pxzlEz > .row .container { border-width: 0; border-radius: 0; }#ZDPg1IVfLvebbUd7qarwRZMhS3pxzlEz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZDPg1IVfLvebbUd7qarwRZMhS3pxzlEz > .row .container { font-size:0.875rem;font-family:arial;height:9.8125rem;width:75rem;position:relative;display:block; }#B3S6ANluTr0wk5sLizkTTCI2TUErtlez { color:#ffffff;display:block;width:56.4375rem;position:absolute;font-family:"dm sans";font-size:2.375rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:1.875rem;left:0rem;height:2.8496125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gXkOG3aZDiV8aMX3iPlGIVF0awqXk8GV { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.875rem;height:4.375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:2.71875rem;left:59.125rem;display:block; }
#boPpObZa441COJh6vIIHqsqP73AWNa7z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FskH0IeZBMWfCrd2P9ZP2zsUbadnl7wD { box-sizing:content-box;height:4.1875rem;width:15.8125rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(355deg, #0f056d, #847eda);background-image: -moz-linear-gradient(355deg, #0f056d, #847eda);background-image: -ms-linear-gradient(355deg, #0f056d, #847eda);background-image: -o-linear-gradient(355deg, #0f056d, #847eda);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f056d', endColorstr='#847eda' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f056d', endColorstr='#847eda' );";background-image: linear-gradient(355deg, #0f056d, #847eda);background-size:auto !important;top:2.875rem;left:59.125rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#vAp5KoIT5X38lPSbheOnBGWXqBLdzTrI { color:#ffffff;display:block;width:11.3125rem;position:absolute;font-family:"dm sans";font-size:0.8125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:3.625rem;left:63rem;height:1.05615rem;display:block; }
#NwFBRPANsTTbxaqXe7iImTPg6lXRTM1O { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:3.75rem;left:60.25rem; }
#Z1waZo8e7BCp1T2oVHhDdGlcTRTMDy12 { color:#ffffff;display:block;width:10rem;position:absolute;font-family:"dm sans";font-size:1.3125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:4.6875rem;left:63.6875rem;height:1.70605625rem;font-style:normal;display:block; }
#IxKuLzmlczbZ25TwSJkTzz1r8IVAAhEq { color:#ffffff;display:block;width:51.4375rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:5rem;left:0rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oHBQGBBCIau4tZVqWkT2zA7TyXkCc3aN { position:relative;display:block; }#oHBQGBBCIau4tZVqWkT2zA7TyXkCc3aN { background-color: transparent; background-image: none; }#oHBQGBBCIau4tZVqWkT2zA7TyXkCc3aN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oHBQGBBCIau4tZVqWkT2zA7TyXkCc3aN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oHBQGBBCIau4tZVqWkT2zA7TyXkCc3aN > .row .container > .video-iframe-container { display: none; }#oHBQGBBCIau4tZVqWkT2zA7TyXkCc3aN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oHBQGBBCIau4tZVqWkT2zA7TyXkCc3aN > .row > .video-iframe-container { display: none; }#oHBQGBBCIau4tZVqWkT2zA7TyXkCc3aN > .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); }#oHBQGBBCIau4tZVqWkT2zA7TyXkCc3aN { border-width: 0; border-radius: 0; }#oHBQGBBCIau4tZVqWkT2zA7TyXkCc3aN > .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; }#oHBQGBBCIau4tZVqWkT2zA7TyXkCc3aN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:42.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#KN9rO3ZqVIfnyyEuuiXTC47UeQ2Lw9ZF { background-color:#20254c;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dm sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.625rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:31.9375rem;left:18.125rem;display:block; }
#N1qez0NXqLO3uVcRSk9DBe9ZEHRBB7vx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AWiTUetNf9Qt93AtkTWMKFQMu450vUkE { color:#3d3d3d;display:block;width:35rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:12.4658203125rem;left:0rem;height:17.32176875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XBXkvwxzZx41IdVMVVWnKfSE0KqH4y0I { color:#3d3d3d;display:block;width:34.1875rem;position:absolute;font-family:"dm sans";font-size:2.375rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:3.6875rem;left:0rem;height:5.69921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TDk3MmCiczgAEDf5TDPyxNiBTTP7oaN4 { background-color:transparent;background-image: -webkit-linear-gradient(355deg, #0f056d, #847eda);background-image: -moz-linear-gradient(355deg, #0f056d, #847eda);background-image: -ms-linear-gradient(355deg, #0f056d, #847eda);background-image: -o-linear-gradient(355deg, #0f056d, #847eda);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f056d', endColorstr='#847eda' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f056d', endColorstr='#847eda' );";background-image: linear-gradient(355deg, #0f056d, #847eda);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dm sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.4375rem;height:3.4375rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:31.9375rem;left:0rem;display:block; }
#VcTszTASE6nS6rP6QFEmJF6B9PZLt4mm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IWThdR78ZTv8Z1PBX2Tkx7m2U56ziHpW { 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:27.625rem;width:37.125rem;top:7.3125rem;left:35rem;overflow:hidden;display:block; }
#RUKlxyUn6gbbKQq7CH9D8bNBFuSaKQDQ { position:absolute;display:block;z-index:15031;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:7.1875rem;width:7.1875rem;top:27.224609375rem;left:66.125rem;overflow:hidden;display:block; }
#oLDmgOzSPA0TsHKudkE42HOMKTEvLqxC { position:relative;display:block; }#oLDmgOzSPA0TsHKudkE42HOMKTEvLqxC { background-color: transparent; background-image: none; }#oLDmgOzSPA0TsHKudkE42HOMKTEvLqxC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oLDmgOzSPA0TsHKudkE42HOMKTEvLqxC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oLDmgOzSPA0TsHKudkE42HOMKTEvLqxC > .row .container > .video-iframe-container { display: none; }#oLDmgOzSPA0TsHKudkE42HOMKTEvLqxC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oLDmgOzSPA0TsHKudkE42HOMKTEvLqxC > .row > .video-iframe-container { display: none; }#oLDmgOzSPA0TsHKudkE42HOMKTEvLqxC > .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); }#oLDmgOzSPA0TsHKudkE42HOMKTEvLqxC { border-width: 0; border-radius: 0; }#oLDmgOzSPA0TsHKudkE42HOMKTEvLqxC > .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; }#oLDmgOzSPA0TsHKudkE42HOMKTEvLqxC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:47.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#FdLcMbhCf5bxO6TIHtaMOxL6uHA7bKNS { color:#3d3d3d;display:block;width:52.375rem;position:absolute;font-family:"dm sans";font-size:2.5rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:4.5625rem;left:11.3125rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CZfhuazEkTacTTkZTJbSwZ6S7l82KooT { box-sizing:content-box;height:23.8125rem;width:24.375rem;position:absolute;display:block;z-index:15012;background-color:#dedfdc;background-image:none;top:11.0625rem;left:0rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#Q7CJnRiXwT8eV2RZRoqAhzawtg4ZNvNV { box-sizing:content-box;height:6.25rem;width:6.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15013;background-color:#ffffff;background-image:none;top:13.25rem;left:9.0625rem;box-shadow: 0rem 0.5rem 1.5rem rgba(0,0,0,0.15) ;display:block; }
#GgvRKdfD7Dq1378AywOf2b76DOx38RD6 { color:#828282;display:block;width:16.3125rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:20.8125rem;left:4.0625rem;height:1.19970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PCcM34nI2nGUD44np7kvQdekTyH55rFF { color:#3d3d3d;display:block;width:12.1875rem;position:absolute;font-family:"dm sans";font-size:1.3125rem;font-weight:700;z-index:15012;line-height:1.4;letter-spacing:0;top:22.75rem;left:6.125rem;height:3.67480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DfnsETSeOxBdtSUX9tgyNmPbVV0GBNvV { color:#3d3d3d;display:block;width:21.5rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:27.1875rem;left:1.4375rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QdgcvTk9RbtptaUWZ6nGKNDLmAx1zn1B { box-sizing:content-box;height:23.8125rem;width:24.375rem;position:absolute;display:block;z-index:15019;background-color:#dedfdc;background-image:none;top:11.125rem;left:25.3125rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#KDGoPUByRNSmAHwm8PO1sVpT9CUKAHKS { color:#3d3d3d;display:block;width:21.5rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:27.1875rem;left:26.75rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#w7TrCs8443N5K9gkgER260N0VSWJlZkC { box-sizing:content-box;height:6.25rem;width:6.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15020;background-color:#ffffff;background-image:none;top:13.25rem;left:34.375rem;box-shadow: 0rem 0.5rem 1.5rem rgba(0,0,0,0.15) ;display:block; }
#WzGLgQDGDlrgOrxT8ka9h825CEQC3CIA { color:#828282;display:block;width:16.3125rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:20.8125rem;left:29.375rem;height:1.19970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RBusQycGTp78iO6ihayUJAS9UVNGa9Tv { color:#3d3d3d;display:block;width:17.625rem;position:absolute;font-family:"dm sans";font-size:1.3125rem;font-weight:700;z-index:15019;line-height:1.4;letter-spacing:0;top:22.75rem;left:28.6875rem;height:3.67480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cHHKaNibzZuTaVDbRSUo9oykOZM0zisv { box-sizing:content-box;height:23.8125rem;width:24.375rem;position:absolute;display:block;z-index:15026;background-color:#dedfdc;background-image:none;top:11.125rem;left:50.625rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#ZHGtf5dk90E8mJNqIX93O3KMatRxbwQu { color:#3d3d3d;display:block;width:21.5rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:300;z-index:15028;line-height:1.5;letter-spacing:0;top:27.1875rem;left:52.0625rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aWNXheWQG0R2OkSUhRklTfydgiByIJ5L { color:#3d3d3d;display:block;width:13.6875rem;position:absolute;font-family:"dm sans";font-size:1.3125rem;font-weight:700;z-index:15026;line-height:1.4;letter-spacing:0;top:22.75rem;left:56rem;height:1.8374rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mMNbiN16HcQDLEubCd7tqzanWvmBf86p { color:#828282;display:block;width:16.3125rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:700;z-index:15026;line-height:1.2;letter-spacing:0;top:20.8125rem;left:54.6875rem;height:1.19970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#m5ezTSe7GzNKogb8rDgD1rn0FqX75bOH { box-sizing:content-box;height:6.25rem;width:6.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15027;background-color:#ffffff;background-image:none;top:13.25rem;left:59.6875rem;box-shadow: 0rem 0.5rem 1.5rem rgba(0,0,0,0.15) ;display:block; }
#FPTXErR9HB2Agcq5NGhCKqhyLUrDLLga { background-color:#20254c;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dm sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.625rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:39rem;left:39.0625rem;display:block; }
#ENvyEIebteJVa4COe5IdLwtmdIXgMqa9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iR8JTBplnuStcfKKKh78S3SVpnqiqAnA { background-color:transparent;background-image: -webkit-linear-gradient(355deg, #0f056d, #847eda);background-image: -moz-linear-gradient(355deg, #0f056d, #847eda);background-image: -ms-linear-gradient(355deg, #0f056d, #847eda);background-image: -o-linear-gradient(355deg, #0f056d, #847eda);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f056d', endColorstr='#847eda' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f056d', endColorstr='#847eda' );";background-image: linear-gradient(355deg, #0f056d, #847eda);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dm sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.4375rem;height:3.4375rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:39rem;left:21.375rem;display:block; }
#heuxfLg1BnVexUmArSTKPyBJLKQG17BQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#u6EkVfc6nl2uePuW5QG3mDfzJVcWEgsi { position:absolute;display:block;z-index:15031;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.6875rem;width:3.6875rem;top:14.53125rem;left:10.34375rem;overflow:hidden;display:block; }
#P3AksErwefUSRRsArTWBTxmAxVyJ3Vn4 { position:absolute;display:block;z-index:15032;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.9375rem;width:3.9375rem;top:14.40625rem;left:35.53125rem;overflow:hidden;display:block; }
#fiXFxZqrsNHIXQIltwTNdqSB19sW6HiJ { position:absolute;display:block;z-index:15033;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.5625rem;width:3.5625rem;top:14.59375rem;left:61.03125rem;overflow:hidden;display:block; }
#L44JnTDxTuV4aWRT8HxptvBwJ4XCUkv4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dedfdc;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; }#L44JnTDxTuV4aWRT8HxptvBwJ4XCUkv4 > .row .container { background-color: transparent; background-image: none; }#L44JnTDxTuV4aWRT8HxptvBwJ4XCUkv4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L44JnTDxTuV4aWRT8HxptvBwJ4XCUkv4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L44JnTDxTuV4aWRT8HxptvBwJ4XCUkv4 > .row .container > .video-iframe-container { display: none; }#L44JnTDxTuV4aWRT8HxptvBwJ4XCUkv4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L44JnTDxTuV4aWRT8HxptvBwJ4XCUkv4 > .row > .video-iframe-container { display: none; }#L44JnTDxTuV4aWRT8HxptvBwJ4XCUkv4 > .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); }#L44JnTDxTuV4aWRT8HxptvBwJ4XCUkv4 > .row .container { border-width: 0; border-radius: 0; }#L44JnTDxTuV4aWRT8HxptvBwJ4XCUkv4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L44JnTDxTuV4aWRT8HxptvBwJ4XCUkv4 > .row .container { font-size:0.875rem;font-family:arial;height:67.3125rem;width:75rem;position:relative;display:block; }#dEfrI8hQZQ1FH1rB1zxNRplh3TGS9nMw { color:#000000;display:block;width:53.375rem;position:absolute;font-family:"dm sans";font-size:2.5rem;font-weight:700;z-index:15027;line-height:1.2;letter-spacing:0;top:3.4375rem;left:12rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z90fBMTCJJ0W3w8pA9yxLg479TAOgqSM { box-sizing:content-box;height:21.25rem;width:23.75rem;position:absolute;display:block;z-index:15028;background-color:#ffffff;background-image:none;top:10.375rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#IXiI0wmfbv9hJWaVXAldxZB6Jad3ksSg { box-sizing:content-box;height:12.5rem;width:21.25rem;position:absolute;display:block;z-index:15029;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0eadb59b-a139-4dbd-b19a-1728295c8314/Rectangle380.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:9.5rem;left:1.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#IXiI0wmfbv9hJWaVXAldxZB6Jad3ksSg.adaptive-delivery-prevent-bg, #IXiI0wmfbv9hJWaVXAldxZB6Jad3ksSg.lazyload, #IXiI0wmfbv9hJWaVXAldxZB6Jad3ksSg.lazyloading { background-image: none; }
#ztHM8uMyyyNM9UmeSxhniWA5rz4Jcx2w { color:#000000;display:block;width:21.25rem;position:absolute;font-family:"dm sans";font-size:1.25rem;font-weight:700;z-index:15031;line-height:1.2;letter-spacing:0;top:23.1875rem;left:1.25rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EZrdabT6liT0aOTMtFQTkG1lLlsCyZoK { color:#373a3c;display:block;width:21.25rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:400;z-index:15033;line-height:1.4;letter-spacing:0;top:25.1875rem;left:1.25rem;height:2.79980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yK3dQWX20rNQ9JWbLvXWF2AAwO152b3C { background-color:#20254c;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dm sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.625rem;height:3.4375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:58.8125rem;left:38.9375rem;display:block; }
#BTCO28zsSnn8Z05ISHx4KtDaLvDNSm5V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KEr8lggQbWziEJawMuEEF7LIlZwmD6d6 { background-color:transparent;background-image: -webkit-linear-gradient(355deg, #0f056d, #847eda);background-image: -moz-linear-gradient(355deg, #0f056d, #847eda);background-image: -ms-linear-gradient(355deg, #0f056d, #847eda);background-image: -o-linear-gradient(355deg, #0f056d, #847eda);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f056d', endColorstr='#847eda' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f056d', endColorstr='#847eda' );";background-image: linear-gradient(355deg, #0f056d, #847eda);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dm sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.4375rem;height:3.4375rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:58.8125rem;left:21.5rem;display:block; }
#AJxfTsTEbU5vZCVRTEOqf4oPJGXG8z44 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RpKRadpCQQzGvPJhL4ge0AP58KPSKkrn { box-sizing:content-box;height:21.25rem;width:23.75rem;position:absolute;display:block;z-index:15032;background-color:#ffffff;background-image:none;top:10.375rem;left:25.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#ImtXMTsK9cXwgNbqXXDSuKful3i5nyoK { color:#373a3c;display:block;width:21.25rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:400;z-index:15037;line-height:1.4;letter-spacing:0;top:26.5rem;left:26.875rem;height:4.19970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mxf3PbRuhQVe6mR78oPvSsRT0CH88fxR { color:#000000;display:block;width:21.25rem;position:absolute;font-family:"dm sans";font-size:1.25rem;font-weight:700;z-index:15035;line-height:1.2;letter-spacing:0;top:23.1875rem;left:26.875rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OIhASQ5s0SHIzdAS2dOWKnukJwHU6ttK { box-sizing:content-box;height:12.5rem;width:21.25rem;position:absolute;display:block;z-index:15033;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/dc5ef4da-6830-4fbf-b54f-da7a145e4842/Rectangle381.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:9.5rem;left:26.875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#OIhASQ5s0SHIzdAS2dOWKnukJwHU6ttK.adaptive-delivery-prevent-bg, #OIhASQ5s0SHIzdAS2dOWKnukJwHU6ttK.lazyload, #OIhASQ5s0SHIzdAS2dOWKnukJwHU6ttK.lazyloading { background-image: none; }
#naQbvkOSBy0vxIe3VAP4bVIX0OeyTgzp { box-sizing:content-box;height:21.25rem;width:23.75rem;position:absolute;display:block;z-index:15036;background-color:#ffffff;background-image:none;top:10.375rem;left:51.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#aQIQqRMepceduGNKJBnor6XzKU9GVURG { color:#373a3c;display:block;width:21.25rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:400;z-index:15041;line-height:1.4;letter-spacing:0;top:25.1875rem;left:52.5rem;height:4.19970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#v3TS8FTKc6mbasbNFS7F9BTA86mQE5dN { color:#000000;display:block;width:21.25rem;position:absolute;font-family:"dm sans";font-size:1.25rem;font-weight:700;z-index:15039;line-height:1.2;letter-spacing:0;top:23.1875rem;left:52.5rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RVSI9CZPSIglUWINTXKTqhhl7Wlf4SQT { box-sizing:content-box;height:12.5rem;width:21.25rem;position:absolute;display:block;z-index:15037;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/3afbcd43-bc57-4364-8376-7066362a504b/Rectangle382.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:9.5rem;left:52.5rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#RVSI9CZPSIglUWINTXKTqhhl7Wlf4SQT.adaptive-delivery-prevent-bg, #RVSI9CZPSIglUWINTXKTqhhl7Wlf4SQT.lazyload, #RVSI9CZPSIglUWINTXKTqhhl7Wlf4SQT.lazyloading { background-image: none; }
#SMRbZMQquOWDLkNbM1fqs5igN0eKS3bD { box-sizing:content-box;height:21.25rem;width:23.75rem;position:absolute;display:block;z-index:15044;background-color:#ffffff;background-image:none;top:34.3125rem;left:38.4375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#MTTPk2n5AyyDagnhmOtNA4lHQOk7oGLX { color:#373a3c;display:block;width:21.25rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:400;z-index:15049;line-height:1.4;letter-spacing:0;top:49.125rem;left:39.6875rem;height:4.19970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JW59HrcRT66VDhzXM7XLSDuhJoOVs3Bk { box-sizing:content-box;height:21.25rem;width:23.75rem;position:absolute;display:block;z-index:15040;background-color:#ffffff;background-image:none;top:34.3125rem;left:12.8125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#EqpBsLKTUfwxpJkiz4lsWo0uiGxsPMVB { color:#000000;display:block;width:21.25rem;position:absolute;font-family:"dm sans";font-size:1.25rem;font-weight:700;z-index:15047;line-height:1.2;letter-spacing:0;top:47.125rem;left:39.6875rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SOgdBWX5dHJEKUzx7nMkTfOw6FL7k7ms { color:#373a3c;display:block;width:21.25rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:400;z-index:15045;line-height:1.4;letter-spacing:0;top:49.125rem;left:14.0625rem;height:4.19970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xgCFLWOoNCsykeGm2Qz2MX8DFD0G3uT4 { color:#000000;display:block;width:21.25rem;position:absolute;font-family:"dm sans";font-size:1.25rem;font-weight:700;z-index:15043;line-height:1.2;letter-spacing:0;top:47.125rem;left:14.0625rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uqa0TliJEBWLv038eGQPzBzqFcOdRu1D { box-sizing:content-box;height:12.5rem;width:21.25rem;position:absolute;display:block;z-index:15041;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b157f018-49bd-4605-9368-7a156dda7d8a/Rectangle383.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:33.4375rem;left:14.0625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#uqa0TliJEBWLv038eGQPzBzqFcOdRu1D.adaptive-delivery-prevent-bg, #uqa0TliJEBWLv038eGQPzBzqFcOdRu1D.lazyload, #uqa0TliJEBWLv038eGQPzBzqFcOdRu1D.lazyloading { background-image: none; }
#RG8iWqJVZ5nIe1GI0zECbgVNPVAG3uXT { box-sizing:content-box;height:12.5rem;width:21.25rem;position:absolute;display:block;z-index:15045;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/13aad0b7-5352-441d-b65f-a4fd7f316ab8/Rectangle384.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:33.4375rem;left:39.6875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#RG8iWqJVZ5nIe1GI0zECbgVNPVAG3uXT.adaptive-delivery-prevent-bg, #RG8iWqJVZ5nIe1GI0zECbgVNPVAG3uXT.lazyload, #RG8iWqJVZ5nIe1GI0zECbgVNPVAG3uXT.lazyloading { background-image: none; }
#TFfw4k9X5KTynA03UQ9ZedkU3ae8uhak { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f056d;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; }#TFfw4k9X5KTynA03UQ9ZedkU3ae8uhak > .row .container { background-color: transparent; background-image: none; }#TFfw4k9X5KTynA03UQ9ZedkU3ae8uhak::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TFfw4k9X5KTynA03UQ9ZedkU3ae8uhak > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TFfw4k9X5KTynA03UQ9ZedkU3ae8uhak > .row .container > .video-iframe-container { display: none; }#TFfw4k9X5KTynA03UQ9ZedkU3ae8uhak > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TFfw4k9X5KTynA03UQ9ZedkU3ae8uhak > .row > .video-iframe-container { display: none; }#TFfw4k9X5KTynA03UQ9ZedkU3ae8uhak > .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); }#TFfw4k9X5KTynA03UQ9ZedkU3ae8uhak > .row .container { border-width: 0; border-radius: 0; }#TFfw4k9X5KTynA03UQ9ZedkU3ae8uhak > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TFfw4k9X5KTynA03UQ9ZedkU3ae8uhak > .row .container { font-size:0.875rem;font-family:arial;height:56.5rem;width:75rem;position:relative;display:block; }#NsWxTZXlAtgN4Nt1TbXiBknT9VUHE7xG { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"dm sans";font-size:2.5rem;font-weight:700;z-index:15028;line-height:1.2;letter-spacing:0;top:3.75rem;left:0rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cpOwK7yrB7syaI4hDPamftIywgKE6txk { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:20rem;width:24.0625rem;top:9.9375rem;left:0rem;overflow:hidden;display:block; }
#v2r9b3AX1xeaqvbVvBJTLdToqpS4XOz0 { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:20rem;width:24.0625rem;top:9.9375rem;left:25.46875rem;overflow:hidden;display:block; }
#U9rCTpP7TEwC6fSmOVsXy7d8rGW207Tr { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:20rem;width:24.0625rem;top:9.9375rem;left:50.9375rem;overflow:hidden;display:block; }
#vx14KctBF3r4T3e6A8MzXV2l6JbF0qke { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:20rem;width:24.0625rem;top:31.1875rem;left:0rem;overflow:hidden;display:block; }
#gXL711LaWbr91ttKQyUIlwmc1TvQb39m { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:20rem;width:24.0625rem;top:31.1875rem;left:50.9375rem;overflow:hidden;display:block; }
#gcW01POLWtaUzZbuAZmynRgVb63riFmn { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:20rem;width:24.0625rem;top:31.1875rem;left:25.46875rem;overflow:hidden;display:block; }
#kwgxkdOBPesSOCbdznxxZbnWPbTn881a { position:relative;display:block; }#kwgxkdOBPesSOCbdznxxZbnWPbTn881a { background-color: transparent; background-image: none; }#kwgxkdOBPesSOCbdznxxZbnWPbTn881a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kwgxkdOBPesSOCbdznxxZbnWPbTn881a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kwgxkdOBPesSOCbdznxxZbnWPbTn881a > .row .container > .video-iframe-container { display: none; }#kwgxkdOBPesSOCbdznxxZbnWPbTn881a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kwgxkdOBPesSOCbdznxxZbnWPbTn881a > .row > .video-iframe-container { display: none; }#kwgxkdOBPesSOCbdznxxZbnWPbTn881a > .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); }#kwgxkdOBPesSOCbdznxxZbnWPbTn881a { border-width: 0; border-radius: 0; }#kwgxkdOBPesSOCbdznxxZbnWPbTn881a > .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; }#kwgxkdOBPesSOCbdznxxZbnWPbTn881a > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:34.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#s71w1UZ1y4CI4a1DqmoK0WIZu9Wcw0KQ { position:absolute;display:block;z-index:15000;height:28.125rem;width:75rem;top:3.0625rem;left:0rem;display:block; }
#O7VxfqDTX9ZEhD71Iat4eAtqeUmlUqBl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f9a26ad0-919f-49ee-a257-a4ef3cf5d78c/21493437061.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#O7VxfqDTX9ZEhD71Iat4eAtqeUmlUqBl.adaptive-delivery-prevent-bg, #O7VxfqDTX9ZEhD71Iat4eAtqeUmlUqBl.lazyload, #O7VxfqDTX9ZEhD71Iat4eAtqeUmlUqBl.lazyloading { background-image: none; }#O7VxfqDTX9ZEhD71Iat4eAtqeUmlUqBl > .row .container { background-color: transparent; background-image: none; }#O7VxfqDTX9ZEhD71Iat4eAtqeUmlUqBl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.52); }#O7VxfqDTX9ZEhD71Iat4eAtqeUmlUqBl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O7VxfqDTX9ZEhD71Iat4eAtqeUmlUqBl > .row .container > .video-iframe-container { display: none; }#O7VxfqDTX9ZEhD71Iat4eAtqeUmlUqBl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.52); }#O7VxfqDTX9ZEhD71Iat4eAtqeUmlUqBl > .row > .video-iframe-container { display: none; }#O7VxfqDTX9ZEhD71Iat4eAtqeUmlUqBl > .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); }#O7VxfqDTX9ZEhD71Iat4eAtqeUmlUqBl > .row .container { border-width: 0; border-radius: 0; }#O7VxfqDTX9ZEhD71Iat4eAtqeUmlUqBl::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; }#O7VxfqDTX9ZEhD71Iat4eAtqeUmlUqBl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O7VxfqDTX9ZEhD71Iat4eAtqeUmlUqBl > .row .container { font-size:0.875rem;font-family:arial;height:27.1875rem;width:75rem;position:relative;display:block; }#P45ASU8xEe5M3PUTEsihE0221amN2Nf8 { color:#ffffff;display:block;width:65.9375rem;position:absolute;font-family:"dm sans";font-size:3.125rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:5.625rem;left:4.53125rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PBeq2ERFxXfSI73Jo7MT3ihTaCLKMGKo { color:#ffffff;display:block;width:56.1875rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:10.125rem;left:9.40625rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J88ExUPJ57wO1dhzLisVfhTWPxdBKuN1 { background-color:#20254c;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dm sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.625rem;height:3.4375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:15.6875rem;left:38.9375rem;display:block; }
#OIUPHFgu6M9TaLZdzAno4vMcrW5NBHhU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IxqufLN9uyqunrNBV1ZLD0xQ3g7ThzBE { background-color:transparent;background-image: -webkit-linear-gradient(355deg, #0f056d, #847eda);background-image: -moz-linear-gradient(355deg, #0f056d, #847eda);background-image: -ms-linear-gradient(355deg, #0f056d, #847eda);background-image: -o-linear-gradient(355deg, #0f056d, #847eda);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f056d', endColorstr='#847eda' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f056d', endColorstr='#847eda' );";background-image: linear-gradient(355deg, #0f056d, #847eda);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dm sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.4375rem;height:3.4375rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:15.6875rem;left:21.4375rem;display:block; }
#Wqg1Ubo2NEEm5QOZBD4oTk4aIG5b58f7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MgsTMDOJg2mKUKLwlXFzzxQ0HZTFgw4i { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#20254c;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; }#MgsTMDOJg2mKUKLwlXFzzxQ0HZTFgw4i > .row .container { background-color: transparent; background-image: none; }#MgsTMDOJg2mKUKLwlXFzzxQ0HZTFgw4i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MgsTMDOJg2mKUKLwlXFzzxQ0HZTFgw4i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MgsTMDOJg2mKUKLwlXFzzxQ0HZTFgw4i > .row .container > .video-iframe-container { display: none; }#MgsTMDOJg2mKUKLwlXFzzxQ0HZTFgw4i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MgsTMDOJg2mKUKLwlXFzzxQ0HZTFgw4i > .row > .video-iframe-container { display: none; }#MgsTMDOJg2mKUKLwlXFzzxQ0HZTFgw4i > .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); }#MgsTMDOJg2mKUKLwlXFzzxQ0HZTFgw4i > .row .container { border-width: 0; border-radius: 0; }#MgsTMDOJg2mKUKLwlXFzzxQ0HZTFgw4i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MgsTMDOJg2mKUKLwlXFzzxQ0HZTFgw4i > .row .container { font-size:0.875rem;font-family:arial;height:5.4375rem;width:75rem;position:relative;display:block; }#uXqRLfhImEZThas1TICKBIX7NFzQS87p { color:#ffffff;display:block;width:56.1875rem;position:absolute;font-family:"dm sans";font-size:0.9375rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:2.015625rem;left:9.40625rem;height:1.40625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#usNXwyR6aCeGhv9po3OysXCnwnf5uV3H { position:relative;display:none; }#usNXwyR6aCeGhv9po3OysXCnwnf5uV3H { border-width: 0; border-radius: 0; }#usNXwyR6aCeGhv9po3OysXCnwnf5uV3H > .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; }#usNXwyR6aCeGhv9po3OysXCnwnf5uV3H > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height: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; }#pgp6OwzVhTJklaINOOsxZ07BOddfwAce { background-color:#3d3d3d;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:merriweather;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.625rem;height:3.4375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:18rem;left:39.3125rem;display:none; }
#nwEiPck6JCGzqx0bVRBUI3ndcbtqggss { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #GGNpiTmP7is54PysBeQEfsd8BpkLIGFt { display:block; }#GGNpiTmP7is54PysBeQEfsd8BpkLIGFt > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wkdqpy8f2HAt2GfhqQhsvBFOQlCR2yb6 { top:1.875rem;left:30.875rem;width:16.875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfgTWqQRmmAZ4wyIiDghX2HkZdDnTgNK { top:2.75rem;left:45.3125rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWE9th6EQTbH54oKblcgL3tRliTyzh3K { top:2.5rem;left:36.4375rem;width:11.3125rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hT0gcuKX19K2MfT1AayNmzK1izBLB3ui { top:3.5625rem;left:35.875rem;width:11.875rem;height:1.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgPTJESIO8OqXo9XUZfXeTeVXAt9PfXF { width:10.4375rem;height:3.4375rem;top:2.375rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJIQUqkCMouiJyEGsq4ttheU5JVrZKyC { display:block; }
 }@media only screen and (max-width: 763px) { #pMdT7941kSIERFo4i47C9OlhBveI5CtI { width:12.6875rem;height:3.4375rem;top:2.375rem;left:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzAV5VzH7pzhwkadV7Iw0cPtKxwTwWuN { display:block; }
 }@media only screen and (max-width: 763px) { #FK3XEKq4z5If0f7d8bhmZJKBf5viiD5h { width:9.0625rem;height:3.4375rem;top:2.3125rem;left:33.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVO5gdaQ2nCnSozBkW7ZNH6nA0JhdaIx { display:block; }
 }@media only screen and (max-width: 763px) { #f7VJh6rur3fF9VqQek2i1Tfps80MV4E2 { top:0.625rem;left:0rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKlnhqfM2aubKohvlDrAgDqxE6IO2WSc { width:16.875rem;height:4.0625rem;top:1.9375rem;left:30.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1SSrfmMDd2NE7CPQNPPpMkAcX3rock9 { display:block; }
 }@media only screen and (max-width: 763px) { #oBXuFdrnEv0qfnOumsAIRxu8IzSaMx9n { display:block; }#oBXuFdrnEv0qfnOumsAIRxu8IzSaMx9n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w6rUZqp6AtPGaC7lElIfWOvVAuc7NfHf { display:none; }#w6rUZqp6AtPGaC7lElIfWOvVAuc7NfHf > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VLCn5y3ZQ0yMpfPRMyToCRbkd0nTT3pO { display:none; }
 }@media only screen and (max-width: 763px) { #keoUPRHuIfW2kLLsN0848PWdT1kGUutm { width:37.125rem;height:37.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sRsstntN2Eo9VGc7geHivtbhaw4uJ8t2 { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #RhSo8iU6zC4xzG4JCQPWe99ngnLJ8bKJ { display:block; }
 }@media only screen and (max-width: 763px) { #HxQwayES6DksuPXHudCqkmSNR2XvK9zv { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #NcM3TmGUFJQDz6LbEm4WetT4dPaUtzRh { display:block; }
 }@media only screen and (max-width: 763px) { #vCWHnpV1PCf3oTBIT2tURxJSJZ65o4Nw { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #OZduxI2eO6D0QqIBGmmq6yqZOhiMdzNT { display:block; }
 }@media only screen and (max-width: 763px) { #ML51S61gulAeJo2DA84epJ8nhbqLL6qw { display:block; }#ML51S61gulAeJo2DA84epJ8nhbqLL6qw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yTOimhCI7prvnfGA0feI2guvpUmuXDxN { top:1.1875rem;left:0rem;width:15.4375rem;height:;font-size:1.125rem;display:block; }#yTOimhCI7prvnfGA0feI2guvpUmuXDxN li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5659ca3dcfd4555c16a0314d2e2b803457ef56cb.svg); }
 }@media only screen and (max-width: 763px) { #pfF18r7AfBGfAOrFIuScWoff93nWO0zq { top:1.1875rem;left:8.4375rem;width:15.4375rem;height:;font-size:1.125rem;display:block; }#pfF18r7AfBGfAOrFIuScWoff93nWO0zq li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2928cfefecf166004f2f5a47617c5eb709e5de07.svg); }
 }@media only screen and (max-width: 763px) { #NZTwg8Wr947SgmidzGHG6VuzvSEn3fK0 { top:1.1875rem;left:20.375rem;width:15.4375rem;height:;font-size:1.125rem;display:block; }#NZTwg8Wr947SgmidzGHG6VuzvSEn3fK0 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9f3841f55e7c45e0c759f0be9b7c8fd9c992c857.svg); }
 }@media only screen and (max-width: 763px) { #AlkJ8WcXk0pyBP2ZWKkW9JD9LUTMwtic { top:1.1875rem;left:32.3125rem;width:15.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }#AlkJ8WcXk0pyBP2ZWKkW9JD9LUTMwtic li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0b5148d4dfdb9054f6df3a0e7f0a18b8eb92297b.svg); }
 }@media only screen and (max-width: 763px) { #Lu3NrTavsNHTPwITm9En7JJqObpXz2xq { display:block; }#Lu3NrTavsNHTPwITm9En7JJqObpXz2xq > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RxExSX9iNSUlQbeVNnwqR6LwvKkDRcGm { top:1.0625rem;left:0rem;width:45.6875rem;height:12.0625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIqKraaQgLR8NeyIvkFtnvc8gxtcMs9S { top:15.875rem;left:0rem;width:41.5rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5AdyH1kVlvIZdKJmRdTnZqTVgf3UJQx { top:4.0625rem;left:20.25rem;width:27.5rem;height:37.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpPBsgQLyw3JWxzAEi0m8vVENQcFJA2W { top:22.8125rem;left:0rem;width:32.625rem;height:;font-size:1.125rem;display:block; }#SpPBsgQLyw3JWxzAEi0m8vVENQcFJA2W li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_fe8da6b1896a7736fe666d52ae948ccb5b35a654.svg); }
 }@media only screen and (max-width: 763px) { #nhG8QBc8Fy9CC8f7Dwqgp30Ux0vJsmKX { top:4.375rem;left:22.9375rem;width:24.8125rem;height:4.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXqcw8w1c4nqBcy8DArqoENdlgd6bmUC { top:8.875rem;left:24.6875rem;width:23.0625rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIP7KgGv4HXyMzZg4pBpoxrc1KJhuZhI .widget-regular-label { width:22.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TIP7KgGv4HXyMzZg4pBpoxrc1KJhuZhI .widget-input-text { width:22.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TIP7KgGv4HXyMzZg4pBpoxrc1KJhuZhI .widget-input-text {padding-top: 0; padding-bottom: 0;}#TIP7KgGv4HXyMzZg4pBpoxrc1KJhuZhI .widget-textarea { width:22.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TIP7KgGv4HXyMzZg4pBpoxrc1KJhuZhI .widget-input-select { width:22.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TIP7KgGv4HXyMzZg4pBpoxrc1KJhuZhI .widget-input-select {padding-top: 0; padding-bottom: 0;}#TIP7KgGv4HXyMzZg4pBpoxrc1KJhuZhI .widget-input-button { width:22.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TIP7KgGv4HXyMzZg4pBpoxrc1KJhuZhI .widget-checkbox-label { width:21.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TIP7KgGv4HXyMzZg4pBpoxrc1KJhuZhI  { width:22.9375rem;height:auto;top:11.9375rem;left:22.3125rem; }
#TIP7KgGv4HXyMzZg4pBpoxrc1KJhuZhI .radio-container { width:22.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TIP7KgGv4HXyMzZg4pBpoxrc1KJhuZhI {display:block;}#TIP7KgGv4HXyMzZg4pBpoxrc1KJhuZhI { width:22.9375rem;height:auto;top:11.9375rem;left:22.3125rem; }
 }@media only screen and (max-width: 763px) { #TIP7KgGv4HXyMzZg4pBpoxrc1KJhuZhI #RkbvM6IgXpsP10QWkV7gENQZXVOySgZE {  }
 }@media only screen and (max-width: 763px) { #TIP7KgGv4HXyMzZg4pBpoxrc1KJhuZhI #zakRBbZU3242XdOVHhZe9lQN4g2DuPGD {  }
 }@media only screen and (max-width: 763px) { #TIP7KgGv4HXyMzZg4pBpoxrc1KJhuZhI #q1DXv5iZuxCLT9IDDSQRZMzIX2vaBGlf {  }
 }@media only screen and (max-width: 763px) { #TIP7KgGv4HXyMzZg4pBpoxrc1KJhuZhI #cb2l58cExnPd42OQu8vvfhyDKSDNFxVs {  }
 }@media only screen and (max-width: 763px) { #TIP7KgGv4HXyMzZg4pBpoxrc1KJhuZhI #iZt6SMHfXV7Cdl8AgR6GNyUgK2rFEALq {  }
 }@media only screen and (max-width: 763px) { #TIP7KgGv4HXyMzZg4pBpoxrc1KJhuZhI #kGkbTW4TZNbWsclQrA7rFsxxaAMta2td {  }
 }@media only screen and (max-width: 763px) { #TIP7KgGv4HXyMzZg4pBpoxrc1KJhuZhI #QpFW9Py35Zk1gZdikrCiQ4TphT7Hhrq6 {  }
 }@media only screen and (max-width: 763px) { #TIP7KgGv4HXyMzZg4pBpoxrc1KJhuZhI #Osbg75bJSir1yIiM8q3lTy2z775teqao {  }
 }@media only screen and (max-width: 763px) { #TIP7KgGv4HXyMzZg4pBpoxrc1KJhuZhI #n1sAWLDXSRdzkJ8JUz1S5KChi7exdupd {  }
 }@media only screen and (max-width: 763px) { #TIP7KgGv4HXyMzZg4pBpoxrc1KJhuZhI #w2Pkqi8S7VskKqe6tmg8Kht28vrkFUv6 {  }
 }@media only screen and (max-width: 763px) { #TIP7KgGv4HXyMzZg4pBpoxrc1KJhuZhI #khr5ZN7XNWgrcS4IdwWo0m9liWXmATiZ {  }
 }@media only screen and (max-width: 763px) { #TIP7KgGv4HXyMzZg4pBpoxrc1KJhuZhI #yCLhTeMrZD0IFwNRaT0zXe9rnsEHGh3O {  }
 }@media only screen and (max-width: 763px) { #TIP7KgGv4HXyMzZg4pBpoxrc1KJhuZhI #EWQN9RqHfw4EB3IyIQng0ckfnAtWLUJn {  }
 }@media only screen and (max-width: 763px) { #TIP7KgGv4HXyMzZg4pBpoxrc1KJhuZhI #xTr9Xl1ZFncFvM8c3ZRaWguEqtAlqe27 {  }
 }@media only screen and (max-width: 763px) { #TIP7KgGv4HXyMzZg4pBpoxrc1KJhuZhI #fDAT5X5x3talx74gbJRy62KVpwkEzkVC {  }
 }@media only screen and (max-width: 763px) { #TIP7KgGv4HXyMzZg4pBpoxrc1KJhuZhI #r7eGBgqfCsIiTAWPHfz6WfzAg4ABQxrM {  }
 }@media only screen and (max-width: 763px) { #TIP7KgGv4HXyMzZg4pBpoxrc1KJhuZhI #OCsf3n2kBkNmdsZmT7s1L8w9z9Hy6JER {  }
 }@media only screen and (max-width: 763px) { #TIP7KgGv4HXyMzZg4pBpoxrc1KJhuZhI #fi9zWkHBC8WvGpNGhyUwPz9nMdocOpVL {  }
 }@media only screen and (max-width: 763px) { #TIP7KgGv4HXyMzZg4pBpoxrc1KJhuZhI #JgEkkBnFnRGoSt0KAomezn7Sk6wU2a9q {  }
 }@media only screen and (max-width: 763px) { #TIP7KgGv4HXyMzZg4pBpoxrc1KJhuZhI #wRJQLuVmbgeJO0KU6zxEFqRh8uoIVgeO {  }
 }@media only screen and (max-width: 763px) { #z15FEB0ks0AaXLADaBIhTms3UQwMBkLa { top:15rem;left:9rem;width:38.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOCKARJx8HrWKrIXS92LoPPichdKTNgv { top:31.5rem;left:2.0625rem;width:9.625rem;height:1.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iukLriZxUpyJqcM0Q9z7WFKD8RvJeIyc { top:31.75rem;left:0rem;width:30.9375rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PonSqnvXTi60DNDZSNTPq4ZdShUONbTb { top:33rem;left:0rem;width:6.4375rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #do4tT3H98Z5H9odtiqOcD9xAG3D3LpDz { top:34.75rem;left:0rem;width:23.8125rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3A9ut6wR6IU2lobw9Bl13hg5xVT4Fdt { top:35rem;left:0rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVT8xODgcKQTalMwD18WlgImFnzp6UfX { top:38.625rem;left:0rem;width:9.6875rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PF5LZRE3pehBsJLVgINxU6Qn9S8JR731 { display:block; }#PF5LZRE3pehBsJLVgINxU6Qn9S8JR731 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NPivXdiEHJiGBbnAlMpGMDGfzkbiHiaq { top:9.1875rem;left:10.125rem;width:37.625rem;height:18.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJebz4fyEUfLCTz4Va7HRxRr96TOceR8 { top:5.125rem;left:10.625rem;width:37.125rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zheIxZ7DMiBy7EZbiTvrtrJGrT0geHJp { width:18.25rem;height:3.4375rem;top:29.625rem;left:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDISDvmMzLfoKm1rxyagFO70xkrSFtyF { display:block; }
 }@media only screen and (max-width: 763px) { #lCy9ZrEfsvOrTKVUbEsS1nO4kwSn3x9K { top:5.125rem;left:0rem;width:33.6875rem;height:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tR2zUNIoLteVQxTHUr2eXJu6DdfTilQO { width:14.625rem;height:3.4375rem;top:29.625rem;left:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAWP7QcTafTRAmpVTFTTD3Uvb9yfegb8 { display:block; }
 }@media only screen and (max-width: 763px) { #ZDPg1IVfLvebbUd7qarwRZMhS3pxzlEz { display:block; }#ZDPg1IVfLvebbUd7qarwRZMhS3pxzlEz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B3S6ANluTr0wk5sLizkTTCI2TUErtlez { top:1.875rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXkOG3aZDiV8aMX3iPlGIVF0awqXk8GV { width:15.875rem;height:4.375rem;top:2.6875rem;left:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #boPpObZa441COJh6vIIHqsqP73AWNa7z { display:block; }
 }@media only screen and (max-width: 763px) { #FskH0IeZBMWfCrd2P9ZP2zsUbadnl7wD { top:2.875rem;left:31.9375rem;width:15.8125rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAp5KoIT5X38lPSbheOnBGWXqBLdzTrI { top:3.625rem;left:36.4375rem;width:11.3125rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwFBRPANsTTbxaqXe7iImTPg6lXRTM1O { top:3.75rem;left:45.3125rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1waZo8e7BCp1T2oVHhDdGlcTRTMDy12 { top:4.6875rem;left:37.75rem;width:10rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxKuLzmlczbZ25TwSJkTzz1r8IVAAhEq { top:5rem;left:0rem;width:47.75rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHBQGBBCIau4tZVqWkT2zA7TyXkCc3aN { display:block; }#oHBQGBBCIau4tZVqWkT2zA7TyXkCc3aN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KN9rO3ZqVIfnyyEuuiXTC47UeQ2Lw9ZF { width:14.625rem;height:3.4375rem;top:31.9375rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1qez0NXqLO3uVcRSk9DBe9ZEHRBB7vx { display:block; }
 }@media only screen and (max-width: 763px) { #AWiTUetNf9Qt93AtkTWMKFQMu450vUkE { top:12.4375rem;left:0rem;width:35rem;height:17.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBXkvwxzZx41IdVMVVWnKfSE0KqH4y0I { top:3.6875rem;left:0rem;width:34.1875rem;height:5.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDk3MmCiczgAEDf5TDPyxNiBTTP7oaN4 { width:16.4375rem;height:3.4375rem;top:31.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcTszTASE6nS6rP6QFEmJF6B9PZLt4mm { display:block; }
 }@media only screen and (max-width: 763px) { #IWThdR78ZTv8Z1PBX2Tkx7m2U56ziHpW { top:7.3125rem;left:10.625rem;width:37.125rem;height:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUKlxyUn6gbbKQq7CH9D8bNBFuSaKQDQ { top:27.1875rem;left:40.5625rem;width:7.1875rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLDmgOzSPA0TsHKudkE42HOMKTEvLqxC { display:block; }#oLDmgOzSPA0TsHKudkE42HOMKTEvLqxC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FdLcMbhCf5bxO6TIHtaMOxL6uHA7bKNS { top:4.5625rem;left:0rem;width:47.75rem;height:3rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZfhuazEkTacTTkZTJbSwZ6S7l82KooT { top:11.0625rem;left:0rem;width:24.375rem;height:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7CJnRiXwT8eV2RZRoqAhzawtg4ZNvNV { top:13.25rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgvRKdfD7Dq1378AywOf2b76DOx38RD6 { top:20.8125rem;left:0rem;width:16.3125rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCcM34nI2nGUD44np7kvQdekTyH55rFF { top:22.75rem;left:0rem;width:12.1875rem;height:3.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfnsETSeOxBdtSUX9tgyNmPbVV0GBNvV { top:27.1875rem;left:0rem;width:21.5rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdgcvTk9RbtptaUWZ6nGKNDLmAx1zn1B { top:11.125rem;left:11.6875rem;width:24.375rem;height:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDGoPUByRNSmAHwm8PO1sVpT9CUKAHKS { top:27.1875rem;left:13.125rem;width:21.5rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7TrCs8443N5K9gkgER260N0VSWJlZkC { top:13.25rem;left:20.75rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzGLgQDGDlrgOrxT8ka9h825CEQC3CIA { top:20.8125rem;left:15.75rem;width:16.3125rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBusQycGTp78iO6ihayUJAS9UVNGa9Tv { top:22.75rem;left:15.0625rem;width:17.625rem;height:3.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHHKaNibzZuTaVDbRSUo9oykOZM0zisv { top:11.125rem;left:23.375rem;width:24.375rem;height:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHGtf5dk90E8mJNqIX93O3KMatRxbwQu { top:27.1875rem;left:26.25rem;width:21.5rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWNXheWQG0R2OkSUhRklTfydgiByIJ5L { top:22.75rem;left:34.0625rem;width:13.6875rem;height:3.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMNbiN16HcQDLEubCd7tqzanWvmBf86p { top:20.8125rem;left:31.4375rem;width:16.3125rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5ezTSe7GzNKogb8rDgD1rn0FqX75bOH { top:13.25rem;left:41.5rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPTXErR9HB2Agcq5NGhCKqhyLUrDLLga { width:14.625rem;height:3.4375rem;top:39rem;left:25.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENvyEIebteJVa4COe5IdLwtmdIXgMqa9 { display:block; }
 }@media only screen and (max-width: 763px) { #iR8JTBplnuStcfKKKh78S3SVpnqiqAnA { width:16.4375rem;height:3.4375rem;top:39rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #heuxfLg1BnVexUmArSTKPyBJLKQG17BQ { display:block; }
 }@media only screen and (max-width: 763px) { #u6EkVfc6nl2uePuW5QG3mDfzJVcWEgsi { top:14.5rem;left:0rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3AksErwefUSRRsArTWBTxmAxVyJ3Vn4 { top:14.375rem;left:21.90625rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiXFxZqrsNHIXQIltwTNdqSB19sW6HiJ { top:14.5625rem;left:44.1875rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L44JnTDxTuV4aWRT8HxptvBwJ4XCUkv4 { display:block; }#L44JnTDxTuV4aWRT8HxptvBwJ4XCUkv4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dEfrI8hQZQ1FH1rB1zxNRplh3TGS9nMw { top:3.4375rem;left:0rem;width:47.75rem;height:3rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z90fBMTCJJ0W3w8pA9yxLg479TAOgqSM { top:10.375rem;left:0rem;width:23.75rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXiI0wmfbv9hJWaVXAldxZB6Jad3ksSg { top:9.5rem;left:0rem;width:21.25rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztHM8uMyyyNM9UmeSxhniWA5rz4Jcx2w { top:23.1875rem;left:0rem;width:21.25rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZrdabT6liT0aOTMtFQTkG1lLlsCyZoK { top:25.1875rem;left:0rem;width:21.25rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yK3dQWX20rNQ9JWbLvXWF2AAwO152b3C { width:14.625rem;height:3.4375rem;top:58.8125rem;left:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTCO28zsSnn8Z05ISHx4KtDaLvDNSm5V { display:block; }
 }@media only screen and (max-width: 763px) { #KEr8lggQbWziEJawMuEEF7LIlZwmD6d6 { width:16.4375rem;height:3.4375rem;top:58.8125rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJxfTsTEbU5vZCVRTEOqf4oPJGXG8z44 { display:block; }
 }@media only screen and (max-width: 763px) { #RpKRadpCQQzGvPJhL4ge0AP58KPSKkrn { top:10.375rem;left:12rem;width:23.75rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImtXMTsK9cXwgNbqXXDSuKful3i5nyoK { top:26.5rem;left:13.25rem;width:21.25rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxf3PbRuhQVe6mR78oPvSsRT0CH88fxR { top:23.1875rem;left:13.25rem;width:21.25rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIhASQ5s0SHIzdAS2dOWKnukJwHU6ttK { top:9.5rem;left:13.25rem;width:21.25rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #naQbvkOSBy0vxIe3VAP4bVIX0OeyTgzp { top:10.375rem;left:24rem;width:23.75rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQIQqRMepceduGNKJBnor6XzKU9GVURG { top:25.1875rem;left:26.5rem;width:21.25rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3TS8FTKc6mbasbNFS7F9BTA86mQE5dN { top:23.1875rem;left:26.5rem;width:21.25rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVSI9CZPSIglUWINTXKTqhhl7Wlf4SQT { top:9.5rem;left:26.5rem;width:21.25rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMRbZMQquOWDLkNbM1fqs5igN0eKS3bD { top:34.3125rem;left:24rem;width:23.75rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTTPk2n5AyyDagnhmOtNA4lHQOk7oGLX { top:49.125rem;left:26.0625rem;width:21.25rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JW59HrcRT66VDhzXM7XLSDuhJoOVs3Bk { top:34.3125rem;left:0rem;width:23.75rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqpBsLKTUfwxpJkiz4lsWo0uiGxsPMVB { top:47.125rem;left:26.0625rem;width:21.25rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOgdBWX5dHJEKUzx7nMkTfOw6FL7k7ms { top:49.125rem;left:0.4375rem;width:21.25rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgCFLWOoNCsykeGm2Qz2MX8DFD0G3uT4 { top:47.125rem;left:0.4375rem;width:21.25rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqa0TliJEBWLv038eGQPzBzqFcOdRu1D { top:33.4375rem;left:0.4375rem;width:21.25rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RG8iWqJVZ5nIe1GI0zECbgVNPVAG3uXT { top:33.4375rem;left:26.0625rem;width:21.25rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFfw4k9X5KTynA03UQ9ZedkU3ae8uhak { display:block; }#TFfw4k9X5KTynA03UQ9ZedkU3ae8uhak > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NsWxTZXlAtgN4Nt1TbXiBknT9VUHE7xG { top:3.75rem;left:0rem;width:47.75rem;height:3rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpOwK7yrB7syaI4hDPamftIywgKE6txk { top:9.9375rem;left:0rem;width:24.0625rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2r9b3AX1xeaqvbVvBJTLdToqpS4XOz0 { top:9.9375rem;left:11.84375rem;width:24.0625rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9rCTpP7TEwC6fSmOVsXy7d8rGW207Tr { top:9.9375rem;left:23.6875rem;width:24.0625rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #vx14KctBF3r4T3e6A8MzXV2l6JbF0qke { top:31.1875rem;left:0rem;width:24.0625rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXL711LaWbr91ttKQyUIlwmc1TvQb39m { top:31.1875rem;left:23.6875rem;width:24.0625rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcW01POLWtaUzZbuAZmynRgVb63riFmn { top:31.1875rem;left:11.84375rem;width:24.0625rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwgxkdOBPesSOCbdznxxZbnWPbTn881a { display:block; }#kwgxkdOBPesSOCbdznxxZbnWPbTn881a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s71w1UZ1y4CI4a1DqmoK0WIZu9Wcw0KQ { top:3.0625rem;left:0rem;width:47.75rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7VxfqDTX9ZEhD71Iat4eAtqeUmlUqBl { display:block; }#O7VxfqDTX9ZEhD71Iat4eAtqeUmlUqBl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P45ASU8xEe5M3PUTEsihE0221amN2Nf8 { top:5.625rem;left:0rem;width:47.75rem;height:3.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBeq2ERFxXfSI73Jo7MT3ihTaCLKMGKo { top:10.125rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J88ExUPJ57wO1dhzLisVfhTWPxdBKuN1 { width:14.625rem;height:3.4375rem;top:15.6875rem;left:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIUPHFgu6M9TaLZdzAno4vMcrW5NBHhU { display:block; }
 }@media only screen and (max-width: 763px) { #IxqufLN9uyqunrNBV1ZLD0xQ3g7ThzBE { width:16.4375rem;height:3.4375rem;top:15.6875rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wqg1Ubo2NEEm5QOZBD4oTk4aIG5b58f7 { display:block; }
 }@media only screen and (max-width: 763px) { #MgsTMDOJg2mKUKLwlXFzzxQ0HZTFgw4i { display:block; }#MgsTMDOJg2mKUKLwlXFzzxQ0HZTFgw4i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uXqRLfhImEZThas1TICKBIX7NFzQS87p { top:2rem;left:0rem;width:47.75rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #usNXwyR6aCeGhv9po3OysXCnwnf5uV3H { display:none; }#usNXwyR6aCeGhv9po3OysXCnwnf5uV3H > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pgp6OwzVhTJklaINOOsxZ07BOddfwAce { width:14.625rem;height:3.4375rem;top:18rem;left:25.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nwEiPck6JCGzqx0bVRBUI3ndcbtqggss { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #GGNpiTmP7is54PysBeQEfsd8BpkLIGFt { position:relative;z-index:auto;display:none; }#GGNpiTmP7is54PysBeQEfsd8BpkLIGFt { border-width: 0; border-radius: 0; }#GGNpiTmP7is54PysBeQEfsd8BpkLIGFt > .row .container { width:20rem;height:23.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Wkdqpy8f2HAt2GfhqQhsvBFOQlCR2yb6 { width:20rem;height:4.1875rem;top:5.6875rem;left:-0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfgTWqQRmmAZ4wyIiDghX2HkZdDnTgNK { display:flex;width:2.4375rem;height:2.4375rem;top:6.5625rem;left:3.1875rem; }
 }@media only screen and (max-width: 763px) { #WWE9th6EQTbH54oKblcgL3tRliTyzh3K { width:11.3125rem;height:0.9746125rem;top:6.4375rem;left:5.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hT0gcuKX19K2MfT1AayNmzK1izBLB3ui { width:11.1875rem;height:1.8681625rem;top:7.5625rem;left:5.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgPTJESIO8OqXo9XUZfXeTeVXAt9PfXF { width:10.4375rem;height:3.4375rem;top:17.875rem;left:4.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TJIQUqkCMouiJyEGsq4ttheU5JVrZKyC { display:block; }
 }@media only screen and (max-width: 763px) { #pMdT7941kSIERFo4i47C9OlhBveI5CtI { width:12.6875rem;height:3.4375rem;top:22.5625rem;left:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gzAV5VzH7pzhwkadV7Iw0cPtKxwTwWuN { display:block; }
 }@media only screen and (max-width: 763px) { #FK3XEKq4z5If0f7d8bhmZJKBf5viiD5h { width:9.0625rem;height:3.4375rem;top:27.25rem;left:5.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cVO5gdaQ2nCnSozBkW7ZNH6nA0JhdaIx { display:block; }
 }@media only screen and (max-width: 763px) { #f7VJh6rur3fF9VqQek2i1Tfps80MV4E2 { width:6.875rem;height:6.875rem;top:11.21875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKlnhqfM2aubKohvlDrAgDqxE6IO2WSc { width:19.125rem;height:4.375rem;top:5.59375rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1SSrfmMDd2NE7CPQNPPpMkAcX3rock9 { display:block; }
 }@media only screen and (max-width: 763px) { #oBXuFdrnEv0qfnOumsAIRxu8IzSaMx9n { display:none; }#oBXuFdrnEv0qfnOumsAIRxu8IzSaMx9n > .row .container { width:20rem;height:8.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #w6rUZqp6AtPGaC7lElIfWOvVAuc7NfHf { 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; }#w6rUZqp6AtPGaC7lElIfWOvVAuc7NfHf > .row .container { background-color: transparent; background-image: none; }#w6rUZqp6AtPGaC7lElIfWOvVAuc7NfHf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w6rUZqp6AtPGaC7lElIfWOvVAuc7NfHf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w6rUZqp6AtPGaC7lElIfWOvVAuc7NfHf > .row .container > .video-iframe-container { display: none; }#w6rUZqp6AtPGaC7lElIfWOvVAuc7NfHf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w6rUZqp6AtPGaC7lElIfWOvVAuc7NfHf > .row > .video-iframe-container { display: none; }#w6rUZqp6AtPGaC7lElIfWOvVAuc7NfHf > .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); }#w6rUZqp6AtPGaC7lElIfWOvVAuc7NfHf > .row .container { border-width: 0; border-radius: 0; }#w6rUZqp6AtPGaC7lElIfWOvVAuc7NfHf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w6rUZqp6AtPGaC7lElIfWOvVAuc7NfHf > .row .container { width:20rem;height:22.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VLCn5y3ZQ0yMpfPRMyToCRbkd0nTT3pO { display:flex;top:2.6875rem;left:18.125rem;width:1.875rem;height:1.875rem;z-index:15010;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #keoUPRHuIfW2kLLsN0848PWdT1kGUutm { top:0.8125rem;left:0rem;width:5.625rem;height:5.625rem;z-index:15011;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #sRsstntN2Eo9VGc7geHivtbhaw4uJ8t2 { top:8rem;left:1.25rem;width:17.5rem;height:3.4375rem;z-index:15012;color:#171717;background-color:transparent;background-image:none;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #RhSo8iU6zC4xzG4JCQPWe99ngnLJ8bKJ { display:block; }
 }@media only screen and (max-width: 763px) { #HxQwayES6DksuPXHudCqkmSNR2XvK9zv { top:11.75rem;left:1.25rem;width:17.5rem;height:3.4375rem;z-index:15013;color:#171717;background-color:transparent;background-image:none;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #NcM3TmGUFJQDz6LbEm4WetT4dPaUtzRh { display:block; }
 }@media only screen and (max-width: 763px) { #vCWHnpV1PCf3oTBIT2tURxJSJZ65o4Nw { top:15.53125rem;left:1.25rem;width:17.5rem;height:3.4375rem;z-index:15014;color:#171717;background-color:transparent;background-image:none;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #OZduxI2eO6D0QqIBGmmq6yqZOhiMdzNT { display:block; }
 }@media only screen and (max-width: 763px) { #ML51S61gulAeJo2DA84epJ8nhbqLL6qw { display:block; }#ML51S61gulAeJo2DA84epJ8nhbqLL6qw > .row .container { width:20rem;height:9.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yTOimhCI7prvnfGA0feI2guvpUmuXDxN { width:10rem;height:2.92480625rem;top:1.4375rem;left:0rem;font-size:1.125rem;display:block; }#yTOimhCI7prvnfGA0feI2guvpUmuXDxN li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5659ca3dcfd4555c16a0314d2e2b803457ef56cb.svg); }
 }@media only screen and (max-width: 763px) { #pfF18r7AfBGfAOrFIuScWoff93nWO0zq { width:10rem;height:2.92480625rem;top:1.4365234375rem;left:10rem;font-size:1.125rem;display:block; }#pfF18r7AfBGfAOrFIuScWoff93nWO0zq li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2928cfefecf166004f2f5a47617c5eb709e5de07.svg); }
 }@media only screen and (max-width: 763px) { #NZTwg8Wr947SgmidzGHG6VuzvSEn3fK0 { width:10rem;height:2.92480625rem;top:5.296875rem;left:0rem;font-size:1.125rem;display:block; }#NZTwg8Wr947SgmidzGHG6VuzvSEn3fK0 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9f3841f55e7c45e0c759f0be9b7c8fd9c992c857.svg); }
 }@media only screen and (max-width: 763px) { #AlkJ8WcXk0pyBP2ZWKkW9JD9LUTMwtic { width:10rem;height:1.4624rem;top:5.296875rem;left:10rem;font-size:1.125rem;display:block; }#AlkJ8WcXk0pyBP2ZWKkW9JD9LUTMwtic li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0b5148d4dfdb9054f6df3a0e7f0a18b8eb92297b.svg); }
 }@media only screen and (max-width: 763px) { #Lu3NrTavsNHTPwITm9En7JJqObpXz2xq { display:block; }#Lu3NrTavsNHTPwITm9En7JJqObpXz2xq { border-width: 0; border-radius: 0; }#Lu3NrTavsNHTPwITm9En7JJqObpXz2xq > .row .container { width:20rem;height:89.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RxExSX9iNSUlQbeVNnwqR6LwvKkDRcGm { width:20rem;height:11.13575rem;top:0.375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIqKraaQgLR8NeyIvkFtnvc8gxtcMs9S { width:20rem;height:7.5rem;top:13.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5AdyH1kVlvIZdKJmRdTnZqTVgf3UJQx { width:20rem;height:38.875rem;top:30.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpPBsgQLyw3JWxzAEi0m8vVENQcFJA2W { width:20rem;height:5.3994125rem;top:22.5390625rem;left:0rem;font-size:1rem;display:block; }#SpPBsgQLyw3JWxzAEi0m8vVENQcFJA2W li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_fe8da6b1896a7736fe666d52ae948ccb5b35a654.svg); }
 }@media only screen and (max-width: 763px) { #nhG8QBc8Fy9CC8f7Dwqgp30Ux0vJsmKX { width:20rem;height:3.25rem;top:30.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXqcw8w1c4nqBcy8DArqoENdlgd6bmUC { width:17.5rem;height:4.21875rem;top:34.5rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIP7KgGv4HXyMzZg4pBpoxrc1KJhuZhI .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;display:block;vertical-align:top;height:auto; }
#TIP7KgGv4HXyMzZg4pBpoxrc1KJhuZhI .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#TIP7KgGv4HXyMzZg4pBpoxrc1KJhuZhI .widget-input-text {padding-top: 0; padding-bottom: 0;}#TIP7KgGv4HXyMzZg4pBpoxrc1KJhuZhI .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#TIP7KgGv4HXyMzZg4pBpoxrc1KJhuZhI .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#TIP7KgGv4HXyMzZg4pBpoxrc1KJhuZhI .widget-input-select {padding-top: 0; padding-bottom: 0;}#TIP7KgGv4HXyMzZg4pBpoxrc1KJhuZhI .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#TIP7KgGv4HXyMzZg4pBpoxrc1KJhuZhI .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#TIP7KgGv4HXyMzZg4pBpoxrc1KJhuZhI .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TIP7KgGv4HXyMzZg4pBpoxrc1KJhuZhI .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TIP7KgGv4HXyMzZg4pBpoxrc1KJhuZhI  { width:17.5rem;height:auto;top:38.5rem;left:0rem; }
#TIP7KgGv4HXyMzZg4pBpoxrc1KJhuZhI .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#TIP7KgGv4HXyMzZg4pBpoxrc1KJhuZhI {display:block;}#TIP7KgGv4HXyMzZg4pBpoxrc1KJhuZhI { width:17.5rem;height:auto;top:38.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TIP7KgGv4HXyMzZg4pBpoxrc1KJhuZhI #RkbvM6IgXpsP10QWkV7gENQZXVOySgZE {  }
 }@media only screen and (max-width: 763px) { #TIP7KgGv4HXyMzZg4pBpoxrc1KJhuZhI #zakRBbZU3242XdOVHhZe9lQN4g2DuPGD { display:none; }
 }@media only screen and (max-width: 763px) { #TIP7KgGv4HXyMzZg4pBpoxrc1KJhuZhI #q1DXv5iZuxCLT9IDDSQRZMzIX2vaBGlf {  }
 }@media only screen and (max-width: 763px) { #TIP7KgGv4HXyMzZg4pBpoxrc1KJhuZhI #cb2l58cExnPd42OQu8vvfhyDKSDNFxVs {  }
 }@media only screen and (max-width: 763px) { #TIP7KgGv4HXyMzZg4pBpoxrc1KJhuZhI #iZt6SMHfXV7Cdl8AgR6GNyUgK2rFEALq { display:none; }
 }@media only screen and (max-width: 763px) { #TIP7KgGv4HXyMzZg4pBpoxrc1KJhuZhI #kGkbTW4TZNbWsclQrA7rFsxxaAMta2td {  }
 }@media only screen and (max-width: 763px) { #TIP7KgGv4HXyMzZg4pBpoxrc1KJhuZhI #QpFW9Py35Zk1gZdikrCiQ4TphT7Hhrq6 {  }
 }@media only screen and (max-width: 763px) { #TIP7KgGv4HXyMzZg4pBpoxrc1KJhuZhI #Osbg75bJSir1yIiM8q3lTy2z775teqao { display:none; }
 }@media only screen and (max-width: 763px) { #TIP7KgGv4HXyMzZg4pBpoxrc1KJhuZhI #n1sAWLDXSRdzkJ8JUz1S5KChi7exdupd {  }
 }@media only screen and (max-width: 763px) { #TIP7KgGv4HXyMzZg4pBpoxrc1KJhuZhI #w2Pkqi8S7VskKqe6tmg8Kht28vrkFUv6 {  }
 }@media only screen and (max-width: 763px) { #TIP7KgGv4HXyMzZg4pBpoxrc1KJhuZhI #khr5ZN7XNWgrcS4IdwWo0m9liWXmATiZ { display:none; }
 }@media only screen and (max-width: 763px) { #TIP7KgGv4HXyMzZg4pBpoxrc1KJhuZhI #yCLhTeMrZD0IFwNRaT0zXe9rnsEHGh3O {  }
 }@media only screen and (max-width: 763px) { #TIP7KgGv4HXyMzZg4pBpoxrc1KJhuZhI #EWQN9RqHfw4EB3IyIQng0ckfnAtWLUJn {  }
 }@media only screen and (max-width: 763px) { #TIP7KgGv4HXyMzZg4pBpoxrc1KJhuZhI #xTr9Xl1ZFncFvM8c3ZRaWguEqtAlqe27 { display:none; }
 }@media only screen and (max-width: 763px) { #TIP7KgGv4HXyMzZg4pBpoxrc1KJhuZhI #fDAT5X5x3talx74gbJRy62KVpwkEzkVC {  }
 }@media only screen and (max-width: 763px) { #TIP7KgGv4HXyMzZg4pBpoxrc1KJhuZhI #r7eGBgqfCsIiTAWPHfz6WfzAg4ABQxrM {  }
 }@media only screen and (max-width: 763px) { #TIP7KgGv4HXyMzZg4pBpoxrc1KJhuZhI #OCsf3n2kBkNmdsZmT7s1L8w9z9Hy6JER {  }
 }@media only screen and (max-width: 763px) { #TIP7KgGv4HXyMzZg4pBpoxrc1KJhuZhI #fi9zWkHBC8WvGpNGhyUwPz9nMdocOpVL {  }
 }@media only screen and (max-width: 763px) { #TIP7KgGv4HXyMzZg4pBpoxrc1KJhuZhI #JgEkkBnFnRGoSt0KAomezn7Sk6wU2a9q {  }
 }@media only screen and (max-width: 763px) { #TIP7KgGv4HXyMzZg4pBpoxrc1KJhuZhI #wRJQLuVmbgeJO0KU6zxEFqRh8uoIVgeO {  }
 }@media only screen and (max-width: 763px) { #z15FEB0ks0AaXLADaBIhTms3UQwMBkLa { width:20rem;height:21.75rem;top:69.0488125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yOCKARJx8HrWKrIXS92LoPPichdKTNgv { width:7.9375rem;height:0;top:69.8125rem;left:8.3125rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #iukLriZxUpyJqcM0Q9z7WFKD8RvJeIyc { width:20rem;height:13.375rem;top:71.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PonSqnvXTi60DNDZSNTPq4ZdShUONbTb { width:6.4375rem;height:1.25rem;top:73.3125rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #do4tT3H98Z5H9odtiqOcD9xAG3D3LpDz { width:17.5625rem;height:3rem;top:75.125rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K3A9ut6wR6IU2lobw9Bl13hg5xVT4Fdt { width:3.0625rem;height:3.0625rem;top:78.9375rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVT8xODgcKQTalMwD18WlgImFnzp6UfX { width:9.6875rem;height:1.19970625rem;top:82.3125rem;left:5.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PF5LZRE3pehBsJLVgINxU6Qn9S8JR731 { display:block; }#PF5LZRE3pehBsJLVgINxU6Qn9S8JR731 > .row .container { width:20rem;height:63.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NPivXdiEHJiGBbnAlMpGMDGfzkbiHiaq { width:20rem;height:25.5rem;top:25.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJebz4fyEUfLCTz4Va7HRxRr96TOceR8 { width:20rem;height:4.5rem;top:19.9375rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zheIxZ7DMiBy7EZbiTvrtrJGrT0geHJp { width:20rem;height:3.4375rem;top:52.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDISDvmMzLfoKm1rxyagFO70xkrSFtyF { display:block; }
 }@media only screen and (max-width: 763px) { #lCy9ZrEfsvOrTKVUbEsS1nO4kwSn3x9K { width:20rem;height:15.1386875rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tR2zUNIoLteVQxTHUr2eXJu6DdfTilQO { width:14.625rem;height:3.4375rem;top:56.638671875rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAWP7QcTafTRAmpVTFTTD3Uvb9yfegb8 { display:block; }
 }@media only screen and (max-width: 763px) { #ZDPg1IVfLvebbUd7qarwRZMhS3pxzlEz { display:block; }#ZDPg1IVfLvebbUd7qarwRZMhS3pxzlEz > .row .container { width:20rem;height:25.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B3S6ANluTr0wk5sLizkTTCI2TUErtlez { width:20rem;height:7.1996875rem;top:2.4375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gXkOG3aZDiV8aMX3iPlGIVF0awqXk8GV { width:15.875rem;height:4.375rem;top:18.40625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #boPpObZa441COJh6vIIHqsqP73AWNa7z { display:block; }
 }@media only screen and (max-width: 763px) { #FskH0IeZBMWfCrd2P9ZP2zsUbadnl7wD { width:15.8125rem;height:4.1875rem;top:18.5rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAp5KoIT5X38lPSbheOnBGWXqBLdzTrI { width:11.3125rem;height:0.9746125rem;top:19.25rem;left:5.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwFBRPANsTTbxaqXe7iImTPg6lXRTM1O { display:flex;width:2.4375rem;height:2.4375rem;top:19.375rem;left:3.1875rem; }
 }@media only screen and (max-width: 763px) { #Z1waZo8e7BCp1T2oVHhDdGlcTRTMDy12 { width:11.1875rem;height:1.70605625rem;top:20.3125rem;left:5.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxKuLzmlczbZ25TwSJkTzz1r8IVAAhEq { width:20rem;height:6rem;top:10.65625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oHBQGBBCIau4tZVqWkT2zA7TyXkCc3aN { display:block; }#oHBQGBBCIau4tZVqWkT2zA7TyXkCc3aN > .row .container { width:20rem;height:66.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KN9rO3ZqVIfnyyEuuiXTC47UeQ2Lw9ZF { width:16.4375rem;height:3.4375rem;top:60.0625rem;left:1.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1qez0NXqLO3uVcRSk9DBe9ZEHRBB7vx { display:block; }
 }@media only screen and (max-width: 763px) { #AWiTUetNf9Qt93AtkTWMKFQMu450vUkE { width:20rem;height:20.998525rem;top:30.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBXkvwxzZx41IdVMVVWnKfSE0KqH4y0I { width:20rem;height:6.75rem;top:21.875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDk3MmCiczgAEDf5TDPyxNiBTTP7oaN4 { width:20rem;height:3.4375rem;top:54.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcTszTASE6nS6rP6QFEmJF6B9PZLt4mm { display:block; }
 }@media only screen and (max-width: 763px) { #IWThdR78ZTv8Z1PBX2Tkx7m2U56ziHpW { width:19.625rem;height:14.4375rem;top:3.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUKlxyUn6gbbKQq7CH9D8bNBFuSaKQDQ { width:4.25rem;height:4.25rem;top:15.9375rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLDmgOzSPA0TsHKudkE42HOMKTEvLqxC { display:block; }#oLDmgOzSPA0TsHKudkE42HOMKTEvLqxC > .row .container { width:20rem;height:92.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FdLcMbhCf5bxO6TIHtaMOxL6uHA7bKNS { width:20rem;height:4.5rem;top:2.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZfhuazEkTacTTkZTJbSwZ6S7l82KooT { width:20rem;height:22.5rem;top:8.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7CJnRiXwT8eV2RZRoqAhzawtg4ZNvNV { width:6.25rem;height:6.25rem;top:10.625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgvRKdfD7Dq1378AywOf2b76DOx38RD6 { width:16.3125rem;height:1.19970625rem;top:18.4375rem;left:1.84375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCcM34nI2nGUD44np7kvQdekTyH55rFF { width:17.625rem;height:1.8374rem;top:20.25rem;left:1.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfnsETSeOxBdtSUX9tgyNmPbVV0GBNvV { width:18.125rem;height:4.5rem;top:23rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdgcvTk9RbtptaUWZ6nGKNDLmAx1zn1B { width:20rem;height:22.5rem;top:32.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDGoPUByRNSmAHwm8PO1sVpT9CUKAHKS { width:18.125rem;height:4.5rem;top:48.25rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7TrCs8443N5K9gkgER260N0VSWJlZkC { width:6.25rem;height:6.25rem;top:34.25rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzGLgQDGDlrgOrxT8ka9h825CEQC3CIA { width:16.3125rem;height:1.19970625rem;top:41.875rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBusQycGTp78iO6ihayUJAS9UVNGa9Tv { width:17.625rem;height:3.67480625rem;top:43.75rem;left:1.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHHKaNibzZuTaVDbRSUo9oykOZM0zisv { width:20rem;height:22.5rem;top:56.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHGtf5dk90E8mJNqIX93O3KMatRxbwQu { width:18.125rem;height:6rem;top:70.6875rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWNXheWQG0R2OkSUhRklTfydgiByIJ5L { width:17.625rem;height:1.8374rem;top:68.125rem;left:1.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMNbiN16HcQDLEubCd7tqzanWvmBf86p { width:16.3125rem;height:1.19970625rem;top:66.125rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5ezTSe7GzNKogb8rDgD1rn0FqX75bOH { width:6.25rem;height:6.25rem;top:58.375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPTXErR9HB2Agcq5NGhCKqhyLUrDLLga { width:16.4375rem;height:3.4375rem;top:85.5rem;left:1.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENvyEIebteJVa4COe5IdLwtmdIXgMqa9 { display:block; }
 }@media only screen and (max-width: 763px) { #iR8JTBplnuStcfKKKh78S3SVpnqiqAnA { width:20rem;height:3.4375rem;top:81.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #heuxfLg1BnVexUmArSTKPyBJLKQG17BQ { display:block; }
 }@media only screen and (max-width: 763px) { #u6EkVfc6nl2uePuW5QG3mDfzJVcWEgsi { width:3.6875rem;height:3.6875rem;top:11.90625rem;left:8.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3AksErwefUSRRsArTWBTxmAxVyJ3Vn4 { width:3.9375rem;height:3.9375rem;top:35.4375rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiXFxZqrsNHIXQIltwTNdqSB19sW6HiJ { width:3.5625rem;height:3.5625rem;top:59.75rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L44JnTDxTuV4aWRT8HxptvBwJ4XCUkv4 { display:block; }#L44JnTDxTuV4aWRT8HxptvBwJ4XCUkv4 > .row .container { width:20rem;height:140.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dEfrI8hQZQ1FH1rB1zxNRplh3TGS9nMw { width:20rem;height:4.5rem;top:0.375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z90fBMTCJJ0W3w8pA9yxLg479TAOgqSM { width:20rem;height:23.0625rem;top:7.3359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXiI0wmfbv9hJWaVXAldxZB6Jad3ksSg { width:18.125rem;height:12.5rem;top:6.4609375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztHM8uMyyyNM9UmeSxhniWA5rz4Jcx2w { width:18.125rem;height:3rem;top:20.25rem;left:0.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZrdabT6liT0aOTMtFQTkG1lLlsCyZoK { width:18.125rem;height:3.9375rem;top:23.9375rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yK3dQWX20rNQ9JWbLvXWF2AAwO152b3C { width:16.4375rem;height:3.4375rem;top:133.3125rem;left:1.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTCO28zsSnn8Z05ISHx4KtDaLvDNSm5V { display:block; }
 }@media only screen and (max-width: 763px) { #KEr8lggQbWziEJawMuEEF7LIlZwmD6d6 { width:20rem;height:3.4375rem;top:128.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJxfTsTEbU5vZCVRTEOqf4oPJGXG8z44 { display:block; }
 }@media only screen and (max-width: 763px) { #RpKRadpCQQzGvPJhL4ge0AP58KPSKkrn { width:20rem;height:22.875rem;top:32.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImtXMTsK9cXwgNbqXXDSuKful3i5nyoK { width:18.125rem;height:3.9375rem;top:49.375rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxf3PbRuhQVe6mR78oPvSsRT0CH88fxR { width:18.125rem;height:3rem;top:45.75rem;left:0.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIhASQ5s0SHIzdAS2dOWKnukJwHU6ttK { width:18.125rem;height:12.5rem;top:31.8125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #naQbvkOSBy0vxIe3VAP4bVIX0OeyTgzp { width:20rem;height:21.25rem;top:57.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQIQqRMepceduGNKJBnor6XzKU9GVURG { width:18.125rem;height:3.9375rem;top:72.9375rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3TS8FTKc6mbasbNFS7F9BTA86mQE5dN { width:18.125rem;height:1.5rem;top:70.625rem;left:0.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVSI9CZPSIglUWINTXKTqhhl7Wlf4SQT { width:18.125rem;height:12.5rem;top:56.8125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMRbZMQquOWDLkNbM1fqs5igN0eKS3bD { width:20rem;height:21.25rem;top:105.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTTPk2n5AyyDagnhmOtNA4lHQOk7oGLX { width:18.125rem;height:5.25rem;top:119.75rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JW59HrcRT66VDhzXM7XLSDuhJoOVs3Bk { width:20rem;height:21.25rem;top:81.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqpBsLKTUfwxpJkiz4lsWo0uiGxsPMVB { width:18.125rem;height:1.5rem;top:117.75rem;left:0.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOgdBWX5dHJEKUzx7nMkTfOw6FL7k7ms { width:18.125rem;height:3.9375rem;top:96.25rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgCFLWOoNCsykeGm2Qz2MX8DFD0G3uT4 { width:18.125rem;height:1.5rem;top:94.0625rem;left:0.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqa0TliJEBWLv038eGQPzBzqFcOdRu1D { width:18.125rem;height:12.5rem;top:80.375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RG8iWqJVZ5nIe1GI0zECbgVNPVAG3uXT { width:18.125rem;height:12.5rem;top:104.0625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFfw4k9X5KTynA03UQ9ZedkU3ae8uhak { display:block; }#TFfw4k9X5KTynA03UQ9ZedkU3ae8uhak > .row .container { width:20rem;height:115.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NsWxTZXlAtgN4Nt1TbXiBknT9VUHE7xG { width:20rem;height:4.5rem;top:0.625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpOwK7yrB7syaI4hDPamftIywgKE6txk { width:20rem;height:16.623376623377rem;top:6.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2r9b3AX1xeaqvbVvBJTLdToqpS4XOz0 { width:20rem;height:16.623376623377rem;top:24.310546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9rCTpP7TEwC6fSmOVsXy7d8rGW207Tr { width:20rem;height:16.623376623377rem;top:42.18359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vx14KctBF3r4T3e6A8MzXV2l6JbF0qke { width:20rem;height:16.623376623377rem;top:60.056640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXL711LaWbr91ttKQyUIlwmc1TvQb39m { width:20rem;height:16.623376623377rem;top:95.802734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcW01POLWtaUzZbuAZmynRgVb63riFmn { width:20rem;height:16.623376623377rem;top:77.9296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwgxkdOBPesSOCbdznxxZbnWPbTn881a { display:block; }#kwgxkdOBPesSOCbdznxxZbnWPbTn881a > .row .container { width:20rem;height:32.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s71w1UZ1y4CI4a1DqmoK0WIZu9Wcw0KQ { width:20rem;height:28.125rem;top:2.40625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7VxfqDTX9ZEhD71Iat4eAtqeUmlUqBl { display:block; }#O7VxfqDTX9ZEhD71Iat4eAtqeUmlUqBl > .row .container { width:20rem;height:29.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P45ASU8xEe5M3PUTEsihE0221amN2Nf8 { width:20rem;height:7.1996875rem;top:3.0615234375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBeq2ERFxXfSI73Jo7MT3ihTaCLKMGKo { width:20rem;height:4.5rem;top:10.96875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J88ExUPJ57wO1dhzLisVfhTWPxdBKuN1 { width:14.625rem;height:3.4375rem;top:22.484375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIUPHFgu6M9TaLZdzAno4vMcrW5NBHhU { display:block; }
 }@media only screen and (max-width: 763px) { #IxqufLN9uyqunrNBV1ZLD0xQ3g7ThzBE { width:20rem;height:3.4375rem;top:17.921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wqg1Ubo2NEEm5QOZBD4oTk4aIG5b58f7 { display:block; }
 }@media only screen and (max-width: 763px) { #MgsTMDOJg2mKUKLwlXFzzxQ0HZTFgw4i { display:block; }#MgsTMDOJg2mKUKLwlXFzzxQ0HZTFgw4i > .row .container { width:20rem;height:16.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uXqRLfhImEZThas1TICKBIX7NFzQS87p { width:18.0625rem;height:2.8125rem;top:1.5rem;left:0.96875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #usNXwyR6aCeGhv9po3OysXCnwnf5uV3H { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#usNXwyR6aCeGhv9po3OysXCnwnf5uV3H { background-color: transparent; background-image: none; }#usNXwyR6aCeGhv9po3OysXCnwnf5uV3H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#usNXwyR6aCeGhv9po3OysXCnwnf5uV3H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#usNXwyR6aCeGhv9po3OysXCnwnf5uV3H > .row .container > .video-iframe-container { display: none; }#usNXwyR6aCeGhv9po3OysXCnwnf5uV3H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#usNXwyR6aCeGhv9po3OysXCnwnf5uV3H > .row > .video-iframe-container { display: none; }#usNXwyR6aCeGhv9po3OysXCnwnf5uV3H > .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); }#usNXwyR6aCeGhv9po3OysXCnwnf5uV3H > .row .container { width:20rem;height:8.5rem;background-color:rgba(0,0,0,0);background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pgp6OwzVhTJklaINOOsxZ07BOddfwAce { width:14.625rem;height:3.4375rem;top:2.0625rem;left:2.6875rem;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0f056d, #847eda);background-image: -moz-linear-gradient(180deg, #0f056d, #847eda);background-image: -ms-linear-gradient(180deg, #0f056d, #847eda);background-image: -o-linear-gradient(180deg, #0f056d, #847eda);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f056d', endColorstr='#847eda' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f056d', endColorstr='#847eda' );";background-image: linear-gradient(180deg, #0f056d, #847eda);background-size:auto !important;color:#ffffff;font-family:"dm sans";display:block; }
 }@media only screen and (max-width: 763px) { #nwEiPck6JCGzqx0bVRBUI3ndcbtqggss { display:block; }
 }