.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,251,233;--color-primary-1:255,243,182;--color-primary-2:255,231,108;--color-primary-3:128,116,54;--color-primary-4:38,35,16;--color-secondary-0:224,227,232;--color-secondary-1:163,170,187;--color-secondary-2:102,113,142;--color-secondary-3:61,68,85;--color-secondary-4:0,18,66;--color-tertiary-0:255,255,255;--color-tertiary-1:166,169,182;--color-tertiary-2:106,112,133;--color-tertiary-3:64,67,80;--color-tertiary-4:7,16,51;--headlines-font-family:"Satoshi";--paragraphs-font-family:"Satoshi"; }@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:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KZ6pxJ2Gl422v721PLFsSv5PHxrkScc4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.4);background-image:url("https://images.assets-landingi.com/uc/6239b3e1-729d-4d32-b7a1-c6aa2c753440/landingpage5.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KZ6pxJ2Gl422v721PLFsSv5PHxrkScc4.adaptive-delivery-prevent-bg, #KZ6pxJ2Gl422v721PLFsSv5PHxrkScc4.lazyload, #KZ6pxJ2Gl422v721PLFsSv5PHxrkScc4.lazyloading { background-image: none; }#KZ6pxJ2Gl422v721PLFsSv5PHxrkScc4 > .row .container { background-color: transparent; background-image: none; }#KZ6pxJ2Gl422v721PLFsSv5PHxrkScc4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KZ6pxJ2Gl422v721PLFsSv5PHxrkScc4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KZ6pxJ2Gl422v721PLFsSv5PHxrkScc4 > .row .container > .video-iframe-container { display: none; }#KZ6pxJ2Gl422v721PLFsSv5PHxrkScc4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KZ6pxJ2Gl422v721PLFsSv5PHxrkScc4 > .row > .video-iframe-container { display: none; }#KZ6pxJ2Gl422v721PLFsSv5PHxrkScc4 > .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); }#KZ6pxJ2Gl422v721PLFsSv5PHxrkScc4 > .row .container { border-width: 0; border-radius: 0; }#KZ6pxJ2Gl422v721PLFsSv5PHxrkScc4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KZ6pxJ2Gl422v721PLFsSv5PHxrkScc4 > .row .container { font-size:0.875rem;font-family:arial;height:68.25rem;width:60rem;position:relative;display:block; }#qBuGZN2IRaK7S7NDmsT7wZo27Dwrp7hD { 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:2.625rem;width:10rem;top:2.5rem;left:0rem;overflow:hidden;display:block; }
#i5UhWEa9O2u9FzAL4rQe23isT8HmfdRH { color:rgba(var(--color-tertiary-0),1);display:block;width:33.8125rem;position:absolute;font-family:adelle;font-size:4.75rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:10.33203125rem;left:0rem;height:22.7988125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T1JIA2tn7Vv2dKwpJdlvhcR3ANhyGRna { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;box-sizing:border-box;color:#031569;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5rem;height:3.4375rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:43.28125rem;left:0rem;display:block; }
#n1OqOPW2dT99PdBkUnL806JVDosGZIXy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r4Iz24GgzKD1BLvkTkOFKbirXg42adRA { color:#f3f3f3;display:block;width:26rem;position:absolute;font-family:adelle;font-size:1.3125rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:37.33056640625rem;left:0rem;height:1.70605625rem;display:block; }
#ap5wFopDW1oy20AHyrAWzMZnwVVOxsDT { position:relative;display:block; }#ap5wFopDW1oy20AHyrAWzMZnwVVOxsDT { background-color: transparent; background-image: none; }#ap5wFopDW1oy20AHyrAWzMZnwVVOxsDT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ap5wFopDW1oy20AHyrAWzMZnwVVOxsDT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ap5wFopDW1oy20AHyrAWzMZnwVVOxsDT > .row .container > .video-iframe-container { display: none; }#ap5wFopDW1oy20AHyrAWzMZnwVVOxsDT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ap5wFopDW1oy20AHyrAWzMZnwVVOxsDT > .row > .video-iframe-container { display: none; }#ap5wFopDW1oy20AHyrAWzMZnwVVOxsDT > .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); }#ap5wFopDW1oy20AHyrAWzMZnwVVOxsDT { border-width: 0; border-radius: 0; }#ap5wFopDW1oy20AHyrAWzMZnwVVOxsDT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ap5wFopDW1oy20AHyrAWzMZnwVVOxsDT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:12.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#s7VdI3CDgKz2h1caKHu77hc9kVwhUnZ4 { color:rgba(var(--color-tertiary-4),1);display:block;width:52.625rem;position:absolute;font-family:adelle;font-size:1.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0rem;left:3.6875rem;height:7.474625rem;text-align:center;text-align-last:center;display:block; }
#XGUEWzzDtTCM3dP51gKuVFITOVPxwrJ4 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:14.3125rem;top:8.8125rem;left:22.84375rem;overflow:hidden;display:block; }
#ZuQFvAlUSZAP8TVaHTx8916Q6KlnvsFb { position:relative;display:block; }#ZuQFvAlUSZAP8TVaHTx8916Q6KlnvsFb { background-color: transparent; background-image: none; }#ZuQFvAlUSZAP8TVaHTx8916Q6KlnvsFb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZuQFvAlUSZAP8TVaHTx8916Q6KlnvsFb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZuQFvAlUSZAP8TVaHTx8916Q6KlnvsFb > .row .container > .video-iframe-container { display: none; }#ZuQFvAlUSZAP8TVaHTx8916Q6KlnvsFb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZuQFvAlUSZAP8TVaHTx8916Q6KlnvsFb > .row > .video-iframe-container { display: none; }#ZuQFvAlUSZAP8TVaHTx8916Q6KlnvsFb > .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); }#ZuQFvAlUSZAP8TVaHTx8916Q6KlnvsFb { border-width: 0; border-radius: 0; }#ZuQFvAlUSZAP8TVaHTx8916Q6KlnvsFb > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ZuQFvAlUSZAP8TVaHTx8916Q6KlnvsFb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:60.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OZBzXzIiVI3PLrbJVD7VzxR6IyaPyC5H { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;top:4.5rem;left:10.625rem;display:block; }
#GtJKfWdUneUNWZNtTkZgzmk49J5UcvER { position:relative;display:block; }#GtJKfWdUneUNWZNtTkZgzmk49J5UcvER { background-color: transparent; background-image: none; }#GtJKfWdUneUNWZNtTkZgzmk49J5UcvER::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GtJKfWdUneUNWZNtTkZgzmk49J5UcvER > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GtJKfWdUneUNWZNtTkZgzmk49J5UcvER > .row .container > .video-iframe-container { display: none; }#GtJKfWdUneUNWZNtTkZgzmk49J5UcvER > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GtJKfWdUneUNWZNtTkZgzmk49J5UcvER > .row > .video-iframe-container { display: none; }#GtJKfWdUneUNWZNtTkZgzmk49J5UcvER > .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); }#GtJKfWdUneUNWZNtTkZgzmk49J5UcvER { border-width: 0; border-radius: 0; }#GtJKfWdUneUNWZNtTkZgzmk49J5UcvER > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GtJKfWdUneUNWZNtTkZgzmk49J5UcvER > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:40.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#lHk5tTsTEgwlwsXswE9O9eDZ5ZVEBL41 { box-sizing:content-box;height:2.375rem;width:9.8125rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;top:5.125rem;left:33.6875rem;display:block; }
#kqPktw2EvBz3zQZ8vOF4RreZ1lK8T2Dl { color:#031569;display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:5.6875rem;left:34.125rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XDr6Oa0wCnltodq3SoiwkqtTSTa2xyb2 { color:rgba(var(--color-tertiary-4),1);display:block;width:23.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:15.5rem;left:33.6875rem;height:16.0864375rem;font-style:normal;display:block; }
#aTWlTVB9TrpliOKMHqnDfKSlPabv1BWR { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;box-sizing:border-box;color:#031569;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:2.6875rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:32.7353515625rem;left:33.6875rem;display:block; }
#QPgyR1f5coetZ5t7gGvxqt6NhF7SaFnL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DAtTr4CCNW1MVDUCPFl6oio2g54Mmpht { color:#000000;display:block;width:24.75rem;position:absolute;font-family:adelle;font-size:1.875rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:9.0625rem;left:33.6875rem;height:4.875rem;font-style:normal;display:block; }
#puTtfTJ7t2VVOQT1TvQZUL3WnCrvmeCs { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.8125rem;top:2.0625rem;left:42.375rem;overflow:hidden;display:block; }
#lJSzkTsMXKoKDIt3TB7h2ZgEr6altKXc { box-sizing:content-box;height:27.75rem;width:24.8125rem;position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b4fa2de7-7c91-44b0-a0c9-0864b9cee22b/universityofmobile9jlF8u0Nu4kunsplash.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:6.53125rem;left:2.59375rem;display:block; }#lJSzkTsMXKoKDIt3TB7h2ZgEr6altKXc.adaptive-delivery-prevent-bg, #lJSzkTsMXKoKDIt3TB7h2ZgEr6altKXc.lazyload, #lJSzkTsMXKoKDIt3TB7h2ZgEr6altKXc.lazyloading { background-image: none; }
#MlzHBOpGwlvTAwNXpsdZ6BcCILMCddn3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#MlzHBOpGwlvTAwNXpsdZ6BcCILMCddn3 > .row .container { background-color: transparent; background-image: none; }#MlzHBOpGwlvTAwNXpsdZ6BcCILMCddn3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MlzHBOpGwlvTAwNXpsdZ6BcCILMCddn3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MlzHBOpGwlvTAwNXpsdZ6BcCILMCddn3 > .row .container > .video-iframe-container { display: none; }#MlzHBOpGwlvTAwNXpsdZ6BcCILMCddn3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MlzHBOpGwlvTAwNXpsdZ6BcCILMCddn3 > .row > .video-iframe-container { display: none; }#MlzHBOpGwlvTAwNXpsdZ6BcCILMCddn3 > .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); }#MlzHBOpGwlvTAwNXpsdZ6BcCILMCddn3 > .row .container { border-width: 0; border-radius: 0; }#MlzHBOpGwlvTAwNXpsdZ6BcCILMCddn3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MlzHBOpGwlvTAwNXpsdZ6BcCILMCddn3 > .row .container { font-size:0.875rem;font-family:arial;height:41rem;width:60rem;position:relative;display:block; }#IKFvbEQ59OvMiAwG3XBnIXdSwOWFHsvr { box-sizing:content-box;height:2.375rem;width:11.4375rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;top:4.5625rem;left:2.625rem;display:block; }
#ALz0T53QynzdEmP5SeOUfvaer8uS4aKw { color:#031569;display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:5.125rem;left:2.9375rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oP6LFOc6lein3a8NZOzLvLJgfHMFPBrI { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;box-sizing:border-box;color:#031569;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.125rem;height:2.6875rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:34.0625rem;left:1.625rem;display:block; }
#ScZ8PRe6T3OaNASQIqU9CeQFfwQIkhOO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R38UnxBZ0XqLGMzuayZ5TRF91CmvJPOV { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:4.375rem;top:34.25rem;left:14.0625rem;overflow:hidden;display:block; }
#yPuqbp5TTuaJS3dD7fnOEDGLgIhLUSCZ { color:#000000;display:block;width:24.75rem;position:absolute;font-family:adelle;font-size:1.875rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:9.8125rem;left:1.625rem;height:2.4375rem;font-style:normal;display:block; }
#PxapRJhkknS2Nl1iZTKVFTORNVAegvMz { position:absolute;display:block;z-index:15044;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.625rem;width:3.75rem;top:1.5625rem;left:0rem;overflow:hidden;display:block; }
#W2FFDb7KSzPPW3uRPRMo0mDdN2K4Nwdl { color:#031569;display:block;width:26.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:13.3125rem;left:1.625rem;height:19.01125rem;font-style:normal;display:block; }
#anKGwIwQiBRPviTer4nAVEnsJTcwTS3S { position:absolute;display:block;z-index:15046;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:22.1875rem;width:21.4375rem;top:8.4375rem;left:34.28125rem;overflow:hidden;display:block; }
#TrndBPaPcIhTyTg1ewRfm1dywQp0SJck { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#101b6e;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; }#TrndBPaPcIhTyTg1ewRfm1dywQp0SJck > .row .container { background-color: transparent; background-image: none; }#TrndBPaPcIhTyTg1ewRfm1dywQp0SJck::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TrndBPaPcIhTyTg1ewRfm1dywQp0SJck > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TrndBPaPcIhTyTg1ewRfm1dywQp0SJck > .row .container > .video-iframe-container { display: none; }#TrndBPaPcIhTyTg1ewRfm1dywQp0SJck > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TrndBPaPcIhTyTg1ewRfm1dywQp0SJck > .row > .video-iframe-container { display: none; }#TrndBPaPcIhTyTg1ewRfm1dywQp0SJck > .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); }#TrndBPaPcIhTyTg1ewRfm1dywQp0SJck > .row .container { border-width: 0; border-radius: 0; }#TrndBPaPcIhTyTg1ewRfm1dywQp0SJck > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TrndBPaPcIhTyTg1ewRfm1dywQp0SJck > .row .container { font-size:0.875rem;font-family:arial;height:11.25rem;width:60rem;position:relative;display:block; }#mbRCSuT61wC4fUH9shSzqWi2OlqX08a2 { color:rgba(var(--color-tertiary-0),1);display:block;width:39.375rem;position:absolute;font-family:adelle;font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.09375rem;left:10.3125rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#sEPbiqee4LF33FfLxuXCCC4RPZPGQlVT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#101b6e;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; }#sEPbiqee4LF33FfLxuXCCC4RPZPGQlVT > .row .container { background-color: transparent; background-image: none; }#sEPbiqee4LF33FfLxuXCCC4RPZPGQlVT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sEPbiqee4LF33FfLxuXCCC4RPZPGQlVT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sEPbiqee4LF33FfLxuXCCC4RPZPGQlVT > .row .container > .video-iframe-container { display: none; }#sEPbiqee4LF33FfLxuXCCC4RPZPGQlVT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sEPbiqee4LF33FfLxuXCCC4RPZPGQlVT > .row > .video-iframe-container { display: none; }#sEPbiqee4LF33FfLxuXCCC4RPZPGQlVT > .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); }#sEPbiqee4LF33FfLxuXCCC4RPZPGQlVT > .row .container { border-width: 0; border-radius: 0; }#sEPbiqee4LF33FfLxuXCCC4RPZPGQlVT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sEPbiqee4LF33FfLxuXCCC4RPZPGQlVT > .row .container { font-size:0.875rem;font-family:arial;height:33.875rem;width:60rem;position:relative;display:block; }#UN32PrxXegwVh0vGdLxRR5TORfxIIUXL .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#101b6e;background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #00b9e5; }
#UN32PrxXegwVh0vGdLxRR5TORfxIIUXL .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#UN32PrxXegwVh0vGdLxRR5TORfxIIUXL .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family); }
#UN32PrxXegwVh0vGdLxRR5TORfxIIUXL .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family); }
#UN32PrxXegwVh0vGdLxRR5TORfxIIUXL .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_b9f7d8199802708a5a823cdad6669b0c97e6bc3e.svg");background-size:contain !important; }#UN32PrxXegwVh0vGdLxRR5TORfxIIUXL .accordion-trigger.adaptive-delivery-prevent-bg, #UN32PrxXegwVh0vGdLxRR5TORfxIIUXL .accordion-trigger.lazyload, #UN32PrxXegwVh0vGdLxRR5TORfxIIUXL .accordion-trigger.lazyloading { background-image: none; }
#UN32PrxXegwVh0vGdLxRR5TORfxIIUXL { box-sizing:content-box;height:auto;width:46.9375rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:#101b6e;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:2.75rem;left:5.28125rem;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#UN32PrxXegwVh0vGdLxRR5TORfxIIUXL #dJCrld27AlJI7hFQ9zRDvrXgCoHS4VL2 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#UN32PrxXegwVh0vGdLxRR5TORfxIIUXL #e2URib9ycbkHrktdg4Dyc02LTTZd6uKT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#UN32PrxXegwVh0vGdLxRR5TORfxIIUXL #HUEP9rD7At4MJQRT4AiXHvz9ktWNnxOl { display:block;position:relative; }
#UN32PrxXegwVh0vGdLxRR5TORfxIIUXL #CtbkswOwRoydbroqhH0XrWcXslDuAq0r {  }
#UN32PrxXegwVh0vGdLxRR5TORfxIIUXL #DxOkyPQWgSbXWim9ioeFcts5ONUV2qW6 {  }
#UN32PrxXegwVh0vGdLxRR5TORfxIIUXL #MyR3IZ8yvTITRk2lbp8XcXc8GICNR4hd { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#UN32PrxXegwVh0vGdLxRR5TORfxIIUXL #bmcsT25PvgpLldtlDp9zn8fRlrRZSZM1 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#UN32PrxXegwVh0vGdLxRR5TORfxIIUXL #kTz8Fc6JzTBHF1n31SbkVH3HxVfZef7E { display:block;position:relative; }
#UN32PrxXegwVh0vGdLxRR5TORfxIIUXL #IMwiTZgZ2Z6tpIIIASZLJq2TIhyDWyIm {  }
#UN32PrxXegwVh0vGdLxRR5TORfxIIUXL #GBOgBaXcVR9OmvshKxiLf4WyxCv8zPNe { display:none; }
#UN32PrxXegwVh0vGdLxRR5TORfxIIUXL #M920uuB6p11mmJ9S2beZcGft4xKcfuQ7 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#UN32PrxXegwVh0vGdLxRR5TORfxIIUXL #LU9f3eNbIiNou0BufAZ3N1r7NROUnGGK { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#UN32PrxXegwVh0vGdLxRR5TORfxIIUXL #AagxhHhB4MimJCJTSTqPsVaIuzWh985C { display:block;position:relative; }
#UN32PrxXegwVh0vGdLxRR5TORfxIIUXL #Zi4NEXKEPDFfbLEl5CpnF9SdVGFPxtnd {  }
#UN32PrxXegwVh0vGdLxRR5TORfxIIUXL #cTvfJK3JEf2TtsMH0D8n4Xw2IwyR0FKX { display:none; }
#UN32PrxXegwVh0vGdLxRR5TORfxIIUXL #JXBgO9PiTASIGdpM47TlNZu3bKF46b9L { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#UN32PrxXegwVh0vGdLxRR5TORfxIIUXL #ginW8U4EOQHElFIOnyRr6B2ga1h0RRId { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#UN32PrxXegwVh0vGdLxRR5TORfxIIUXL #d5qvQ8mdzwHQTpWTvLxdZUMQPhJtPTFN { display:block;position:relative; }
#UN32PrxXegwVh0vGdLxRR5TORfxIIUXL #rJ0bAKHylvoMbFk17Lt5kimvJXdBgUfc {  }
#UN32PrxXegwVh0vGdLxRR5TORfxIIUXL #D5obQ2B8hCkBOT162iS7TqJtLar6JURg { display:none; }
#UN32PrxXegwVh0vGdLxRR5TORfxIIUXL #Ir41EET5h2Ncu3N4SmMVitqSZXGMkPVd { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#UN32PrxXegwVh0vGdLxRR5TORfxIIUXL #m8XXzTK32Nzmu8W0AUbhUyOp2TvRiD3q { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#UN32PrxXegwVh0vGdLxRR5TORfxIIUXL #T39URbENzuywxTc0p9gxkqTexeEW603F { display:block;position:relative; }
#UN32PrxXegwVh0vGdLxRR5TORfxIIUXL #DXle36VrCdHe4s1TsMl3dZgF8ERSf9D2 {  }
#UN32PrxXegwVh0vGdLxRR5TORfxIIUXL #PU1UsX0ZyeT0svWLpi76IBl4pHDcVHV5 { display:none; }
#UN32PrxXegwVh0vGdLxRR5TORfxIIUXL #SwlkV4WXGg3qvyrzZ6Z6fOTEnuuiMpTn { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#UN32PrxXegwVh0vGdLxRR5TORfxIIUXL #O0D78tRQxLJJZFekxvzJTTG69FnzNcBV { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#UN32PrxXegwVh0vGdLxRR5TORfxIIUXL #iskTW2KrlLJsU3aNUWkHt0LD6casptII { display:block;position:relative; }
#UN32PrxXegwVh0vGdLxRR5TORfxIIUXL #TV7iTBKvzsFRlABmGHKMyKZdgI3FDc8P {  }
#UN32PrxXegwVh0vGdLxRR5TORfxIIUXL #aXg4aTqfe5eyh4inl1HGv0TxIWrLIBao { display:none; }
#DImLaZTUcvkkNbSOTWveCfhd9GyLHE3C { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00b9e5;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; }#DImLaZTUcvkkNbSOTWveCfhd9GyLHE3C > .row .container { background-color: transparent; background-image: none; }#DImLaZTUcvkkNbSOTWveCfhd9GyLHE3C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DImLaZTUcvkkNbSOTWveCfhd9GyLHE3C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DImLaZTUcvkkNbSOTWveCfhd9GyLHE3C > .row .container > .video-iframe-container { display: none; }#DImLaZTUcvkkNbSOTWveCfhd9GyLHE3C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DImLaZTUcvkkNbSOTWveCfhd9GyLHE3C > .row > .video-iframe-container { display: none; }#DImLaZTUcvkkNbSOTWveCfhd9GyLHE3C > .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); }#DImLaZTUcvkkNbSOTWveCfhd9GyLHE3C > .row .container { border-width: 0; border-radius: 0; }#DImLaZTUcvkkNbSOTWveCfhd9GyLHE3C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DImLaZTUcvkkNbSOTWveCfhd9GyLHE3C > .row .container { font-size:0.875rem;font-family:arial;height:29.875rem;width:60rem;position:relative;display:block; }#qmpdDepiA0l5kGnukawlw4b9KIMZIMO6 { color:rgba(var(--color-tertiary-0),1);display:block;width:29.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:5.9375rem;left:0rem;height:4.46875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tn3ahPIbF6mX5uZQ9SuAuxkUsJx6Sw1J { color:rgba(var(--color-tertiary-0),1);display:block;width:27.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:12.744140625rem;left:0rem;height:4.38720625rem;text-align:left;text-align-last:left;display:block; }
#CACvbra962kA7acXCbPxazIM91h9mdwI { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.375rem;height:2.6875rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:21.25rem;left:0rem;display:block; }
#SMz7P4HdJ0OXdwfu9V2az0U2S9IK5mBT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WlA9rQof7JA1CHVVowQTCPhke1qfOCW0 { 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:29.9375rem;width:24.5rem;top:0rem;left:34.8125rem;overflow:hidden;display:block; }
#pZmh56wLy9tA2oCKAg05qRyBm9uC2vNf { position:absolute;display:block;z-index:14999;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:29.5rem;width:54.5rem;top:0.375rem;left:3.4375rem;overflow:hidden;display:block; }
#gt8QZGEC8aAdRKtrcG6b7fqVZ7ercS1M { 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:68.625rem;width:60rem;display:none; }
#k5sp0fDQApe8UPlsTsqzvKEMyEHFtnIh { position:relative;display:block; }#k5sp0fDQApe8UPlsTsqzvKEMyEHFtnIh { background-color: transparent; background-image: none; }#k5sp0fDQApe8UPlsTsqzvKEMyEHFtnIh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k5sp0fDQApe8UPlsTsqzvKEMyEHFtnIh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k5sp0fDQApe8UPlsTsqzvKEMyEHFtnIh > .row .container > .video-iframe-container { display: none; }#k5sp0fDQApe8UPlsTsqzvKEMyEHFtnIh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k5sp0fDQApe8UPlsTsqzvKEMyEHFtnIh > .row > .video-iframe-container { display: none; }#k5sp0fDQApe8UPlsTsqzvKEMyEHFtnIh > .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); }#k5sp0fDQApe8UPlsTsqzvKEMyEHFtnIh { border-width: 0; border-radius: 0; }#k5sp0fDQApe8UPlsTsqzvKEMyEHFtnIh > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#k5sp0fDQApe8UPlsTsqzvKEMyEHFtnIh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:0.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TBtZLEPV4LOJJS8aXKA7hSIEyVG9HoCv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);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; }#TBtZLEPV4LOJJS8aXKA7hSIEyVG9HoCv > .row .container { background-color: transparent; background-image: none; }#TBtZLEPV4LOJJS8aXKA7hSIEyVG9HoCv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBtZLEPV4LOJJS8aXKA7hSIEyVG9HoCv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBtZLEPV4LOJJS8aXKA7hSIEyVG9HoCv > .row .container > .video-iframe-container { display: none; }#TBtZLEPV4LOJJS8aXKA7hSIEyVG9HoCv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBtZLEPV4LOJJS8aXKA7hSIEyVG9HoCv > .row > .video-iframe-container { display: none; }#TBtZLEPV4LOJJS8aXKA7hSIEyVG9HoCv > .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); }#TBtZLEPV4LOJJS8aXKA7hSIEyVG9HoCv > .row .container { border-width: 0; border-radius: 0; }#TBtZLEPV4LOJJS8aXKA7hSIEyVG9HoCv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TBtZLEPV4LOJJS8aXKA7hSIEyVG9HoCv > .row .container { font-size:0.875rem;font-family:arial;height:14.875rem;width:60rem;position:relative;display:block; }#G4Wn48DiE7nVWmGx0pdS3bwKWCq8Pv4k { 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:10.125rem;width:10.125rem;top:3.03125rem;left:2.4375rem;overflow:hidden;display:block; }
#ESzXWLinDgdKk9d0zx4k5pArAnweTnmH { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:adelle;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.3125rem;left:16.250000953674rem;height:1.29980625rem;display:block; }
#QAQy4bW0AHGXmFPZgxcsMPrrFHnHiW7f { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.451171875rem;left:16.250000953674rem;height:5.847675rem;display:block; }
#HCoWCV90Zbsx83tX6qBKWhvC7MMsESWH { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:adelle;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:4.3125rem;left:31.25rem;height:1.29980625rem;display:block; }
#LDLIW1PRbgXIlumqXGCFkKMNl3UqGLwT { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:6.451171875rem;left:31.250000953674rem;height:4.8730625rem;display:block; }
#ULOVNmHJOIUhFNFpqovgOsER0R6KKzx7 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:adelle;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:4.3125rem;left:46.25rem;height:1.29980625rem;display:block; }
#hMuyMVilvJCoouSIQe40TN4DS26WX9rT { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:6.4375rem;left:46.25rem;height:5.847675rem;display:block; }
#aTzKAXFwH8TnpUimbQvU7MEr19lsW26U { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.8125rem;width:0.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:6.451171875rem;left:30.000000953674rem; }
#B7xAOhTABD7NSVL0EZBAmQTOsIbzOsUa { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.8125rem;width:0.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:8.44921875rem;left:30.000000953674rem; }
#alzVXyQuHTS6JlfE14JrwGBPb0Zv5cef { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.8125rem;width:0.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:10.553384780884rem;left:30.000000953674rem; }
#HkrNK1KyRpSnBkJsLgZHxyD42kpA0ka3 { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.8125rem;width:0.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:6.451171875rem;left:45.000000953674rem; }
#UiMdxvTXmNcEZnBZSNtF5P4dTgC0hSWi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.8125rem;width:0.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:8.48046875rem;left:45.000000953674rem; }
#lEOO12myAINek38U1PLVoKWHvtuzyPSa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);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; }#lEOO12myAINek38U1PLVoKWHvtuzyPSa > .row .container { background-color: transparent; background-image: none; }#lEOO12myAINek38U1PLVoKWHvtuzyPSa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lEOO12myAINek38U1PLVoKWHvtuzyPSa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lEOO12myAINek38U1PLVoKWHvtuzyPSa > .row .container > .video-iframe-container { display: none; }#lEOO12myAINek38U1PLVoKWHvtuzyPSa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lEOO12myAINek38U1PLVoKWHvtuzyPSa > .row > .video-iframe-container { display: none; }#lEOO12myAINek38U1PLVoKWHvtuzyPSa > .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); }#lEOO12myAINek38U1PLVoKWHvtuzyPSa > .row .container { border-width: 0; border-radius: 0; }#lEOO12myAINek38U1PLVoKWHvtuzyPSa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lEOO12myAINek38U1PLVoKWHvtuzyPSa > .row .container { font-size:0.875rem;font-family:arial;height:3.8125rem;width:60rem;position:relative;display:block; }#IhhoQsfO7dTOXPavUeJd2HDiqxt8D1Mn { color:rgba(var(--color-tertiary-0),1);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.625rem;left:37.645833015442rem;height:0.9746125rem;display:block; }
#TcXKuZrKyCHOOPAyfOnnggkBTyf0POvg { color:rgba(var(--color-tertiary-0),1);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.625rem;left:46.145833015442rem;height:0.9746125rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #KZ6pxJ2Gl422v721PLFsSv5PHxrkScc4 { display:block; }#KZ6pxJ2Gl422v721PLFsSv5PHxrkScc4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qBuGZN2IRaK7S7NDmsT7wZo27Dwrp7hD { top:2.5rem;left:0rem;width:10rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5UhWEa9O2u9FzAL4rQe23isT8HmfdRH { top:10.3125rem;left:0rem;width:33.8125rem;height:22.75rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1JIA2tn7Vv2dKwpJdlvhcR3ANhyGRna { width:16.5rem;height:3.4375rem;top:43.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1OqOPW2dT99PdBkUnL806JVDosGZIXy { display:block; }
 }@media only screen and (max-width: 763px) { #r4Iz24GgzKD1BLvkTkOFKbirXg42adRA { top:37.3125rem;left:0rem;width:26rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ap5wFopDW1oy20AHyrAWzMZnwVVOxsDT { display:block; }#ap5wFopDW1oy20AHyrAWzMZnwVVOxsDT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s7VdI3CDgKz2h1caKHu77hc9kVwhUnZ4 { top:0rem;left:0rem;width:47.75rem;height:7.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGUEWzzDtTCM3dP51gKuVFITOVPxwrJ4 { top:8.8125rem;left:16.71875rem;width:14.3125rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuQFvAlUSZAP8TVaHTx8916Q6KlnvsFb { display:block; }#ZuQFvAlUSZAP8TVaHTx8916Q6KlnvsFb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OZBzXzIiVI3PLrbJVD7VzxR6IyaPyC5H { top:4.5rem;left:4.5rem;width:38.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtJKfWdUneUNWZNtTkZgzmk49J5UcvER { display:block; }#GtJKfWdUneUNWZNtTkZgzmk49J5UcvER > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lHk5tTsTEgwlwsXswE9O9eDZ5ZVEBL41 { top:5.125rem;left:24.5rem;width:9.8125rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqPktw2EvBz3zQZ8vOF4RreZ1lK8T2Dl { top:5.6875rem;left:24.9375rem;width:9.1875rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDr6Oa0wCnltodq3SoiwkqtTSTa2xyb2 { top:15.5rem;left:23.8125rem;width:23.9375rem;height:16.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTWlTVB9TrpliOKMHqnDfKSlPabv1BWR { width:12.4375rem;height:2.6875rem;top:32.6875rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPgyR1f5coetZ5t7gGvxqt6NhF7SaFnL { display:block; }
 }@media only screen and (max-width: 763px) { #DAtTr4CCNW1MVDUCPFl6oio2g54Mmpht { top:9.0625rem;left:23rem;width:24.75rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #puTtfTJ7t2VVOQT1TvQZUL3WnCrvmeCs { top:2.0625rem;left:33.1875rem;width:3.8125rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJSzkTsMXKoKDIt3TB7h2ZgEr6altKXc { top:6.5rem;left:0rem;width:24.8125rem;height:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlzHBOpGwlvTAwNXpsdZ6BcCILMCddn3 { display:block; }#MlzHBOpGwlvTAwNXpsdZ6BcCILMCddn3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IKFvbEQ59OvMiAwG3XBnIXdSwOWFHsvr { top:4.5625rem;left:0rem;width:11.4375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALz0T53QynzdEmP5SeOUfvaer8uS4aKw { top:5.125rem;left:0rem;width:10.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oP6LFOc6lein3a8NZOzLvLJgfHMFPBrI { width:10.125rem;height:2.6875rem;top:34.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScZ8PRe6T3OaNASQIqU9CeQFfwQIkhOO { display:block; }
 }@media only screen and (max-width: 763px) { #R38UnxBZ0XqLGMzuayZ5TRF91CmvJPOV { top:34.25rem;left:11rem;width:4.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPuqbp5TTuaJS3dD7fnOEDGLgIhLUSCZ { top:9.8125rem;left:0rem;width:24.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxapRJhkknS2Nl1iZTKVFTORNVAegvMz { top:1.5625rem;left:0rem;width:3.75rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2FFDb7KSzPPW3uRPRMo0mDdN2K4Nwdl { top:13.3125rem;left:0rem;width:26.75rem;height:19rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #anKGwIwQiBRPviTer4nAVEnsJTcwTS3S { top:8.4375rem;left:25.09375rem;width:21.4375rem;height:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrndBPaPcIhTyTg1ewRfm1dywQp0SJck { display:block; }#TrndBPaPcIhTyTg1ewRfm1dywQp0SJck > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mbRCSuT61wC4fUH9shSzqWi2OlqX08a2 { top:4.0625rem;left:4.1875rem;width:39.375rem;height:3.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEPbiqee4LF33FfLxuXCCC4RPZPGQlVT { display:block; }#sEPbiqee4LF33FfLxuXCCC4RPZPGQlVT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UN32PrxXegwVh0vGdLxRR5TORfxIIUXL .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UN32PrxXegwVh0vGdLxRR5TORfxIIUXL { display:flex;height:auto;width:23.8125rem;top:1.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UN32PrxXegwVh0vGdLxRR5TORfxIIUXL #dJCrld27AlJI7hFQ9zRDvrXgCoHS4VL2 {  }
 }@media only screen and (max-width: 763px) { #UN32PrxXegwVh0vGdLxRR5TORfxIIUXL #e2URib9ycbkHrktdg4Dyc02LTTZd6uKT {  }
 }@media only screen and (max-width: 763px) { #UN32PrxXegwVh0vGdLxRR5TORfxIIUXL #HUEP9rD7At4MJQRT4AiXHvz9ktWNnxOl {  }
 }@media only screen and (max-width: 763px) { #UN32PrxXegwVh0vGdLxRR5TORfxIIUXL #CtbkswOwRoydbroqhH0XrWcXslDuAq0r {  }
 }@media only screen and (max-width: 763px) { #UN32PrxXegwVh0vGdLxRR5TORfxIIUXL #DxOkyPQWgSbXWim9ioeFcts5ONUV2qW6 {  }
 }@media only screen and (max-width: 763px) { #UN32PrxXegwVh0vGdLxRR5TORfxIIUXL #MyR3IZ8yvTITRk2lbp8XcXc8GICNR4hd {  }
 }@media only screen and (max-width: 763px) { #UN32PrxXegwVh0vGdLxRR5TORfxIIUXL #bmcsT25PvgpLldtlDp9zn8fRlrRZSZM1 {  }
 }@media only screen and (max-width: 763px) { #UN32PrxXegwVh0vGdLxRR5TORfxIIUXL #kTz8Fc6JzTBHF1n31SbkVH3HxVfZef7E {  }
 }@media only screen and (max-width: 763px) { #UN32PrxXegwVh0vGdLxRR5TORfxIIUXL #IMwiTZgZ2Z6tpIIIASZLJq2TIhyDWyIm {  }
 }@media only screen and (max-width: 763px) { #UN32PrxXegwVh0vGdLxRR5TORfxIIUXL #GBOgBaXcVR9OmvshKxiLf4WyxCv8zPNe {  }
 }@media only screen and (max-width: 763px) { #UN32PrxXegwVh0vGdLxRR5TORfxIIUXL #M920uuB6p11mmJ9S2beZcGft4xKcfuQ7 {  }
 }@media only screen and (max-width: 763px) { #UN32PrxXegwVh0vGdLxRR5TORfxIIUXL #LU9f3eNbIiNou0BufAZ3N1r7NROUnGGK {  }
 }@media only screen and (max-width: 763px) { #UN32PrxXegwVh0vGdLxRR5TORfxIIUXL #AagxhHhB4MimJCJTSTqPsVaIuzWh985C {  }
 }@media only screen and (max-width: 763px) { #UN32PrxXegwVh0vGdLxRR5TORfxIIUXL #Zi4NEXKEPDFfbLEl5CpnF9SdVGFPxtnd {  }
 }@media only screen and (max-width: 763px) { #UN32PrxXegwVh0vGdLxRR5TORfxIIUXL #cTvfJK3JEf2TtsMH0D8n4Xw2IwyR0FKX {  }
 }@media only screen and (max-width: 763px) { #UN32PrxXegwVh0vGdLxRR5TORfxIIUXL #JXBgO9PiTASIGdpM47TlNZu3bKF46b9L {  }
 }@media only screen and (max-width: 763px) { #UN32PrxXegwVh0vGdLxRR5TORfxIIUXL #ginW8U4EOQHElFIOnyRr6B2ga1h0RRId {  }
 }@media only screen and (max-width: 763px) { #UN32PrxXegwVh0vGdLxRR5TORfxIIUXL #d5qvQ8mdzwHQTpWTvLxdZUMQPhJtPTFN {  }
 }@media only screen and (max-width: 763px) { #UN32PrxXegwVh0vGdLxRR5TORfxIIUXL #rJ0bAKHylvoMbFk17Lt5kimvJXdBgUfc {  }
 }@media only screen and (max-width: 763px) { #UN32PrxXegwVh0vGdLxRR5TORfxIIUXL #D5obQ2B8hCkBOT162iS7TqJtLar6JURg {  }
 }@media only screen and (max-width: 763px) { #UN32PrxXegwVh0vGdLxRR5TORfxIIUXL #Ir41EET5h2Ncu3N4SmMVitqSZXGMkPVd {  }
 }@media only screen and (max-width: 763px) { #UN32PrxXegwVh0vGdLxRR5TORfxIIUXL #m8XXzTK32Nzmu8W0AUbhUyOp2TvRiD3q {  }
 }@media only screen and (max-width: 763px) { #UN32PrxXegwVh0vGdLxRR5TORfxIIUXL #T39URbENzuywxTc0p9gxkqTexeEW603F {  }
 }@media only screen and (max-width: 763px) { #UN32PrxXegwVh0vGdLxRR5TORfxIIUXL #DXle36VrCdHe4s1TsMl3dZgF8ERSf9D2 {  }
 }@media only screen and (max-width: 763px) { #UN32PrxXegwVh0vGdLxRR5TORfxIIUXL #PU1UsX0ZyeT0svWLpi76IBl4pHDcVHV5 {  }
 }@media only screen and (max-width: 763px) { #UN32PrxXegwVh0vGdLxRR5TORfxIIUXL #SwlkV4WXGg3qvyrzZ6Z6fOTEnuuiMpTn {  }
 }@media only screen and (max-width: 763px) { #UN32PrxXegwVh0vGdLxRR5TORfxIIUXL #O0D78tRQxLJJZFekxvzJTTG69FnzNcBV {  }
 }@media only screen and (max-width: 763px) { #UN32PrxXegwVh0vGdLxRR5TORfxIIUXL #iskTW2KrlLJsU3aNUWkHt0LD6casptII {  }
 }@media only screen and (max-width: 763px) { #UN32PrxXegwVh0vGdLxRR5TORfxIIUXL #TV7iTBKvzsFRlABmGHKMyKZdgI3FDc8P {  }
 }@media only screen and (max-width: 763px) { #UN32PrxXegwVh0vGdLxRR5TORfxIIUXL #aXg4aTqfe5eyh4inl1HGv0TxIWrLIBao {  }
 }@media only screen and (max-width: 763px) { #DImLaZTUcvkkNbSOTWveCfhd9GyLHE3C { display:block; }#DImLaZTUcvkkNbSOTWveCfhd9GyLHE3C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qmpdDepiA0l5kGnukawlw4b9KIMZIMO6 { top:5.9375rem;left:0rem;width:29.3125rem;height:4.4375rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tn3ahPIbF6mX5uZQ9SuAuxkUsJx6Sw1J { top:12.6875rem;left:0rem;width:27.4375rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CACvbra962kA7acXCbPxazIM91h9mdwI { width:13.375rem;height:2.6875rem;top:21.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMz7P4HdJ0OXdwfu9V2az0U2S9IK5mBT { display:block; }
 }@media only screen and (max-width: 763px) { #WlA9rQof7JA1CHVVowQTCPhke1qfOCW0 { top:0rem;left:23.25rem;width:24.5rem;height:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZmh56wLy9tA2oCKAg05qRyBm9uC2vNf { top:0.375rem;left:0rem;width:47.75rem;height:25.846330275229rem;display:block; }
 }@media only screen and (max-width: 763px) { #gt8QZGEC8aAdRKtrcG6b7fqVZ7ercS1M { width:47.75rem;height:54.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #k5sp0fDQApe8UPlsTsqzvKEMyEHFtnIh { display:block; }#k5sp0fDQApe8UPlsTsqzvKEMyEHFtnIh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TBtZLEPV4LOJJS8aXKA7hSIEyVG9HoCv { display:block; }#TBtZLEPV4LOJJS8aXKA7hSIEyVG9HoCv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G4Wn48DiE7nVWmGx0pdS3bwKWCq8Pv4k { top:3rem;left:0.90625rem;width:10.125rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESzXWLinDgdKk9d0zx4k5pArAnweTnmH { top:4.3125rem;left:11.375rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAQy4bW0AHGXmFPZgxcsMPrrFHnHiW7f { top:6.4375rem;left:11.375rem;width:12.5rem;height:5.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCoWCV90Zbsx83tX6qBKWhvC7MMsESWH { top:4.3125rem;left:23.3125rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDLIW1PRbgXIlumqXGCFkKMNl3UqGLwT { top:6.4375rem;left:23.3125rem;width:12.5rem;height:4.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULOVNmHJOIUhFNFpqovgOsER0R6KKzx7 { top:4.3125rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMuyMVilvJCoouSIQe40TN4DS26WX9rT { top:6.4375rem;left:35.25rem;width:12.5rem;height:5.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTzKAXFwH8TnpUimbQvU7MEr19lsW26U { top:6.4375rem;left:23.875rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7xAOhTABD7NSVL0EZBAmQTOsIbzOsUa { top:8.4375rem;left:23.875rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #alzVXyQuHTS6JlfE14JrwGBPb0Zv5cef { top:10.5rem;left:23.875rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkrNK1KyRpSnBkJsLgZHxyD42kpA0ka3 { top:6.4375rem;left:35.8125rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiMdxvTXmNcEZnBZSNtF5P4dTgC0hSWi { top:8.4375rem;left:35.8125rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEOO12myAINek38U1PLVoKWHvtuzyPSa { display:block; }#lEOO12myAINek38U1PLVoKWHvtuzyPSa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IhhoQsfO7dTOXPavUeJd2HDiqxt8D1Mn { top:0.625rem;left:29.1875rem;width:6.625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcXKuZrKyCHOOPAyfOnnggkBTyf0POvg { top:0.625rem;left:35.8125rem;width:6.625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #KZ6pxJ2Gl422v721PLFsSv5PHxrkScc4 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/454282f8-37b6-4c1a-affb-c2152c8315f0/Group37412.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#KZ6pxJ2Gl422v721PLFsSv5PHxrkScc4.adaptive-delivery-prevent-bg, #KZ6pxJ2Gl422v721PLFsSv5PHxrkScc4.lazyload, #KZ6pxJ2Gl422v721PLFsSv5PHxrkScc4.lazyloading { background-image: none; }#KZ6pxJ2Gl422v721PLFsSv5PHxrkScc4 > .row .container { background-color: transparent; background-image: none; }#KZ6pxJ2Gl422v721PLFsSv5PHxrkScc4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KZ6pxJ2Gl422v721PLFsSv5PHxrkScc4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KZ6pxJ2Gl422v721PLFsSv5PHxrkScc4 > .row .container > .video-iframe-container { display: none; }#KZ6pxJ2Gl422v721PLFsSv5PHxrkScc4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KZ6pxJ2Gl422v721PLFsSv5PHxrkScc4 > .row > .video-iframe-container { display: none; }#KZ6pxJ2Gl422v721PLFsSv5PHxrkScc4 > .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); }#KZ6pxJ2Gl422v721PLFsSv5PHxrkScc4 > .row .container { width:20rem;height:41.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qBuGZN2IRaK7S7NDmsT7wZo27Dwrp7hD { width:9.25rem;height:2.25rem;top:1.5rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5UhWEa9O2u9FzAL4rQe23isT8HmfdRH { width:13.625rem;height:12.3730625rem;top:8.08251953125rem;left:0rem;font-size:2.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T1JIA2tn7Vv2dKwpJdlvhcR3ANhyGRna { width:12.4375rem;height:2.6875rem;top:29.32421875rem;left:3.78125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1OqOPW2dT99PdBkUnL806JVDosGZIXy { display:block; }
 }@media only screen and (max-width: 763px) { #r4Iz24GgzKD1BLvkTkOFKbirXg42adRA { width:11.625rem;height:3.4121125rem;top:25.66162109375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ap5wFopDW1oy20AHyrAWzMZnwVVOxsDT { display:block; }#ap5wFopDW1oy20AHyrAWzMZnwVVOxsDT > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s7VdI3CDgKz2h1caKHu77hc9kVwhUnZ4 { width:20rem;height:7.3125rem;top:1rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGUEWzzDtTCM3dP51gKuVFITOVPxwrJ4 { width:13.5rem;height:1.5rem;top:9.3134765625rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuQFvAlUSZAP8TVaHTx8916Q6KlnvsFb { display:block; }#ZuQFvAlUSZAP8TVaHTx8916Q6KlnvsFb > .row .container { width:20rem;height:83.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OZBzXzIiVI3PLrbJVD7VzxR6IyaPyC5H { width:20rem;height:21.75rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtJKfWdUneUNWZNtTkZgzmk49J5UcvER { display:block; }#GtJKfWdUneUNWZNtTkZgzmk49J5UcvER { background-color: transparent; background-image: none; }#GtJKfWdUneUNWZNtTkZgzmk49J5UcvER::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GtJKfWdUneUNWZNtTkZgzmk49J5UcvER > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GtJKfWdUneUNWZNtTkZgzmk49J5UcvER > .row .container > .video-iframe-container { display: none; }#GtJKfWdUneUNWZNtTkZgzmk49J5UcvER > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GtJKfWdUneUNWZNtTkZgzmk49J5UcvER > .row > .video-iframe-container { display: none; }#GtJKfWdUneUNWZNtTkZgzmk49J5UcvER > .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); }#GtJKfWdUneUNWZNtTkZgzmk49J5UcvER > .row .container { width:20rem;height:69.875rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lHk5tTsTEgwlwsXswE9O9eDZ5ZVEBL41 { width:9.6875rem;height:2.375rem;top:3.0625rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqPktw2EvBz3zQZ8vOF4RreZ1lK8T2Dl { width:15.625rem;height:1.29980625rem;top:3.625rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDr6Oa0wCnltodq3SoiwkqtTSTa2xyb2 { width:20rem;height:20.473625rem;top:44.85595703125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aTWlTVB9TrpliOKMHqnDfKSlPabv1BWR { width:14.25rem;height:2.6875rem;top:65.9375rem;left:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPgyR1f5coetZ5t7gGvxqt6NhF7SaFnL { display:block; }
 }@media only screen and (max-width: 763px) { #DAtTr4CCNW1MVDUCPFl6oio2g54Mmpht { width:20rem;height:7.3125rem;top:6.1875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #puTtfTJ7t2VVOQT1TvQZUL3WnCrvmeCs { width:3.8125rem;height:3.6875rem;top:0rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJSzkTsMXKoKDIt3TB7h2ZgEr6altKXc { width:20rem;height:27.75rem;top:14.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlzHBOpGwlvTAwNXpsdZ6BcCILMCddn3 { display:block; }#MlzHBOpGwlvTAwNXpsdZ6BcCILMCddn3 { background-color: transparent; background-image: none; }#MlzHBOpGwlvTAwNXpsdZ6BcCILMCddn3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MlzHBOpGwlvTAwNXpsdZ6BcCILMCddn3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MlzHBOpGwlvTAwNXpsdZ6BcCILMCddn3 > .row .container > .video-iframe-container { display: none; }#MlzHBOpGwlvTAwNXpsdZ6BcCILMCddn3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MlzHBOpGwlvTAwNXpsdZ6BcCILMCddn3 > .row > .video-iframe-container { display: none; }#MlzHBOpGwlvTAwNXpsdZ6BcCILMCddn3 > .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); }#MlzHBOpGwlvTAwNXpsdZ6BcCILMCddn3 > .row .container { width:20rem;height:108.3125rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IKFvbEQ59OvMiAwG3XBnIXdSwOWFHsvr { width:11.375rem;height:2.375rem;top:4.1875rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALz0T53QynzdEmP5SeOUfvaer8uS4aKw { width:15.625rem;height:1.29980625rem;top:4.75rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oP6LFOc6lein3a8NZOzLvLJgfHMFPBrI { width:11.8125rem;height:2.6875rem;top:56.375rem;left:2.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScZ8PRe6T3OaNASQIqU9CeQFfwQIkhOO { display:block; }
 }@media only screen and (max-width: 763px) { #R38UnxBZ0XqLGMzuayZ5TRF91CmvJPOV { width:2.8125rem;height:1.5rem;top:56.9375rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPuqbp5TTuaJS3dD7fnOEDGLgIhLUSCZ { width:20rem;height:2.4375rem;top:8.61865234375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PxapRJhkknS2Nl1iZTKVFTORNVAegvMz { width:3.875rem;height:3.75rem;top:1.0625rem;left:1.5458984375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2FFDb7KSzPPW3uRPRMo0mDdN2K4Nwdl { width:20rem;height:24.8608125rem;top:60.3125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #anKGwIwQiBRPviTer4nAVEnsJTcwTS3S { width:20rem;height:20.69970845481rem;top:86.422875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrndBPaPcIhTyTg1ewRfm1dywQp0SJck { display:block; }#TrndBPaPcIhTyTg1ewRfm1dywQp0SJck > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mbRCSuT61wC4fUH9shSzqWi2OlqX08a2 { width:20rem;height:2.4375rem;top:2.4375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEPbiqee4LF33FfLxuXCCC4RPZPGQlVT { display:block; }#sEPbiqee4LF33FfLxuXCCC4RPZPGQlVT > .row .container { width:20rem;height:45.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UN32PrxXegwVh0vGdLxRR5TORfxIIUXL .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UN32PrxXegwVh0vGdLxRR5TORfxIIUXL { display:flex;height:auto;width:17.5rem;top:0.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UN32PrxXegwVh0vGdLxRR5TORfxIIUXL #dJCrld27AlJI7hFQ9zRDvrXgCoHS4VL2 {  }
 }@media only screen and (max-width: 763px) { #UN32PrxXegwVh0vGdLxRR5TORfxIIUXL #e2URib9ycbkHrktdg4Dyc02LTTZd6uKT {  }
 }@media only screen and (max-width: 763px) { #UN32PrxXegwVh0vGdLxRR5TORfxIIUXL #HUEP9rD7At4MJQRT4AiXHvz9ktWNnxOl {  }
 }@media only screen and (max-width: 763px) { #UN32PrxXegwVh0vGdLxRR5TORfxIIUXL #CtbkswOwRoydbroqhH0XrWcXslDuAq0r {  }
 }@media only screen and (max-width: 763px) { #UN32PrxXegwVh0vGdLxRR5TORfxIIUXL #DxOkyPQWgSbXWim9ioeFcts5ONUV2qW6 {  }
 }@media only screen and (max-width: 763px) { #UN32PrxXegwVh0vGdLxRR5TORfxIIUXL #MyR3IZ8yvTITRk2lbp8XcXc8GICNR4hd {  }
 }@media only screen and (max-width: 763px) { #UN32PrxXegwVh0vGdLxRR5TORfxIIUXL #bmcsT25PvgpLldtlDp9zn8fRlrRZSZM1 {  }
 }@media only screen and (max-width: 763px) { #UN32PrxXegwVh0vGdLxRR5TORfxIIUXL #kTz8Fc6JzTBHF1n31SbkVH3HxVfZef7E {  }
 }@media only screen and (max-width: 763px) { #UN32PrxXegwVh0vGdLxRR5TORfxIIUXL #IMwiTZgZ2Z6tpIIIASZLJq2TIhyDWyIm {  }
 }@media only screen and (max-width: 763px) { #UN32PrxXegwVh0vGdLxRR5TORfxIIUXL #GBOgBaXcVR9OmvshKxiLf4WyxCv8zPNe {  }
 }@media only screen and (max-width: 763px) { #UN32PrxXegwVh0vGdLxRR5TORfxIIUXL #M920uuB6p11mmJ9S2beZcGft4xKcfuQ7 {  }
 }@media only screen and (max-width: 763px) { #UN32PrxXegwVh0vGdLxRR5TORfxIIUXL #LU9f3eNbIiNou0BufAZ3N1r7NROUnGGK {  }
 }@media only screen and (max-width: 763px) { #UN32PrxXegwVh0vGdLxRR5TORfxIIUXL #AagxhHhB4MimJCJTSTqPsVaIuzWh985C {  }
 }@media only screen and (max-width: 763px) { #UN32PrxXegwVh0vGdLxRR5TORfxIIUXL #Zi4NEXKEPDFfbLEl5CpnF9SdVGFPxtnd {  }
 }@media only screen and (max-width: 763px) { #UN32PrxXegwVh0vGdLxRR5TORfxIIUXL #cTvfJK3JEf2TtsMH0D8n4Xw2IwyR0FKX {  }
 }@media only screen and (max-width: 763px) { #UN32PrxXegwVh0vGdLxRR5TORfxIIUXL #JXBgO9PiTASIGdpM47TlNZu3bKF46b9L {  }
 }@media only screen and (max-width: 763px) { #UN32PrxXegwVh0vGdLxRR5TORfxIIUXL #ginW8U4EOQHElFIOnyRr6B2ga1h0RRId {  }
 }@media only screen and (max-width: 763px) { #UN32PrxXegwVh0vGdLxRR5TORfxIIUXL #d5qvQ8mdzwHQTpWTvLxdZUMQPhJtPTFN {  }
 }@media only screen and (max-width: 763px) { #UN32PrxXegwVh0vGdLxRR5TORfxIIUXL #rJ0bAKHylvoMbFk17Lt5kimvJXdBgUfc {  }
 }@media only screen and (max-width: 763px) { #UN32PrxXegwVh0vGdLxRR5TORfxIIUXL #D5obQ2B8hCkBOT162iS7TqJtLar6JURg {  }
 }@media only screen and (max-width: 763px) { #UN32PrxXegwVh0vGdLxRR5TORfxIIUXL #Ir41EET5h2Ncu3N4SmMVitqSZXGMkPVd {  }
 }@media only screen and (max-width: 763px) { #UN32PrxXegwVh0vGdLxRR5TORfxIIUXL #m8XXzTK32Nzmu8W0AUbhUyOp2TvRiD3q {  }
 }@media only screen and (max-width: 763px) { #UN32PrxXegwVh0vGdLxRR5TORfxIIUXL #T39URbENzuywxTc0p9gxkqTexeEW603F {  }
 }@media only screen and (max-width: 763px) { #UN32PrxXegwVh0vGdLxRR5TORfxIIUXL #DXle36VrCdHe4s1TsMl3dZgF8ERSf9D2 {  }
 }@media only screen and (max-width: 763px) { #UN32PrxXegwVh0vGdLxRR5TORfxIIUXL #PU1UsX0ZyeT0svWLpi76IBl4pHDcVHV5 {  }
 }@media only screen and (max-width: 763px) { #UN32PrxXegwVh0vGdLxRR5TORfxIIUXL #SwlkV4WXGg3qvyrzZ6Z6fOTEnuuiMpTn {  }
 }@media only screen and (max-width: 763px) { #UN32PrxXegwVh0vGdLxRR5TORfxIIUXL #O0D78tRQxLJJZFekxvzJTTG69FnzNcBV {  }
 }@media only screen and (max-width: 763px) { #UN32PrxXegwVh0vGdLxRR5TORfxIIUXL #iskTW2KrlLJsU3aNUWkHt0LD6casptII {  }
 }@media only screen and (max-width: 763px) { #UN32PrxXegwVh0vGdLxRR5TORfxIIUXL #TV7iTBKvzsFRlABmGHKMyKZdgI3FDc8P {  }
 }@media only screen and (max-width: 763px) { #UN32PrxXegwVh0vGdLxRR5TORfxIIUXL #aXg4aTqfe5eyh4inl1HGv0TxIWrLIBao {  }
 }@media only screen and (max-width: 763px) { #DImLaZTUcvkkNbSOTWveCfhd9GyLHE3C { display:block; }#DImLaZTUcvkkNbSOTWveCfhd9GyLHE3C > .row .container { width:20rem;height:43.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qmpdDepiA0l5kGnukawlw4b9KIMZIMO6 { width:20rem;height:2.5996125rem;top:3.3125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tn3ahPIbF6mX5uZQ9SuAuxkUsJx6Sw1J { width:20rem;height:5.8496125rem;top:8.287109375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CACvbra962kA7acXCbPxazIM91h9mdwI { width:13.375rem;height:2.6875rem;top:16.8369140625rem;left:3.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMz7P4HdJ0OXdwfu9V2az0U2S9IK5mBT { display:block; }
 }@media only screen and (max-width: 763px) { #WlA9rQof7JA1CHVVowQTCPhke1qfOCW0 { width:17.5625rem;height:21.5rem;top:21.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZmh56wLy9tA2oCKAg05qRyBm9uC2vNf { width:20rem;height:10.75rem;top:28rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gt8QZGEC8aAdRKtrcG6b7fqVZ7ercS1M { top:21.875rem;left:0rem;width:16.125rem;height:18.4375rem;z-index:14998;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #k5sp0fDQApe8UPlsTsqzvKEMyEHFtnIh { display:block; }#k5sp0fDQApe8UPlsTsqzvKEMyEHFtnIh > .row .container { width:20rem;height:0.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TBtZLEPV4LOJJS8aXKA7hSIEyVG9HoCv { display:block; }#TBtZLEPV4LOJJS8aXKA7hSIEyVG9HoCv > .row .container { width:20rem;height:21.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G4Wn48DiE7nVWmGx0pdS3bwKWCq8Pv4k { width:7.1875rem;height:7.1875rem;top:1.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESzXWLinDgdKk9d0zx4k5pArAnweTnmH { width:4.0625rem;height:1.29980625rem;top:0.9375rem;left:11.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAQy4bW0AHGXmFPZgxcsMPrrFHnHiW7f { width:6.125rem;height:5.847675rem;top:3.5rem;left:11.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCoWCV90Zbsx83tX6qBKWhvC7MMsESWH { width:6.5625rem;height:1.29980625rem;top:12.5625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDLIW1PRbgXIlumqXGCFkKMNl3UqGLwT { width:7.5625rem;height:4.8730625rem;top:15.125rem;left:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULOVNmHJOIUhFNFpqovgOsER0R6KKzx7 { width:8.5rem;height:1.29980625rem;top:12.5625rem;left:10.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMuyMVilvJCoouSIQe40TN4DS26WX9rT { width:8.5rem;height:5.847675rem;top:15.125rem;left:10.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTzKAXFwH8TnpUimbQvU7MEr19lsW26U { display:flex;width:0.8125rem;height:0.8125rem;top:15.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #B7xAOhTABD7NSVL0EZBAmQTOsIbzOsUa { display:flex;width:0.8125rem;height:0.8125rem;top:17.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #alzVXyQuHTS6JlfE14JrwGBPb0Zv5cef { display:flex;width:0.8125rem;height:0.8125rem;top:19.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HkrNK1KyRpSnBkJsLgZHxyD42kpA0ka3 { display:flex;width:0.8125rem;height:0.8125rem;top:15.125rem;left:9.625rem; }
 }@media only screen and (max-width: 763px) { #UiMdxvTXmNcEZnBZSNtF5P4dTgC0hSWi { display:flex;width:0.8125rem;height:0.8125rem;top:17.1875rem;left:9.625rem; }
 }@media only screen and (max-width: 763px) { #lEOO12myAINek38U1PLVoKWHvtuzyPSa { display:block; }#lEOO12myAINek38U1PLVoKWHvtuzyPSa > .row .container { width:20rem;height:4.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IhhoQsfO7dTOXPavUeJd2HDiqxt8D1Mn { width:6.625rem;height:0.9746125rem;top:0.875rem;left:6.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcXKuZrKyCHOOPAyfOnnggkBTyf0POvg { width:5rem;height:0.9746125rem;top:0.875rem;left:15rem;font-size:0.75rem;display:block; }
 }