.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#SO1Giu0mP0WktCraO32pGsT3cE5p2Jpf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SO1Giu0mP0WktCraO32pGsT3cE5p2Jpf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SO1Giu0mP0WktCraO32pGsT3cE5p2Jpf > .row > .video-iframe-container { display: none; }#SO1Giu0mP0WktCraO32pGsT3cE5p2Jpf > .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); }#D4nuGQHuc3PJz9G5TawnSTiW6AHbK1c8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7e64fe;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; }#D4nuGQHuc3PJz9G5TawnSTiW6AHbK1c8 > .row .container { background-color: transparent; background-image: none; }#D4nuGQHuc3PJz9G5TawnSTiW6AHbK1c8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D4nuGQHuc3PJz9G5TawnSTiW6AHbK1c8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D4nuGQHuc3PJz9G5TawnSTiW6AHbK1c8 > .row .container > .video-iframe-container { display: none; }#D4nuGQHuc3PJz9G5TawnSTiW6AHbK1c8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D4nuGQHuc3PJz9G5TawnSTiW6AHbK1c8 > .row > .video-iframe-container { display: none; }#D4nuGQHuc3PJz9G5TawnSTiW6AHbK1c8 > .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); }#D4nuGQHuc3PJz9G5TawnSTiW6AHbK1c8 > .row .container { border-width: 0; border-radius: 0; }#D4nuGQHuc3PJz9G5TawnSTiW6AHbK1c8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D4nuGQHuc3PJz9G5TawnSTiW6AHbK1c8 > .row .container { font-size:0.875rem;font-family:arial;height:10.125rem;width:60rem;position:relative;display:block; }#IGAk5WIWVwPnBa2ac1BLtB1a0T9crn46 { 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:6rem;width:23.8125rem;top:1.46875rem;left:0rem;overflow:hidden;display:block; }
#Mf7c3f9gAIaorrkBNin2MJJTP6Qwcs8X { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/cb487a16-456a-4717-afc4-675dd7a63ac0/LidmaatschapHNGheaderMichelPutweb.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Mf7c3f9gAIaorrkBNin2MJJTP6Qwcs8X.adaptive-delivery-prevent-bg, #Mf7c3f9gAIaorrkBNin2MJJTP6Qwcs8X.lazyload, #Mf7c3f9gAIaorrkBNin2MJJTP6Qwcs8X.lazyloading { background-image: none; }#Mf7c3f9gAIaorrkBNin2MJJTP6Qwcs8X > .row .container { background-color: transparent; background-image: none; }#Mf7c3f9gAIaorrkBNin2MJJTP6Qwcs8X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mf7c3f9gAIaorrkBNin2MJJTP6Qwcs8X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mf7c3f9gAIaorrkBNin2MJJTP6Qwcs8X > .row .container > .video-iframe-container { display: none; }#Mf7c3f9gAIaorrkBNin2MJJTP6Qwcs8X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mf7c3f9gAIaorrkBNin2MJJTP6Qwcs8X > .row > .video-iframe-container { display: none; }#Mf7c3f9gAIaorrkBNin2MJJTP6Qwcs8X > .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); }#Mf7c3f9gAIaorrkBNin2MJJTP6Qwcs8X > .row .container { border-width: 0; border-radius: 0; }#Mf7c3f9gAIaorrkBNin2MJJTP6Qwcs8X > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Mf7c3f9gAIaorrkBNin2MJJTP6Qwcs8X > .row .container { width:60rem;height:45.5625rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#K086reX7dUMhGKa0EXSl4GoOUaQcrmON { display:block;width:42.6240806875rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:300;z-index:15003;line-height:1.8;letter-spacing:0;top:14.934512138367rem;left:2.9375rem;height:;color:#4c4c4c;font-style:normal;display:block; }#K086reX7dUMhGKa0EXSl4GoOUaQcrmON li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#K086reX7dUMhGKa0EXSl4GoOUaQcrmON li:before{  }
#WOiuAT6Jg9A5w2T9LQLxP7P1IumSIvv2 { background-color:#93ec97;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.0615806875rem;height:3.6247701875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:31.4375rem;left:3rem;display:block; }
#D4c717SurGCPpOPdbchpB65tQNif8WKv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ae4Rzv8Em6s75SEQmpIqzvWFWQ1DGaET { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.0165439375rem;height:3.57973325rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:36.023662567139rem;left:2.9375rem;display:block; }
#FcJWwMeF6biE6bENEuETUWkLuX8tkq5n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l5IfTWxyJ3J6xvuyaWgfOI4kOW6gtg9E { display:block;width:55.9995384375rem;position:absolute;font-family:"source sans pro";font-size:3.4375rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:5.3090524673462rem;left:2.9375rem;height:4.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#333333;display:block; }
#Xs6axVzy5k2LLC08VatA91vzhasnHptC { display:block;width:55.9995384375rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:10.014934539795rem;left:2.9375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#333333;display:block; }
#HPSJi5GHk20k7DznZTGrraAOvupcrpkg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;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; }#HPSJi5GHk20k7DznZTGrraAOvupcrpkg > .row .container { background-color: transparent; background-image: none; }#HPSJi5GHk20k7DznZTGrraAOvupcrpkg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HPSJi5GHk20k7DznZTGrraAOvupcrpkg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HPSJi5GHk20k7DznZTGrraAOvupcrpkg > .row .container > .video-iframe-container { display: none; }#HPSJi5GHk20k7DznZTGrraAOvupcrpkg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HPSJi5GHk20k7DznZTGrraAOvupcrpkg > .row > .video-iframe-container { display: none; }#HPSJi5GHk20k7DznZTGrraAOvupcrpkg > .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); }#HPSJi5GHk20k7DznZTGrraAOvupcrpkg > .row .container { border-width: 0; border-radius: 0; }#HPSJi5GHk20k7DznZTGrraAOvupcrpkg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HPSJi5GHk20k7DznZTGrraAOvupcrpkg > .row .container { font-size:0.875rem;font-family:arial;height:51.5625rem;width:60rem;position:relative;display:block; }#sFPDwTVP7ElkmTcmdbTtyRzcLoMInWyL { color:#4c4c4c;display:block;width:12.1875rem;position:absolute;font-family:"source sans pro";font-size:1.1875rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:31.329273223877rem;left:1.3125rem;height:4.27441875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AixfHvIOkxlNHosiaOBiMTKOQy9SAuic { color:#4c4c4c;display:block;width:10.1240806875rem;position:absolute;font-family:"source sans pro";font-size:1.1875rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:31.323528289795rem;left:17.625rem;height:4.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C7tVuRdopmTfWLN6uCbEckMmNuTM41rk { color:#4c4c4c;display:block;width:10.6870403125rem;position:absolute;font-family:"source sans pro";font-size:1.1875rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:31.323528289795rem;left:46.4375rem;height:4.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cKzbXoT97MuqCcu0ZFE9CBGIrQLkXlRK { color:#707070;display:block;width:42.1875rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:300;z-index:15005;line-height:2;letter-spacing:0;top:11.619945526123rem;left:8.875rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JuJvcm5Rx2dBDniLrsSvZiVCWKNDEUlT { color:#333333;display:block;width:60rem;position:absolute;font-family:"source sans pro";font-size:3.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.75rem;left:0rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NrQGRTD7aIA6q3Cg8OaPh6BzGaIyLGPl { color:#4c4c4c;display:block;width:9.4370403125rem;position:absolute;font-family:"source sans pro";font-size:1.1875rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:31.323528289795rem;left:32.6875rem;height:4.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FVAzmolalUzb6QpgZrTa8gSTcDSTGVzX { color:#707070;display:block;width:41.4993095625rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:300;z-index:15006;line-height:2;letter-spacing:0;top:42.620632171631rem;left:9.1875rem;height:5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KZkAy4UwEWx2BT1syrvRmwbeMGTeNfIa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.3740806875rem;width:6.3740806875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:23.088237762451rem;left:4.25rem; }
#RqC1M0RMlcpmvu4tLmp9whUukt7kFskR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.9370403125rem;width:6.9370403125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:22.802158355713rem;left:19.1875rem; }
#Nm1afgL1X0qVAtvVtZiDZLJP2NTCwu0K { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.9370403125rem;width:6.9370403125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:22.802158355713rem;left:33.9375rem; }
#ChA3ZzmDPUXchf22NTQe7vVTU65FeoNO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.935891125rem;width:6.935891125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:23.082492828369rem;left:48.3125rem; }
#bHEn7P5I0MAvBERTeGWIGlX4E3as8Ktd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/87a37e10-cce5-44a3-a2b1-d778dd3907aa/27.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bHEn7P5I0MAvBERTeGWIGlX4E3as8Ktd.adaptive-delivery-prevent-bg, #bHEn7P5I0MAvBERTeGWIGlX4E3as8Ktd.lazyload, #bHEn7P5I0MAvBERTeGWIGlX4E3as8Ktd.lazyloading { background-image: none; }#bHEn7P5I0MAvBERTeGWIGlX4E3as8Ktd > .row .container { background-color: transparent; background-image: none; }#bHEn7P5I0MAvBERTeGWIGlX4E3as8Ktd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bHEn7P5I0MAvBERTeGWIGlX4E3as8Ktd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bHEn7P5I0MAvBERTeGWIGlX4E3as8Ktd > .row .container > .video-iframe-container { display: none; }#bHEn7P5I0MAvBERTeGWIGlX4E3as8Ktd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bHEn7P5I0MAvBERTeGWIGlX4E3as8Ktd > .row > .video-iframe-container { display: none; }#bHEn7P5I0MAvBERTeGWIGlX4E3as8Ktd > .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); }#bHEn7P5I0MAvBERTeGWIGlX4E3as8Ktd > .row .container { border-width: 0; border-radius: 0; }#bHEn7P5I0MAvBERTeGWIGlX4E3as8Ktd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bHEn7P5I0MAvBERTeGWIGlX4E3as8Ktd > .row .container { font-size:0.875rem;font-family:arial;height:33.625rem;width:60rem;position:relative;display:block; }#b3aviU1UkwfV57fEuS9fbCxdAlt5rPb6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#b3aviU1UkwfV57fEuS9fbCxdAlt5rPb6 > .row .container { background-color: transparent; background-image: none; }#b3aviU1UkwfV57fEuS9fbCxdAlt5rPb6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3aviU1UkwfV57fEuS9fbCxdAlt5rPb6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3aviU1UkwfV57fEuS9fbCxdAlt5rPb6 > .row .container > .video-iframe-container { display: none; }#b3aviU1UkwfV57fEuS9fbCxdAlt5rPb6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3aviU1UkwfV57fEuS9fbCxdAlt5rPb6 > .row > .video-iframe-container { display: none; }#b3aviU1UkwfV57fEuS9fbCxdAlt5rPb6 > .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); }#b3aviU1UkwfV57fEuS9fbCxdAlt5rPb6 > .row .container { border-width: 0; border-radius: 0; }#b3aviU1UkwfV57fEuS9fbCxdAlt5rPb6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b3aviU1UkwfV57fEuS9fbCxdAlt5rPb6 > .row .container { font-size:0.875rem;font-family:arial;height:50.125rem;width:60rem;position:relative;display:block; }#gnTlxOT5JiRi7WHw6Nqn8vX6guTUaAHC { color:#333333;display:block;width:19.9368095625rem;position:absolute;font-family:"source sans pro";font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.9450836181641rem;left:1.8125rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DT7UzbkuMAeTTCDUyWi7bOnKQVM8NTQv { color:#707070;display:block;width:26.3740806875rem;position:absolute;font-family:"source sans pro";font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:10.608222961426rem;left:1.8125rem;height:34.3168875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TXnQJcB19SM9DA7l8Cg3wdXHMcAMyqTv { color:#333333;display:block;width:19.9368095625rem;position:absolute;font-family:"source sans pro";font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:27.076278686524rem;left:31.6875rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#q9za02zk9X47xRfQ5shn3WExGWdgEKxK { color:#707070;display:block;width:24.4370403125rem;position:absolute;font-family:"source sans pro";font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.7;letter-spacing:0;top:31.39729309082rem;left:31.6875rem;height:12.6430625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XlUNMQ7TFnvhXpKXTDXPUpGSB3rDvWTX { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;height:18.125rem;width:24.25rem;top:5.6943359375rem;left:31.6875rem;overflow:hidden;display:block; }
#G4ke9dlz7kzp2snSZeZARM0kohJwU6Ko { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;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; }#G4ke9dlz7kzp2snSZeZARM0kohJwU6Ko > .row .container { background-color: transparent; background-image: none; }#G4ke9dlz7kzp2snSZeZARM0kohJwU6Ko::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G4ke9dlz7kzp2snSZeZARM0kohJwU6Ko > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G4ke9dlz7kzp2snSZeZARM0kohJwU6Ko > .row .container > .video-iframe-container { display: none; }#G4ke9dlz7kzp2snSZeZARM0kohJwU6Ko > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G4ke9dlz7kzp2snSZeZARM0kohJwU6Ko > .row > .video-iframe-container { display: none; }#G4ke9dlz7kzp2snSZeZARM0kohJwU6Ko > .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); }#G4ke9dlz7kzp2snSZeZARM0kohJwU6Ko > .row .container { border-width: 0; border-radius: 0; }#G4ke9dlz7kzp2snSZeZARM0kohJwU6Ko > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G4ke9dlz7kzp2snSZeZARM0kohJwU6Ko > .row .container { font-size:0.875rem;font-family:arial;height:70.5625rem;width:60rem;position:relative;display:block; }#yfn0rTEypV8aR3ClqH0hrbZx11vNHHvT { position:absolute;display:block;z-index:15004;background-color:#7e64fe;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:36.375rem;width:19.125rem;top:25.1865234375rem;left:20.375rem;display:block; }
#xul8FOFrJhKxJ9LHWHdrvZMSLbk6bTkP { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"source sans pro";font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:29.124526977539rem;left:23.75rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#e3KvfGKR11txDm1L0X8XMTbEbMUQzeyG { color:#7e64fe;display:block;width:12.5rem;position:absolute;font-family:"source sans pro";font-size:2.5rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:23.031936645507rem;left:3.75rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kzf58CssWZnaeN069Vl08X4cs0B2PqFT { color:#071638;display:block;width:14.3118105rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:15018;line-height:1.6;letter-spacing:0;top:27.335708618164rem;left:2.8125rem;height:23.9941375rem;text-align:left;text-align-last:left;display:block; }#kzf58CssWZnaeN069Vl08X4cs0B2PqFT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#kzf58CssWZnaeN069Vl08X4cs0B2PqFT li:before{  }
#aUKxXdPfeus035tr3oxJku9FRurwHiC9 { position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 1.5625rem rgba(84,84,84,0.25) ;height:37.75rem;width:19.125rem;top:21.0615234375rem;left:0rem;display:block; }
#zAvArz20a5q53pfwhD5tm15XBzJc2FAA { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 1.5625rem rgba(84,84,84,0.25) ;height:37.4375rem;width:19.125rem;top:21.1240234375rem;left:40.8125rem;display:block; }
#OnvfJcZnHMwuszelxUSulQlQ7KkXnOQg { color:#7e64fe;display:block;width:15.7490806875rem;position:absolute;font-family:"source sans pro";font-size:2.5rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:23.029632568359rem;left:42.5rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zrARrG4aeZdEAiaLfWafT1KfNelUFFTX { color:#333333;display:block;width:5rem;position:absolute;font-family:"source sans pro";font-size:2.8125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:51.99333190918rem;left:5.625rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DG7dnccgHlbaeKehBpySzCOufedATXFF { color:#333333;display:block;width:5rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:52.598098754882rem;left:10.5625rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Bed0hiFJhXNBIivly2AcPSds1DMy8Ue7 { color:#333333;display:block;width:7.1243105rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:53.80973815918rem;left:10.625rem;height:1.13720625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZHQeAafocln4sQMm3TlvXEZmq2kId2Lb { background-color:#7e64fe;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(70,86,80,0.25) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1.375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6868105rem;height:4.0625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:56.624526977539rem;left:2.6875rem;display:block; }
#xfneTBokt2c0icH257SQTRT7s9Xg9eXc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kMeGQxfpMOoI3ClomkK191XRi7Mev9KA { color:#333333;display:block;width:28.1875rem;position:absolute;font-family:"source sans pro";font-size:3.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.513671875rem;left:15.90625rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qKC1IuS5EawM9TVbmIvIyFszzQNHeZZE { color:#707070;display:block;width:41.125rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.8;letter-spacing:0;top:10.5458984375rem;left:9.4375rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v5FJptLIzltGEnrV9uXMiFUD9TTUVMxi { position:absolute;display:block;z-index:15005;background-color:#93ec97;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.1875rem;width:19.125rem;top:23.937271118164rem;left:20.375rem;display:block; }
#Et7ytf37qemDbNs9NJ0TMDuJgLT9nHK2 { color:#333333;display:block;width:19rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:24.499771118164rem;left:20.5rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s6t0rUhdtR5uLlqs8BmynOHbhUWyLMhb { color:#ffffff;display:block;width:14.3118105rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:15019;line-height:1.6;letter-spacing:0;top:35.105697631836rem;left:22.8125rem;height:15.99609375rem;text-align:left;text-align-last:left;display:block; }#s6t0rUhdtR5uLlqs8BmynOHbhUWyLMhb li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#s6t0rUhdtR5uLlqs8BmynOHbhUWyLMhb li:before{  }
#gx0wSoThqhPydZW3mhDod0UIlcfR66FP { color:#ffffff;display:block;width:5rem;position:absolute;font-family:"source sans pro";font-size:2.8125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:53.769515991211rem;left:25.875rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rENtNXvTyITA3SqNGE0NLkMXITJvUJ0q { color:#ffffff;display:block;width:5rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:54.324905395507rem;left:31.0625rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Mm1s6HyGTpCoH7uT2fqFeGxr64PJtSo9 { color:#ffffff;display:block;width:7.1243105rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:55.558349609375rem;left:31.0625rem;height:1.13720625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IgoXkq24cSmQ2XAZ8MGPuHSfd6HQyeNQ { background-color:#93ec97;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(70,86,80,0.25) ;box-sizing:border-box;color:#333333;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1.375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6868105rem;height:4.0625rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:59.492172241211rem;left:23.125rem;display:block; }
#CLlpJHEE9M87s8dPs16KtvSnSerxu6Ar { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vskxXwzPvUUk0MttaNuf1EbUlMQ8xI5b { color:#071638;display:block;width:14.3118105rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:15019;line-height:1.6;letter-spacing:0;top:29.756439208984rem;left:42.8125rem;height:15.99609375rem;text-align:left;text-align-last:left;display:block; }#vskxXwzPvUUk0MttaNuf1EbUlMQ8xI5b li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vskxXwzPvUUk0MttaNuf1EbUlMQ8xI5b li:before{  }
#s4Vvsw9brKLTahpIf5J3aF0dM1cXk4xG { background-color:#7e64fe;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(70,86,80,0.25) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1.375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6868105rem;height:4.0625rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:56.586624145507rem;left:43.125rem;display:block; }
#qEfltq4RiVeL8lf93q6Ll1yi1Sxckdd1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gg11IETQ9m8i4S2Itudt4SG1uvBXMqMk { color:#333333;display:block;width:5rem;position:absolute;font-family:"source sans pro";font-size:2.8125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:50.222885131836rem;left:45.9375rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#B5UenDGrR9CkgtdIwyUrtJvtWTTpNa31 { color:#333333;display:block;width:5rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:50.815017700195rem;left:50.875rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qU4EReg7qriIGaTrmsumw5sV56BVxBHt { color:#333333;display:block;width:7.1243105rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:51.937026977539rem;left:50.9375rem;height:1.13720625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bHlLJJ86pR3TlN5K8VJG1MCq5aaHl9ut { color:#707070;display:block;width:19.9375rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.8;letter-spacing:0;top:61.5615234375rem;left:0rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TsTlO2Pqnu7FPeTdvfswcedznNtLrKdD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#edeaff;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; }#TsTlO2Pqnu7FPeTdvfswcedznNtLrKdD > .row .container { background-color: transparent; background-image: none; }#TsTlO2Pqnu7FPeTdvfswcedznNtLrKdD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TsTlO2Pqnu7FPeTdvfswcedznNtLrKdD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TsTlO2Pqnu7FPeTdvfswcedznNtLrKdD > .row .container > .video-iframe-container { display: none; }#TsTlO2Pqnu7FPeTdvfswcedznNtLrKdD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TsTlO2Pqnu7FPeTdvfswcedznNtLrKdD > .row > .video-iframe-container { display: none; }#TsTlO2Pqnu7FPeTdvfswcedznNtLrKdD > .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); }#TsTlO2Pqnu7FPeTdvfswcedznNtLrKdD > .row .container { border-width: 0; border-radius: 0; }#TsTlO2Pqnu7FPeTdvfswcedznNtLrKdD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TsTlO2Pqnu7FPeTdvfswcedznNtLrKdD > .row .container { font-size:0.875rem;font-family:arial;height:16rem;width:60rem;position:relative;display:block; }#NTrk8DhSLGHPJqKiQVtEqD7PCTPL1PgW { color:#4c4c4c;display:block;width:58.9993095625rem;position:absolute;font-family:"source sans pro";font-size:2.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:5.3874130249024rem;left:0.4375rem;height:;font-style:normal;text-align:center;text-align-last:center;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; }
#Cvs9HitS6S8bXLhIDsWkRRJthnEvF2eK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#edeaff;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; }#Cvs9HitS6S8bXLhIDsWkRRJthnEvF2eK > .row .container { background-color: transparent; background-image: none; }#Cvs9HitS6S8bXLhIDsWkRRJthnEvF2eK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cvs9HitS6S8bXLhIDsWkRRJthnEvF2eK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cvs9HitS6S8bXLhIDsWkRRJthnEvF2eK > .row .container > .video-iframe-container { display: none; }#Cvs9HitS6S8bXLhIDsWkRRJthnEvF2eK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cvs9HitS6S8bXLhIDsWkRRJthnEvF2eK > .row > .video-iframe-container { display: none; }#Cvs9HitS6S8bXLhIDsWkRRJthnEvF2eK > .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); }#Cvs9HitS6S8bXLhIDsWkRRJthnEvF2eK > .row .container { border-width: 0; border-radius: 0; }#Cvs9HitS6S8bXLhIDsWkRRJthnEvF2eK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Cvs9HitS6S8bXLhIDsWkRRJthnEvF2eK > .row .container { font-size:0.875rem;font-family:arial;height:39.5625rem;width:60rem;position:relative;display:block; }#qosa8vVpP4cBpSoFBiz55fQB40yQvqzf { position:absolute;display:block;z-index:15025;background-color:#7e64fe;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:6.25rem;top:3.3125rem;left:0rem;display:block; }
#x6GQJgMqNU5qctob1Td8b3SOhTWCnBMs { color:#333333;display:block;width:16.5625rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:19.5rem;left:1.625rem;height:5.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#prI5yIl5yKG4FNOzvFBS9HnTwrRto9fT { color:#000000;display:block;width:15.625rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:17.125rem;left:1.625rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#zKsrLPbEihp3sTBHoRxR58UIgtAtKmfG { color:#000000;display:block;width:15.625rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:26.1875rem;left:1.625rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#cwt5kR68e4dk1XdUuSCzenVCDVUBizhk { color:#333333;display:block;width:16.5625rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:28.375rem;left:1.625rem;height:7.03125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#mxnR6TEo5k7ovaMDH0Vc9EPbf3xK5wD8 { color:#000000;display:block;width:6.9375rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:17.125rem;left:21.875rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#yXAOvPhzLHmHRB6gMvc76B2EL5OevedM { color:#333333;display:block;width:17.5625rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:19.3125rem;left:21.875rem;height:7.03125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#QIT7i15MTAiLXHadceVWuDIWPLUNKrTa { color:#000000;display:block;width:16.3120403125rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:6.8125rem;left:21.6875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#gsbFK0rBeTT3MZZGDCHT3ELE0F88UCWa { color:#333333;display:block;width:16.5625rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:9.1875rem;left:21.6875rem;height:7.03125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#KOM2BbQZIBzJHxBprTlDvbz6IG10KhMK { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;top:17.375rem;left:0rem; }
#cQXWrycp5QWgQMlFflKMnLuxJVGUDV25 { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;top:26.4375rem;left:0rem; }
#fekHrqysn7VVXRbNTPUUP9ZERJCTL6FD { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:7.125rem;left:20rem; }
#THcFRKcTU1R84XDTVTvTQOhTyTBwyXTT { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;top:17.375rem;left:20rem; }
#PwlQLz4l7wVnolxNQQWWbxUZ3dN68uOx { color:#333333;display:block;width:5.6875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:2.75rem;left:7.125rem;height:1.2246125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qqX95SbdsFPDbc0dV9VakdJeWIdMfTfp { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:25.125rem;width:17.9375rem;top:6.85432434082rem;left:40.9375rem;overflow:hidden;display:block; }
#xKgTcDD47ZWEuWbZJDKJd3EJglf5c3Wb { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.1247701875rem;width:1.1247701875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:6.875rem;left:0rem; }
#Tnxm4wS4meTIt6O583uNC5vToBqzswDK { color:#000000;display:block;width:9.9375rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:6.5625rem;left:1.5625rem;height:3.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#svQF55FCirvm7c8VX5ITIkDIPMspM94i { color:#333333;display:block;width:17.25rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:10.561828613281rem;left:1.5625rem;height:7.03125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#OUUC3FmSQm8xodDo7o3DCvuHXztE9hfL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OUUC3FmSQm8xodDo7o3DCvuHXztE9hfL > .row .container { background-color: transparent; background-image: none; }#OUUC3FmSQm8xodDo7o3DCvuHXztE9hfL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OUUC3FmSQm8xodDo7o3DCvuHXztE9hfL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OUUC3FmSQm8xodDo7o3DCvuHXztE9hfL > .row .container > .video-iframe-container { display: none; }#OUUC3FmSQm8xodDo7o3DCvuHXztE9hfL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OUUC3FmSQm8xodDo7o3DCvuHXztE9hfL > .row > .video-iframe-container { display: none; }#OUUC3FmSQm8xodDo7o3DCvuHXztE9hfL > .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); }#OUUC3FmSQm8xodDo7o3DCvuHXztE9hfL > .row .container { border-width: 0; border-radius: 0; }#OUUC3FmSQm8xodDo7o3DCvuHXztE9hfL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OUUC3FmSQm8xodDo7o3DCvuHXztE9hfL > .row .container { font-size:0.875rem;font-family:arial;height:60.3125rem;width:60rem;position:relative;display:block; }#XVUN05ua4STxiLmRSrIIyXmMJttx2LRg { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:8.8125rem;width:29.125rem;top:17rem;left:0rem;display:block; }
#Bui0TQ2W6yTaEl15CaCRH3m1wyUSKqz8 { color:#585858;display:block;width:20.5625rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:20.8125rem;left:4.75rem;height:1.3999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cF19qTg6ooqXJPzap1zJ4nz4L1cXVybe { color:#7e64fe;display:block;width:20.5618095625rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:22.5rem;left:4.6875rem;height:1.79980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oRRHpIODDADg0DHAZy9o3CA4rILg3MoA { color:#7e64fe;display:block;width:27.4375rem;position:absolute;font-family:"source sans pro";font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.4697265625rem;left:16rem;height:5.8496125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RFPNiKOHQMnMlTGkuy6UoMzTTIUb7pdz { background-color:#93ec97;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.0615806875rem;height:3.6247701875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:50.375rem;left:13.4375rem;display:block; }
#xMpUgHUVBk12JEaJyoup07llhJS12Ghm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bv5TiTzUEp6MbeWHwdeGO7TbluZE9PvE { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.0165439375rem;height:3.57973325rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:50.3125rem;left:30.5625rem;display:block; }
#izLKt8HCeIaesu6IkVDA89ylGV30CdFO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GHNVBaxIM3XFwkCZdhqO2WgZLEdGs25L { position:absolute;display:block;z-index:15011;background-color:#f2f2f2;background-image:url("https://images.assets-landingi.com/uc/c2108ee3-1ade-4ad7-b076-472a306edc00/Schermafbeelding20240222om203601.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:8.3743105rem;width:8.3743105rem;top:11.125rem;left:10.8125rem;display:block; }#GHNVBaxIM3XFwkCZdhqO2WgZLEdGs25L.adaptive-delivery-prevent-bg, #GHNVBaxIM3XFwkCZdhqO2WgZLEdGs25L.lazyload, #GHNVBaxIM3XFwkCZdhqO2WgZLEdGs25L.lazyloading { background-image: none; }
#JFLTk7y8GgH5VePwGx99xd2KC7LeL3EC { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:8.8125rem;width:29.125rem;top:16.9375rem;left:30.4375rem;display:block; }
#iFLZRm34px1x9iTNdobzTIRZ3EHMxXAc { color:#7e64fe;display:block;width:20.5618095625rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:22.4375rem;left:35.1875rem;height:1.79980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#V4pdIq802cx5UAh64lLBg2xi3aQ4LFNq { color:#585858;display:block;width:21.9990806875rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:20.847900390625rem;left:34.4375rem;height:1.3999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XpAvbQwgfoymr6bw4yk4ByVGf5DCGoZH { position:absolute;display:block;z-index:15015;background-color:#f2f2f2;background-image:url("https://images.assets-landingi.com/uc/8e5d301c-8831-4ce3-8e2c-898de3f0c8b0/Schermafbeelding20240228om111806.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:8.3743105rem;width:8.3743105rem;top:11.0625rem;left:41.25rem;display:block; }#XpAvbQwgfoymr6bw4yk4ByVGf5DCGoZH.adaptive-delivery-prevent-bg, #XpAvbQwgfoymr6bw4yk4ByVGf5DCGoZH.lazyload, #XpAvbQwgfoymr6bw4yk4ByVGf5DCGoZH.lazyloading { background-image: none; }
#sr9yskfelnqFQ2HT0emiyTkvilBDoeuA { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:8.8125rem;width:29.125rem;top:35.5rem;left:30.4375rem;display:block; }
#ri2411Ee0rm9c4q3ddQNnGnTdekBnJpy { color:#7e64fe;display:block;width:20.5618095625rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.6;letter-spacing:0;top:41rem;left:35.1875rem;height:1.79980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ROo0TTXgP4aXWnl4ZQ5JNWUzetSEgxpZ { color:#585858;display:block;width:21.7497691875rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:300;z-index:15015;line-height:1.6;letter-spacing:0;top:39.301483154297rem;left:34.5625rem;height:1.3999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kOg9hiIy57rpKx8f0HSMivNhUkWta9SC { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:8.8125rem;width:29.125rem;top:35.5625rem;left:0rem;display:block; }
#JKq3OMqxSxIJE6czN2EORZuTy3Nh2ge2 { position:absolute;display:block;z-index:15023;background-color:#f2f2f2;background-image:url("https://images.assets-landingi.com/uc/60129cf4-d3e3-4313-8ad0-7e55543ded8f/Schermafbeelding20240228om111844.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:8.3743105rem;width:8.3743105rem;top:29.625rem;left:41.25rem;display:block; }#JKq3OMqxSxIJE6czN2EORZuTy3Nh2ge2.adaptive-delivery-prevent-bg, #JKq3OMqxSxIJE6czN2EORZuTy3Nh2ge2.lazyload, #JKq3OMqxSxIJE6czN2EORZuTy3Nh2ge2.lazyloading { background-image: none; }
#MiGXkCtkkDGri6SHV6UzPF8pnrgruTr6 { color:#585858;display:block;width:22.2495403125rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:39.349731445312rem;left:3.8125rem;height:1.3999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DfDvNKDvJDgQ49Ow164df4IVwJCvEllX { color:#7e64fe;display:block;width:20.5618095625rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.6;letter-spacing:0;top:40.994964599609rem;left:4.6875rem;height:1.79980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ea63m79LpKA0ESfpzzvU7k2wAT9k8CU6 { position:absolute;display:block;z-index:15019;background-color:#f2f2f2;background-image:url("https://images.assets-landingi.com/uc/902bd39a-12cd-46b9-82e9-f451f6efa0a5/Schermafbeelding20240228om112128.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:8.3743105rem;width:8.3743105rem;top:29.6875rem;left:10.8125rem;display:block; }#ea63m79LpKA0ESfpzzvU7k2wAT9k8CU6.adaptive-delivery-prevent-bg, #ea63m79LpKA0ESfpzzvU7k2wAT9k8CU6.lazyload, #ea63m79LpKA0ESfpzzvU7k2wAT9k8CU6.lazyloading { background-image: none; }
#lBGg0L3l586IKIt6FyCEDF1VZXgsDHt2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4c4c4c;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; }#lBGg0L3l586IKIt6FyCEDF1VZXgsDHt2 > .row .container { background-color: transparent; background-image: none; }#lBGg0L3l586IKIt6FyCEDF1VZXgsDHt2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lBGg0L3l586IKIt6FyCEDF1VZXgsDHt2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lBGg0L3l586IKIt6FyCEDF1VZXgsDHt2 > .row .container > .video-iframe-container { display: none; }#lBGg0L3l586IKIt6FyCEDF1VZXgsDHt2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lBGg0L3l586IKIt6FyCEDF1VZXgsDHt2 > .row > .video-iframe-container { display: none; }#lBGg0L3l586IKIt6FyCEDF1VZXgsDHt2 > .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); }#lBGg0L3l586IKIt6FyCEDF1VZXgsDHt2 > .row .container { border-width: 0; border-radius: 0; }#lBGg0L3l586IKIt6FyCEDF1VZXgsDHt2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lBGg0L3l586IKIt6FyCEDF1VZXgsDHt2 > .row .container { font-size:0.875rem;font-family:arial;height:11.125rem;width:60rem;position:relative;display:block; }#Uv2TlNF1ePHLsQSe5v7KQWBs2fqyoZEx { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9993105rem;width:9.1865806875rem;top:3.4797973632812rem;left:37.0625rem;overflow:hidden;display:block; }
#Tz32CbfUkGsGxr0aV1aJRc6n6tVy4X3r { 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:5.1240806875rem;width:11.3740806875rem;top:2.9168395996094rem;left:0rem;overflow:hidden;display:block; }
#ybNch3mGahoRIROdPH8DXig5RORG0Qv2 { 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:5.1872701875rem;width:11.8118105rem;top:2.8536682128906rem;left:23.375rem;overflow:hidden;display:block; }
#ARDgHutMyhs3BwqSQHQa7E9z5e63fJGh { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5622701875rem;width:10.4997701875rem;top:3.1983337402344rem;left:49.5rem;overflow:hidden;display:block; }
#HJ3RtusFQV8TwnfMOEITsAQWKr1DNeEs { 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:4.3118105rem;width:10.1872701875rem;top:3.3235473632812rem;left:11.3125rem;overflow:hidden;display:block; }
#DrkK4ET7ERWrgHSTsvBLors8QEI3yrhH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7e64fe;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; }#DrkK4ET7ERWrgHSTsvBLors8QEI3yrhH > .row .container { background-color: transparent; background-image: none; }#DrkK4ET7ERWrgHSTsvBLors8QEI3yrhH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DrkK4ET7ERWrgHSTsvBLors8QEI3yrhH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DrkK4ET7ERWrgHSTsvBLors8QEI3yrhH > .row .container > .video-iframe-container { display: none; }#DrkK4ET7ERWrgHSTsvBLors8QEI3yrhH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DrkK4ET7ERWrgHSTsvBLors8QEI3yrhH > .row > .video-iframe-container { display: none; }#DrkK4ET7ERWrgHSTsvBLors8QEI3yrhH > .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); }#DrkK4ET7ERWrgHSTsvBLors8QEI3yrhH > .row .container { border-width: 0; border-radius: 0; }#DrkK4ET7ERWrgHSTsvBLors8QEI3yrhH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DrkK4ET7ERWrgHSTsvBLors8QEI3yrhH > .row .container { font-size:0.875rem;font-family:arial;height:17.3125rem;width:60rem;position:relative;display:block; }#qrDUCgcJoKtZVoCJfUqF2kU3kQ6RkfaQ { 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:4.5615234375rem;width:18.1865234375rem;top:1.4375rem;left:20.59375rem;overflow:hidden;display:block; }
#ykiryp6VUlDfuaz3NOzHGNX4BgcwlFtQ { color:#ffffff;display:block;width:28.6240234375rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.6;letter-spacing:0;top:6.59375rem;left:15.375rem;height:4.19970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WAzwuV9cvexot87HDx89OLEaSaZVtPaF { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:12.75rem;left:23.9375rem; }
#WAzwuV9cvexot87HDx89OLEaSaZVtPaF > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#bI1egrTA4WnAlL31XDyHrxB72hlOlqKH { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:12.75rem;left:27.25rem; }
#bI1egrTA4WnAlL31XDyHrxB72hlOlqKH > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#AvJDUDz2lA8tIgnZzfJ3OJaCIFpTlVzk { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:12.75rem;left:30.6875rem; }
#AvJDUDz2lA8tIgnZzfJ3OJaCIFpTlVzk > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#oFBTUqrBKyWE665y1GhRXbMDfkLqZRbS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.99908075rem;width:1.99908075rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:12.75rem;left:34rem; }
#oFBTUqrBKyWE665y1GhRXbMDfkLqZRbS > img { max-width: 100%;max-height:100%; width:1.99908075rem; height:1.99908075rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #D4nuGQHuc3PJz9G5TawnSTiW6AHbK1c8 { display:block; }#D4nuGQHuc3PJz9G5TawnSTiW6AHbK1c8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IGAk5WIWVwPnBa2ac1BLtB1a0T9crn46 { top:1.4375rem;left:0rem;width:23.8125rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mf7c3f9gAIaorrkBNin2MJJTP6Qwcs8X { display:block; }#Mf7c3f9gAIaorrkBNin2MJJTP6Qwcs8X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K086reX7dUMhGKa0EXSl4GoOUaQcrmON { width:42.5625rem;height:;top:14.875rem;left:0rem;font-size:0.8125rem;display:block; }#K086reX7dUMhGKa0EXSl4GoOUaQcrmON li:before{  }
 }@media only screen and (max-width: 763px) { #WOiuAT6Jg9A5w2T9LQLxP7P1IumSIvv2 { width:16rem;height:3.5625rem;top:31.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4c717SurGCPpOPdbchpB65tQNif8WKv { display:block; }
 }@media only screen and (max-width: 763px) { #Ae4Rzv8Em6s75SEQmpIqzvWFWQ1DGaET { width:16rem;height:3.5625rem;top:36rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcJWwMeF6biE6bENEuETUWkLuX8tkq5n { display:block; }
 }@media only screen and (max-width: 763px) { #l5IfTWxyJ3J6xvuyaWgfOI4kOW6gtg9E { width:47.75rem;height:4.0625rem;top:5.25rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xs6axVzy5k2LLC08VatA91vzhasnHptC { width:47.75rem;height:;top:10rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPSJi5GHk20k7DznZTGrraAOvupcrpkg { display:block; }#HPSJi5GHk20k7DznZTGrraAOvupcrpkg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sFPDwTVP7ElkmTcmdbTtyRzcLoMInWyL { width:12.1875rem;height:4.1875rem;top:31.3125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AixfHvIOkxlNHosiaOBiMTKOQy9SAuic { width:10.0625rem;height:4.1875rem;top:31.3125rem;left:11.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7tVuRdopmTfWLN6uCbEckMmNuTM41rk { width:10.625rem;height:4.1875rem;top:31.3125rem;left:37.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKzbXoT97MuqCcu0ZFE9CBGIrQLkXlRK { width:42.1875rem;height:7.5rem;top:11.5625rem;left:2.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuJvcm5Rx2dBDniLrsSvZiVCWKNDEUlT { width:47.75rem;height:4rem;top:5.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrQGRTD7aIA6q3Cg8OaPh6BzGaIyLGPl { width:9.375rem;height:4.25rem;top:31.3125rem;left:26.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVAzmolalUzb6QpgZrTa8gSTcDSTGVzX { width:41.4375rem;height:5rem;top:42.5625rem;left:3.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZkAy4UwEWx2BT1syrvRmwbeMGTeNfIa { top:23.0625rem;left:0rem;width:6.3125rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqC1M0RMlcpmvu4tLmp9whUukt7kFskR { top:22.75rem;left:13.0625rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nm1afgL1X0qVAtvVtZiDZLJP2NTCwu0K { top:22.75rem;left:27.8125rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChA3ZzmDPUXchf22NTQe7vVTU65FeoNO { top:23.0625rem;left:40.875rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHEn7P5I0MAvBERTeGWIGlX4E3as8Ktd { display:block; }#bHEn7P5I0MAvBERTeGWIGlX4E3as8Ktd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b3aviU1UkwfV57fEuS9fbCxdAlt5rPb6 { display:block; }#b3aviU1UkwfV57fEuS9fbCxdAlt5rPb6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gnTlxOT5JiRi7WHw6Nqn8vX6guTUaAHC { width:19.875rem;height:4.8125rem;top:3.9375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DT7UzbkuMAeTTCDUyWi7bOnKQVM8NTQv { width:26.3125rem;height:34.25rem;top:10.5625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXnQJcB19SM9DA7l8Cg3wdXHMcAMyqTv { width:19.875rem;height:2.375rem;top:27.0625rem;left:23.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9za02zk9X47xRfQ5shn3WExGWdgEKxK { width:24.375rem;height:12.3125rem;top:31.375rem;left:23.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlUNMQ7TFnvhXpKXTDXPUpGSB3rDvWTX { top:5.6875rem;left:23.5rem;width:24.25rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4ke9dlz7kzp2snSZeZARM0kohJwU6Ko { display:block; }#G4ke9dlz7kzp2snSZeZARM0kohJwU6Ko > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yfn0rTEypV8aR3ClqH0hrbZx11vNHHvT { top:25.125rem;left:12.625rem;width:19.125rem;height:36.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xul8FOFrJhKxJ9LHWHdrvZMSLbk6bTkP { top:29.0625rem;left:17.5625rem;width:12.5rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3KvfGKR11txDm1L0X8XMTbEbMUQzeyG { top:23rem;left:1.6875rem;width:12.5rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzf58CssWZnaeN069Vl08X4cs0B2PqFT { top:27.3125rem;left:0.75rem;width:14.25rem;height:;font-size:0.8125rem;display:block; }#kzf58CssWZnaeN069Vl08X4cs0B2PqFT li:before{  }
 }@media only screen and (max-width: 763px) { #aUKxXdPfeus035tr3oxJku9FRurwHiC9 { top:21rem;left:0rem;width:19.125rem;height:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAvArz20a5q53pfwhD5tm15XBzJc2FAA { top:21.0625rem;left:28.5rem;width:19.125rem;height:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnvfJcZnHMwuszelxUSulQlQ7KkXnOQg { top:23rem;left:31.9375rem;width:15.6875rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrARrG4aeZdEAiaLfWafT1KfNelUFFTX { top:51.9375rem;left:3.5625rem;width:5rem;height:3.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DG7dnccgHlbaeKehBpySzCOufedATXFF { top:52.5625rem;left:8.5rem;width:5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bed0hiFJhXNBIivly2AcPSds1DMy8Ue7 { top:53.75rem;left:8.5625rem;width:7.0625rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHQeAafocln4sQMm3TlvXEZmq2kId2Lb { width:13.625rem;height:4.0625rem;top:56.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfneTBokt2c0icH257SQTRT7s9Xg9eXc { display:block; }
 }@media only screen and (max-width: 763px) { #kMeGQxfpMOoI3ClomkK191XRi7Mev9KA { width:28.1875rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKC1IuS5EawM9TVbmIvIyFszzQNHeZZE { width:41.125rem;height:4.5rem;top:10.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5FJptLIzltGEnrV9uXMiFUD9TTUVMxi { top:23.875rem;left:12.625rem;width:19.125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Et7ytf37qemDbNs9NJ0TMDuJgLT9nHK2 { width:18.9375rem;height:1.125rem;top:24.4375rem;left:12.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6t0rUhdtR5uLlqs8BmynOHbhUWyLMhb { top:35.0625rem;left:16.625rem;width:14.25rem;height:15.4375rem;font-size:0.8125rem;display:block; }#s6t0rUhdtR5uLlqs8BmynOHbhUWyLMhb li:before{  }
 }@media only screen and (max-width: 763px) { #gx0wSoThqhPydZW3mhDod0UIlcfR66FP { top:53.75rem;left:19.6875rem;width:5rem;height:3.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rENtNXvTyITA3SqNGE0NLkMXITJvUJ0q { top:54.3125rem;left:24.875rem;width:5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mm1s6HyGTpCoH7uT2fqFeGxr64PJtSo9 { top:55.5rem;left:24.6875rem;width:7.0625rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgoXkq24cSmQ2XAZ8MGPuHSfd6HQyeNQ { width:13.625rem;height:4.0625rem;top:59.4375rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLlpJHEE9M87s8dPs16KtvSnSerxu6Ar { display:block; }
 }@media only screen and (max-width: 763px) { #vskxXwzPvUUk0MttaNuf1EbUlMQ8xI5b { top:29.75rem;left:32.5rem;width:14.25rem;height:15.4375rem;font-size:0.8125rem;display:block; }#vskxXwzPvUUk0MttaNuf1EbUlMQ8xI5b li:before{  }
 }@media only screen and (max-width: 763px) { #s4Vvsw9brKLTahpIf5J3aF0dM1cXk4xG { width:13.625rem;height:4.0625rem;top:56.5625rem;left:32.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEfltq4RiVeL8lf93q6Ll1yi1Sxckdd1 { display:block; }
 }@media only screen and (max-width: 763px) { #gg11IETQ9m8i4S2Itudt4SG1uvBXMqMk { top:50.1875rem;left:35.625rem;width:5rem;height:3.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5UenDGrR9CkgtdIwyUrtJvtWTTpNa31 { top:50.8125rem;left:40.5625rem;width:5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qU4EReg7qriIGaTrmsumw5sV56BVxBHt { top:51.875rem;left:40.5625rem;width:7.0625rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHlLJJ86pR3TlN5K8VJG1MCq5aaHl9ut { width:19.9375rem;height:1.6875rem;top:61.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsTlO2Pqnu7FPeTdvfswcedznNtLrKdD { display:block; }#TsTlO2Pqnu7FPeTdvfswcedznNtLrKdD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NTrk8DhSLGHPJqKiQVtEqD7PCTPL1PgW { width:47.75rem;height:;top:5.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cvs9HitS6S8bXLhIDsWkRRJthnEvF2eK { display:block; }#Cvs9HitS6S8bXLhIDsWkRRJthnEvF2eK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qosa8vVpP4cBpSoFBiz55fQB40yQvqzf { width:6.25rem;height:0.1875rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6GQJgMqNU5qctob1Td8b3SOhTWCnBMs { width:16.5625rem;height:5.5625rem;top:19.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #prI5yIl5yKG4FNOzvFBS9HnTwrRto9fT { width:15.625rem;height:1.5625rem;top:17.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKsrLPbEihp3sTBHoRxR58UIgtAtKmfG { width:15.625rem;height:1.5625rem;top:26.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwt5kR68e4dk1XdUuSCzenVCDVUBizhk { width:16.5625rem;height:6.9375rem;top:28.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxnR6TEo5k7ovaMDH0Vc9EPbf3xK5wD8 { width:6.875rem;height:1.5625rem;top:17.125rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXAOvPhzLHmHRB6gMvc76B2EL5OevedM { width:17.5rem;height:6.9375rem;top:19.3125rem;left:14.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIT7i15MTAiLXHadceVWuDIWPLUNKrTa { width:16.25rem;height:;top:6.8125rem;left:15.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsbFK0rBeTT3MZZGDCHT3ELE0F88UCWa { width:16.5625rem;height:7rem;top:9.1875rem;left:15.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOM2BbQZIBzJHxBprTlDvbz6IG10KhMK { width:1.0625rem;height:1.0625rem;top:17.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQXWrycp5QWgQMlFflKMnLuxJVGUDV25 { width:1.0625rem;height:1.0625rem;top:26.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fekHrqysn7VVXRbNTPUUP9ZERJCTL6FD { width:1.0625rem;height:1.0625rem;top:7.125rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #THcFRKcTU1R84XDTVTvTQOhTyTBwyXTT { width:1.0625rem;height:1.0625rem;top:17.375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwlQLz4l7wVnolxNQQWWbxUZ3dN68uOx { width:5.6875rem;height:1.1875rem;top:2.75rem;left:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqX95SbdsFPDbc0dV9VakdJeWIdMfTfp { top:6.8125rem;left:29.6875rem;width:17.9375rem;height:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKgTcDD47ZWEuWbZJDKJd3EJglf5c3Wb { width:1.0625rem;height:1.0625rem;top:6.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tnxm4wS4meTIt6O583uNC5vToBqzswDK { width:9.9375rem;height:3.25rem;top:6.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #svQF55FCirvm7c8VX5ITIkDIPMspM94i { width:17.25rem;height:7rem;top:10.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUUC3FmSQm8xodDo7o3DCvuHXztE9hfL { display:block; }#OUUC3FmSQm8xodDo7o3DCvuHXztE9hfL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XVUN05ua4STxiLmRSrIIyXmMJttx2LRg { width:29.0625rem;height:8.75rem;top:17rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bui0TQ2W6yTaEl15CaCRH3m1wyUSKqz8 { width:20.5rem;height:1.375rem;top:20.8125rem;left:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cF19qTg6ooqXJPzap1zJ4nz4L1cXVybe { width:20.5rem;height:1.75rem;top:22.5rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRRHpIODDADg0DHAZy9o3CA4rILg3MoA { width:27.4375rem;height:5.75rem;top:2.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFPNiKOHQMnMlTGkuy6UoMzTTIUb7pdz { width:16rem;height:3.5625rem;top:50.375rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMpUgHUVBk12JEaJyoup07llhJS12Ghm { display:block; }
 }@media only screen and (max-width: 763px) { #bv5TiTzUEp6MbeWHwdeGO7TbluZE9PvE { width:15.9375rem;height:3.5rem;top:50.3125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #izLKt8HCeIaesu6IkVDA89ylGV30CdFO { display:block; }
 }@media only screen and (max-width: 763px) { #GHNVBaxIM3XFwkCZdhqO2WgZLEdGs25L { top:11.125rem;left:7.75rem;width:8.3125rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFLTk7y8GgH5VePwGx99xd2KC7LeL3EC { width:29.0625rem;height:8.75rem;top:16.9375rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFLZRm34px1x9iTNdobzTIRZ3EHMxXAc { width:20.5rem;height:1.75rem;top:22.4375rem;left:26rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4pdIq802cx5UAh64lLBg2xi3aQ4LFNq { width:21.9375rem;height:1.375rem;top:20.8125rem;left:25.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpAvbQwgfoymr6bw4yk4ByVGf5DCGoZH { top:11.0625rem;left:32.0625rem;width:8.3125rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sr9yskfelnqFQ2HT0emiyTkvilBDoeuA { width:29.0625rem;height:8.75rem;top:35.5rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ri2411Ee0rm9c4q3ddQNnGnTdekBnJpy { width:20.5rem;height:1.75rem;top:41rem;left:26rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROo0TTXgP4aXWnl4ZQ5JNWUzetSEgxpZ { width:21.6875rem;height:1.375rem;top:39.25rem;left:25.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOg9hiIy57rpKx8f0HSMivNhUkWta9SC { width:29.0625rem;height:8.75rem;top:35.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKq3OMqxSxIJE6czN2EORZuTy3Nh2ge2 { top:29.625rem;left:32.0625rem;width:8.3125rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiGXkCtkkDGri6SHV6UzPF8pnrgruTr6 { width:22.1875rem;height:1.375rem;top:39.3125rem;left:0.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfDvNKDvJDgQ49Ow164df4IVwJCvEllX { width:20.5rem;height:1.75rem;top:40.9375rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ea63m79LpKA0ESfpzzvU7k2wAT9k8CU6 { top:29.6875rem;left:7.75rem;width:8.3125rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBGg0L3l586IKIt6FyCEDF1VZXgsDHt2 { display:block; }#lBGg0L3l586IKIt6FyCEDF1VZXgsDHt2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uv2TlNF1ePHLsQSe5v7KQWBs2fqyoZEx { top:3.4375rem;left:30.9375rem;width:9.125rem;height:3.9722414159668rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tz32CbfUkGsGxr0aV1aJRc6n6tVy4X3r { top:2.875rem;left:0rem;width:11.3125rem;height:5.0963069889242rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybNch3mGahoRIROdPH8DXig5RORG0Qv2 { top:2.8125rem;left:17.25rem;width:11.75rem;height:5.1595080611823rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARDgHutMyhs3BwqSQHQa7E9z5e63fJGh { top:3.1875rem;left:37.3125rem;width:10.4375rem;height:4.5347932750442rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJ3RtusFQV8TwnfMOEITsAQWKr1DNeEs { top:3.3125rem;left:5.1875rem;width:10.125rem;height:4.285483175151rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrkK4ET7ERWrgHSTsvBLors8QEI3yrhH { display:block; }#DrkK4ET7ERWrgHSTsvBLors8QEI3yrhH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qrDUCgcJoKtZVoCJfUqF2kU3kQ6RkfaQ { top:1.4375rem;left:5.75rem;width:18.125rem;height:4.5460921978199rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykiryp6VUlDfuaz3NOzHGNX4BgcwlFtQ { width:28.5625rem;height:4.125rem;top:6.5625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAzwuV9cvexot87HDx89OLEaSaZVtPaF { top:12.75rem;left:20.875rem;width:2rem;height:2rem;display:block; }
#WAzwuV9cvexot87HDx89OLEaSaZVtPaF > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #bI1egrTA4WnAlL31XDyHrxB72hlOlqKH { top:12.75rem;left:21.875rem;width:2rem;height:2rem;display:block; }
#bI1egrTA4WnAlL31XDyHrxB72hlOlqKH > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #AvJDUDz2lA8tIgnZzfJ3OJaCIFpTlVzk { top:12.75rem;left:23.875rem;width:2rem;height:2rem;display:block; }
#AvJDUDz2lA8tIgnZzfJ3OJaCIFpTlVzk > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #oFBTUqrBKyWE665y1GhRXbMDfkLqZRbS { top:12.75rem;left:24.8125rem;width:1.9375rem;height:1.9375rem;display:block; }
#oFBTUqrBKyWE665y1GhRXbMDfkLqZRbS > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #D4nuGQHuc3PJz9G5TawnSTiW6AHbK1c8 { position:relative;z-index:auto;background-color:#7e64fe;background-image:none;display:block; }#D4nuGQHuc3PJz9G5TawnSTiW6AHbK1c8 > .row .container { background-color: transparent; background-image: none; }#D4nuGQHuc3PJz9G5TawnSTiW6AHbK1c8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D4nuGQHuc3PJz9G5TawnSTiW6AHbK1c8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D4nuGQHuc3PJz9G5TawnSTiW6AHbK1c8 > .row .container > .video-iframe-container { display: none; }#D4nuGQHuc3PJz9G5TawnSTiW6AHbK1c8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D4nuGQHuc3PJz9G5TawnSTiW6AHbK1c8 > .row > .video-iframe-container { display: none; }#D4nuGQHuc3PJz9G5TawnSTiW6AHbK1c8 > .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); }#D4nuGQHuc3PJz9G5TawnSTiW6AHbK1c8 > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IGAk5WIWVwPnBa2ac1BLtB1a0T9crn46 { width:15.6875rem;height:3.9375rem;top:2.375rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mf7c3f9gAIaorrkBNin2MJJTP6Qwcs8X { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1d922762-65d2-4429-a00c-2f37e06d5507/HEADERIMAGELIDMAATSCHAPmobile.crop_1080x1634_0,973.preview.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#Mf7c3f9gAIaorrkBNin2MJJTP6Qwcs8X.adaptive-delivery-prevent-bg, #Mf7c3f9gAIaorrkBNin2MJJTP6Qwcs8X.lazyload, #Mf7c3f9gAIaorrkBNin2MJJTP6Qwcs8X.lazyloading { background-image: none; }#Mf7c3f9gAIaorrkBNin2MJJTP6Qwcs8X > .row .container { background-color: transparent; background-image: none; }#Mf7c3f9gAIaorrkBNin2MJJTP6Qwcs8X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mf7c3f9gAIaorrkBNin2MJJTP6Qwcs8X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mf7c3f9gAIaorrkBNin2MJJTP6Qwcs8X > .row .container > .video-iframe-container { display: none; }#Mf7c3f9gAIaorrkBNin2MJJTP6Qwcs8X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mf7c3f9gAIaorrkBNin2MJJTP6Qwcs8X > .row > .video-iframe-container { display: none; }#Mf7c3f9gAIaorrkBNin2MJJTP6Qwcs8X > .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); }#Mf7c3f9gAIaorrkBNin2MJJTP6Qwcs8X > .row .container { width:20rem;height:49.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K086reX7dUMhGKa0EXSl4GoOUaQcrmON { width:16.4980625rem;height:6.5283125rem;top:11.0693359375rem;left:1.75rem;font-size:0.8125rem;line-height:1.3;font-weight:400;font-style:normal;z-index:15007;display:block; }#K086reX7dUMhGKa0EXSl4GoOUaQcrmON li:before{  }
 }@media only screen and (max-width: 763px) { #WOiuAT6Jg9A5w2T9LQLxP7P1IumSIvv2 { width:12.6240806875rem;height:2.6872701875rem;top:39.9375rem;left:3.75rem;text-align:center;text-align-last:center;background-color:#93ec97;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #D4c717SurGCPpOPdbchpB65tQNif8WKv { display:block; }
 }@media only screen and (max-width: 763px) { #Ae4Rzv8Em6s75SEQmpIqzvWFWQ1DGaET { width:9.2277113125rem;height:2.414751625rem;top:43.125rem;left:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcJWwMeF6biE6bENEuETUWkLuX8tkq5n { display:block; }
 }@media only screen and (max-width: 763px) { #l5IfTWxyJ3J6xvuyaWgfOI4kOW6gtg9E { width:18.0618095625rem;height:4.8125rem;top:1.2477021217346rem;left:0.96622240543363rem;text-align:center;text-align-last:center;font-size:2.1875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Xs6axVzy5k2LLC08VatA91vzhasnHptC { width:17.7481613125rem;height:1.125rem;top:7.6585469245913rem;left:1.1247702836991rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPSJi5GHk20k7DznZTGrraAOvupcrpkg { display:block; }#HPSJi5GHk20k7DznZTGrraAOvupcrpkg > .row .container { width:20rem;height:45rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sFPDwTVP7ElkmTcmdbTtyRzcLoMInWyL { width:9rem;height:3.8232375rem;top:20.6875rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AixfHvIOkxlNHosiaOBiMTKOQy9SAuic { width:7.4375rem;height:3.82324375rem;top:20.9375rem;left:10.6875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7tVuRdopmTfWLN6uCbEckMmNuTM41rk { width:9.125rem;height:3.82324375rem;top:31.625rem;left:10.25rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKzbXoT97MuqCcu0ZFE9CBGIrQLkXlRK { width:16.9370403125rem;height:5.5234375rem;top:8.8120422363281rem;left:1.5303307771682rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.7;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #JuJvcm5Rx2dBDniLrsSvZiVCWKNDEUlT { width:15.125rem;height:4.0625rem;top:2.875rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrQGRTD7aIA6q3Cg8OaPh6BzGaIyLGPl { width:8.4375rem;height:3.82324375rem;top:31.5625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVAzmolalUzb6QpgZrTa8gSTcDSTGVzX { width:17.7493095625rem;height:4.142575rem;top:38.75rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.7;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #KZkAy4UwEWx2BT1syrvRmwbeMGTeNfIa { display:flex;width:3.625rem;height:3.625rem;top:16.375rem;left:3.375rem; }
 }@media only screen and (max-width: 763px) { #RqC1M0RMlcpmvu4tLmp9whUukt7kFskR { display:flex;width:4rem;height:4rem;top:16.1875rem;left:12.4375rem; }
 }@media only screen and (max-width: 763px) { #Nm1afgL1X0qVAtvVtZiDZLJP2NTCwu0K { display:flex;width:3.875rem;height:3.875rem;top:26.8125rem;left:3rem; }
 }@media only screen and (max-width: 763px) { #ChA3ZzmDPUXchf22NTQe7vVTU65FeoNO { display:flex;width:4.4370403125rem;height:4.4370403125rem;top:26.4375rem;left:12.5625rem; }
 }@media only screen and (max-width: 763px) { #bHEn7P5I0MAvBERTeGWIGlX4E3as8Ktd { display:block; }#bHEn7P5I0MAvBERTeGWIGlX4E3as8Ktd > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b3aviU1UkwfV57fEuS9fbCxdAlt5rPb6 { display:block; }#b3aviU1UkwfV57fEuS9fbCxdAlt5rPb6 > .row .container { width:20rem;height:71rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gnTlxOT5JiRi7WHw6Nqn8vX6guTUaAHC { width:16.75rem;height:4.0625rem;top:1.5rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DT7UzbkuMAeTTCDUyWi7bOnKQVM8NTQv { width:18.6875rem;height:27.61721875rem;top:6.5625rem;left:0.65625rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXnQJcB19SM9DA7l8Cg3wdXHMcAMyqTv { width:19.8740234375rem;height:2.03125rem;top:54.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9za02zk9X47xRfQ5shn3WExGWdgEKxK { width:18.1875rem;height:9.666rem;top:57.5rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlUNMQ7TFnvhXpKXTDXPUpGSB3rDvWTX { width:20rem;height:14.977973568282rem;top:36.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4ke9dlz7kzp2snSZeZARM0kohJwU6Ko { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#G4ke9dlz7kzp2snSZeZARM0kohJwU6Ko > .row .container { background-color: transparent; background-image: none; }#G4ke9dlz7kzp2snSZeZARM0kohJwU6Ko::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G4ke9dlz7kzp2snSZeZARM0kohJwU6Ko > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G4ke9dlz7kzp2snSZeZARM0kohJwU6Ko > .row .container > .video-iframe-container { display: none; }#G4ke9dlz7kzp2snSZeZARM0kohJwU6Ko > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G4ke9dlz7kzp2snSZeZARM0kohJwU6Ko > .row > .video-iframe-container { display: none; }#G4ke9dlz7kzp2snSZeZARM0kohJwU6Ko > .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); }#G4ke9dlz7kzp2snSZeZARM0kohJwU6Ko > .row .container { border-width: 0; border-radius: 0; }#G4ke9dlz7kzp2snSZeZARM0kohJwU6Ko > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G4ke9dlz7kzp2snSZeZARM0kohJwU6Ko > .row .container { width:20rem;height:99.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yfn0rTEypV8aR3ClqH0hrbZx11vNHHvT { width:20rem;height:25.125rem;top:41.875rem;left:0rem;background-color:#7e64fe;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #xul8FOFrJhKxJ9LHWHdrvZMSLbk6bTkP { width:12.5rem;height:2.5996125rem;top:45.8125rem;left:3.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3KvfGKR11txDm1L0X8XMTbEbMUQzeyG { width:20rem;height:2.5996125rem;top:11.1875rem;left:0rem;font-size:2rem;color:#7e64fe;display:block; }
 }@media only screen and (max-width: 763px) { #kzf58CssWZnaeN069Vl08X4cs0B2PqFT { width:13.9375rem;height:14.29786875rem;top:14.9375rem;left:3.0625rem;font-size:0.8125rem;display:block; }#kzf58CssWZnaeN069Vl08X4cs0B2PqFT li:before{  }
 }@media only screen and (max-width: 763px) { #aUKxXdPfeus035tr3oxJku9FRurwHiC9 { width:20rem;height:26.875rem;top:9.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAvArz20a5q53pfwhD5tm15XBzJc2FAA { width:20rem;height:23.875rem;top:71.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnvfJcZnHMwuszelxUSulQlQ7KkXnOQg { width:12.5rem;height:2.5996125rem;top:73.625rem;left:3.75rem;font-size:2rem;color:#7e64fe;display:block; }
 }@media only screen and (max-width: 763px) { #zrARrG4aeZdEAiaLfWafT1KfNelUFFTX { width:5rem;height:2.84375rem;top:30.5rem;left:5.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DG7dnccgHlbaeKehBpySzCOufedATXFF { width:5rem;height:1.7871125rem;top:30.8125rem;left:10.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bed0hiFJhXNBIivly2AcPSds1DMy8Ue7 { width:7.125rem;height:1.13671875rem;top:32rem;left:10.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHQeAafocln4sQMm3TlvXEZmq2kId2Lb { width:11rem;height:3.1875rem;top:34.375rem;left:4.5rem;z-index:15020;font-size:1.125rem;background-color:#7e64fe;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #xfneTBokt2c0icH257SQTRT7s9Xg9eXc { display:block; }
 }@media only screen and (max-width: 763px) { #kMeGQxfpMOoI3ClomkK191XRi7Mev9KA { width:20rem;height:2.4375rem;top:1rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKC1IuS5EawM9TVbmIvIyFszzQNHeZZE { width:19.1875rem;height:4.38574375rem;top:3.4375rem;left:0.40625rem;text-align:center;text-align-last:center;font-size:0.8125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #v5FJptLIzltGEnrV9uXMiFUD9TTUVMxi { width:20rem;height:2.1875rem;top:41.875rem;left:0rem;background-color:#93ec97;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Et7ytf37qemDbNs9NJ0TMDuJgLT9nHK2 { width:18.9375rem;height:1.21875rem;top:42.375rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6t0rUhdtR5uLlqs8BmynOHbhUWyLMhb { width:17.0625rem;height:9.09864375rem;top:50.5625rem;left:1.5rem;font-size:0.8125rem;display:block; }#s6t0rUhdtR5uLlqs8BmynOHbhUWyLMhb li:before{  }
 }@media only screen and (max-width: 763px) { #gx0wSoThqhPydZW3mhDod0UIlcfR66FP { width:5rem;height:2.84375rem;top:61.4375rem;left:5.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rENtNXvTyITA3SqNGE0NLkMXITJvUJ0q { width:5rem;height:1.7871125rem;top:61.5625rem;left:10.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mm1s6HyGTpCoH7uT2fqFeGxr64PJtSo9 { width:7.0625rem;height:1.13671875rem;top:62.8125rem;left:10.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgoXkq24cSmQ2XAZ8MGPuHSfd6HQyeNQ { width:11.375rem;height:3.3125rem;top:65.5rem;left:4.3125rem;z-index:15020;font-size:1.125rem;background-color:#93ec97;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #CLlpJHEE9M87s8dPs16KtvSnSerxu6Ar { display:block; }
 }@media only screen and (max-width: 763px) { #vskxXwzPvUUk0MttaNuf1EbUlMQ8xI5b { width:16.9375rem;height:9.09864375rem;top:78.3125rem;left:1.5625rem;font-size:0.8125rem;display:block; }#vskxXwzPvUUk0MttaNuf1EbUlMQ8xI5b li:before{  }
 }@media only screen and (max-width: 763px) { #s4Vvsw9brKLTahpIf5J3aF0dM1cXk4xG { width:10.9375rem;height:3.1875rem;top:93.9375rem;left:4.5625rem;z-index:15020;font-size:1.125rem;background-color:#7e64fe;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #qEfltq4RiVeL8lf93q6Ll1yi1Sxckdd1 { display:block; }
 }@media only screen and (max-width: 763px) { #gg11IETQ9m8i4S2Itudt4SG1uvBXMqMk { width:5rem;height:2.84375rem;top:89.4375rem;left:5.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5UenDGrR9CkgtdIwyUrtJvtWTTpNa31 { width:5rem;height:1.7871125rem;top:89.6875rem;left:10.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qU4EReg7qriIGaTrmsumw5sV56BVxBHt { width:7.0625rem;height:1.13671875rem;top:90.875rem;left:10.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHlLJJ86pR3TlN5K8VJG1MCq5aaHl9ut { width:19.9375rem;height:1.6875rem;top:38.125rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TsTlO2Pqnu7FPeTdvfswcedznNtLrKdD { background-color:#edeaff;background-image:none;display:block; }#TsTlO2Pqnu7FPeTdvfswcedznNtLrKdD > .row .container { background-color: transparent; background-image: none; }#TsTlO2Pqnu7FPeTdvfswcedznNtLrKdD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TsTlO2Pqnu7FPeTdvfswcedznNtLrKdD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TsTlO2Pqnu7FPeTdvfswcedznNtLrKdD > .row .container > .video-iframe-container { display: none; }#TsTlO2Pqnu7FPeTdvfswcedznNtLrKdD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TsTlO2Pqnu7FPeTdvfswcedznNtLrKdD > .row > .video-iframe-container { display: none; }#TsTlO2Pqnu7FPeTdvfswcedznNtLrKdD > .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); }#TsTlO2Pqnu7FPeTdvfswcedznNtLrKdD > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NTrk8DhSLGHPJqKiQVtEqD7PCTPL1PgW { width:18.75rem;height:4.875rem;top:2.8125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cvs9HitS6S8bXLhIDsWkRRJthnEvF2eK { background-color:#edeaff;background-image:none;display:block; }#Cvs9HitS6S8bXLhIDsWkRRJthnEvF2eK > .row .container { background-color: transparent; background-image: none; }#Cvs9HitS6S8bXLhIDsWkRRJthnEvF2eK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cvs9HitS6S8bXLhIDsWkRRJthnEvF2eK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cvs9HitS6S8bXLhIDsWkRRJthnEvF2eK > .row .container > .video-iframe-container { display: none; }#Cvs9HitS6S8bXLhIDsWkRRJthnEvF2eK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cvs9HitS6S8bXLhIDsWkRRJthnEvF2eK > .row > .video-iframe-container { display: none; }#Cvs9HitS6S8bXLhIDsWkRRJthnEvF2eK > .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); }#Cvs9HitS6S8bXLhIDsWkRRJthnEvF2eK > .row .container { width:20rem;height:81.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qosa8vVpP4cBpSoFBiz55fQB40yQvqzf { width:6.25rem;height:0.0625rem;top:1.25rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6GQJgMqNU5qctob1Td8b3SOhTWCnBMs { width:19.4375rem;height:4.875rem;top:20.5625rem;left:0.28125rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #prI5yIl5yKG4FNOzvFBS9HnTwrRto9fT { width:15.625rem;height:1.5rem;top:18.25rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKsrLPbEihp3sTBHoRxR58UIgtAtKmfG { width:15.625rem;height:1.5rem;top:28.9375rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwt5kR68e4dk1XdUuSCzenVCDVUBizhk { width:17.625rem;height:4.875rem;top:31.5625rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxnR6TEo5k7ovaMDH0Vc9EPbf3xK5wD8 { width:15.625rem;height:1.5rem;top:50.4375rem;left:2.1875rem;text-align:center;text-align-last:center;z-index:14997;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXAOvPhzLHmHRB6gMvc76B2EL5OevedM { width:17.6875rem;height:4.875rem;top:52.8125rem;left:1.15625rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIT7i15MTAiLXHadceVWuDIWPLUNKrTa { width:15.625rem;height:1.5rem;top:39.625rem;left:2.1875rem;text-align:center;text-align-last:center;z-index:14998;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsbFK0rBeTT3MZZGDCHT3ELE0F88UCWa { width:17.3125rem;height:4.875rem;top:42.0625rem;left:1.34375rem;text-align:center;text-align-last:center;z-index:15000;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOM2BbQZIBzJHxBprTlDvbz6IG10KhMK { width:1.125rem;height:1.125rem;top:16.125rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQXWrycp5QWgQMlFflKMnLuxJVGUDV25 { width:1.125rem;height:1.125rem;top:26.875rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fekHrqysn7VVXRbNTPUUP9ZERJCTL6FD { width:1.125rem;height:1.125rem;top:37.4375rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #THcFRKcTU1R84XDTVTvTQOhTyTBwyXTT { width:1.125rem;height:1.125rem;top:48.1875rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwlQLz4l7wVnolxNQQWWbxUZ3dN68uOx { width:9.5625rem;height:1.3994125rem;top:2.5625rem;left:5.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqX95SbdsFPDbc0dV9VakdJeWIdMfTfp { width:14.0625rem;height:19.6875rem;top:60.1875rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKgTcDD47ZWEuWbZJDKJd3EJglf5c3Wb { width:1.125rem;height:1.125rem;top:5.1875rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tnxm4wS4meTIt6O583uNC5vToBqzswDK { width:17.3125rem;height:1.5rem;top:7.5625rem;left:1.34375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #svQF55FCirvm7c8VX5ITIkDIPMspM94i { width:17.625rem;height:4.875rem;top:9.9375rem;left:1.1875rem;text-align:center;text-align-last:center;z-index:15001;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUUC3FmSQm8xodDo7o3DCvuHXztE9hfL { display:block; }#OUUC3FmSQm8xodDo7o3DCvuHXztE9hfL > .row .container { width:20rem;height:77.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XVUN05ua4STxiLmRSrIIyXmMJttx2LRg { width:19.625rem;height:8.75rem;top:11.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bui0TQ2W6yTaEl15CaCRH3m1wyUSKqz8 { width:18.75rem;height:1.29980625rem;top:16.5625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cF19qTg6ooqXJPzap1zJ4nz4L1cXVybe { width:20rem;height:1.5996125rem;top:17.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#7e64fe;display:block; }
 }@media only screen and (max-width: 763px) { #oRRHpIODDADg0DHAZy9o3CA4rILg3MoA { width:20rem;height:4.0625rem;top:1.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;color:#7e64fe;display:block; }
 }@media only screen and (max-width: 763px) { #RFPNiKOHQMnMlTGkuy6UoMzTTIUb7pdz { width:16rem;height:3.5625rem;top:68.6875rem;left:2rem;background-color:#93ec97;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #xMpUgHUVBk12JEaJyoup07llhJS12Ghm { display:block; }
 }@media only screen and (max-width: 763px) { #bv5TiTzUEp6MbeWHwdeGO7TbluZE9PvE { width:11.6875rem;height:2.5rem;top:73.3125rem;left:4.15625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #izLKt8HCeIaesu6IkVDA89ylGV30CdFO { display:block; }
 }@media only screen and (max-width: 763px) { #GHNVBaxIM3XFwkCZdhqO2WgZLEdGs25L { width:8.3125rem;height:8.3125rem;top:7.4375rem;left:5.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFLTk7y8GgH5VePwGx99xd2KC7LeL3EC { width:19.625rem;height:8.75rem;top:41.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFLZRm34px1x9iTNdobzTIRZ3EHMxXAc { width:20rem;height:1.5996125rem;top:47.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#7e64fe;display:block; }
 }@media only screen and (max-width: 763px) { #V4pdIq802cx5UAh64lLBg2xi3aQ4LFNq { width:20rem;height:1.29980625rem;top:46.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpAvbQwgfoymr6bw4yk4ByVGf5DCGoZH { width:8.3125rem;height:8.3125rem;top:37.3125rem;left:5.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sr9yskfelnqFQ2HT0emiyTkvilBDoeuA { width:19.625rem;height:8.5625rem;top:56.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ri2411Ee0rm9c4q3ddQNnGnTdekBnJpy { width:20rem;height:1.5996125rem;top:62.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROo0TTXgP4aXWnl4ZQ5JNWUzetSEgxpZ { width:20rem;height:1.29980625rem;top:61.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOg9hiIy57rpKx8f0HSMivNhUkWta9SC { width:19.625rem;height:8.9375rem;top:26.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKq3OMqxSxIJE6czN2EORZuTy3Nh2ge2 { width:8.3125rem;height:8.3125rem;top:52.125rem;left:5.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiGXkCtkkDGri6SHV6UzPF8pnrgruTr6 { width:20rem;height:1.29980625rem;top:31.662109375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfDvNKDvJDgQ49Ow164df4IVwJCvEllX { width:20rem;height:1.5996125rem;top:32.912109375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#7e64fe;display:block; }
 }@media only screen and (max-width: 763px) { #ea63m79LpKA0ESfpzzvU7k2wAT9k8CU6 { width:8.3125rem;height:8.3125rem;top:22.5625rem;left:5.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBGg0L3l586IKIt6FyCEDF1VZXgsDHt2 { display:block; }#lBGg0L3l586IKIt6FyCEDF1VZXgsDHt2 > .row .container { width:20rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uv2TlNF1ePHLsQSe5v7KQWBs2fqyoZEx { width:6.5625rem;height:2.8125rem;top:6.7084350585938rem;left:11.310891270637rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tz32CbfUkGsGxr0aV1aJRc6n6tVy4X3r { width:8.8740806875rem;height:3.9372701875rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybNch3mGahoRIROdPH8DXig5RORG0Qv2 { width:7.5rem;height:3.249080875rem;top:6.4947204589844rem;left:0.68474268913269rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARDgHutMyhs3BwqSQHQa7E9z5e63fJGh { width:7.3115806875rem;height:3.125rem;top:10.311370849609rem;left:6.3419114351275rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJ3RtusFQV8TwnfMOEITsAQWKr1DNeEs { width:8.125rem;height:3.3743105rem;top:2.5625rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrkK4ET7ERWrgHSTsvBLors8QEI3yrhH { background-color:#7e64fe;background-image:none;display:block; }#DrkK4ET7ERWrgHSTsvBLors8QEI3yrhH > .row .container { background-color: transparent; background-image: none; }#DrkK4ET7ERWrgHSTsvBLors8QEI3yrhH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DrkK4ET7ERWrgHSTsvBLors8QEI3yrhH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DrkK4ET7ERWrgHSTsvBLors8QEI3yrhH > .row .container > .video-iframe-container { display: none; }#DrkK4ET7ERWrgHSTsvBLors8QEI3yrhH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DrkK4ET7ERWrgHSTsvBLors8QEI3yrhH > .row > .video-iframe-container { display: none; }#DrkK4ET7ERWrgHSTsvBLors8QEI3yrhH > .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); }#DrkK4ET7ERWrgHSTsvBLors8QEI3yrhH > .row .container { width:20rem;height:19.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qrDUCgcJoKtZVoCJfUqF2kU3kQ6RkfaQ { width:14rem;height:3.4375rem;top:1.25rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykiryp6VUlDfuaz3NOzHGNX4BgcwlFtQ { width:17.125rem;height:6.499rem;top:6rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAzwuV9cvexot87HDx89OLEaSaZVtPaF { display:flex;width:2.8125rem;height:2.8125rem;top:14.375rem;left:2.9375rem; }
#WAzwuV9cvexot87HDx89OLEaSaZVtPaF > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { #bI1egrTA4WnAlL31XDyHrxB72hlOlqKH { display:flex;width:2.8125rem;height:2.8125rem;top:14.375rem;left:6.8125rem; }
#bI1egrTA4WnAlL31XDyHrxB72hlOlqKH > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { #AvJDUDz2lA8tIgnZzfJ3OJaCIFpTlVzk { display:flex;width:2.875rem;height:2.875rem;top:14.375rem;left:10.5rem; }
#AvJDUDz2lA8tIgnZzfJ3OJaCIFpTlVzk > img { max-width: 100%;max-height:100%; width:2.875rem; height:2.875rem; } }@media only screen and (max-width: 763px) { #oFBTUqrBKyWE665y1GhRXbMDfkLqZRbS { display:flex;width:2.75rem;height:2.75rem;top:14.4375rem;left:14.375rem; }
#oFBTUqrBKyWE665y1GhRXbMDfkLqZRbS > img { max-width: 100%;max-height:100%; width:2.75rem; height:2.75rem; } }