.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"raleway";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MBhLUDVwT0yiO7GIaTHk5IoEpoJ5KmwJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b91e5551-3b91-4718-8438-c5ada8fc32cb/photo171883767954301bbc6fc13f6.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#MBhLUDVwT0yiO7GIaTHk5IoEpoJ5KmwJ.adaptive-delivery-prevent-bg, #MBhLUDVwT0yiO7GIaTHk5IoEpoJ5KmwJ.lazyload, #MBhLUDVwT0yiO7GIaTHk5IoEpoJ5KmwJ.lazyloading { background-image: none; }#MBhLUDVwT0yiO7GIaTHk5IoEpoJ5KmwJ > .row .container { background-color: transparent; background-image: none; }#MBhLUDVwT0yiO7GIaTHk5IoEpoJ5KmwJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,16,51,0.83); }#MBhLUDVwT0yiO7GIaTHk5IoEpoJ5KmwJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MBhLUDVwT0yiO7GIaTHk5IoEpoJ5KmwJ > .row .container > .video-iframe-container { display: none; }#MBhLUDVwT0yiO7GIaTHk5IoEpoJ5KmwJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,16,51,0.83); }#MBhLUDVwT0yiO7GIaTHk5IoEpoJ5KmwJ > .row > .video-iframe-container { display: none; }#MBhLUDVwT0yiO7GIaTHk5IoEpoJ5KmwJ > .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); }#MBhLUDVwT0yiO7GIaTHk5IoEpoJ5KmwJ > .row .container { border-width: 0; border-radius: 0; }#MBhLUDVwT0yiO7GIaTHk5IoEpoJ5KmwJ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MBhLUDVwT0yiO7GIaTHk5IoEpoJ5KmwJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MBhLUDVwT0yiO7GIaTHk5IoEpoJ5KmwJ > .row .container { font-size:0.875rem;font-family:arial;height:43.5625rem;width:75rem;position:relative;display:block; }#lt0lqCc0fKdT4TmEhOO2kbT3fwbKR9S9 { 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.3125rem;left:5.75rem;overflow:hidden;display:block; }
#Xiz3EJHURTRO2XFK6VN5OQIn325lTz8W { color:rgba(var(--color-tertiary-0),1);display:block;width:32.6875rem;position:absolute;font-family:adelle;font-size:2.9375rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:14.923828125rem;left:5.75rem;height:6.4619375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#z61Gqasix6gFRwP2SoyFC1T2ubM2sxGm { color:#ffe76c;display:block;width:12.6875rem;position:absolute;font-family:satoshi;font-size:0.875rem;font-weight:700;z-index:15029;line-height:1.6;letter-spacing:0;top:9.4375rem;left:3.9375rem;height:1.3999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#n0myTb0gkf23ttKuXne2S6n13at2s7JT { color:#f3f3f3;display:block;width:16.1875rem;position:absolute;font-family:satoshi;font-size:1.0625rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:11.39892578125rem;left:7rem;height:1.3808625rem;text-align:left;text-align-last:left;display:block; }
#efeJPirITEzMWqketTzcc9fhmrgFs9w2 { position:absolute;display:block;z-index:15001;height:63.75rem;width:29.4375rem;top:10.25rem;left:44.3125rem;display:block; }
#QGkNCKPL3TF24sLCK0eueBw74KlW4wTZ { position:absolute;display:block;z-index:15031;border-top:0.1875rem solid #00b9e5;border-left:0.1875rem solid #00b9e5;border-right:0.1875rem solid #00b9e5;border-bottom:0.1875rem solid #00b9e5;border-top-left-radius:8.3125rem;border-top-right-radius:8.3125rem;border-bottom-left-radius:8.3125rem;border-bottom-right-radius:8.3125rem;box-shadow: none;height:4.6875rem;width:4.75rem;top:27.9375rem;left:5.75rem;overflow:hidden;display:block; }
#fclf6W2m2SxwHqk6AuTD3T38ob3DywTy { color:#f3f3f3;display:block;width:22.625rem;position:absolute;font-family:satoshi;font-size:0.9375rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:28.75rem;left:12.375rem;height:3.65625rem;display:block; }
#z5KQkUeS4yrf4pqTF76WWXhElbtmD2nH { color:rgba(var(--color-tertiary-0),1);display:block;width:30.625rem;position:absolute;font-family:satoshi;font-size:1rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:22.310546875rem;left:5.75rem;height:2.3994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WKfbNxDGqfKNgiVTpekXFreFLfivR7cl { box-sizing:content-box;height:1.5rem;width:0.25rem;position:absolute;display:block;z-index:15032;background-color:#00b9e5;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.33935546875rem;left:6.0625rem;display:block; }
#y0FtDrP3dGTykI47CQm9D5D1OJc5DNef { color:#f3f3f3;display:block;width:20.125rem;position:absolute;font-family:satoshi;font-size:0.9375rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:31.453125rem;left:12.375rem;height:3.65625rem;display:none; }
#HeOrukrI8PBRaGoS6nPGWr3Jb3R3UI80 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#ftCVB2Bro9tM04UMuwZNLQsD1T5GdnKM { 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; }#ftCVB2Bro9tM04UMuwZNLQsD1T5GdnKM > .row .container { background-color: transparent; background-image: none; }#ftCVB2Bro9tM04UMuwZNLQsD1T5GdnKM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ftCVB2Bro9tM04UMuwZNLQsD1T5GdnKM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ftCVB2Bro9tM04UMuwZNLQsD1T5GdnKM > .row .container > .video-iframe-container { display: none; }#ftCVB2Bro9tM04UMuwZNLQsD1T5GdnKM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ftCVB2Bro9tM04UMuwZNLQsD1T5GdnKM > .row > .video-iframe-container { display: none; }#ftCVB2Bro9tM04UMuwZNLQsD1T5GdnKM > .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); }#ftCVB2Bro9tM04UMuwZNLQsD1T5GdnKM > .row .container { border-width: 0; border-radius: 0; }#ftCVB2Bro9tM04UMuwZNLQsD1T5GdnKM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ftCVB2Bro9tM04UMuwZNLQsD1T5GdnKM > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:75rem;position:relative;display:block; }#zv1zwue4FPfqEq4B96mF8ESZ5tT9N096 { color:#071033;display:block;width:9.5625rem;position:absolute;font-family:satoshi;font-size:0.8125rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:3.0625rem;left:3.625rem;height:3.8984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ft9iUNkAwAfSB3frIL26KhdNJZhQCHIS { color:rgba(var(--color-tertiary-4),1);display:block;width:6.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:1.25rem;left:5.25rem;height:2.68115rem;text-align:center;text-align-last:center;display:block; }
#OtEbaeC7BEZdUaDnvawA8DSKRMZJXlO7 { color:#071033;display:block;width:9.5625rem;position:absolute;font-family:satoshi;font-size:0.8125rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:3.23681640625rem;left:15.59375rem;height:2.92383125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#crXSdPMSdaKgMqNNDu8RWovH1eQ4Ow3k { color:rgba(var(--color-tertiary-4),1);display:block;width:6.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:1.25rem;left:17.25rem;height:2.68115rem;text-align:center;text-align-last:center;display:block; }
#zdxKVP4y2cfKzGQBrIEBMdk01cl6iOg2 { color:#071033;display:block;width:10.625rem;position:absolute;font-family:satoshi;font-size:0.8125rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:3.04931640625rem;left:27.0625rem;height:2.92383125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LZJksaezQWVyUJ06J2q2pZ29vIqZaPo6 { color:rgba(var(--color-tertiary-4),1);display:block;width:6.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:1.25rem;left:29.25rem;height:2.68115rem;text-align:center;text-align-last:center;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:49.125rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#OTDWqV7KNImZo5lMzMPKULGNXkBmK8yA { color:#071033;display:block;width:33.3125rem;position:absolute;font-family:satoshi;font-size:0.9375rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:8.26171875rem;left:5.75rem;height:9.75rem;display:block; }
#eH50dn55wlFUOkdTfi0o5I4CVqGbEPbF { color:#071033;display:block;width:31.5625rem;position:absolute;font-family:adelle;font-size:2.625rem;font-weight:700;z-index:15030;line-height:1;letter-spacing:0;top:5.125rem;left:5.75rem;height:2.625rem;display:block; }
#hyvliMzdCHeGMoenRignzVNJTEn5aEar { color:#071033;display:block;width:29.875rem;position:absolute;font-family:satoshi;font-size:0.9375rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:19.875rem;left:8.25rem;height:3.65625rem;display:block; }
#sJ13avgAP3VPAUOq1H92idRxRXRHiST7 { color:#071033;display:block;width:32.25rem;position:absolute;font-family:satoshi;font-size:0.9375rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:24.5625rem;left:8.25rem;height:3.65625rem;display:block; }
#JOTSu2Cy7hOe5T5292fD5GBss5q5x4Bp { color:#071033;display:block;width:32.875rem;position:absolute;font-family:satoshi;font-size:0.9375rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:29.375rem;left:8.25rem;height:3.65625rem;display:block; }
#E4mENqwx2TGkqxUXTzU8L3Shdszb20cI { box-sizing:content-box;height:1.3125rem;width:1.3125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15038;background-color:#00b9e5;background-image:none;box-shadow: none;border-top:0rem solid #00b9e5;border-left:0rem solid #00b9e5;border-right:0rem solid #00b9e5;border-bottom:0rem solid #00b9e5;top:20.4375rem;left:5.75rem;display:block; }
#ilzvD4Seg2d4fAuqLrHLi3RcgwQgutBc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:20.4375rem;left:5.75rem; }
#U6HNzDXoFdslVskLSRgRFJzaTf76pEqn { color:#071033;display:block;width:34.8125rem;position:absolute;font-family:satoshi;font-size:0.9375rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:34.375rem;left:8.25rem;height:3.65625rem;display:block; }
#MZBTRuO3623yK14DE71Ihdx0phFthwIW { box-sizing:content-box;height:0.1875rem;width:63.1875rem;position:absolute;display:block;z-index:15040;background-color:#00b9e5;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:40.5rem;left:5.75rem;display:block; }
#lbpfD1gZi1sT3LPqQquTnJJtSKkU4zFn { color:#071033;display:block;width:65.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:42.1875rem;left:5.75rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#FNyPgsA6A6MBm0I05F9ym4etMvKapqvg { box-sizing:content-box;height:1.3125rem;width:1.3125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15040;background-color:#00b9e5;background-image:none;box-shadow: none;border-top:0rem solid #00b9e5;border-left:0rem solid #00b9e5;border-right:0rem solid #00b9e5;border-bottom:0rem solid #00b9e5;top:25.125rem;left:5.75rem;display:block; }
#P1WPbMkVM9dzf1bgSuw3AZHRvAVFQg5J { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:25.125rem;left:5.75rem; }
#EaSegrVc6IG5iCfZT0Tt86rTBZtvcRc4 { box-sizing:content-box;height:1.3125rem;width:1.3125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15042;background-color:#00b9e5;background-image:none;box-shadow: none;border-top:0rem solid #00b9e5;border-left:0rem solid #00b9e5;border-right:0rem solid #00b9e5;border-bottom:0rem solid #00b9e5;top:29.9375rem;left:5.75rem;display:block; }
#MAPARg3XQtTU9eDu9UwTxXm34Q9t5hId { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:29.9375rem;left:5.75rem; }
#qLA4VMUUOzVpu6pxRXzy3ExteQUfJNUz { box-sizing:content-box;height:1.3125rem;width:1.3125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15044;background-color:#00b9e5;background-image:none;box-shadow: none;border-top:0rem solid #00b9e5;border-left:0rem solid #00b9e5;border-right:0rem solid #00b9e5;border-bottom:0rem solid #00b9e5;top:34.9375rem;left:5.75rem;display:block; }
#NyoHOeO3s7LKKSbINW6ciQ3O5fHno9bX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:34.9375rem;left:5.75rem; }
#zFMuJ9mwPWN6k0LO9GKJsFWPJ0DunXDC { 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; }#zFMuJ9mwPWN6k0LO9GKJsFWPJ0DunXDC > .row .container { background-color: transparent; background-image: none; }#zFMuJ9mwPWN6k0LO9GKJsFWPJ0DunXDC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zFMuJ9mwPWN6k0LO9GKJsFWPJ0DunXDC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zFMuJ9mwPWN6k0LO9GKJsFWPJ0DunXDC > .row .container > .video-iframe-container { display: none; }#zFMuJ9mwPWN6k0LO9GKJsFWPJ0DunXDC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zFMuJ9mwPWN6k0LO9GKJsFWPJ0DunXDC > .row > .video-iframe-container { display: none; }#zFMuJ9mwPWN6k0LO9GKJsFWPJ0DunXDC > .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); }#zFMuJ9mwPWN6k0LO9GKJsFWPJ0DunXDC > .row .container { border-width: 0; border-radius: 0; }#zFMuJ9mwPWN6k0LO9GKJsFWPJ0DunXDC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zFMuJ9mwPWN6k0LO9GKJsFWPJ0DunXDC > .row .container { font-size:0.875rem;font-family:arial;height:10.1875rem;width:75rem;position:relative;display:block; }#Ucy4XBMVWJAgsl2eJFQwRCNtfooMCENR { background-color:#071033;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:#ffe76c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:satoshi;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.625rem;height:2.6875rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:5.25rem;left:30.6875rem;display:block; }
#qSIUCikf3ylh4aQrCDyISN6THBxTXv3E { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wPElqT6BpBMBqAASWf3lI0nLfFNHtkSr { color:#071033;display:block;width:54.25rem;position:absolute;font-family:adelle;font-size:1.875rem;font-weight:700;z-index:15031;line-height:1;letter-spacing:0;top:2.1875rem;left:10.375rem;height:;text-align:center;text-align-last:center;display:block; }
#kmdt5AXJDLFeU6Tnt5mXm2GbFfeFL2DS { 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; }#kmdt5AXJDLFeU6Tnt5mXm2GbFfeFL2DS > .row .container { background-color: transparent; background-image: none; }#kmdt5AXJDLFeU6Tnt5mXm2GbFfeFL2DS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kmdt5AXJDLFeU6Tnt5mXm2GbFfeFL2DS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kmdt5AXJDLFeU6Tnt5mXm2GbFfeFL2DS > .row .container > .video-iframe-container { display: none; }#kmdt5AXJDLFeU6Tnt5mXm2GbFfeFL2DS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kmdt5AXJDLFeU6Tnt5mXm2GbFfeFL2DS > .row > .video-iframe-container { display: none; }#kmdt5AXJDLFeU6Tnt5mXm2GbFfeFL2DS > .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); }#kmdt5AXJDLFeU6Tnt5mXm2GbFfeFL2DS > .row .container { border-width: 0; border-radius: 0; }#kmdt5AXJDLFeU6Tnt5mXm2GbFfeFL2DS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kmdt5AXJDLFeU6Tnt5mXm2GbFfeFL2DS > .row .container { font-size:0.875rem;font-family:arial;height:30.875rem;width:75rem;position:relative;display:block; }#baUE3hzrwr33a1Xc5TEP9z2tKJ3O8kry { color:#071033;display:block;width:38.1875rem;position:absolute;font-family:satoshi;font-size:0.9375rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:11.125rem;left:25.1875rem;height:2.625rem;font-style:normal;display:block; }
#RsglTCvbO8qh9FCZ12mtZhsXkkhT9KPP { color:#071033;display:block;width:17.1230625rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:9.375rem;left:25.1875rem;height:1.75rem;font-style:normal;display:block; }
#TT5TnN0TeBKx0MdWNZRmOszmiQJqKqWW { color:#071033;display:block;width:37.5rem;position:absolute;font-family:adelle;font-size:3.1875rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:3.1875rem;left:20.09375rem;height:4.14355625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cRC1Cdc7MV5GHqzVTQBScv1B8iRSm8xE { position:absolute;display:block;z-index:15032;border-top:0.1875rem solid #ffe76c;border-left:0.1875rem solid #ffe76c;border-right:0.1875rem solid #ffe76c;border-bottom:0.1875rem solid #ffe76c;border-top-left-radius:8.3125rem;border-top-right-radius:8.3125rem;border-bottom-left-radius:8.3125rem;border-bottom-right-radius:8.3125rem;box-shadow: none;height:10.4375rem;width:10.5rem;top:9.8125rem;left:12.416015625rem;overflow:hidden;display:block; }
#nlP407gq1OEbXAVJk8ATeKg3NfCxKcbE { color:#071033;display:block;width:41.3125rem;position:absolute;font-family:satoshi;font-size:0.9375rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:14.8125rem;left:25.1875rem;height:10.96875rem;display:block; }
#SM16EgMAU5AWEPRgoefeFwTLKpTMG9F5 { color:#071033;display:block;width:27.3125rem;position:absolute;font-family:satoshi;font-size:0.9375rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:11.125rem;left:25.1875rem;height:2.625rem;font-style:normal;display:none; }
#durfTekdLdai8cd6eGJ9Efl05ihP6qsb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),0.23);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; }#durfTekdLdai8cd6eGJ9Efl05ihP6qsb > .row .container { background-color: transparent; background-image: none; }#durfTekdLdai8cd6eGJ9Efl05ihP6qsb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#durfTekdLdai8cd6eGJ9Efl05ihP6qsb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#durfTekdLdai8cd6eGJ9Efl05ihP6qsb > .row .container > .video-iframe-container { display: none; }#durfTekdLdai8cd6eGJ9Efl05ihP6qsb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#durfTekdLdai8cd6eGJ9Efl05ihP6qsb > .row > .video-iframe-container { display: none; }#durfTekdLdai8cd6eGJ9Efl05ihP6qsb > .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); }#durfTekdLdai8cd6eGJ9Efl05ihP6qsb > .row .container { border-width: 0; border-radius: 0; }#durfTekdLdai8cd6eGJ9Efl05ihP6qsb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#durfTekdLdai8cd6eGJ9Efl05ihP6qsb > .row .container { font-size:0.875rem;font-family:arial;height:31.1875rem;width:75rem;position:relative;display:block; }#MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy .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:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(7,16,51,0.32);border-left:0;border-right:0;border-bottom:0;vertical-align:top; }
#MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy .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; }
#MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy .accordion-heading-text { display:block;position:relative;width:100%;font-family:satoshi;font-weight:700;font-size:1.0625rem;color:rgba(var(--color-tertiary-4),1);height:auto; }
#MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.9375rem;font-family:satoshi;color:rgba(var(--color-tertiary-4),1);height:auto; }
#MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy .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_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy .accordion-trigger.adaptive-delivery-prevent-bg, #MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy .accordion-trigger.lazyload, #MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy .accordion-trigger.lazyloading { background-image: none; }
#MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy { box-sizing:content-box;height:auto;width:54.5625rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:7.5rem;left:10.21875rem; }
#MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #sqicfDloJQimZk08ufixkETFdEzbd310 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #TxLZy42S9sLnDfQEQAiic0sVD2Ha8vKT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #RkRmVKa5FyCIFxnUvrrydtaHVm2GwXq1 { display:block;position:relative; }
#MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #lptGzpCxCcE4MzbZCC64usD8E0wyOTU2 {  }
#MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #VRIkp9P0TdCtIDhJ97cR7J0SEXnR6fNp {  }
#MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #KVRFRHKZIp9Wzbs0fXaL2vBu0HawW4tA { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #umlB3pEAVL99stRVd7BSnVCwwEoNznSL { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #eyinruz8ysrtRpRTQWwQZTTAwp4FMylE { display:block;position:relative; }
#MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #O4CxeXQp2bfQp0JHqvFgvvsuKBTLWw31 {  }
#MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #wWCZo8yep2T8X7aOtBVsXS14QsHzPwgx { display:none; }
#MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #K4xW43sTx4JpUKldALllobeha8y2LM6D { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #zk0c4SfZiiANOXiqOf1lbS1zTmR67h5p { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #qZyFgMFeDyaeoUq2dOrPgbICkDE5liWH { display:block;position:relative; }
#MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #FnTdkoVooKzmFFs3GQegBFSCIlv7Tgg2 {  }
#MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #ll6c0EQTOtrZ6U8U1GThAmiplxMMJndi { display:none; }
#MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #yoohJQf6po0Mae7pD3MOwqdSiAaHkTm9 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #AyFGwKJJH6ARbaanLs3wMuSFE7cLerbq { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #iA0hCLS5yVt5d3vqbRlhXEG4LAn7LcxZ { display:block;position:relative; }
#MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #mwdVhonTTlQSQpxGIslBcDnn3ZyDcXAV {  }
#MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #iZqHULO8tlBl0ekQPoHhsgL3RIbXhoJg { display:none; }
#MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #yFfy0GQbG6mXaFGCpWP6RqyTgalAJT1G { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #Hqmdw1A05MSzXJRXlTrRRFymzUFov4y9 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #qce2r8k232caZTGNoQ3xglZ4vdo46NoV { display:block;position:relative; }
#MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #TCT8wOHqlsa8y4EZC5PtLMyFBD4UDcqD {  }
#MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #CEq4Gi53HnASSpJT5LTRcg1OhnXipdb7 { display:none; }
#cgCbUmPM2mpA18SFOd1XlkWIBKDeET1P { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:adelle;font-size:2.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.9375rem;left:10.21875rem;height:3.4121125rem;display:block; }
#RlBpfWc6GT1u2CMXmLnxUg1OksIrT78v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#071033;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; }#RlBpfWc6GT1u2CMXmLnxUg1OksIrT78v > .row .container { background-color: transparent; background-image: none; }#RlBpfWc6GT1u2CMXmLnxUg1OksIrT78v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RlBpfWc6GT1u2CMXmLnxUg1OksIrT78v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RlBpfWc6GT1u2CMXmLnxUg1OksIrT78v > .row .container > .video-iframe-container { display: none; }#RlBpfWc6GT1u2CMXmLnxUg1OksIrT78v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RlBpfWc6GT1u2CMXmLnxUg1OksIrT78v > .row > .video-iframe-container { display: none; }#RlBpfWc6GT1u2CMXmLnxUg1OksIrT78v > .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); }#RlBpfWc6GT1u2CMXmLnxUg1OksIrT78v > .row .container { border-width: 0; border-radius: 0; }#RlBpfWc6GT1u2CMXmLnxUg1OksIrT78v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RlBpfWc6GT1u2CMXmLnxUg1OksIrT78v > .row .container { font-size:0.875rem;font-family:arial;height:9.8125rem;width:75rem;position:relative;display:block; }#RFyFqkkQceI2L3LIVdnW09JdoTVU2dnq { color:#f3f3f3;display:block;width:42.8125rem;position:absolute;font-family:adelle;font-size:2.1875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:1.9375rem;left:16.09375rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TDWEhQxyB3wbfUhNErnDBp7DL3wp5OGB { background-color:#ffe76c;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:#071033;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:satoshi;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.4375rem;height:2.6875rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:5.34375rem;left:30.78125rem;display:block; }
#xqrdaJ1500GJveEzaPlByPXck662SmcT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QRpfONnpxzsvULJd6ADmen1tzoHI1blx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#071033;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; }#QRpfONnpxzsvULJd6ADmen1tzoHI1blx > .row .container { background-color: transparent; background-image: none; }#QRpfONnpxzsvULJd6ADmen1tzoHI1blx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QRpfONnpxzsvULJd6ADmen1tzoHI1blx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QRpfONnpxzsvULJd6ADmen1tzoHI1blx > .row .container > .video-iframe-container { display: none; }#QRpfONnpxzsvULJd6ADmen1tzoHI1blx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QRpfONnpxzsvULJd6ADmen1tzoHI1blx > .row > .video-iframe-container { display: none; }#QRpfONnpxzsvULJd6ADmen1tzoHI1blx > .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); }#QRpfONnpxzsvULJd6ADmen1tzoHI1blx > .row .container { border-width: 0; border-radius: 0; }#QRpfONnpxzsvULJd6ADmen1tzoHI1blx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QRpfONnpxzsvULJd6ADmen1tzoHI1blx > .row .container { font-size:0.875rem;font-family:arial;height:13.75rem;width:75rem;position:relative;display:block; }#EWTiVNToazeP8AsVzwfurXVzt4moJP50 { 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:2.5625rem;width:10.5625rem;top:5.5625rem;left:32.25rem;overflow:hidden;display:block; }
#KCghB4uJMOqqswg8FvDZgh5ObH46aTcV { 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:15002;line-height:1.3;letter-spacing:0;top:10.5rem;left:39.75rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#ZBdy9V7gB6R11UNNrhE8cuqavrTfKgIo { color:rgba(var(--color-tertiary-0),1);display:block;width:9.3125rem;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:10.5rem;left:29.3125rem;height:0.9746125rem;display:block; }
#k7iaIrvngktTK7itWXP3RSa7q49RorIF { color:#f3f3f3;display:block;width:23.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:8.8125rem;left:25.9375rem;height:1.05615rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #MBhLUDVwT0yiO7GIaTHk5IoEpoJ5KmwJ { display:block; }#MBhLUDVwT0yiO7GIaTHk5IoEpoJ5KmwJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lt0lqCc0fKdT4TmEhOO2kbT3fwbKR9S9 { top:2.3125rem;left:0rem;width:10rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xiz3EJHURTRO2XFK6VN5OQIn325lTz8W { top:14.875rem;left:0rem;width:32.6875rem;height:6.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z61Gqasix6gFRwP2SoyFC1T2ubM2sxGm { top:9.4375rem;left:0rem;width:12.6875rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0myTb0gkf23ttKuXne2S6n13at2s7JT { top:11.375rem;left:0rem;width:16.1875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #efeJPirITEzMWqketTzcc9fhmrgFs9w2 { top:10.25rem;left:16.0625rem;width:29.4375rem;height:63.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGkNCKPL3TF24sLCK0eueBw74KlW4wTZ { top:27.9375rem;left:0rem;width:4.75rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fclf6W2m2SxwHqk6AuTD3T38ob3DywTy { top:28.75rem;left:0rem;width:22.625rem;height:3.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5KQkUeS4yrf4pqTF76WWXhElbtmD2nH { top:22.25rem;left:0rem;width:30.625rem;height:2.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKfbNxDGqfKNgiVTpekXFreFLfivR7cl { top:11.3125rem;left:0rem;width:0.25rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0FtDrP3dGTykI47CQm9D5D1OJc5DNef { top:17.875rem;left:0rem;width:13.8125rem;height:2.875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #HeOrukrI8PBRaGoS6nPGWr3Jb3R3UI80 { display:none; }
 }@media only screen and (max-width: 763px) { #ftCVB2Bro9tM04UMuwZNLQsD1T5GdnKM { display:block; }#ftCVB2Bro9tM04UMuwZNLQsD1T5GdnKM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zv1zwue4FPfqEq4B96mF8ESZ5tT9N096 { top:3.0625rem;left:0rem;width:9.5625rem;height:3.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ft9iUNkAwAfSB3frIL26KhdNJZhQCHIS { top:1.25rem;left:0.6875rem;width:6.25rem;height:2.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtEbaeC7BEZdUaDnvawA8DSKRMZJXlO7 { top:3.1875rem;left:6.3125rem;width:9.5625rem;height:2.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #crXSdPMSdaKgMqNNDu8RWovH1eQ4Ow3k { top:1.25rem;left:9.625rem;width:6.25rem;height:2.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdxKVP4y2cfKzGQBrIEBMdk01cl6iOg2 { top:3rem;left:15.875rem;width:10.625rem;height:2.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZJksaezQWVyUJ06J2q2pZ29vIqZaPo6 { top:1.25rem;left:15.875rem;width:6.25rem;height:2.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OTDWqV7KNImZo5lMzMPKULGNXkBmK8yA { top:8.25rem;left:0rem;width:33.3125rem;height:9.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eH50dn55wlFUOkdTfi0o5I4CVqGbEPbF { top:5.125rem;left:0rem;width:31.5625rem;height:2.625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyvliMzdCHeGMoenRignzVNJTEn5aEar { top:19.875rem;left:0rem;width:29.875rem;height:3.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJ13avgAP3VPAUOq1H92idRxRXRHiST7 { top:24.5625rem;left:0rem;width:32.25rem;height:3.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOTSu2Cy7hOe5T5292fD5GBss5q5x4Bp { top:29.375rem;left:0rem;width:32.875rem;height:3.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4mENqwx2TGkqxUXTzU8L3Shdszb20cI { top:20.4375rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilzvD4Seg2d4fAuqLrHLi3RcgwQgutBc { top:20.4375rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6HNzDXoFdslVskLSRgRFJzaTf76pEqn { top:34.375rem;left:0rem;width:34.8125rem;height:3.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZBTRuO3623yK14DE71Ihdx0phFthwIW { top:40.5rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbpfD1gZi1sT3LPqQquTnJJtSKkU4zFn { top:42.1875rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNyPgsA6A6MBm0I05F9ym4etMvKapqvg { top:25.125rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1WPbMkVM9dzf1bgSuw3AZHRvAVFQg5J { top:25.125rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaSegrVc6IG5iCfZT0Tt86rTBZtvcRc4 { top:29.9375rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAPARg3XQtTU9eDu9UwTxXm34Q9t5hId { top:29.9375rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLA4VMUUOzVpu6pxRXzy3ExteQUfJNUz { top:34.9375rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyoHOeO3s7LKKSbINW6ciQ3O5fHno9bX { top:34.9375rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFMuJ9mwPWN6k0LO9GKJsFWPJ0DunXDC { display:block; }#zFMuJ9mwPWN6k0LO9GKJsFWPJ0DunXDC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ucy4XBMVWJAgsl2eJFQwRCNtfooMCENR { width:13.625rem;height:2.6875rem;top:5.25rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSIUCikf3ylh4aQrCDyISN6THBxTXv3E { display:block; }
 }@media only screen and (max-width: 763px) { #wPElqT6BpBMBqAASWf3lI0nLfFNHtkSr { top:2.1875rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmdt5AXJDLFeU6Tnt5mXm2GbFfeFL2DS { display:block; }#kmdt5AXJDLFeU6Tnt5mXm2GbFfeFL2DS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #baUE3hzrwr33a1Xc5TEP9z2tKJ3O8kry { width:38.1875rem;height:2.625rem;top:11.125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsglTCvbO8qh9FCZ12mtZhsXkkhT9KPP { width:17.0625rem;height:1.75rem;top:9.375rem;left:6.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT5TnN0TeBKx0MdWNZRmOszmiQJqKqWW { width:37.5rem;height:4.125rem;top:3.1875rem;left:0rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRC1Cdc7MV5GHqzVTQBScv1B8iRSm8xE { top:9.8125rem;left:5.603515625rem;width:10.5rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlP407gq1OEbXAVJk8ATeKg3NfCxKcbE { top:14.8125rem;left:0rem;width:41.3125rem;height:11rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SM16EgMAU5AWEPRgoefeFwTLKpTMG9F5 { width:11.8125rem;height:4.1875rem;top:7.25rem;left:0.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #durfTekdLdai8cd6eGJ9Efl05ihP6qsb { display:block; }#durfTekdLdai8cd6eGJ9Efl05ihP6qsb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy { display:flex;height:auto;width:27.8125rem;top:1.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #sqicfDloJQimZk08ufixkETFdEzbd310 {  }
 }@media only screen and (max-width: 763px) { #MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #TxLZy42S9sLnDfQEQAiic0sVD2Ha8vKT {  }
 }@media only screen and (max-width: 763px) { #MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #RkRmVKa5FyCIFxnUvrrydtaHVm2GwXq1 {  }
 }@media only screen and (max-width: 763px) { #MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #lptGzpCxCcE4MzbZCC64usD8E0wyOTU2 {  }
 }@media only screen and (max-width: 763px) { #MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #VRIkp9P0TdCtIDhJ97cR7J0SEXnR6fNp {  }
 }@media only screen and (max-width: 763px) { #MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #KVRFRHKZIp9Wzbs0fXaL2vBu0HawW4tA {  }
 }@media only screen and (max-width: 763px) { #MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #umlB3pEAVL99stRVd7BSnVCwwEoNznSL {  }
 }@media only screen and (max-width: 763px) { #MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #eyinruz8ysrtRpRTQWwQZTTAwp4FMylE {  }
 }@media only screen and (max-width: 763px) { #MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #O4CxeXQp2bfQp0JHqvFgvvsuKBTLWw31 {  }
 }@media only screen and (max-width: 763px) { #MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #wWCZo8yep2T8X7aOtBVsXS14QsHzPwgx {  }
 }@media only screen and (max-width: 763px) { #MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #K4xW43sTx4JpUKldALllobeha8y2LM6D {  }
 }@media only screen and (max-width: 763px) { #MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #zk0c4SfZiiANOXiqOf1lbS1zTmR67h5p {  }
 }@media only screen and (max-width: 763px) { #MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #qZyFgMFeDyaeoUq2dOrPgbICkDE5liWH {  }
 }@media only screen and (max-width: 763px) { #MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #FnTdkoVooKzmFFs3GQegBFSCIlv7Tgg2 {  }
 }@media only screen and (max-width: 763px) { #MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #ll6c0EQTOtrZ6U8U1GThAmiplxMMJndi {  }
 }@media only screen and (max-width: 763px) { #MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #yoohJQf6po0Mae7pD3MOwqdSiAaHkTm9 {  }
 }@media only screen and (max-width: 763px) { #MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #AyFGwKJJH6ARbaanLs3wMuSFE7cLerbq {  }
 }@media only screen and (max-width: 763px) { #MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #iA0hCLS5yVt5d3vqbRlhXEG4LAn7LcxZ {  }
 }@media only screen and (max-width: 763px) { #MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #mwdVhonTTlQSQpxGIslBcDnn3ZyDcXAV {  }
 }@media only screen and (max-width: 763px) { #MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #iZqHULO8tlBl0ekQPoHhsgL3RIbXhoJg {  }
 }@media only screen and (max-width: 763px) { #MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #yFfy0GQbG6mXaFGCpWP6RqyTgalAJT1G {  }
 }@media only screen and (max-width: 763px) { #MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #Hqmdw1A05MSzXJRXlTrRRFymzUFov4y9 {  }
 }@media only screen and (max-width: 763px) { #MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #qce2r8k232caZTGNoQ3xglZ4vdo46NoV {  }
 }@media only screen and (max-width: 763px) { #MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #TCT8wOHqlsa8y4EZC5PtLMyFBD4UDcqD {  }
 }@media only screen and (max-width: 763px) { #MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #CEq4Gi53HnASSpJT5LTRcg1OhnXipdb7 {  }
 }@media only screen and (max-width: 763px) { #cgCbUmPM2mpA18SFOd1XlkWIBKDeET1P { top:2.9375rem;left:0rem;width:20rem;height:3.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlBpfWc6GT1u2CMXmLnxUg1OksIrT78v { display:block; }#RlBpfWc6GT1u2CMXmLnxUg1OksIrT78v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RFyFqkkQceI2L3LIVdnW09JdoTVU2dnq { top:1.9375rem;left:2.46875rem;width:42.8125rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDWEhQxyB3wbfUhNErnDBp7DL3wp5OGB { width:13.4375rem;height:2.6875rem;top:5.3125rem;left:17.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqrdaJ1500GJveEzaPlByPXck662SmcT { display:block; }
 }@media only screen and (max-width: 763px) { #QRpfONnpxzsvULJd6ADmen1tzoHI1blx { display:block; }#QRpfONnpxzsvULJd6ADmen1tzoHI1blx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EWTiVNToazeP8AsVzwfurXVzt4moJP50 { top:5.5625rem;left:18.625rem;width:10.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCghB4uJMOqqswg8FvDZgh5ObH46aTcV { top:10.5rem;left:26.125rem;width:6.625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBdy9V7gB6R11UNNrhE8cuqavrTfKgIo { top:10.5rem;left:15.6875rem;width:9.3125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7iaIrvngktTK7itWXP3RSa7q49RorIF { top:8.8125rem;left:12.3125rem;width:23.125rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #MBhLUDVwT0yiO7GIaTHk5IoEpoJ5KmwJ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b91e5551-3b91-4718-8438-c5ada8fc32cb/photo171883767954301bbc6fc13f6.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#MBhLUDVwT0yiO7GIaTHk5IoEpoJ5KmwJ.adaptive-delivery-prevent-bg, #MBhLUDVwT0yiO7GIaTHk5IoEpoJ5KmwJ.lazyload, #MBhLUDVwT0yiO7GIaTHk5IoEpoJ5KmwJ.lazyloading { background-image: none; }#MBhLUDVwT0yiO7GIaTHk5IoEpoJ5KmwJ > .row .container { background-color: transparent; background-image: none; }#MBhLUDVwT0yiO7GIaTHk5IoEpoJ5KmwJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,16,51,0.7); }#MBhLUDVwT0yiO7GIaTHk5IoEpoJ5KmwJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MBhLUDVwT0yiO7GIaTHk5IoEpoJ5KmwJ > .row .container > .video-iframe-container { display: none; }#MBhLUDVwT0yiO7GIaTHk5IoEpoJ5KmwJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,16,51,0.7); }#MBhLUDVwT0yiO7GIaTHk5IoEpoJ5KmwJ > .row > .video-iframe-container { display: none; }#MBhLUDVwT0yiO7GIaTHk5IoEpoJ5KmwJ > .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); }#MBhLUDVwT0yiO7GIaTHk5IoEpoJ5KmwJ > .row .container { width:20rem;height:105.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lt0lqCc0fKdT4TmEhOO2kbT3fwbKR9S9 { width:7.5rem;height:1.8125rem;top:0.875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xiz3EJHURTRO2XFK6VN5OQIn325lTz8W { width:20rem;height:4.125rem;top:6.79296875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z61Gqasix6gFRwP2SoyFC1T2ubM2sxGm { width:12.5rem;height:1.29980625rem;top:4.7431640625rem;left:3.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0myTb0gkf23ttKuXne2S6n13at2s7JT { width:20rem;height:1.29980625rem;top:15.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#071033;display:block; }
 }@media only screen and (max-width: 763px) { #efeJPirITEzMWqketTzcc9fhmrgFs9w2 { width:18.3125rem;height:32.6875rem;top:23.224609375rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGkNCKPL3TF24sLCK0eueBw74KlW4wTZ { width:3rem;height:2.9375rem;top:18.125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fclf6W2m2SxwHqk6AuTD3T38ob3DywTy { width:11.5rem;height:0;top:16.064453125rem;left:7.15625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #z5KQkUeS4yrf4pqTF76WWXhElbtmD2nH { width:19.1875rem;height:2.69970625rem;top:11.54736328125rem;left:0.40625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WKfbNxDGqfKNgiVTpekXFreFLfivR7cl { width:0.25rem;height:1.5rem;top:54.662109375rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #y0FtDrP3dGTykI47CQm9D5D1OJc5DNef { width:13.8125rem;height:2.9238375rem;top:18.41259765625rem;left:5.40625rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #HeOrukrI8PBRaGoS6nPGWr3Jb3R3UI80 { top:15.27490234375rem;left:3.0625rem;width:13.875rem;height:1.625rem;z-index:15028;background-color:#ffe76c;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ftCVB2Bro9tM04UMuwZNLQsD1T5GdnKM { display:block; }#ftCVB2Bro9tM04UMuwZNLQsD1T5GdnKM > .row .container { width:20rem;height:7.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zv1zwue4FPfqEq4B96mF8ESZ5tT9N096 { width:4.875rem;height:3.75rem;top:2.59375rem;left:0.4375rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ft9iUNkAwAfSB3frIL26KhdNJZhQCHIS { width:6.25rem;height:2.35595625rem;top:0.6875rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtEbaeC7BEZdUaDnvawA8DSKRMZJXlO7 { width:4.9375rem;height:3.75rem;top:2.65625rem;left:7.96875rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #crXSdPMSdaKgMqNNDu8RWovH1eQ4Ow3k { width:6.25rem;height:2.35595625rem;top:0.5rem;left:7.125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdxKVP4y2cfKzGQBrIEBMdk01cl6iOg2 { width:5.3125rem;height:3.75rem;top:2.65625rem;left:14.6875rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LZJksaezQWVyUJ06J2q2pZ29vIqZaPo6 { width:4.75rem;height:2.35595625rem;top:0.6875rem;left:15.25rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:46.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OTDWqV7KNImZo5lMzMPKULGNXkBmK8yA { width:18.8125rem;height:9.7461rem;top:5.0869140625rem;left:0.125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eH50dn55wlFUOkdTfi0o5I4CVqGbEPbF { width:20rem;height:1.6875rem;top:2.6435546875rem;left:0rem;font-size:1.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hyvliMzdCHeGMoenRignzVNJTEn5aEar { width:16.1875rem;height:3.8984375rem;top:16.5rem;left:2.3125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sJ13avgAP3VPAUOq1H92idRxRXRHiST7 { width:15.9375rem;height:3.8984375rem;top:21.6875rem;left:2.3125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JOTSu2Cy7hOe5T5292fD5GBss5q5x4Bp { width:16.125rem;height:3.8984375rem;top:26.9375rem;left:2.3125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #E4mENqwx2TGkqxUXTzU8L3Shdszb20cI { width:2.625rem;height:2.625rem;top:53.4746109375rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ilzvD4Seg2d4fAuqLrHLi3RcgwQgutBc { display:flex;width:1.375rem;height:1.375rem;top:17.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #U6HNzDXoFdslVskLSRgRFJzaTf76pEqn { width:16.75rem;height:3.8984375rem;top:32.5rem;left:2.3125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MZBTRuO3623yK14DE71Ihdx0phFthwIW { width:20rem;height:0.1875rem;top:39.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbpfD1gZi1sT3LPqQquTnJJtSKkU4zFn { width:20rem;height:2.4375rem;top:40.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNyPgsA6A6MBm0I05F9ym4etMvKapqvg { width:1.3125rem;height:1.3125rem;top:25.125rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #P1WPbMkVM9dzf1bgSuw3AZHRvAVFQg5J { display:flex;width:1.375rem;height:1.375rem;top:22.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EaSegrVc6IG5iCfZT0Tt86rTBZtvcRc4 { width:1.3125rem;height:1.3125rem;top:29.9375rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MAPARg3XQtTU9eDu9UwTxXm34Q9t5hId { display:flex;width:1.375rem;height:1.375rem;top:28.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qLA4VMUUOzVpu6pxRXzy3ExteQUfJNUz { width:1.3125rem;height:1.3125rem;top:34.9375rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NyoHOeO3s7LKKSbINW6ciQ3O5fHno9bX { display:flex;width:1.375rem;height:1.375rem;top:33.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zFMuJ9mwPWN6k0LO9GKJsFWPJ0DunXDC { display:block; }#zFMuJ9mwPWN6k0LO9GKJsFWPJ0DunXDC > .row .container { width:20rem;height:10.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ucy4XBMVWJAgsl2eJFQwRCNtfooMCENR { width:11.125rem;height:2.6875rem;top:6rem;left:4.4375rem;font-size:0.75rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #qSIUCikf3ylh4aQrCDyISN6THBxTXv3E { display:block; }
 }@media only screen and (max-width: 763px) { #wPElqT6BpBMBqAASWf3lI0nLfFNHtkSr { width:20rem;height:3.125rem;top:2.125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kmdt5AXJDLFeU6Tnt5mXm2GbFfeFL2DS { background-color:#f3f3f3;background-image:none;display:block; }#kmdt5AXJDLFeU6Tnt5mXm2GbFfeFL2DS > .row .container { background-color: transparent; background-image: none; }#kmdt5AXJDLFeU6Tnt5mXm2GbFfeFL2DS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kmdt5AXJDLFeU6Tnt5mXm2GbFfeFL2DS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kmdt5AXJDLFeU6Tnt5mXm2GbFfeFL2DS > .row .container > .video-iframe-container { display: none; }#kmdt5AXJDLFeU6Tnt5mXm2GbFfeFL2DS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kmdt5AXJDLFeU6Tnt5mXm2GbFfeFL2DS > .row > .video-iframe-container { display: none; }#kmdt5AXJDLFeU6Tnt5mXm2GbFfeFL2DS > .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); }#kmdt5AXJDLFeU6Tnt5mXm2GbFfeFL2DS > .row .container { width:20rem;height:31.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #baUE3hzrwr33a1Xc5TEP9z2tKJ3O8kry { width:11.375rem;height:0;top:7.28564453125rem;left:7.1875rem;font-size:0.75rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #RsglTCvbO8qh9FCZ12mtZhsXkkhT9KPP { width:8.1875rem;height:1.48730625rem;top:6.42333984375rem;left:6.5rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TT5TnN0TeBKx0MdWNZRmOszmiQJqKqWW { width:20rem;height:2.69970625rem;top:2.4677734375rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #cRC1Cdc7MV5GHqzVTQBScv1B8iRSm8xE { width:5.3125rem;height:5.25rem;top:5.92333984375rem;left:0.37353515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlP407gq1OEbXAVJk8ATeKg3NfCxKcbE { width:17.6875rem;height:14.6191125rem;top:13.42333984375rem;left:1.15625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SM16EgMAU5AWEPRgoefeFwTLKpTMG9F5 { width:13.375rem;height:3.14941875rem;top:7.91064453125rem;left:6.5rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #durfTekdLdai8cd6eGJ9Efl05ihP6qsb { display:block; }#durfTekdLdai8cd6eGJ9Efl05ihP6qsb > .row .container { width:20rem;height:30.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy { display:flex;height:auto;width:19.25rem;top:4.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #sqicfDloJQimZk08ufixkETFdEzbd310 {  }
 }@media only screen and (max-width: 763px) { #MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #TxLZy42S9sLnDfQEQAiic0sVD2Ha8vKT {  }
 }@media only screen and (max-width: 763px) { #MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #RkRmVKa5FyCIFxnUvrrydtaHVm2GwXq1 {  }
 }@media only screen and (max-width: 763px) { #MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #lptGzpCxCcE4MzbZCC64usD8E0wyOTU2 {  }
 }@media only screen and (max-width: 763px) { #MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #VRIkp9P0TdCtIDhJ97cR7J0SEXnR6fNp {  }
 }@media only screen and (max-width: 763px) { #MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #KVRFRHKZIp9Wzbs0fXaL2vBu0HawW4tA {  }
 }@media only screen and (max-width: 763px) { #MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #umlB3pEAVL99stRVd7BSnVCwwEoNznSL {  }
 }@media only screen and (max-width: 763px) { #MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #eyinruz8ysrtRpRTQWwQZTTAwp4FMylE {  }
 }@media only screen and (max-width: 763px) { #MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #O4CxeXQp2bfQp0JHqvFgvvsuKBTLWw31 {  }
 }@media only screen and (max-width: 763px) { #MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #wWCZo8yep2T8X7aOtBVsXS14QsHzPwgx {  }
 }@media only screen and (max-width: 763px) { #MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #K4xW43sTx4JpUKldALllobeha8y2LM6D {  }
 }@media only screen and (max-width: 763px) { #MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #zk0c4SfZiiANOXiqOf1lbS1zTmR67h5p {  }
 }@media only screen and (max-width: 763px) { #MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #qZyFgMFeDyaeoUq2dOrPgbICkDE5liWH {  }
 }@media only screen and (max-width: 763px) { #MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #FnTdkoVooKzmFFs3GQegBFSCIlv7Tgg2 {  }
 }@media only screen and (max-width: 763px) { #MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #ll6c0EQTOtrZ6U8U1GThAmiplxMMJndi {  }
 }@media only screen and (max-width: 763px) { #MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #yoohJQf6po0Mae7pD3MOwqdSiAaHkTm9 {  }
 }@media only screen and (max-width: 763px) { #MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #AyFGwKJJH6ARbaanLs3wMuSFE7cLerbq {  }
 }@media only screen and (max-width: 763px) { #MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #iA0hCLS5yVt5d3vqbRlhXEG4LAn7LcxZ {  }
 }@media only screen and (max-width: 763px) { #MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #mwdVhonTTlQSQpxGIslBcDnn3ZyDcXAV {  }
 }@media only screen and (max-width: 763px) { #MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #iZqHULO8tlBl0ekQPoHhsgL3RIbXhoJg {  }
 }@media only screen and (max-width: 763px) { #MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #yFfy0GQbG6mXaFGCpWP6RqyTgalAJT1G {  }
 }@media only screen and (max-width: 763px) { #MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #Hqmdw1A05MSzXJRXlTrRRFymzUFov4y9 {  }
 }@media only screen and (max-width: 763px) { #MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #qce2r8k232caZTGNoQ3xglZ4vdo46NoV {  }
 }@media only screen and (max-width: 763px) { #MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #TCT8wOHqlsa8y4EZC5PtLMyFBD4UDcqD {  }
 }@media only screen and (max-width: 763px) { #MWulyIQAC12MoLeWm02ATxIVqgQP5Ihy #CEq4Gi53HnASSpJT5LTRcg1OhnXipdb7 {  }
 }@media only screen and (max-width: 763px) { #cgCbUmPM2mpA18SFOd1XlkWIBKDeET1P { width:20rem;height:2.1933625rem;top:1.94970703125rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlBpfWc6GT1u2CMXmLnxUg1OksIrT78v { display:block; }#RlBpfWc6GT1u2CMXmLnxUg1OksIrT78v > .row .container { width:20rem;height:11.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RFyFqkkQceI2L3LIVdnW09JdoTVU2dnq { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDWEhQxyB3wbfUhNErnDBp7DL3wp5OGB { width:11rem;height:2.6875rem;top:7.51171875rem;left:4.5rem;font-size:0.75rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #xqrdaJ1500GJveEzaPlByPXck662SmcT { display:block; }
 }@media only screen and (max-width: 763px) { #QRpfONnpxzsvULJd6ADmen1tzoHI1blx { display:block; }#QRpfONnpxzsvULJd6ADmen1tzoHI1blx > .row .container { width:20rem;height:14.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EWTiVNToazeP8AsVzwfurXVzt4moJP50 { width:9.5625rem;height:2.25rem;top:5.625rem;left:5.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCghB4uJMOqqswg8FvDZgh5ObH46aTcV { width:6.625rem;height:0.9746125rem;top:9.5625rem;left:12.5rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZBdy9V7gB6R11UNNrhE8cuqavrTfKgIo { width:9.3125rem;height:0.9746125rem;top:9.5625rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k7iaIrvngktTK7itWXP3RSa7q49RorIF { width:20rem;height:1.05615rem;top:11.625rem;left:0rem;font-size:0.8125rem;display:block; }
 }