.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;
}body { background-color:#19003e;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0px;left:0px;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); }#AEqtPM8RTR36N5ACp0U7whvfwcVrWQOT { position:relative;display:block; }#AEqtPM8RTR36N5ACp0U7whvfwcVrWQOT { background-color: transparent; background-image: none; }#AEqtPM8RTR36N5ACp0U7whvfwcVrWQOT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AEqtPM8RTR36N5ACp0U7whvfwcVrWQOT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AEqtPM8RTR36N5ACp0U7whvfwcVrWQOT > .row .container > .video-iframe-container { display: none; }#AEqtPM8RTR36N5ACp0U7whvfwcVrWQOT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AEqtPM8RTR36N5ACp0U7whvfwcVrWQOT > .row > .video-iframe-container { display: none; }#AEqtPM8RTR36N5ACp0U7whvfwcVrWQOT > .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); }#AEqtPM8RTR36N5ACp0U7whvfwcVrWQOT { border-width: 0; border-radius: 0; }#AEqtPM8RTR36N5ACp0U7whvfwcVrWQOT > .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; }#AEqtPM8RTR36N5ACp0U7whvfwcVrWQOT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:521px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#W7HoRCSy0J7iVG68WCpgK8BhNppyexxk { color:#ffffff;display:block;width:683px;position:absolute;font-family:nunito;font-size:41px;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:126px;left:30px;height:135.281px;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gupbSD3OJBfV02V9ITi4Oc34FV1eOOTn { position:absolute;display:block;z-index:15001;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:40px;width:185px;top:39px;left:30px;overflow:hidden;display:block; }
#C7LorRafWcxnb6vrzeSCkCeffvJeN76o { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:515px;width:690px;top:0px;left:507.72091603092px;overflow:hidden;display:block; }
#QiIcW1sNP0QmTFV7edidTAk6qJovvpEU { color:#fdfdfd;display:block;width:531px;position:absolute;font-family:nunito;font-size:36px;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:281.5px;left:30px;height:86.375px;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KkM1bvE7tsqMRByQNpuFET1LOiZsqhcI { 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:493px;width:1067px;top:0px;left:66.5px;overflow:hidden;display:block; }
#ToZBE9EbRo9T7dv723WlrZk6Saw2wOEM { color:#ffffff;display:block;width:531px;position:absolute;font-family:nunito;font-size:32px;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:256px;left:30px;height:76.8px;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#FdmbTqM018NHFLRcJRWMTe64sMbAVef8 { color:#ffffff;display:block;width:531px;position:absolute;font-family:nunito;font-size:32px;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:256px;left:30px;height:76.8px;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#Iacap48WnIlJw48Tw9oP9T6FPftDsUIP { color:#ffffff;display:block;width:600px;position:absolute;font-family:nunito;font-size:17px;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:377.33331298828px;left:30px;height:;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#Iacap48WnIlJw48Tw9oP9T6FPftDsUIP li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#Iacap48WnIlJw48Tw9oP9T6FPftDsUIP li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/27e2e199-cc99-4cbb-b2a8-d161076d836f/check3.svg); }
#W128eug7IQOVH3KmZXZUVK713Xqhu5aW { position:absolute;display:block;z-index:15002;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:48px;width:141px;top:32px;left:280.5px;overflow:hidden;display:block; }
#FbTwszkqkKuX3TRvCcZIcvQznKdGy0eG { color:#fdfdfd;display:block;width:37px;position:absolute;font-family:nunito;font-size:36px;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:34.399993896484px;left:234.5px;height:43.1875px;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DaC38kfqqJvNOlLwbHnCU9ATia5pHAQ5 { color:#ffffff;display:block;width:531px;position:absolute;font-family:nunito;font-size:32px;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:256px;left:30px;height:76.8px;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#r7hW0nFSr66JmDAkkifuQOS02Eg4vwZq { position:relative;display:block; }#r7hW0nFSr66JmDAkkifuQOS02Eg4vwZq { background-color: transparent; background-image: none; }#r7hW0nFSr66JmDAkkifuQOS02Eg4vwZq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r7hW0nFSr66JmDAkkifuQOS02Eg4vwZq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r7hW0nFSr66JmDAkkifuQOS02Eg4vwZq > .row .container > .video-iframe-container { display: none; }#r7hW0nFSr66JmDAkkifuQOS02Eg4vwZq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r7hW0nFSr66JmDAkkifuQOS02Eg4vwZq > .row > .video-iframe-container { display: none; }#r7hW0nFSr66JmDAkkifuQOS02Eg4vwZq > .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); }#r7hW0nFSr66JmDAkkifuQOS02Eg4vwZq { border-width: 0; border-radius: 0; }#r7hW0nFSr66JmDAkkifuQOS02Eg4vwZq > .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; }#r7hW0nFSr66JmDAkkifuQOS02Eg4vwZq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:134px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vKyhyXcMmGQ4HQ1dbrKTEmtxfuhbGtxO { color:#ffffff;display:block;width:839px;position:absolute;font-family:nunito;font-size:38px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:41px;left:180.5px;height:49.4px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#I1A3tCDOzSGBTPSK9xq6zpXmNqKec6Ub { position:relative;display:block; }#I1A3tCDOzSGBTPSK9xq6zpXmNqKec6Ub { background-color: transparent; background-image: none; }#I1A3tCDOzSGBTPSK9xq6zpXmNqKec6Ub::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I1A3tCDOzSGBTPSK9xq6zpXmNqKec6Ub > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I1A3tCDOzSGBTPSK9xq6zpXmNqKec6Ub > .row .container > .video-iframe-container { display: none; }#I1A3tCDOzSGBTPSK9xq6zpXmNqKec6Ub > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I1A3tCDOzSGBTPSK9xq6zpXmNqKec6Ub > .row > .video-iframe-container { display: none; }#I1A3tCDOzSGBTPSK9xq6zpXmNqKec6Ub > .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); }#I1A3tCDOzSGBTPSK9xq6zpXmNqKec6Ub { border-width: 0; border-radius: 0; }#I1A3tCDOzSGBTPSK9xq6zpXmNqKec6Ub > .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; }#I1A3tCDOzSGBTPSK9xq6zpXmNqKec6Ub > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:381px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qlqOxqcz4tKkviZ0T9Z1GdWeHFotaiMZ { color:#ffffff;display:block;width:270px;position:absolute;font-family:nunito;font-size:24px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:110px;left:111px;height:31.2px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zg4KAAK53SSfVTFfBUMCWJS5CfllqKrV { box-sizing:content-box;height:64px;width:64px;position:absolute;border-top-right-radius:600px;border-bottom-right-radius:600px;border-bottom-left-radius:600px;border-top-left-radius:600px;display:block;z-index:15005;background-color:#d619ff;background-image:none;top:30px;left:214px;box-shadow: 0 3px 6px rgba(0,0,0,0.48) ;display:block; }
#DZ7tOeRDsTcbfDAZsG2nZwnTTsaWLmaz { box-sizing:content-box;height:64px;width:64px;position:absolute;border-top-right-radius:600px;border-bottom-right-radius:600px;border-bottom-left-radius:600px;border-top-left-radius:600px;display:block;z-index:15006;background-color:#380089;background-image:none;top:28px;left:214px;box-shadow: none;display:block; }
#UqtVRaBAwaRAXVFn2GgE1oKTUREFCSHr { box-sizing:content-box;height:64px;width:64px;position:absolute;border-top-right-radius:600px;border-bottom-right-radius:600px;border-bottom-left-radius:600px;border-top-left-radius:600px;display:block;z-index:15006;background-color:#d619ff;background-image:none;top:31px;left:568px;box-shadow: 0 3px 6px rgba(0,0,0,0.48) ;display:block; }
#QVMQUsxFXcre3SrRqQMn9LlI3xlfJaph { box-sizing:content-box;height:64px;width:64px;position:absolute;border-top-right-radius:600px;border-bottom-right-radius:600px;border-bottom-left-radius:600px;border-top-left-radius:600px;display:block;z-index:15007;background-color:#d619ff;background-image:none;top:30px;left:934px;box-shadow: 0 3px 6px rgba(0,0,0,0.48) ;display:block; }
#ZXBL2n62W0civuUA6HKfaE1F1BPP5aIe { box-sizing:content-box;height:64px;width:64px;position:absolute;border-top-right-radius:600px;border-bottom-right-radius:600px;border-bottom-left-radius:600px;border-top-left-radius:600px;display:block;z-index:15007;background-color:#380089;background-image:none;top:29px;left:568px;box-shadow: none;display:block; }
#mq8G4MigH03IsTLXs9rHTHMJ0UcElW4V { box-sizing:content-box;height:64px;width:64px;position:absolute;border-top-right-radius:600px;border-bottom-right-radius:600px;border-bottom-left-radius:600px;border-top-left-radius:600px;display:block;z-index:15008;background-color:#380089;background-image:none;top:28px;left:934px;box-shadow: none;display:block; }
#E0EnzlAE18n7Q2PcXaLWXTt6TUItwkZz { color:#ffffff;display:block;width:43px;position:absolute;font-family:nunito;font-size:28px;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:42px;left:225px;height:36.4px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#p1VzJUiKscp37VHER50ORO0oyN5cBV3v { color:#ffffff;display:block;width:43px;position:absolute;font-family:nunito;font-size:28px;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:45px;left:579px;height:36.4px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DvgaTU8I9JFDU4xChi9gTfin8f1kMHgu { color:#ffffff;display:block;width:43px;position:absolute;font-family:nunito;font-size:28px;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:44px;left:944px;height:36.4px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XPDXCnTLxr0FTQKLMyd4TDm6ugluFix9 { color:#ffffff;display:block;width:270px;position:absolute;font-family:nunito;font-size:24px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:110px;left:465.00003051758px;height:31.2px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JO1J0byPtglbTtVrymG9zgn2yBKf5Ehx { color:#ffffff;display:block;width:152px;position:absolute;font-family:nunito;font-size:24px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:110px;left:890.00003051758px;height:31.2px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iwnkiZGQNEGdUT26o8G2lSI4rxNRgz5C { color:#ffffff;display:block;width:306px;position:absolute;font-family:nunito;font-size:16px;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:159px;left:93px;height:38.375px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#W87kaD9uZKzzV5mPUAwlWDXCBW3wdT8g { color:#ffffff;display:block;width:325px;position:absolute;font-family:nunito;font-size:16px;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:159px;left:438.00003051758px;height:38.375px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MiAtQLLgyoncCeqqS0q6S34U9iFLAnvO { color:#ffffff;display:block;width:325px;position:absolute;font-family:nunito;font-size:16px;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:159px;left:803.50003051758px;height:38.375px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#e0IH9NXCxXhcRNCPa4Qh5qPxNimNSxfo { background-color:#d518ff;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:80px;border-top-right-radius:80px;border-bottom-left-radius:80px;border-bottom-right-radius:80px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:nunito;font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:300px;height:56px;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:236.5px;left:450.00003051758px;display:block; }
#pduuRyF9JT0qfRysSo24Nihcx2M7ZVpB { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#b7NzBBZBNsFqSTelaXMEqsw349xFVKXO { color:#fdfdfd;display:block;width:671px;position:absolute;font-family:nunito;font-size:16px;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:319.20001220703px;left:264.5px;height:38.375px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Cx80ehAzto1oVs7oCXK8FpLu5Tbc6JTo { position:relative;display:block; }#Cx80ehAzto1oVs7oCXK8FpLu5Tbc6JTo { background-color: transparent; background-image: none; }#Cx80ehAzto1oVs7oCXK8FpLu5Tbc6JTo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cx80ehAzto1oVs7oCXK8FpLu5Tbc6JTo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cx80ehAzto1oVs7oCXK8FpLu5Tbc6JTo > .row .container > .video-iframe-container { display: none; }#Cx80ehAzto1oVs7oCXK8FpLu5Tbc6JTo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cx80ehAzto1oVs7oCXK8FpLu5Tbc6JTo > .row > .video-iframe-container { display: none; }#Cx80ehAzto1oVs7oCXK8FpLu5Tbc6JTo > .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); }#Cx80ehAzto1oVs7oCXK8FpLu5Tbc6JTo { border-width: 0; border-radius: 0; }#Cx80ehAzto1oVs7oCXK8FpLu5Tbc6JTo > .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; }#Cx80ehAzto1oVs7oCXK8FpLu5Tbc6JTo > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:92px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ppw330xel4WMI4EkAoTrEDgrvti0QkTd { color:#ffffff;display:block;width:1026px;position:absolute;font-family:nunito;font-size:40px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:33.8125px;left:87px;height:52px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xrU4fmbC58VNWhb13XEcPbTL2lvuoKCN { position:relative;display:block; }#xrU4fmbC58VNWhb13XEcPbTL2lvuoKCN { background-color: transparent; background-image: none; }#xrU4fmbC58VNWhb13XEcPbTL2lvuoKCN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xrU4fmbC58VNWhb13XEcPbTL2lvuoKCN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xrU4fmbC58VNWhb13XEcPbTL2lvuoKCN > .row .container > .video-iframe-container { display: none; }#xrU4fmbC58VNWhb13XEcPbTL2lvuoKCN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xrU4fmbC58VNWhb13XEcPbTL2lvuoKCN > .row > .video-iframe-container { display: none; }#xrU4fmbC58VNWhb13XEcPbTL2lvuoKCN > .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); }#xrU4fmbC58VNWhb13XEcPbTL2lvuoKCN { border-width: 0; border-radius: 0; }#xrU4fmbC58VNWhb13XEcPbTL2lvuoKCN > .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; }#xrU4fmbC58VNWhb13XEcPbTL2lvuoKCN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:552px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JOEKsZ09fJS1B7H9JUqWTWWhQoW1JTZ9 { color:#ffffff;display:block;width:609px;position:absolute;font-family:nunito;font-size:48px;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:155px;left:30px;height:105.6px;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ky95RaspQ1tXJnUHqqGs5CmonM3qrwnA { color:#ffffff;display:block;width:560px;position:absolute;font-family:nunito;font-size:18px;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:281px;left:30px;height:64.7812px;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#c2LWTwsM7JCeX0cNx1JToImWwohxWKpx { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:532px;width:661px;top:0px;left:539.00003051758px;overflow:hidden;display:block; }
#PENPgNlsCyPI0SfJtZvNbL27XUuk5keU { background-color:#d518ff;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:80px;border-top-right-radius:80px;border-bottom-left-radius:80px;border-bottom-right-radius:80px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:nunito;font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:300px;height:56px;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:389.5px;left:30px;display:block; }
#Zri8WhQJGHeouaodDNJutblp29oFsSf2 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#W9EtGwmFQXPUGEPIommH1egvTm7ykWbR { color:#ffffff;display:block;width:329px;position:absolute;font-family:nunito;font-size:18px;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:449px;left:749.00003051758px;height:21.5938px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WrZFTy8BqdKTldHFLMxvB8bb6HnrEiaQ { color:#ffffff;display:block;width:428px;position:absolute;font-family:nunito;font-size:18px;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:479.00003051758px;left:699.50003051758px;height:21.5938px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rBq11wrmow4l1gLFnlvSBnE7VBh1JZ60 { position:absolute;display:block;z-index:15008;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:22px;width:22px;top:477.60000610352px;left:683.30001831055px;overflow:hidden;display:block; }
#kANLtWRBzlSCK4o0BIG6MaPuQfSHgTxK { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:51px;width:184px;top:98.999877929688px;left:22px;overflow:hidden;display:block; }
#AhdGtl14g4Opy8M1ZoGuJwdfPvET2IEr { color:#ffffff;display:block;width:254px;position:absolute;font-family:nunito;font-size:48px;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:162px;left:821px;height:52.8px;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#NHd446JpXhBu8aDJDUplxE0gNyOkFLgi { color:#ffffff;display:block;width:74px;position:absolute;font-family:nunito;font-size:18px;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:136px;left:807px;height:21.6px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#oTuJMePUlxvGXSt441WSJfun0PilgD3r { color:#d518ff;display:block;width:168px;position:absolute;font-family:nunito;font-size:48px;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:112px;left:865px;height:52.8px;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#w3Leukpb2yRm9et1ifzDPo84SVkFHw82 { 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:186px;width:284px;display:none; }
#GtuH9Ooqn9rLAX53islSrG2osktNFJzg { position:relative;display:block; }#GtuH9Ooqn9rLAX53islSrG2osktNFJzg { background-color: transparent; background-image: none; }#GtuH9Ooqn9rLAX53islSrG2osktNFJzg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GtuH9Ooqn9rLAX53islSrG2osktNFJzg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GtuH9Ooqn9rLAX53islSrG2osktNFJzg > .row .container > .video-iframe-container { display: none; }#GtuH9Ooqn9rLAX53islSrG2osktNFJzg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GtuH9Ooqn9rLAX53islSrG2osktNFJzg > .row > .video-iframe-container { display: none; }#GtuH9Ooqn9rLAX53islSrG2osktNFJzg > .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); }#GtuH9Ooqn9rLAX53islSrG2osktNFJzg { border-width: 0; border-radius: 0; }#GtuH9Ooqn9rLAX53islSrG2osktNFJzg > .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; }#GtuH9Ooqn9rLAX53islSrG2osktNFJzg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:368px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#EpiQRoyKb6luSle3q3QDftDdox31MGzF { 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:278px;width:724px;top:35px;left:38px;overflow:hidden;display:block; }
#A2s0rbZ9X9qpzJVlFzsOlXxunnNgIQgD { color:#ffffff;display:block;width:74px;position:absolute;font-family:nunito;font-size:18px;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:136px;left:807px;height:21.6px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KtApZCwJVsfHVEKzG0G5RX8WcvndAzsh { color:#d518ff;display:block;width:168px;position:absolute;font-family:nunito;font-size:48px;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:120.39999389648px;left:881px;height:52.8px;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DiX6dCfav0DGGOm4uHCFgKK6rPe8N3k2 { color:#ffffff;display:block;width:254px;position:absolute;font-family:nunito;font-size:48px;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:162px;left:821px;height:52.8px;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CRscOiynwqIVySHZPyvgXPhUkgqEoXiJ { color:#ffffff;display:block;width:187px;position:absolute;font-family:nunito;font-size:20px;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:214.80004882812px;left:822px;height:44px;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xGWJJ180FnUoepBNtEJDpGbzoIv5o2Xw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#280061;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; }#xGWJJ180FnUoepBNtEJDpGbzoIv5o2Xw > .row .container { background-color: transparent; background-image: none; }#xGWJJ180FnUoepBNtEJDpGbzoIv5o2Xw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xGWJJ180FnUoepBNtEJDpGbzoIv5o2Xw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xGWJJ180FnUoepBNtEJDpGbzoIv5o2Xw > .row .container > .video-iframe-container { display: none; }#xGWJJ180FnUoepBNtEJDpGbzoIv5o2Xw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xGWJJ180FnUoepBNtEJDpGbzoIv5o2Xw > .row > .video-iframe-container { display: none; }#xGWJJ180FnUoepBNtEJDpGbzoIv5o2Xw > .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); }#xGWJJ180FnUoepBNtEJDpGbzoIv5o2Xw > .row .container { border-width: 0; border-radius: 0; }#xGWJJ180FnUoepBNtEJDpGbzoIv5o2Xw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xGWJJ180FnUoepBNtEJDpGbzoIv5o2Xw > .row .container { font-size:14px;font-family:arial;height:474px;width:1200px;position:relative;display:block; }#SVfkaauWK3TcW0viWbmS7sPpyNSKDNq1 { 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:474px;width:576px;top:7.62939453125E-5px;left:594.00003051758px;overflow:hidden;display:block; }
#fcNGf7leabTZNu2f1KhmoHTMdfaLn6ph { position:absolute;display:block;z-index:15001;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:280px;width:576px;top:97.000045776367px;left:594.00003051758px;overflow:hidden;display:block; }
#Gvf8G143gWA8tcexaVfkPFkRMigAmP2t { color:#ffffff;display:block;width:476px;position:absolute;font-family:nunito;font-size:48px;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:97.000061035156px;left:30px;height:105.6px;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VZ44oDgq9cTWSvpk8ax1U9XUmDSgtTzZ { color:#ffffff;display:block;width:470px;position:absolute;font-family:nunito;font-size:18px;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:231.99993896484px;left:30px;height:64.7812px;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yGJ7qpfPNvqtU64SNQXd5AvE8cL0gdfB { background-color:#d518ff;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:80px;border-top-right-radius:80px;border-bottom-left-radius:80px;border-bottom-right-radius:80px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:nunito;font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:300px;height:56px;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:303.50003051758px;left:30px;display:block; }
#a2sOhwUn5aICIvnhxm9eHhp2wP0LcGRa { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#X8S3GDAzHPrDJcfKHTo23RBA6FByELWf { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:559px;width:565px;top:325.20001220703px;left:527.94998168945px;overflow:hidden;display:block; }
#W0LtNImO8bRMNu8DbTLi9Tbs6IfSBXp5 { 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:284px;width:284px;display:none; }
#Ubgb6upfDDn4nkTxUXwAoaumh3Tnq8yN { 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:461px;width:320px;display:none; }
#WlH5D0sGg4RPpGbxIfI8Jm8zy3TMN0v0 { color:#ffffff;display:block;width:357px;position:absolute;font-family:nunito;font-size:18px;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:110.20001220703px;left:214px;height:64.8px;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#I1z0WSNCToU0T9az9LsIs8R2Bg04xqWJ { position:relative;display:block; }#I1z0WSNCToU0T9az9LsIs8R2Bg04xqWJ { background-color: transparent; background-image: none; }#I1z0WSNCToU0T9az9LsIs8R2Bg04xqWJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I1z0WSNCToU0T9az9LsIs8R2Bg04xqWJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I1z0WSNCToU0T9az9LsIs8R2Bg04xqWJ > .row .container > .video-iframe-container { display: none; }#I1z0WSNCToU0T9az9LsIs8R2Bg04xqWJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I1z0WSNCToU0T9az9LsIs8R2Bg04xqWJ > .row > .video-iframe-container { display: none; }#I1z0WSNCToU0T9az9LsIs8R2Bg04xqWJ > .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); }#I1z0WSNCToU0T9az9LsIs8R2Bg04xqWJ { border-width: 0; border-radius: 0; }#I1z0WSNCToU0T9az9LsIs8R2Bg04xqWJ > .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; }#I1z0WSNCToU0T9az9LsIs8R2Bg04xqWJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:352px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#aM6S3zQ4EEXaswba1IKsdZMPWE6493z0 { color:#ffffff;display:block;width:357px;position:absolute;font-family:nunito;font-size:18px;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:110.20001220703px;left:214px;height:64.7812px;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rMwAhCFlJkI6mnOqI75zKBAT6T56bEg5 { position:relative;display:block; }#rMwAhCFlJkI6mnOqI75zKBAT6T56bEg5 { background-color: transparent; background-image: none; }#rMwAhCFlJkI6mnOqI75zKBAT6T56bEg5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rMwAhCFlJkI6mnOqI75zKBAT6T56bEg5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rMwAhCFlJkI6mnOqI75zKBAT6T56bEg5 > .row .container > .video-iframe-container { display: none; }#rMwAhCFlJkI6mnOqI75zKBAT6T56bEg5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rMwAhCFlJkI6mnOqI75zKBAT6T56bEg5 > .row > .video-iframe-container { display: none; }#rMwAhCFlJkI6mnOqI75zKBAT6T56bEg5 > .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); }#rMwAhCFlJkI6mnOqI75zKBAT6T56bEg5 { border-width: 0; border-radius: 0; }#rMwAhCFlJkI6mnOqI75zKBAT6T56bEg5 > .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; }#rMwAhCFlJkI6mnOqI75zKBAT6T56bEg5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:64px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#PQxLpoUiQuuTSrL1sx3GLrha1SL3Vbfy { color:#ffffff;display:block;width:1101px;position:absolute;font-family:nunito;font-size:48px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:63.999984741211px;left:49.5px;height:62.4px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zlBSDTzSwXK0DFqm0hTEuPm41hTq5KdZ { position:relative;display:block; }#zlBSDTzSwXK0DFqm0hTEuPm41hTq5KdZ { background-color: transparent; background-image: none; }#zlBSDTzSwXK0DFqm0hTEuPm41hTq5KdZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zlBSDTzSwXK0DFqm0hTEuPm41hTq5KdZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zlBSDTzSwXK0DFqm0hTEuPm41hTq5KdZ > .row .container > .video-iframe-container { display: none; }#zlBSDTzSwXK0DFqm0hTEuPm41hTq5KdZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zlBSDTzSwXK0DFqm0hTEuPm41hTq5KdZ > .row > .video-iframe-container { display: none; }#zlBSDTzSwXK0DFqm0hTEuPm41hTq5KdZ > .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); }#zlBSDTzSwXK0DFqm0hTEuPm41hTq5KdZ { border-width: 0; border-radius: 0; }#zlBSDTzSwXK0DFqm0hTEuPm41hTq5KdZ > .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; }#zlBSDTzSwXK0DFqm0hTEuPm41hTq5KdZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:250px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Au150xqLmC8NboW1K7Amu0qbmcP2TNAz { color:#ffffff;display:block;width:504px;position:absolute;font-family:nunito;font-size:20px;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:69px;left:348px;height:30px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#vRMSTNnBeF1rcBE2twWRp29flbeCix8S { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:nunito;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:143px;height:48px;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:128px;left:619px;display:block; }
#mzZsgAndRETHT6mNPUB3rBql1Ttx77iB { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Ig2SW52SAq8ra0BqbRpD2OemHZMxLsgV { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:nunito;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:164px;height:48px;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:128px;left:437px;display:block; }
#ETpL4hS7VAbJRvTSpXTv7HHDqJZQLNmw { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#VqFXl79gasTq9MxZ2FyPA8ndpspHczqk { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:48px;width:163px;top:128px;left:438px;overflow:hidden;display:block; }
#MFgFKFdZzaf3x9rWnCsmMCIK1AMwnGCv { 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:48px;width:144px;top:128px;left:619px;overflow:hidden;display:block; }
#aif52lgFfpAMN2UcLracZX8dVHhw549o { position:relative;display:block; }#aif52lgFfpAMN2UcLracZX8dVHhw549o { background-color: transparent; background-image: none; }#aif52lgFfpAMN2UcLracZX8dVHhw549o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aif52lgFfpAMN2UcLracZX8dVHhw549o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aif52lgFfpAMN2UcLracZX8dVHhw549o > .row .container > .video-iframe-container { display: none; }#aif52lgFfpAMN2UcLracZX8dVHhw549o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aif52lgFfpAMN2UcLracZX8dVHhw549o > .row > .video-iframe-container { display: none; }#aif52lgFfpAMN2UcLracZX8dVHhw549o > .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); }#aif52lgFfpAMN2UcLracZX8dVHhw549o { border-width: 0; border-radius: 0; }#aif52lgFfpAMN2UcLracZX8dVHhw549o > .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; }#aif52lgFfpAMN2UcLracZX8dVHhw549o > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:130px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#rJGaZc8h02pp5pDQdPcVZJQd2Kzrwxgc { color:#ffffff;display:block;width:818px;position:absolute;font-family:nunito;font-size:26px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:33.796875px;left:191px;height:33.8021px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cOP0vZ0pM4sQaKePMv5TgoHcaCc6xTSu { position:relative;display:block; }#cOP0vZ0pM4sQaKePMv5TgoHcaCc6xTSu { background-color: transparent; background-image: none; }#cOP0vZ0pM4sQaKePMv5TgoHcaCc6xTSu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cOP0vZ0pM4sQaKePMv5TgoHcaCc6xTSu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cOP0vZ0pM4sQaKePMv5TgoHcaCc6xTSu > .row .container > .video-iframe-container { display: none; }#cOP0vZ0pM4sQaKePMv5TgoHcaCc6xTSu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cOP0vZ0pM4sQaKePMv5TgoHcaCc6xTSu > .row > .video-iframe-container { display: none; }#cOP0vZ0pM4sQaKePMv5TgoHcaCc6xTSu > .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); }#cOP0vZ0pM4sQaKePMv5TgoHcaCc6xTSu { border-width: 0; border-radius: 0; }#cOP0vZ0pM4sQaKePMv5TgoHcaCc6xTSu > .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; }#cOP0vZ0pM4sQaKePMv5TgoHcaCc6xTSu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:825px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ .accordion-element-container { border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0;flex-direction:column;align-items:center;background-color:transparent;background-image:none;vertical-align:top; }
#UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:10px; }
#UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ .accordion-heading-text { display:block;position:relative;width:100%;font-family:nunito;font-weight:300;font-size:16px;font-style:normal;height:auto;color:#ffffff;line-height:1.6;overflow:hidden; }
#UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ .accordion-desc-text { display:block;position:relative;width:100%;padding-top:20px;padding-right:0;padding-bottom:0;padding-left:0;font-size:16px;font-family:nunito;font-weight:300;font-style:normal;height:auto;color:#ffffff;line-height:1.6;overflow:hidden; }
#UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ .accordion-trigger { width:20px;min-width:20px;height:20px;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_58bdcafe1555e07562d59bcdf6b26e5b6a289283.svg");background-size:contain !important; }#UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ .accordion-trigger.adaptive-delivery-prevent-bg, #UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ .accordion-trigger.lazyload, #UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ .accordion-trigger.lazyloading { background-image: none; }
#UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ { box-sizing:content-box;height:auto;width:952px;position:absolute;display:flex;flex-direction:column;gap:10px;z-index:15000;background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;top:8.9998931884766px;left:104px; }
#UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ #TFGl8BXkkXxbI0fXdLT3VoSUAmrLMgqI { height:auto;display:flex;position:relative;padding-top:15px;padding-right:15px;padding-bottom:15px;padding-left:15px; }
#UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ #rk9WGCUSG8sP1TIE3iwE8TTuyxoU9elf { height:auto;display:flex;position:relative;top:0px;left:0px; }
#UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ #WduERdvSNgpC3DTzPRSNygK5ViuFcmTw { display:block;position:relative; }
#UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ #eX64SzpRENgG1dsciQQSGWLtnKDwd4Zd {  }
#UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ #qSvpebSfvi0ZbUGlJKFeS1BkwJrXDEya {  }
#UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ #BsUEoVqzTuvZw6xzxFS5Eqc4iAzaSb0z { height:auto;display:flex;position:relative;padding-top:15px;padding-right:15px;padding-bottom:15px;padding-left:15px; }
#UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ #M8pWG2lXM95kn1TegxL5QlZNTGnipsK0 { height:auto;display:flex;position:relative;top:0px;left:0px; }
#UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ #tpWwtIFdGg2gUkL5nQsxEwH1voOiN469 { display:block;position:relative; }
#UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ #c6H4wItfcbggpdL1ZwoJzuw1PhztSODf {  }
#UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ #hOU4gE3osCT0BQ0vTtwQttUJi1LCiEyo { display:none; }
#UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ #Pc17yTAbEeSTEvxUrGb8gUAyDfWeHoCZ { height:auto;display:flex;position:relative;padding-top:15px;padding-right:15px;padding-bottom:15px;padding-left:15px; }
#UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ #U3kRT6o2sOzNSrrtDguguU9t38ixFBQz { height:auto;display:flex;position:relative;top:0px;left:0px; }
#UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ #W8LQAawJknpb9THsq6TThly1AOLEOv3K { display:block;position:relative; }
#UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ #gv2er6NptKCwwKMTTigym9gcUyQt4zAE {  }
#UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ #CRDbOTi048hBItQ2R3UWTiL4KAlZNivQ { display:none; }
#UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ #N6IBoxvtZTrUPqL07mNmJUmK0BVNZgWh { height:auto;display:flex;position:relative;padding-top:15px;padding-right:15px;padding-bottom:15px;padding-left:15px; }
#UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ #uHFxfW9uCdBeuMrgQ4u7HGxSWqAVN3Fu { height:auto;display:flex;position:relative;top:0px;left:0px; }
#UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ #LI7TFb49t5iX7DWxmmXhTTEmbl3oTHup { display:block;position:relative; }
#UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ #vWocM66TrrQlWc9hflTmoU4LbmiBcm5B {  }
#UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ #uJPC1q1QBlDZFBpZfhQeF5FsQHbl5IXs { display:none; }
#UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ #RCUFXNiGUI7CysdBSFgWX7ThmZp9Tw7W { height:auto;display:flex;position:relative;padding-top:15px;padding-right:15px;padding-bottom:15px;padding-left:15px; }
#UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ #f2UHtFAbsT3eXEgDTwLMPUl0rDIBlCR2 { height:auto;display:flex;position:relative;top:0px;left:0px; }
#UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ #QUBpgyeF5GpTqyNGzARephd0VP6MvZbC { display:block;position:relative; }
#UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ #JZRes03FDb24LOkuO5Ozl3PtdQe5smGA {  }
#UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ #hdqzvlIMokq8uGTHTr56bd5RVwnd1TtB { display:none; }
#UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ #o2ozwFcIytX4WMwyH8oSiqvCsJSoJn9k { height:auto;display:flex;position:relative;padding-top:15px;padding-right:15px;padding-bottom:15px;padding-left:15px; }
#UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ #AunHkcc4dyUmb23TmT26zquQm01msFZP { height:auto;display:flex;position:relative;top:0px;left:0px; }
#UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ #ouyQ1930QpbIS2WCCwm0xvIUTCQ91gzI { display:block;position:relative; }
#UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ #ynrZfmX5mQzUGMt28613hCU8AmDd6ldL {  }
#UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ #ac57cyyHPHZoGmOqfRdRb5hDTnALgMWn { display:none; }
#UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ #gr5qe61ZFXEdEtwLAbtr1HOSrJcJUCkV { height:auto;display:flex;position:relative;padding-top:15px;padding-right:15px;padding-bottom:15px;padding-left:15px; }
#UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ #Qw1PmxDWaCsy0ppVTZGfQQc0l4Edk0KA { height:auto;display:flex;position:relative;top:0px;left:0px; }
#UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ #ZKKP1rHxusH3DdQcl2VtTsMw7yKzrzwp { display:block;position:relative; }
#UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ #ewx3zMtFu96DcQdHq8KaInSMbZOaruQC {  }
#UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ #y0SPR6c6D1hhrFJxxx8qIsJRlbJtOuq1 { display:none; }
#UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ #kNT7XAnG8Akx9lVyHDBtwbJw0K4qa2AK { height:auto;display:flex;position:relative;padding-top:15px;padding-right:15px;padding-bottom:15px;padding-left:15px; }
#UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ #VqfQ5cqJNTERu9CwU8RTfFscPpvaC0qQ { height:auto;display:flex;position:relative;top:0px;left:0px; }
#UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ #xLWlDlLl9oTBUpKF7D1Xko97V2QVfGqK { display:block;position:relative; }
#UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ #RhTWHSrD7oTAWxkUJwOX46kcO2n61oyT {  }
#UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ #ax3PD72vi7677sXxXpdaQdsEHkdHLKe4 { display:none; }
#E5ozUz7WZkEnM3HCfIqZgWt4e7DHCARP { position:relative;display:block; }#E5ozUz7WZkEnM3HCfIqZgWt4e7DHCARP { background-color: transparent; background-image: none; }#E5ozUz7WZkEnM3HCfIqZgWt4e7DHCARP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E5ozUz7WZkEnM3HCfIqZgWt4e7DHCARP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E5ozUz7WZkEnM3HCfIqZgWt4e7DHCARP > .row .container > .video-iframe-container { display: none; }#E5ozUz7WZkEnM3HCfIqZgWt4e7DHCARP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E5ozUz7WZkEnM3HCfIqZgWt4e7DHCARP > .row > .video-iframe-container { display: none; }#E5ozUz7WZkEnM3HCfIqZgWt4e7DHCARP > .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); }#E5ozUz7WZkEnM3HCfIqZgWt4e7DHCARP { border-width: 0; border-radius: 0; }#E5ozUz7WZkEnM3HCfIqZgWt4e7DHCARP > .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; }#E5ozUz7WZkEnM3HCfIqZgWt4e7DHCARP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:262px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XBh0fBif2C8LicocEPshOiZUxNH7UhGn { color:#ffffff;display:block;width:1151px;position:absolute;font-family:nunito;font-size:16px;font-weight:300;z-index:15017;line-height:1.6;letter-spacing:0;top:87px;left:19px;height:102.3751px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #AEqtPM8RTR36N5ACp0U7whvfwcVrWQOT { display:block; }#AEqtPM8RTR36N5ACp0U7whvfwcVrWQOT > .row .container { width:764px;height:578px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #W7HoRCSy0J7iVG68WCpgK8BhNppyexxk { width:379px;height:198px;top:101.80000305176px;left:0px;font-size:45px;display:block; }
 }@media only screen and (max-width: 1199px) { #gupbSD3OJBfV02V9ITi4Oc34FV1eOOTn { width:182px;height:39px;top:22px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #C7LorRafWcxnb6vrzeSCkCeffvJeN76o { width:471px;height:351px;top:22px;left:293px;display:block; }
 }@media only screen and (max-width: 1199px) { #QiIcW1sNP0QmTFV7edidTAk6qJovvpEU { width:411px;height:0;top:303.20001220703px;left:0px;font-size:29px;display:none; }
 }@media only screen and (max-width: 1199px) { #KkM1bvE7tsqMRByQNpuFET1LOiZsqhcI { width:623px;height:286px;top:0px;left:70.5px;display:block; }
 }@media only screen and (max-width: 1199px) { #ToZBE9EbRo9T7dv723WlrZk6Saw2wOEM { width:351px;height:37.7px;top:141.99572753906px;left:30px;font-size:29px;display:none; }
 }@media only screen and (max-width: 1199px) { #FdmbTqM018NHFLRcJRWMTe64sMbAVef8 { width:395px;height:69.6px;top:373px;left:0px;font-size:29px;z-index:15007;display:block; }
 }@media only screen and (max-width: 1199px) { #Iacap48WnIlJw48Tw9oP9T6FPftDsUIP { width:383px;height:99px;top:479px;left:6px;font-size:14px;display:block; }#Iacap48WnIlJw48Tw9oP9T6FPftDsUIP li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/27e2e199-cc99-4cbb-b2a8-d161076d836f/check3.svg); }
 }@media only screen and (max-width: 1199px) { #W128eug7IQOVH3KmZXZUVK713Xqhu5aW { width:88px;height:31px;top:22px;left:213px;display:block; }
 }@media only screen and (max-width: 1199px) { #FbTwszkqkKuX3TRvCcZIcvQznKdGy0eG { width:411px;height:0;top:303.20001220703px;left:0px;font-size:29px;display:none; }
 }@media only screen and (max-width: 1199px) { #DaC38kfqqJvNOlLwbHnCU9ATia5pHAQ5 { width:351px;height:37.7px;top:141.99572753906px;left:30px;font-size:29px;display:none; }
 }@media only screen and (max-width: 1199px) { #r7hW0nFSr66JmDAkkifuQOS02Eg4vwZq { display:block; }#r7hW0nFSr66JmDAkkifuQOS02Eg4vwZq > .row .container { width:764px;height:68px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #vKyhyXcMmGQ4HQ1dbrKTEmtxfuhbGtxO { width:741px;height:46.8px;top:2px;left:11.5px;font-size:36px;display:block; }
 }@media only screen and (max-width: 1199px) { #I1A3tCDOzSGBTPSK9xq6zpXmNqKec6Ub { display:block; }#I1A3tCDOzSGBTPSK9xq6zpXmNqKec6Ub > .row .container { width:764px;height:419px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #qlqOxqcz4tKkviZ0T9Z1GdWeHFotaiMZ { width:200px;height:26px;top:112.80000305176px;left:39px;font-size:20px;display:block; }
 }@media only screen and (max-width: 1199px) { #zg4KAAK53SSfVTFfBUMCWJS5CfllqKrV { width:64px;height:64px;top:36px;left:107px;display:block; }
 }@media only screen and (max-width: 1199px) { #DZ7tOeRDsTcbfDAZsG2nZwnTTsaWLmaz { width:64px;height:64px;top:34px;left:107px;display:block; }
 }@media only screen and (max-width: 1199px) { #UqtVRaBAwaRAXVFn2GgE1oKTUREFCSHr { width:64px;height:64px;top:33px;left:350px;display:block; }
 }@media only screen and (max-width: 1199px) { #QVMQUsxFXcre3SrRqQMn9LlI3xlfJaph { width:64px;height:64px;top:37px;left:609px;display:block; }
 }@media only screen and (max-width: 1199px) { #ZXBL2n62W0civuUA6HKfaE1F1BPP5aIe { width:64px;height:64px;top:31px;left:350px;display:block; }
 }@media only screen and (max-width: 1199px) { #mq8G4MigH03IsTLXs9rHTHMJ0UcElW4V { width:64px;height:64px;top:35px;left:609px;display:block; }
 }@media only screen and (max-width: 1199px) { #E0EnzlAE18n7Q2PcXaLWXTt6TUItwkZz { width:16px;height:33.8px;top:48.100006103516px;left:131px;font-size:26px;display:block; }
 }@media only screen and (max-width: 1199px) { #p1VzJUiKscp37VHER50ORO0oyN5cBV3v { width:44px;height:33.8px;top:48.100006103516px;left:360px;font-size:26px;display:block; }
 }@media only screen and (max-width: 1199px) { #DvgaTU8I9JFDU4xChi9gTfin8f1kMHgu { width:48px;height:33.8px;top:51px;left:617px;font-size:26px;display:block; }
 }@media only screen and (max-width: 1199px) { #XPDXCnTLxr0FTQKLMyd4TDm6ugluFix9 { width:185px;height:26px;top:112.80000305176px;left:289.5px;font-size:20px;display:block; }
 }@media only screen and (max-width: 1199px) { #JO1J0byPtglbTtVrymG9zgn2yBKf5Ehx { width:135px;height:26px;top:112.80000305176px;left:568px;font-size:20px;display:block; }
 }@media only screen and (max-width: 1199px) { #iwnkiZGQNEGdUT26o8G2lSI4rxNRgz5C { width:199px;height:57.6px;top:157.69999694824px;left:39.5px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #W87kaD9uZKzzV5mPUAwlWDXCBW3wdT8g { width:171px;height:57.6px;top:157.69999694824px;left:296.5px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #MiAtQLLgyoncCeqqS0q6S34U9iFLAnvO { width:196px;height:57.6px;top:157.69999694824px;left:543px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #e0IH9NXCxXhcRNCPa4Qh5qPxNimNSxfo { width:300px;height:56px;top:264.40002441406px;left:232px;display:block; }
 }@media only screen and (max-width: 1199px) { #pduuRyF9JT0qfRysSo24Nihcx2M7ZVpB { display:block; }
 }@media only screen and (max-width: 1199px) { #b7NzBBZBNsFqSTelaXMEqsw349xFVKXO { width:351px;height:67.2px;top:335.60000610352px;left:206.5px;font-size:14px;display:block; }
 }@media only screen and (max-width: 1199px) { #Cx80ehAzto1oVs7oCXK8FpLu5Tbc6JTo { display:block; }#Cx80ehAzto1oVs7oCXK8FpLu5Tbc6JTo > .row .container { width:764px;height:105px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ppw330xel4WMI4EkAoTrEDgrvti0QkTd { width:764px;height:46.8px;top:38px;left:0px;font-size:36px;display:block; }
 }@media only screen and (max-width: 1199px) { #xrU4fmbC58VNWhb13XEcPbTL2lvuoKCN { display:block; }#xrU4fmbC58VNWhb13XEcPbTL2lvuoKCN > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #JOEKsZ09fJS1B7H9JUqWTWWhQoW1JTZ9 { width:351px;height:211.2px;top:83.000048816204px;left:0.80000305175781px;font-size:48px;display:block; }
 }@media only screen and (max-width: 1199px) { #ky95RaspQ1tXJnUHqqGs5CmonM3qrwnA { width:351px;height:112px;top:309px;left:0px;font-size:16px;line-height:1.4;display:block; }
 }@media only screen and (max-width: 1199px) { #c2LWTwsM7JCeX0cNx1JToImWwohxWKpx { width:476px;height:383px;top:63.400042712688px;left:288px;display:block; }
 }@media only screen and (max-width: 1199px) { #PENPgNlsCyPI0SfJtZvNbL27XUuk5keU { width:300px;height:56px;top:428px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #Zri8WhQJGHeouaodDNJutblp29oFsSf2 { display:block; }
 }@media only screen and (max-width: 1199px) { #W9EtGwmFQXPUGEPIommH1egvTm7ykWbR { width:351px;height:16.8px;top:446px;left:378px;font-size:14px;display:block; }
 }@media only screen and (max-width: 1199px) { #WrZFTy8BqdKTldHFLMxvB8bb6HnrEiaQ { width:217px;height:33.6px;top:467px;left:463px;font-size:14px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #rBq11wrmow4l1gLFnlvSBnE7VBh1JZ60 { width:22px;height:22px;top:473px;left:432px;display:block; }
 }@media only screen and (max-width: 1199px) { #kANLtWRBzlSCK4o0BIG6MaPuQfSHgTxK { width:184px;height:51px;top:32px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #AhdGtl14g4Opy8M1ZoGuJwdfPvET2IEr { width:351px;height:37.7px;top:141.99572753906px;left:30px;font-size:29px;display:none; }
 }@media only screen and (max-width: 1199px) { #NHd446JpXhBu8aDJDUplxE0gNyOkFLgi { width:351px;height:37.7px;top:141.99572753906px;left:30px;font-size:29px;display:none; }
 }@media only screen and (max-width: 1199px) { #oTuJMePUlxvGXSt441WSJfun0PilgD3r { width:351px;height:37.7px;top:141.99572753906px;left:30px;font-size:29px;display:none; }
 }@media only screen and (max-width: 1199px) { #w3Leukpb2yRm9et1ifzDPo84SVkFHw82 { width:284px;height:186px;display:none; }
 }@media only screen and (max-width: 1199px) { #GtuH9Ooqn9rLAX53islSrG2osktNFJzg { display:block; }#GtuH9Ooqn9rLAX53islSrG2osktNFJzg > .row .container { width:764px;height:341px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #EpiQRoyKb6luSle3q3QDftDdox31MGzF { width:724px;height:278px;top:20.399993896484px;left:20px;display:block; }
 }@media only screen and (max-width: 1199px) { #A2s0rbZ9X9qpzJVlFzsOlXxunnNgIQgD { width:351px;height:0;top:141.99572753906px;left:30px;font-size:29px;display:none; }
 }@media only screen and (max-width: 1199px) { #KtApZCwJVsfHVEKzG0G5RX8WcvndAzsh { width:351px;height:0;top:141.99572753906px;left:30px;font-size:29px;display:none; }
 }@media only screen and (max-width: 1199px) { #DiX6dCfav0DGGOm4uHCFgKK6rPe8N3k2 { width:351px;height:0;top:141.99572753906px;left:30px;font-size:29px;display:none; }
 }@media only screen and (max-width: 1199px) { #CRscOiynwqIVySHZPyvgXPhUkgqEoXiJ { width:351px;height:0;top:141.99572753906px;left:30px;font-size:29px;display:none; }
 }@media only screen and (max-width: 1199px) { #xGWJJ180FnUoepBNtEJDpGbzoIv5o2Xw { display:block; }#xGWJJ180FnUoepBNtEJDpGbzoIv5o2Xw > .row .container { width:764px;height:461px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #SVfkaauWK3TcW0viWbmS7sPpyNSKDNq1 { width:431px;height:354px;top:0px;left:330.06607151124px;display:block; }
 }@media only screen and (max-width: 1199px) { #fcNGf7leabTZNu2f1KhmoHTMdfaLn6ph { width:428px;height:208px;top:73.5px;left:331.06665039062px;display:block; }
 }@media only screen and (max-width: 1199px) { #Gvf8G143gWA8tcexaVfkPFkRMigAmP2t { width:351px;height:158.4px;top:48.20002746582px;left:0px;font-size:48px;display:block; }
 }@media only screen and (max-width: 1199px) { #VZ44oDgq9cTWSvpk8ax1U9XUmDSgtTzZ { width:316px;height:76.8px;top:211.20001220703px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #yGJ7qpfPNvqtU64SNQXd5AvE8cL0gdfB { width:300px;height:56px;top:320.98330688477px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #a2sOhwUn5aICIvnhxm9eHhp2wP0LcGRa { display:block; }
 }@media only screen and (max-width: 1199px) { #X8S3GDAzHPrDJcfKHTo23RBA6FByELWf { width:441px;height:436px;top:244.99992370605px;left:323px;display:block; }
 }@media only screen and (max-width: 1199px) { #W0LtNImO8bRMNu8DbTLi9Tbs6IfSBXp5 { width:284px;height:284px;display:none; }
 }@media only screen and (max-width: 1199px) { #Ubgb6upfDDn4nkTxUXwAoaumh3Tnq8yN { width:320px;height:461px;display:none; }
 }@media only screen and (max-width: 1199px) { #WlH5D0sGg4RPpGbxIfI8Jm8zy3TMN0v0 { width:351px;height:37.7px;top:141.99572753906px;left:30px;font-size:29px;display:none; }
 }@media only screen and (max-width: 1199px) { #I1z0WSNCToU0T9az9LsIs8R2Bg04xqWJ { display:block; }#I1z0WSNCToU0T9az9LsIs8R2Bg04xqWJ > .row .container { width:764px;height:215px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #aM6S3zQ4EEXaswba1IKsdZMPWE6493z0 { width:351px;height:57.6px;top:37.999938964844px;left:42px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #rMwAhCFlJkI6mnOqI75zKBAT6T56bEg5 { display:block; }#rMwAhCFlJkI6mnOqI75zKBAT6T56bEg5 > .row .container { width:764px;height:67px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #PQxLpoUiQuuTSrL1sx3GLrha1SL3Vbfy { width:736px;height:46.8px;top:15px;left:14px;font-size:36px;display:block; }
 }@media only screen and (max-width: 1199px) { #zlBSDTzSwXK0DFqm0hTEuPm41hTq5KdZ { display:block; }#zlBSDTzSwXK0DFqm0hTEuPm41hTq5KdZ > .row .container { width:764px;height:166px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Au150xqLmC8NboW1K7Amu0qbmcP2TNAz { width:370px;height:24px;top:2px;left:197px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #vRMSTNnBeF1rcBE2twWRp29flbeCix8S { width:162px;height:48px;top:68px;left:212px;display:block; }
 }@media only screen and (max-width: 1199px) { #mzZsgAndRETHT6mNPUB3rBql1Ttx77iB { display:block; }
 }@media only screen and (max-width: 1199px) { #Ig2SW52SAq8ra0BqbRpD2OemHZMxLsgV { width:144px;height:48px;top:68px;left:391.60000610352px;display:block; }
 }@media only screen and (max-width: 1199px) { #ETpL4hS7VAbJRvTSpXTv7HHDqJZQLNmw { display:block; }
 }@media only screen and (max-width: 1199px) { #VqFXl79gasTq9MxZ2FyPA8ndpspHczqk { width:163px;height:48px;top:68px;left:210.60000610352px;display:block; }
 }@media only screen and (max-width: 1199px) { #MFgFKFdZzaf3x9rWnCsmMCIK1AMwnGCv { width:144px;height:48px;top:68px;left:391.60000610352px;display:block; }
 }@media only screen and (max-width: 1199px) { #aif52lgFfpAMN2UcLracZX8dVHhw549o { display:block; }#aif52lgFfpAMN2UcLracZX8dVHhw549o > .row .container { width:764px;height:107px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #rJGaZc8h02pp5pDQdPcVZJQd2Kzrwxgc { width:764px;height:33.8px;top:33px;left:0px;font-size:26px;display:block; }
 }@media only screen and (max-width: 1199px) { #cOP0vZ0pM4sQaKePMv5TgoHcaCc6xTSu { display:block; }#cOP0vZ0pM4sQaKePMv5TgoHcaCc6xTSu > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ { display:flex;height:auto;width:724px;top:25px;left:0px; }
 }@media only screen and (max-width: 1199px) { #UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ #TFGl8BXkkXxbI0fXdLT3VoSUAmrLMgqI {  }
 }@media only screen and (max-width: 1199px) { #UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ #rk9WGCUSG8sP1TIE3iwE8TTuyxoU9elf {  }
 }@media only screen and (max-width: 1199px) { #UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ #WduERdvSNgpC3DTzPRSNygK5ViuFcmTw {  }
 }@media only screen and (max-width: 1199px) { #UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ #eX64SzpRENgG1dsciQQSGWLtnKDwd4Zd {  }
 }@media only screen and (max-width: 1199px) { #UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ #qSvpebSfvi0ZbUGlJKFeS1BkwJrXDEya {  }
 }@media only screen and (max-width: 1199px) { #UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ #BsUEoVqzTuvZw6xzxFS5Eqc4iAzaSb0z {  }
 }@media only screen and (max-width: 1199px) { #UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ #M8pWG2lXM95kn1TegxL5QlZNTGnipsK0 {  }
 }@media only screen and (max-width: 1199px) { #UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ #tpWwtIFdGg2gUkL5nQsxEwH1voOiN469 {  }
 }@media only screen and (max-width: 1199px) { #UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ #c6H4wItfcbggpdL1ZwoJzuw1PhztSODf {  }
 }@media only screen and (max-width: 1199px) { #UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ #hOU4gE3osCT0BQ0vTtwQttUJi1LCiEyo {  }
 }@media only screen and (max-width: 1199px) { #UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ #Pc17yTAbEeSTEvxUrGb8gUAyDfWeHoCZ {  }
 }@media only screen and (max-width: 1199px) { #UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ #U3kRT6o2sOzNSrrtDguguU9t38ixFBQz {  }
 }@media only screen and (max-width: 1199px) { #UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ #W8LQAawJknpb9THsq6TThly1AOLEOv3K {  }
 }@media only screen and (max-width: 1199px) { #UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ #gv2er6NptKCwwKMTTigym9gcUyQt4zAE {  }
 }@media only screen and (max-width: 1199px) { #UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ #CRDbOTi048hBItQ2R3UWTiL4KAlZNivQ {  }
 }@media only screen and (max-width: 1199px) { #UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ #N6IBoxvtZTrUPqL07mNmJUmK0BVNZgWh {  }
 }@media only screen and (max-width: 1199px) { #UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ #uHFxfW9uCdBeuMrgQ4u7HGxSWqAVN3Fu {  }
 }@media only screen and (max-width: 1199px) { #UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ #LI7TFb49t5iX7DWxmmXhTTEmbl3oTHup {  }
 }@media only screen and (max-width: 1199px) { #UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ #vWocM66TrrQlWc9hflTmoU4LbmiBcm5B {  }
 }@media only screen and (max-width: 1199px) { #UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ #uJPC1q1QBlDZFBpZfhQeF5FsQHbl5IXs {  }
 }@media only screen and (max-width: 1199px) { #UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ #RCUFXNiGUI7CysdBSFgWX7ThmZp9Tw7W {  }
 }@media only screen and (max-width: 1199px) { #UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ #f2UHtFAbsT3eXEgDTwLMPUl0rDIBlCR2 {  }
 }@media only screen and (max-width: 1199px) { #UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ #QUBpgyeF5GpTqyNGzARephd0VP6MvZbC {  }
 }@media only screen and (max-width: 1199px) { #UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ #JZRes03FDb24LOkuO5Ozl3PtdQe5smGA {  }
 }@media only screen and (max-width: 1199px) { #UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ #hdqzvlIMokq8uGTHTr56bd5RVwnd1TtB {  }
 }@media only screen and (max-width: 1199px) { #UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ #o2ozwFcIytX4WMwyH8oSiqvCsJSoJn9k {  }
 }@media only screen and (max-width: 1199px) { #UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ #AunHkcc4dyUmb23TmT26zquQm01msFZP {  }
 }@media only screen and (max-width: 1199px) { #UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ #ouyQ1930QpbIS2WCCwm0xvIUTCQ91gzI {  }
 }@media only screen and (max-width: 1199px) { #UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ #ynrZfmX5mQzUGMt28613hCU8AmDd6ldL {  }
 }@media only screen and (max-width: 1199px) { #UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ #ac57cyyHPHZoGmOqfRdRb5hDTnALgMWn {  }
 }@media only screen and (max-width: 1199px) { #UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ #gr5qe61ZFXEdEtwLAbtr1HOSrJcJUCkV {  }
 }@media only screen and (max-width: 1199px) { #UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ #Qw1PmxDWaCsy0ppVTZGfQQc0l4Edk0KA {  }
 }@media only screen and (max-width: 1199px) { #UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ #ZKKP1rHxusH3DdQcl2VtTsMw7yKzrzwp {  }
 }@media only screen and (max-width: 1199px) { #UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ #ewx3zMtFu96DcQdHq8KaInSMbZOaruQC {  }
 }@media only screen and (max-width: 1199px) { #UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ #y0SPR6c6D1hhrFJxxx8qIsJRlbJtOuq1 {  }
 }@media only screen and (max-width: 1199px) { #UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ #kNT7XAnG8Akx9lVyHDBtwbJw0K4qa2AK {  }
 }@media only screen and (max-width: 1199px) { #UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ #VqfQ5cqJNTERu9CwU8RTfFscPpvaC0qQ {  }
 }@media only screen and (max-width: 1199px) { #UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ #xLWlDlLl9oTBUpKF7D1Xko97V2QVfGqK {  }
 }@media only screen and (max-width: 1199px) { #UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ #RhTWHSrD7oTAWxkUJwOX46kcO2n61oyT {  }
 }@media only screen and (max-width: 1199px) { #UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ #ax3PD72vi7677sXxXpdaQdsEHkdHLKe4 {  }
 }@media only screen and (max-width: 1199px) { #E5ozUz7WZkEnM3HCfIqZgWt4e7DHCARP { display:block; }#E5ozUz7WZkEnM3HCfIqZgWt4e7DHCARP > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #XBh0fBif2C8LicocEPshOiZUxNH7UhGn { width:764px;height:112px;top:71px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#110029;background-image:url("https://images.assets-landingi.com/uc/9c573f93-7b39-4fd2-8802-d2855ca4263f/bg_mobile.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #AEqtPM8RTR36N5ACp0U7whvfwcVrWQOT { background-color:#19003e;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; }#AEqtPM8RTR36N5ACp0U7whvfwcVrWQOT > .row .container { background-color: transparent; background-image: none; }#AEqtPM8RTR36N5ACp0U7whvfwcVrWQOT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AEqtPM8RTR36N5ACp0U7whvfwcVrWQOT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AEqtPM8RTR36N5ACp0U7whvfwcVrWQOT > .row .container > .video-iframe-container { display: none; }#AEqtPM8RTR36N5ACp0U7whvfwcVrWQOT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AEqtPM8RTR36N5ACp0U7whvfwcVrWQOT > .row > .video-iframe-container { display: none; }#AEqtPM8RTR36N5ACp0U7whvfwcVrWQOT > .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); }#AEqtPM8RTR36N5ACp0U7whvfwcVrWQOT > .row .container { border-width: 0; border-radius: 0; }#AEqtPM8RTR36N5ACp0U7whvfwcVrWQOT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AEqtPM8RTR36N5ACp0U7whvfwcVrWQOT > .row .container { width:320px;height:872px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W7HoRCSy0J7iVG68WCpgK8BhNppyexxk { width:320px;height:176px;top:108px;left:0px;font-size:40px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gupbSD3OJBfV02V9ITi4Oc34FV1eOOTn { width:147px;height:30px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #C7LorRafWcxnb6vrzeSCkCeffvJeN76o { width:320px;height:237px;top:560.23202093512px;left:-0.53334045410156px;display:block; }
 }@media only screen and (max-width: 763px) { #QiIcW1sNP0QmTFV7edidTAk6qJovvpEU { width:320px;height:0;top:780.69999694824px;left:0px;font-size:24px;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #KkM1bvE7tsqMRByQNpuFET1LOiZsqhcI { width:320px;height:147.85379568885px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ToZBE9EbRo9T7dv723WlrZk6Saw2wOEM { width:320px;height:57.6px;top:339px;left:0px;font-size:24px;text-align:left;text-align-last:left;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #FdmbTqM018NHFLRcJRWMTe64sMbAVef8 { width:320px;height:auto;top:308px;left:0px;font-size:24px;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #Iacap48WnIlJw48Tw9oP9T6FPftDsUIP { width:320px;height:99px;top:428.70001220703px;left:0px;font-size:14px;display:block; }#Iacap48WnIlJw48Tw9oP9T6FPftDsUIP li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/27e2e199-cc99-4cbb-b2a8-d161076d836f/check3.svg); }
 }@media only screen and (max-width: 763px) { #W128eug7IQOVH3KmZXZUVK713Xqhu5aW { width:110px;height:39px;top:15.5px;left:184.21667480469px;display:block; }
 }@media only screen and (max-width: 763px) { #FbTwszkqkKuX3TRvCcZIcvQznKdGy0eG { width:37px;height:auto;top:34px;left:141px;font-size:24px;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #DaC38kfqqJvNOlLwbHnCU9ATia5pHAQ5 { width:28px;height:28.8px;top:20.600006103516px;left:156.21667480469px;font-size:24px;text-align:left;text-align-last:left;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #r7hW0nFSr66JmDAkkifuQOS02Eg4vwZq { background-color:#19003e;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; }#r7hW0nFSr66JmDAkkifuQOS02Eg4vwZq > .row .container { background-color: transparent; background-image: none; }#r7hW0nFSr66JmDAkkifuQOS02Eg4vwZq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r7hW0nFSr66JmDAkkifuQOS02Eg4vwZq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r7hW0nFSr66JmDAkkifuQOS02Eg4vwZq > .row .container > .video-iframe-container { display: none; }#r7hW0nFSr66JmDAkkifuQOS02Eg4vwZq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r7hW0nFSr66JmDAkkifuQOS02Eg4vwZq > .row > .video-iframe-container { display: none; }#r7hW0nFSr66JmDAkkifuQOS02Eg4vwZq > .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); }#r7hW0nFSr66JmDAkkifuQOS02Eg4vwZq > .row .container { border-width: 0; border-radius: 0; }#r7hW0nFSr66JmDAkkifuQOS02Eg4vwZq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r7hW0nFSr66JmDAkkifuQOS02Eg4vwZq > .row .container { width:320px;height:110px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vKyhyXcMmGQ4HQ1dbrKTEmtxfuhbGtxO { width:258px;height:62.4px;top:24px;left:31px;font-size:24px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I1A3tCDOzSGBTPSK9xq6zpXmNqKec6Ub { background-color:#19003e;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; }#I1A3tCDOzSGBTPSK9xq6zpXmNqKec6Ub > .row .container { background-color: transparent; background-image: none; }#I1A3tCDOzSGBTPSK9xq6zpXmNqKec6Ub::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I1A3tCDOzSGBTPSK9xq6zpXmNqKec6Ub > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I1A3tCDOzSGBTPSK9xq6zpXmNqKec6Ub > .row .container > .video-iframe-container { display: none; }#I1A3tCDOzSGBTPSK9xq6zpXmNqKec6Ub > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I1A3tCDOzSGBTPSK9xq6zpXmNqKec6Ub > .row > .video-iframe-container { display: none; }#I1A3tCDOzSGBTPSK9xq6zpXmNqKec6Ub > .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); }#I1A3tCDOzSGBTPSK9xq6zpXmNqKec6Ub > .row .container { border-width: 0; border-radius: 0; }#I1A3tCDOzSGBTPSK9xq6zpXmNqKec6Ub > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I1A3tCDOzSGBTPSK9xq6zpXmNqKec6Ub > .row .container { width:320px;height:730px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qlqOxqcz4tKkviZ0T9Z1GdWeHFotaiMZ { width:270px;height:26px;top:96.600006103516px;left:25px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zg4KAAK53SSfVTFfBUMCWJS5CfllqKrV { width:64px;height:64px;top:13px;left:128px;display:block; }
 }@media only screen and (max-width: 763px) { #DZ7tOeRDsTcbfDAZsG2nZwnTTsaWLmaz { width:64px;height:64px;top:11px;left:128px;display:block; }
 }@media only screen and (max-width: 763px) { #UqtVRaBAwaRAXVFn2GgE1oKTUREFCSHr { width:64px;height:64px;top:202.80000305176px;left:128px;display:block; }
 }@media only screen and (max-width: 763px) { #QVMQUsxFXcre3SrRqQMn9LlI3xlfJaph { width:64px;height:64px;top:392.80000305176px;left:128px;display:block; }
 }@media only screen and (max-width: 763px) { #ZXBL2n62W0civuUA6HKfaE1F1BPP5aIe { width:64px;height:64px;top:200.80000305176px;left:128px;display:block; }
 }@media only screen and (max-width: 763px) { #mq8G4MigH03IsTLXs9rHTHMJ0UcElW4V { width:64px;height:64px;top:390.80000305176px;left:128px;display:block; }
 }@media only screen and (max-width: 763px) { #E0EnzlAE18n7Q2PcXaLWXTt6TUItwkZz { width:43px;height:36.4px;top:27px;left:139px;font-size:28px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p1VzJUiKscp37VHER50ORO0oyN5cBV3v { width:43px;height:36.4px;top:216.59999084473px;left:138.5px;font-size:28px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DvgaTU8I9JFDU4xChi9gTfin8f1kMHgu { width:43px;height:36.4px;top:406.59999084473px;left:138.5px;font-size:28px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XPDXCnTLxr0FTQKLMyd4TDm6ugluFix9 { width:270px;height:26px;top:280.00003051758px;left:25px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JO1J0byPtglbTtVrymG9zgn2yBKf5Ehx { width:152px;height:31.2px;top:467.99998474121px;left:84px;font-size:24px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iwnkiZGQNEGdUT26o8G2lSI4rxNRgz5C { width:306px;height:33.6px;top:132.40000915527px;left:7px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W87kaD9uZKzzV5mPUAwlWDXCBW3wdT8g { width:274px;height:33.6px;top:316.20001220703px;left:23px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MiAtQLLgyoncCeqqS0q6S34U9iFLAnvO { width:275px;height:33.6px;top:504.19999694824px;left:22.5px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e0IH9NXCxXhcRNCPa4Qh5qPxNimNSxfo { width:300px;height:58px;top:570.00001525879px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #pduuRyF9JT0qfRysSo24Nihcx2M7ZVpB { display:block; }
 }@media only screen and (max-width: 763px) { #b7NzBBZBNsFqSTelaXMEqsw349xFVKXO { width:320px;height:57.6px;top:658.79998779297px;left:0px;font-size:12px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Cx80ehAzto1oVs7oCXK8FpLu5Tbc6JTo { background-color:#19003e;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; }#Cx80ehAzto1oVs7oCXK8FpLu5Tbc6JTo > .row .container { background-color: transparent; background-image: none; }#Cx80ehAzto1oVs7oCXK8FpLu5Tbc6JTo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cx80ehAzto1oVs7oCXK8FpLu5Tbc6JTo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cx80ehAzto1oVs7oCXK8FpLu5Tbc6JTo > .row .container > .video-iframe-container { display: none; }#Cx80ehAzto1oVs7oCXK8FpLu5Tbc6JTo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cx80ehAzto1oVs7oCXK8FpLu5Tbc6JTo > .row > .video-iframe-container { display: none; }#Cx80ehAzto1oVs7oCXK8FpLu5Tbc6JTo > .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); }#Cx80ehAzto1oVs7oCXK8FpLu5Tbc6JTo > .row .container { border-width: 0; border-radius: 0; }#Cx80ehAzto1oVs7oCXK8FpLu5Tbc6JTo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Cx80ehAzto1oVs7oCXK8FpLu5Tbc6JTo > .row .container { width:320px;height:123px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ppw330xel4WMI4EkAoTrEDgrvti0QkTd { width:253px;height:83.2px;top:20px;left:33px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xrU4fmbC58VNWhb13XEcPbTL2lvuoKCN { background-color:#19003e;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; }#xrU4fmbC58VNWhb13XEcPbTL2lvuoKCN > .row .container { background-color: transparent; background-image: none; }#xrU4fmbC58VNWhb13XEcPbTL2lvuoKCN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xrU4fmbC58VNWhb13XEcPbTL2lvuoKCN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xrU4fmbC58VNWhb13XEcPbTL2lvuoKCN > .row .container > .video-iframe-container { display: none; }#xrU4fmbC58VNWhb13XEcPbTL2lvuoKCN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xrU4fmbC58VNWhb13XEcPbTL2lvuoKCN > .row > .video-iframe-container { display: none; }#xrU4fmbC58VNWhb13XEcPbTL2lvuoKCN > .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); }#xrU4fmbC58VNWhb13XEcPbTL2lvuoKCN > .row .container { border-width: 0; border-radius: 0; }#xrU4fmbC58VNWhb13XEcPbTL2lvuoKCN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xrU4fmbC58VNWhb13XEcPbTL2lvuoKCN > .row .container { width:320px;height:980px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JOEKsZ09fJS1B7H9JUqWTWWhQoW1JTZ9 { width:313px;height:52.8px;top:80.599975585938px;left:7px;font-size:24px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ky95RaspQ1tXJnUHqqGs5CmonM3qrwnA { width:312px;height:112px;top:144px;left:7px;font-size:16px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #c2LWTwsM7JCeX0cNx1JToImWwohxWKpx { width:307px;height:247px;top:309.19999694824px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #PENPgNlsCyPI0SfJtZvNbL27XUuk5keU { width:320px;height:58px;top:271.1875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Zri8WhQJGHeouaodDNJutblp29oFsSf2 { display:block; }
 }@media only screen and (max-width: 763px) { #W9EtGwmFQXPUGEPIommH1egvTm7ykWbR { width:244px;height:16.8px;top:560px;left:19px;font-size:14px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WrZFTy8BqdKTldHFLMxvB8bb6HnrEiaQ { width:257px;height:33.6px;top:586px;left:42px;font-size:14px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rBq11wrmow4l1gLFnlvSBnE7VBh1JZ60 { width:22px;height:22px;top:592px;left:19px;display:block; }
 }@media only screen and (max-width: 763px) { #kANLtWRBzlSCK4o0BIG6MaPuQfSHgTxK { width:184px;height:51px;top:22px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #AhdGtl14g4Opy8M1ZoGuJwdfPvET2IEr { width:254px;height:35.2px;top:908px;left:54px;font-size:32px;text-align:left;text-align-last:left;z-index:15006;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #NHd446JpXhBu8aDJDUplxE0gNyOkFLgi { width:74px;height:28.8px;top:867px;left:36px;font-size:24px;text-align:center;text-align-last:center;z-index:15008;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #oTuJMePUlxvGXSt441WSJfun0PilgD3r { width:168px;height:52.8px;top:856.34997558594px;left:96.150009155273px;font-size:48px;text-align:center;text-align-last:center;z-index:15005;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #w3Leukpb2yRm9et1ifzDPo84SVkFHw82 { top:649.80009460449px;left:18px;width:284px;height:186px;z-index:15010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #GtuH9Ooqn9rLAX53islSrG2osktNFJzg { background-color:#19003e;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:none; }#GtuH9Ooqn9rLAX53islSrG2osktNFJzg > .row .container { border-width: 0; border-radius: 0; }#GtuH9Ooqn9rLAX53islSrG2osktNFJzg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GtuH9Ooqn9rLAX53islSrG2osktNFJzg > .row .container { width:320px;height:273px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EpiQRoyKb6luSle3q3QDftDdox31MGzF { width:320px;height:122.8729281768px;top:20px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #A2s0rbZ9X9qpzJVlFzsOlXxunnNgIQgD { width:74px;height:0;top:127px;left:30px;font-size:32px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #KtApZCwJVsfHVEKzG0G5RX8WcvndAzsh { width:168px;height:0;top:127px;left:30px;font-size:32px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #DiX6dCfav0DGGOm4uHCFgKK6rPe8N3k2 { width:254px;height:0;top:206px;left:33px;font-size:32px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #CRscOiynwqIVySHZPyvgXPhUkgqEoXiJ { width:187px;height:auto;top:214px;left:66px;font-size:20px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #xGWJJ180FnUoepBNtEJDpGbzoIv5o2Xw { display:block; }#xGWJJ180FnUoepBNtEJDpGbzoIv5o2Xw > .row .container { width:320px;height:925px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SVfkaauWK3TcW0viWbmS7sPpyNSKDNq1 { width:320px;height:263.33333333333px;top:582.4px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #fcNGf7leabTZNu2f1KhmoHTMdfaLn6ph { width:320px;height:155px;top:679.4px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #Gvf8G143gWA8tcexaVfkPFkRMigAmP2t { width:268px;height:52.8px;top:34px;left:0px;font-size:24px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VZ44oDgq9cTWSvpk8ax1U9XUmDSgtTzZ { width:320px;height:76.8px;top:103.60000610352px;left:0px;font-size:16px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yGJ7qpfPNvqtU64SNQXd5AvE8cL0gdfB { width:320px;height:58px;top:199.39996337891px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #a2sOhwUn5aICIvnhxm9eHhp2wP0LcGRa { display:block; }
 }@media only screen and (max-width: 763px) { #X8S3GDAzHPrDJcfKHTo23RBA6FByELWf { width:320px;height:316.6017699115px;top:898.4px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #W0LtNImO8bRMNu8DbTLi9Tbs6IfSBXp5 { top:302px;left:9px;width:284px;height:284px;z-index:15012;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Ubgb6upfDDn4nkTxUXwAoaumh3Tnq8yN { top:440.8002166748px;left:0px;width:320px;height:461px;z-index:15013;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #WlH5D0sGg4RPpGbxIfI8Jm8zy3TMN0v0 { width:320px;height:57.6px;top:826.99996948242px;left:0px;font-size:16px;text-align:left;text-align-last:left;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #I1z0WSNCToU0T9az9LsIs8R2Bg04xqWJ { display:none; }#I1z0WSNCToU0T9az9LsIs8R2Bg04xqWJ > .row .container { width:320px;height:270px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aM6S3zQ4EEXaswba1IKsdZMPWE6493z0 { width:320px;height:57.6px;top:20px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rMwAhCFlJkI6mnOqI75zKBAT6T56bEg5 { background-color:#19003e;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; }#rMwAhCFlJkI6mnOqI75zKBAT6T56bEg5 > .row .container { background-color: transparent; background-image: none; }#rMwAhCFlJkI6mnOqI75zKBAT6T56bEg5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rMwAhCFlJkI6mnOqI75zKBAT6T56bEg5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rMwAhCFlJkI6mnOqI75zKBAT6T56bEg5 > .row .container > .video-iframe-container { display: none; }#rMwAhCFlJkI6mnOqI75zKBAT6T56bEg5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rMwAhCFlJkI6mnOqI75zKBAT6T56bEg5 > .row > .video-iframe-container { display: none; }#rMwAhCFlJkI6mnOqI75zKBAT6T56bEg5 > .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); }#rMwAhCFlJkI6mnOqI75zKBAT6T56bEg5 > .row .container { border-width: 0; border-radius: 0; }#rMwAhCFlJkI6mnOqI75zKBAT6T56bEg5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rMwAhCFlJkI6mnOqI75zKBAT6T56bEg5 > .row .container { width:320px;height:110px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PQxLpoUiQuuTSrL1sx3GLrha1SL3Vbfy { width:285px;height:72.8px;top:20px;left:17.5px;font-size:28px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zlBSDTzSwXK0DFqm0hTEuPm41hTq5KdZ { background-color:#19003e;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; }#zlBSDTzSwXK0DFqm0hTEuPm41hTq5KdZ > .row .container { background-color: transparent; background-image: none; }#zlBSDTzSwXK0DFqm0hTEuPm41hTq5KdZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zlBSDTzSwXK0DFqm0hTEuPm41hTq5KdZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zlBSDTzSwXK0DFqm0hTEuPm41hTq5KdZ > .row .container > .video-iframe-container { display: none; }#zlBSDTzSwXK0DFqm0hTEuPm41hTq5KdZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zlBSDTzSwXK0DFqm0hTEuPm41hTq5KdZ > .row > .video-iframe-container { display: none; }#zlBSDTzSwXK0DFqm0hTEuPm41hTq5KdZ > .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); }#zlBSDTzSwXK0DFqm0hTEuPm41hTq5KdZ > .row .container { border-width: 0; border-radius: 0; }#zlBSDTzSwXK0DFqm0hTEuPm41hTq5KdZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zlBSDTzSwXK0DFqm0hTEuPm41hTq5KdZ > .row .container { width:320px;height:143px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Au150xqLmC8NboW1K7Amu0qbmcP2TNAz { width:320px;height:24px;top:0px;left:0px;font-size:16px;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vRMSTNnBeF1rcBE2twWRp29flbeCix8S { width:144px;height:48px;top:51px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #mzZsgAndRETHT6mNPUB3rBql1Ttx77iB { display:block; }
 }@media only screen and (max-width: 763px) { #Ig2SW52SAq8ra0BqbRpD2OemHZMxLsgV { width:163px;height:49px;top:50px;left:156px;display:block; }
 }@media only screen and (max-width: 763px) { #ETpL4hS7VAbJRvTSpXTv7HHDqJZQLNmw { display:block; }
 }@media only screen and (max-width: 763px) { #VqFXl79gasTq9MxZ2FyPA8ndpspHczqk { width:163px;height:48px;top:50px;left:157px;display:block; }
 }@media only screen and (max-width: 763px) { #MFgFKFdZzaf3x9rWnCsmMCIK1AMwnGCv { width:144px;height:48px;top:51px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #aif52lgFfpAMN2UcLracZX8dVHhw549o { display:block; }#aif52lgFfpAMN2UcLracZX8dVHhw549o > .row .container { width:320px;height:80px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rJGaZc8h02pp5pDQdPcVZJQd2Kzrwxgc { width:320px;height:33.8021px;top:25.09375px;left:0px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #cOP0vZ0pM4sQaKePMv5TgoHcaCc6xTSu { display:block; }#cOP0vZ0pM4sQaKePMv5TgoHcaCc6xTSu > .row .container { width:320px;height:1335px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ { display:flex;height:auto;width:280px;top:25px;left:0px; }
 }@media only screen and (max-width: 763px) { #UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ #TFGl8BXkkXxbI0fXdLT3VoSUAmrLMgqI {  }
 }@media only screen and (max-width: 763px) { #UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ #rk9WGCUSG8sP1TIE3iwE8TTuyxoU9elf {  }
 }@media only screen and (max-width: 763px) { #UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ #WduERdvSNgpC3DTzPRSNygK5ViuFcmTw {  }
 }@media only screen and (max-width: 763px) { #UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ #eX64SzpRENgG1dsciQQSGWLtnKDwd4Zd {  }
 }@media only screen and (max-width: 763px) { #UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ #qSvpebSfvi0ZbUGlJKFeS1BkwJrXDEya {  }
 }@media only screen and (max-width: 763px) { #UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ #BsUEoVqzTuvZw6xzxFS5Eqc4iAzaSb0z {  }
 }@media only screen and (max-width: 763px) { #UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ #M8pWG2lXM95kn1TegxL5QlZNTGnipsK0 {  }
 }@media only screen and (max-width: 763px) { #UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ #tpWwtIFdGg2gUkL5nQsxEwH1voOiN469 {  }
 }@media only screen and (max-width: 763px) { #UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ #c6H4wItfcbggpdL1ZwoJzuw1PhztSODf {  }
 }@media only screen and (max-width: 763px) { #UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ #hOU4gE3osCT0BQ0vTtwQttUJi1LCiEyo {  }
 }@media only screen and (max-width: 763px) { #UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ #Pc17yTAbEeSTEvxUrGb8gUAyDfWeHoCZ {  }
 }@media only screen and (max-width: 763px) { #UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ #U3kRT6o2sOzNSrrtDguguU9t38ixFBQz {  }
 }@media only screen and (max-width: 763px) { #UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ #W8LQAawJknpb9THsq6TThly1AOLEOv3K {  }
 }@media only screen and (max-width: 763px) { #UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ #gv2er6NptKCwwKMTTigym9gcUyQt4zAE {  }
 }@media only screen and (max-width: 763px) { #UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ #CRDbOTi048hBItQ2R3UWTiL4KAlZNivQ {  }
 }@media only screen and (max-width: 763px) { #UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ #N6IBoxvtZTrUPqL07mNmJUmK0BVNZgWh {  }
 }@media only screen and (max-width: 763px) { #UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ #uHFxfW9uCdBeuMrgQ4u7HGxSWqAVN3Fu {  }
 }@media only screen and (max-width: 763px) { #UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ #LI7TFb49t5iX7DWxmmXhTTEmbl3oTHup {  }
 }@media only screen and (max-width: 763px) { #UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ #vWocM66TrrQlWc9hflTmoU4LbmiBcm5B {  }
 }@media only screen and (max-width: 763px) { #UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ #uJPC1q1QBlDZFBpZfhQeF5FsQHbl5IXs {  }
 }@media only screen and (max-width: 763px) { #UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ #RCUFXNiGUI7CysdBSFgWX7ThmZp9Tw7W {  }
 }@media only screen and (max-width: 763px) { #UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ #f2UHtFAbsT3eXEgDTwLMPUl0rDIBlCR2 {  }
 }@media only screen and (max-width: 763px) { #UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ #QUBpgyeF5GpTqyNGzARephd0VP6MvZbC {  }
 }@media only screen and (max-width: 763px) { #UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ #JZRes03FDb24LOkuO5Ozl3PtdQe5smGA {  }
 }@media only screen and (max-width: 763px) { #UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ #hdqzvlIMokq8uGTHTr56bd5RVwnd1TtB {  }
 }@media only screen and (max-width: 763px) { #UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ #o2ozwFcIytX4WMwyH8oSiqvCsJSoJn9k {  }
 }@media only screen and (max-width: 763px) { #UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ #AunHkcc4dyUmb23TmT26zquQm01msFZP {  }
 }@media only screen and (max-width: 763px) { #UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ #ouyQ1930QpbIS2WCCwm0xvIUTCQ91gzI {  }
 }@media only screen and (max-width: 763px) { #UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ #ynrZfmX5mQzUGMt28613hCU8AmDd6ldL {  }
 }@media only screen and (max-width: 763px) { #UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ #ac57cyyHPHZoGmOqfRdRb5hDTnALgMWn {  }
 }@media only screen and (max-width: 763px) { #UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ #gr5qe61ZFXEdEtwLAbtr1HOSrJcJUCkV {  }
 }@media only screen and (max-width: 763px) { #UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ #Qw1PmxDWaCsy0ppVTZGfQQc0l4Edk0KA {  }
 }@media only screen and (max-width: 763px) { #UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ #ZKKP1rHxusH3DdQcl2VtTsMw7yKzrzwp {  }
 }@media only screen and (max-width: 763px) { #UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ #ewx3zMtFu96DcQdHq8KaInSMbZOaruQC {  }
 }@media only screen and (max-width: 763px) { #UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ #y0SPR6c6D1hhrFJxxx8qIsJRlbJtOuq1 {  }
 }@media only screen and (max-width: 763px) { #UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ #kNT7XAnG8Akx9lVyHDBtwbJw0K4qa2AK {  }
 }@media only screen and (max-width: 763px) { #UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ #VqfQ5cqJNTERu9CwU8RTfFscPpvaC0qQ {  }
 }@media only screen and (max-width: 763px) { #UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ #xLWlDlLl9oTBUpKF7D1Xko97V2QVfGqK {  }
 }@media only screen and (max-width: 763px) { #UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ #RhTWHSrD7oTAWxkUJwOX46kcO2n61oyT {  }
 }@media only screen and (max-width: 763px) { #UQT9F5EsblUkoe7ibCMd64fuiWuGGgoQ #ax3PD72vi7677sXxXpdaQdsEHkdHLKe4 {  }
 }@media only screen and (max-width: 763px) { #E5ozUz7WZkEnM3HCfIqZgWt4e7DHCARP { background-color:#19003e;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; }#E5ozUz7WZkEnM3HCfIqZgWt4e7DHCARP > .row .container { background-color: transparent; background-image: none; }#E5ozUz7WZkEnM3HCfIqZgWt4e7DHCARP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E5ozUz7WZkEnM3HCfIqZgWt4e7DHCARP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E5ozUz7WZkEnM3HCfIqZgWt4e7DHCARP > .row .container > .video-iframe-container { display: none; }#E5ozUz7WZkEnM3HCfIqZgWt4e7DHCARP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E5ozUz7WZkEnM3HCfIqZgWt4e7DHCARP > .row > .video-iframe-container { display: none; }#E5ozUz7WZkEnM3HCfIqZgWt4e7DHCARP > .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); }#E5ozUz7WZkEnM3HCfIqZgWt4e7DHCARP > .row .container { border-width: 0; border-radius: 0; }#E5ozUz7WZkEnM3HCfIqZgWt4e7DHCARP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E5ozUz7WZkEnM3HCfIqZgWt4e7DHCARP > .row .container { width:320px;height:280px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XBh0fBif2C8LicocEPshOiZUxNH7UhGn { width:320px;height:168px;top:31.5px;left:0px;font-size:14px;line-height:1.5;display:block; }
 }