.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:228,228,233;--color-primary-1:175,175,188;--color-primary-2:121,122,143;--color-primary-3:73,73,86;--color-primary-4:32,34,69;--color-secondary-0:255,240,217;--color-secondary-1:255,204,129;--color-secondary-2:255,153,3;--color-secondary-3:128,77,2;--color-secondary-4:38,23,0;--color-tertiary-0:255,255,255;--color-tertiary-1:193,202,216;--color-tertiary-2:151,167,190;--color-tertiary-3:91,100,114;--color-tertiary-4:32,34,69;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }@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:#f1f1f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#WXqd7zeqSbtASAtkphoORQlHBMdcRGgn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),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; }#WXqd7zeqSbtASAtkphoORQlHBMdcRGgn > .row .container { background-color: transparent; background-image: none; }#WXqd7zeqSbtASAtkphoORQlHBMdcRGgn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXqd7zeqSbtASAtkphoORQlHBMdcRGgn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXqd7zeqSbtASAtkphoORQlHBMdcRGgn > .row .container > .video-iframe-container { display: none; }#WXqd7zeqSbtASAtkphoORQlHBMdcRGgn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXqd7zeqSbtASAtkphoORQlHBMdcRGgn > .row > .video-iframe-container { display: none; }#WXqd7zeqSbtASAtkphoORQlHBMdcRGgn > .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); }#WXqd7zeqSbtASAtkphoORQlHBMdcRGgn > .row .container { border-width: 0; border-radius: 0; }#WXqd7zeqSbtASAtkphoORQlHBMdcRGgn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WXqd7zeqSbtASAtkphoORQlHBMdcRGgn > .row .container { font-size:0.875rem;font-family:arial;height:4rem;width:60rem;position:relative;display:block; }#FK963U8QgDPMK81duWqAqoZU6gNZE9aH { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.99913125rem;width:7.999125rem;top:1.125rem;left:0.0625rem;overflow:hidden;display:block; }
#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f5b2e1cd-5f07-4871-aac7-87d5a9972253/Maskgroup.png");background-position:center left !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; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:40.5rem;width:60rem;position:relative;display:block; }#BZD1puSGkPyGBwwKpaTAAolyzNLlzx1O { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:5.25rem;left:0rem;height:10.3994375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#s2sckiemhupCGTmEmMI46uJZLqdsW36N { color:rgba(var(--color-primary-0),1);display:block;width:50.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:17.9375rem;left:0rem;height:4rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#TpLNrk35Tmc0zyAdp7hMZX1HAHx7kIAl { z-index:15004;top:27.875rem;left:0rem;background-color:#ff9903;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#fdfeff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.25rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#RX6274TUaETCh7xnO46l5cHAlnvqQRRN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Qe1ITGgfrXug3l9LaLWyNqNDoGTwc9cO { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top: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:22.6875rem;top:34.8125rem;left:0rem;overflow:hidden;display:block; }
#iIhyso6MIq2fUmxsbeeJWPFdN6TauiLB { color:rgba(var(--color-primary-0),1);display:block;width:43.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:35.84912109375rem;left:0rem;height:1.5996125rem;font-style:italic;text-align:left;text-align-last:left;display:none; }
#t9oWDHXQnzkWyrV24fQSZthU4DhZNx0H { color:rgba(var(--color-primary-0),1);display:block;width:36.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:23.6875rem;left:0rem;height:2rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#dQrQW4lmckri2dzFcBMJ2yr4niOeTA96 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f0eb;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; }#dQrQW4lmckri2dzFcBMJ2yr4niOeTA96 > .row .container { background-color: transparent; background-image: none; }#dQrQW4lmckri2dzFcBMJ2yr4niOeTA96::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dQrQW4lmckri2dzFcBMJ2yr4niOeTA96 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dQrQW4lmckri2dzFcBMJ2yr4niOeTA96 > .row .container > .video-iframe-container { display: none; }#dQrQW4lmckri2dzFcBMJ2yr4niOeTA96 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dQrQW4lmckri2dzFcBMJ2yr4niOeTA96 > .row > .video-iframe-container { display: none; }#dQrQW4lmckri2dzFcBMJ2yr4niOeTA96 > .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); }#dQrQW4lmckri2dzFcBMJ2yr4niOeTA96 > .row .container { border-width: 0; border-radius: 0; }#dQrQW4lmckri2dzFcBMJ2yr4niOeTA96 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dQrQW4lmckri2dzFcBMJ2yr4niOeTA96 > .row .container { font-size:0.875rem;font-family:arial;height:99.1875rem;width:60rem;position:relative;display:block; }#zOLT4p8fAa1oJ1rXGyztRv2nMH9xpSZu { color:rgba(var(--color-primary-4),1);display:block;width:23.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:52.6875rem;left:0rem;height:2.01855625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OSlETeF0PzAgkqBwTOSdSM2sv71XmQTb { color:rgba(var(--color-primary-4),1);display:block;width:30.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.75rem;left:0rem;height:7.9619375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fvwXnU4sAqpymOacix61VhTTiSH9qTwC { color:rgba(var(--color-primary-4),1);display:block;width:30.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15004;line-height:1.7;letter-spacing:0;top:14.2568359375rem;left:0rem;height:8.0729375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XRlPGrDrlDL9KXKgiTrxedEfT4URRaUB { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top: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:20.4375rem;width:24.375rem;top:4.75rem;left:35.625rem;overflow:hidden;display:block; }
#ZW2gAGRUBXqst9qvhi7T885stPfIE6mk { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top: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:38.8125rem;width:60rem;top:27.875rem;left:0rem;overflow:hidden;display:block; }
#E2fybLCeUDI4612N9iDInwKwMP6LmF2S { color:rgba(var(--color-primary-4),1);display:block;width:30.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:85.5625rem;left:0rem;height:6.05566875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oOV2Q1vKCRfoEbVGytVssP4HtbbaDLFh { color:rgba(var(--color-primary-4),1);display:block;width:23.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:85.625rem;left:33.3125rem;height:6.0556625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MbTe4CI8JaulMQF6axntQ5g1QEnTHfa2 { color:rgba(var(--color-primary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:71.9814453125rem;left:0rem;height:4.2246125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LWH67xU3rXvhUc8S2dTzOQfMiKPeXgeR { color:rgba(var(--color-primary-4),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:50rem;left:0rem;height:6.0556625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wwwpzwvHpvc2s2kaLVRTr2rPkWroSGCK { color:rgba(var(--color-primary-4),1);display:block;width:17.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:79.3125rem;left:0.125rem;height:5.19791875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yg1h4gQZGBQ0WcCL7xzCUnNGH4zpCJ9t { color:rgba(var(--color-primary-4),1);display:block;width:17.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:79.375rem;left:33.3125rem;height:5.19791875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gzI5OzGdVpIyp46qggHXFTcf6KoJAz30 { color:rgba(var(--color-primary-4),1);display:block;width:30rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:57.0625rem;left:0rem;height:7.066375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VvhvKMfU7adE0BOtfpbxkhEX5bLPK6oz { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:21.5625rem;width:27.625rem;display:none; }
#zHyS79T3JwTH8nvfrKuSg0fmrLEPqO4f { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:21.5625rem;width:13.75rem;display:none; }
#HUGcmNvunyq12nJueAUzi9iu2lVLJwH2 { position:relative;display:block; }#HUGcmNvunyq12nJueAUzi9iu2lVLJwH2 { background-color: transparent; background-image: none; }#HUGcmNvunyq12nJueAUzi9iu2lVLJwH2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HUGcmNvunyq12nJueAUzi9iu2lVLJwH2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HUGcmNvunyq12nJueAUzi9iu2lVLJwH2 > .row .container > .video-iframe-container { display: none; }#HUGcmNvunyq12nJueAUzi9iu2lVLJwH2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HUGcmNvunyq12nJueAUzi9iu2lVLJwH2 > .row > .video-iframe-container { display: none; }#HUGcmNvunyq12nJueAUzi9iu2lVLJwH2 > .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); }#HUGcmNvunyq12nJueAUzi9iu2lVLJwH2 { border-width: 0; border-radius: 0; }#HUGcmNvunyq12nJueAUzi9iu2lVLJwH2 > .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; }#HUGcmNvunyq12nJueAUzi9iu2lVLJwH2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1f1f5;background-image:none;font-size:0.875rem;font-family:arial;height:66.3125rem;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; }#i5VSBo7XV2KaWmA4BCVDu0unD9s0P8Cy { color:rgba(var(--color-primary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:9.568359375rem;left:0rem;height:7.9619375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AS1U4ySnz2kgmyN1pt3bf9hmSmhdz9gv { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:5.8125rem;top:2.84375rem;left:27.09375rem;overflow:hidden;display:block; }
#LlDKhq4kgWuSN358tTS7t6eNK2EKGhrG { color:rgba(var(--color-primary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:18.82177734375rem;left:0rem;height:1.59375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TPhAugaECHcZ7ufgblOoxE3wNTJLN7w7 { box-sizing:content-box;height:9.375rem;width:30rem;position:absolute;display:block;z-index:15032;background-color:transparent;background-image:none;top:23.25rem;left:0rem;border-top:0.0625rem solid #ff9903;border-left:0.0625rem solid #ff9903;border-right:0.0625rem solid #ff9903;border-bottom:0.0625rem solid #ff9903;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
#CuWRs0A24mxac5X4GZm5pHVwA0dEPyTz { color:rgba(var(--color-primary-4),1);display:block;width:20.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:25.125rem;left:5.75rem;height:2.5996125rem;display:block; }
#oSawq6bovBVIqxqT84DvZp5sK5vNVhIa { position:absolute;display:block;z-index:15045;border-bottom:0;border-left:0;border-right:0;border-top: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:32rem;width:19.1875rem;top:23.25rem;left:34.875rem;overflow:hidden;display:block; }
#OcPQHRhzVoXn61TiM3G7AQkmcL1cMQ3K { box-sizing:content-box;height:5.5rem;width:30rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:34.4375rem;left:0.0625rem;border-top:0.0625rem solid #ff9903;border-left:0.0625rem solid #ff9903;border-right:0.0625rem solid #ff9903;border-bottom:0.0625rem solid #ff9903;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
#xQelos59cdI856y6Ws0lSvlQl4fXzuaZ { color:rgba(var(--color-primary-4),1);display:block;width:20.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:35.9375rem;left:5.8125rem;height:2.5996125rem;display:block; }
#WcqVuTOnycXR7bh6hr0RnmPBiBpEumKL { box-sizing:content-box;height:6.125rem;width:30rem;position:absolute;display:block;z-index:15034;background-color:transparent;background-image:none;top:41.3125rem;left:0.0625rem;border-top:0.0625rem solid #ff9903;border-left:0.0625rem solid #ff9903;border-right:0.0625rem solid #ff9903;border-bottom:0.0625rem solid #ff9903;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
#u5ZbQrPvDyhaLddayTbsCF5kUUJ564qv { color:rgba(var(--color-primary-4),1);display:block;width:20.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:42.5rem;left:5.8125rem;height:3.8994125rem;display:block; }
#wMp1J4fU3TTL9uKiS5wX6Tu6FuMTn1HE { box-sizing:content-box;height:6.125rem;width:30rem;position:absolute;display:block;z-index:15035;background-color:transparent;background-image:none;top:48.8125rem;left:0.0625rem;border-top:0.0625rem solid #ff9903;border-left:0.0625rem solid #ff9903;border-right:0.0625rem solid #ff9903;border-bottom:0.0625rem solid #ff9903;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
#sd1pb9hVJ5XX0R9bXynFlUlSJw7auf25 { color:rgba(var(--color-primary-4),1);display:block;width:20.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:50rem;left:5.8125rem;height:3.8994125rem;display:block; }
#l3x2SvLqDX05XRkp6r67ABKsrOgNcd71 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2.75rem;top:50.9375rem;left:1.625rem;overflow:hidden;display:block; }
#CUVbUZxdCMCod3aNgZB7hmsHWTn66DSC { position:absolute;display:block;z-index:15016;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:3.25rem;top:36.25rem;left:1.375rem;overflow:hidden;display:block; }
#wIzRDeqaIN9Ve6gBhhWThnJIWJDQM8Kw { position:absolute;display:block;z-index:15016;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.125rem;width:2.875rem;top:43.375rem;left:1.5625rem;overflow:hidden;display:block; }
#mlUhSgUeVwCuX8a85hpoHGV1mO81wdwR { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:2.6875rem;top:24.875rem;left:1.5625rem;overflow:hidden;display:block; }
#rGuNHSewfEJDkzTAuclJkAs3TdT2Vb3c { z-index:15005;top:59rem;left:19.125rem;background-color:#ff9903;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#fdfeff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.5625rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#sh8dl7AgWkKvzyPNDIN4pStBgqlsy4TC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n3kdd7sPe0EBmldy4T6OopUliNmzCzRT { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:9.375rem;top:29.125rem;left:5.75rem;overflow:hidden;display:block; }
#GDfGzF1OZ3E6rsPOqvxhmqcVPGPWsnQu { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:9.375rem;top:29.125rem;left:16.1875rem;overflow:hidden;display:block; }
#m8KO1EKoyTb7vl2lsCnnDxpu2zUKUVVu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efe5e1;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; }#m8KO1EKoyTb7vl2lsCnnDxpu2zUKUVVu > .row .container { background-color: transparent; background-image: none; }#m8KO1EKoyTb7vl2lsCnnDxpu2zUKUVVu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m8KO1EKoyTb7vl2lsCnnDxpu2zUKUVVu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m8KO1EKoyTb7vl2lsCnnDxpu2zUKUVVu > .row .container > .video-iframe-container { display: none; }#m8KO1EKoyTb7vl2lsCnnDxpu2zUKUVVu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m8KO1EKoyTb7vl2lsCnnDxpu2zUKUVVu > .row > .video-iframe-container { display: none; }#m8KO1EKoyTb7vl2lsCnnDxpu2zUKUVVu > .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); }#m8KO1EKoyTb7vl2lsCnnDxpu2zUKUVVu > .row .container { border-width: 0; border-radius: 0; }#m8KO1EKoyTb7vl2lsCnnDxpu2zUKUVVu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m8KO1EKoyTb7vl2lsCnnDxpu2zUKUVVu > .row .container { font-size:0.875rem;font-family:arial;height:66.8125rem;width:60rem;position:relative;display:block; }#LKLAamuBUyiuOWZ696QiO31R8TJlFeN3 { color:rgba(var(--color-primary-4),1);display:block;width:48.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.65625rem;left:7.0625rem;height:3.98095625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zfgqwe2hh8Z2PkW7S7RU2QFH8eR1mZ5r { color:rgba(var(--color-primary-4),1);display:block;width:37.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:21.5rem;left:11.1875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#BDBI06BMTTVEqXSBAgaEHnX0HwaTxAMo { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-ottom: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:21.625rem;width:10.6875rem;top:16.0625rem;left:43.75rem;overflow:hidden;display:block; }
#bNbUKgxJZWT5zTnR53T2QLZBi7NTiGwT { position:absolute;display:block;z-index:15011;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:21.4375rem;width:10.5625rem;top:16.125rem;left:24.4375rem;overflow:hidden;display:block; }
#Xs9R0ANRbFi2u7urcQARNXz9iXtTb6cy { color:rgba(var(--color-primary-3),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15029;line-height:1.4;letter-spacing:0;top:39.4375rem;left:20.4375rem;height:5.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EcxRmbSWlzJD1wMSaA0BmVwrM6Wd6di1 { color:rgba(var(--color-primary-3),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15030;line-height:1.4;letter-spacing:0;top:39.5rem;left:39.75rem;height:5.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#btgnXI5myz3KRN4QKIz3rGsWEu7Gd4vF { color:rgba(var(--color-primary-3),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.1;letter-spacing:0;top:39.4375rem;left:4.0625rem;height:3.296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GUEFmZmnuDFTNwoZBEpm1n2SUiIERskt { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;border-ienabled-radius:0rem;box-shadow: none;height:21.4375rem;width:10.5625rem;top:16.0625rem;left:5.6875rem;overflow:hidden;display:block; }
#uUhLTnxTxQI4NAvi38WT5d96fIvwhmhv { z-index:15004;top:52.687486648559rem;left:18.500001907349rem;background-color:#ff9903;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#fdfeff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.5625rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#cqbWo8sfMMT16znHSnSpwTsTU0rprDXu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xL3V1HV2R0qTRVCIlaS1GJ2DpgdU8IZn { position:absolute;display:block;z-index:15031;border-bottom:0;border-left:0;border-right:0;border-top: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.5rem;width:22.6875rem;top:61.250001907349rem;left:18.656251907349rem;overflow:hidden;display:block; }
#ZlTLzG7uCELExdKRJKz17EtVXJECByTM { color:rgba(var(--color-primary-4),1);display:block;width:57.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:7.8749985694888rem;left:2.5616321563721rem;height:6.05566875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wmssOOBe0UZipVlk9iJfUBf2fNE72VJ0 { 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:34.625rem;width:17.125rem;display:none; }
#TANmtJyTOvkCZ1Bl3nVbLsqUuAf6c4rQ { 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:34.625rem;width:17.125rem;display:none; }
#Myk0p8W8bzGt3GOUNxGbmLTRWCIJXa75 { 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:34.625rem;width:17.125rem;display:none; }
#NBE3Q1QnaWa6VHy4cWNXT84ChBWrtKcE { color:rgba(var(--color-primary-3),1);display:block;width:35.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:47.707458972931rem;left:13.406251907349rem;height:1.3999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gIRgbheaDligo4ty2gPmacTRTu2d19PF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#gIRgbheaDligo4ty2gPmacTRTu2d19PF > .row .container { background-color: transparent; background-image: none; }#gIRgbheaDligo4ty2gPmacTRTu2d19PF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gIRgbheaDligo4ty2gPmacTRTu2d19PF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gIRgbheaDligo4ty2gPmacTRTu2d19PF > .row .container > .video-iframe-container { display: none; }#gIRgbheaDligo4ty2gPmacTRTu2d19PF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gIRgbheaDligo4ty2gPmacTRTu2d19PF > .row > .video-iframe-container { display: none; }#gIRgbheaDligo4ty2gPmacTRTu2d19PF > .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); }#gIRgbheaDligo4ty2gPmacTRTu2d19PF > .row .container { border-width: 0; border-radius: 0; }#gIRgbheaDligo4ty2gPmacTRTu2d19PF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gIRgbheaDligo4ty2gPmacTRTu2d19PF > .row .container { font-size:0.875rem;font-family:arial;height:25.1875rem;width:60rem;position:relative;display:block; }#FdpbommQUDraOuI1CER0N5cxUDgsAxGy { color:#efe5e1;display:block;width:50.8110625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:7.3505859375rem;left:4.59423828125rem;height:3.8999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F1WVbhSy5F3AXNimlEkQzbmTdp9S5P8J { color:#efe5e1;display:block;width:50.8110625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.9375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:11.1875rem;left:4.59423828125rem;height:5.11865rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rND2yBNTt2nraK2Hcpmy33SmVWM2BvnV { 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:2.25rem;width:9.9375rem;top:19.1875rem;left:25.03125rem;overflow:hidden;display:block; }
#ylBdhkw7Bod32ElCRafeQGgQAU2cr9Kc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),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; }#ylBdhkw7Bod32ElCRafeQGgQAU2cr9Kc > .row .container { background-color: transparent; background-image: none; }#ylBdhkw7Bod32ElCRafeQGgQAU2cr9Kc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ylBdhkw7Bod32ElCRafeQGgQAU2cr9Kc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ylBdhkw7Bod32ElCRafeQGgQAU2cr9Kc > .row .container > .video-iframe-container { display: none; }#ylBdhkw7Bod32ElCRafeQGgQAU2cr9Kc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ylBdhkw7Bod32ElCRafeQGgQAU2cr9Kc > .row > .video-iframe-container { display: none; }#ylBdhkw7Bod32ElCRafeQGgQAU2cr9Kc > .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); }#ylBdhkw7Bod32ElCRafeQGgQAU2cr9Kc > .row .container { border-width: 0; border-radius: 0; }#ylBdhkw7Bod32ElCRafeQGgQAU2cr9Kc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ylBdhkw7Bod32ElCRafeQGgQAU2cr9Kc > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:60rem;position:relative;display:block; }#ZXE7TZd6AnkFhTZxAvDIL6vxq9TXNfdp { color:rgba(var(--color-primary-4),1);display:block;width:38.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.291015625rem;left:0rem;height:3.98095625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F1BlxUPfbdCVyWd8rgAbZaXmWwBtm1yF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),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; }#F1BlxUPfbdCVyWd8rgAbZaXmWwBtm1yF > .row .container { background-color: transparent; background-image: none; }#F1BlxUPfbdCVyWd8rgAbZaXmWwBtm1yF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F1BlxUPfbdCVyWd8rgAbZaXmWwBtm1yF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F1BlxUPfbdCVyWd8rgAbZaXmWwBtm1yF > .row .container > .video-iframe-container { display: none; }#F1BlxUPfbdCVyWd8rgAbZaXmWwBtm1yF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F1BlxUPfbdCVyWd8rgAbZaXmWwBtm1yF > .row > .video-iframe-container { display: none; }#F1BlxUPfbdCVyWd8rgAbZaXmWwBtm1yF > .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); }#F1BlxUPfbdCVyWd8rgAbZaXmWwBtm1yF > .row .container { border-width: 0; border-radius: 0; }#F1BlxUPfbdCVyWd8rgAbZaXmWwBtm1yF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F1BlxUPfbdCVyWd8rgAbZaXmWwBtm1yF > .row .container { font-size:0.875rem;font-family:arial;height:37.6875rem;width:60rem;position:relative;display:block; }#TmIWPVRWaytQXaVVBGmSVROWJ7poZunM .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:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#TmIWPVRWaytQXaVVBGmSVROWJ7poZunM .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; }
#TmIWPVRWaytQXaVVBGmSVROWJ7poZunM .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:1.25rem;color:rgba(var(--color-tertiary-4),1); }
#TmIWPVRWaytQXaVVBGmSVROWJ7poZunM .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1); }
#TmIWPVRWaytQXaVVBGmSVROWJ7poZunM .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_e7a76b02cc95edeb905f22f898dbac11.svg");background-size:contain !important; }#TmIWPVRWaytQXaVVBGmSVROWJ7poZunM .accordion-trigger.adaptive-delivery-prevent-bg, #TmIWPVRWaytQXaVVBGmSVROWJ7poZunM .accordion-trigger.lazyload, #TmIWPVRWaytQXaVVBGmSVROWJ7poZunM .accordion-trigger.lazyloading { background-image: none; }
#TmIWPVRWaytQXaVVBGmSVROWJ7poZunM { box-sizing:content-box;height:auto;width:57.5rem;position:absolute;display:flex;flex-direction:column;gap:0.75rem;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:0rem;left:0rem; }
#TmIWPVRWaytQXaVVBGmSVROWJ7poZunM .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #B1avLRu7sRqFzJOZykTcpD8XZQc7h0mo { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #FW5qUXbODWdPIAk8l5Fo0k2Xg2iJZXtC { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #AIcNg4a3FX4ZfcPDaUX1X5lGMAV8omTv { display:block;position:relative; }
#TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #IguccvltmPQgk7cGhhBIv1e8aULQETGl {  }
#TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #AgB9icdpTTgVuhFDPnOtkzPCxxCubdgB {  }
#TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #eee8KvlTm6iUXJ69ROHb5p3c6AwyvfHC { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #fI069yItJGkIB8JKmtNZRxNV5gLH268z { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #rf8FwueyMMq5MyEwLkESfBbgz815oovN { display:block;position:relative; }
#TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #l0dugAOIsXXv4JkWZIEhFTgGFkKKmTNA {  }
#TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #V5rPsLS1RitrxbVyGtlrlWyfPf9LexVl { display:none; }
#TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #R3rDlSMIeukQJZkBEH9udUGI8ksfTqnT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #AeVwaxCpMAvVTaCwlgoDOm534UVCzVq0 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #yenQDnh0ShZ8HIQXe4UlnvQkVtAKzVN4 { display:block;position:relative; }
#TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #BUTzBW0v4cDsvttnsyQkb3UQ88o23OU7 {  }
#TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #ccNDOgd2Lt1Nh9TyDL0SPBbNwXTftkXp { display:none; }
#TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #zbUxmzCZ4nyHdhEZvNcGN6ZbFLSS5zIi { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #r1WTFEy9JMPQwNTzwTTLgRpds4OA6bwA { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #XWPrc8H8oADLzGryexFfBF21cP4hgVhJ { display:block;position:relative; }
#TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #LCfRTpLx3fMSrEzgSK61PVc0nI534zFF {  }
#TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #HVWDyrPqbkvpAOKKmellzAFbV5xkUoTL { display:none; }
#TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #aXPKKdO4sO7uzliVGCdfh0PVXcJtOxfA { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #z1wPFtVwDdfiQxhrklTrMKHgruglIaQ4 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #LgNtCEE6IDHabgBLVWH9TREzwb1s6V6c { display:block;position:relative; }
#TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #EUekpJHGcdlAPQrZoxMXXGiOoxd2ou14 {  }
#TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #Zg3fB5kLXt4tki0fciooisMJQkrLSmQT { display:none; }
#TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #XZ62b63BbOuDDswEvERANE5nSNQsmV4q { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #ymiL5gyA2Zz1KZ8SQmDhRKuv30No7dE0 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #ZQQLswu7rpIONR157vqmTiVom9diLn6z { display:block;position:relative; }
#TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #cASbx2uEFdc5xJv3Fo8lUEfps3qcDTQC {  }
#TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #QW6HezcrOyNHplsdvWJWGtbITrBrhZwu { display:none; }
#TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #SVdpO6CPfMSvm5bVOHU67gbuOf3TOF17 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #NCl3ygARbbl9vNoTMwMy8eKcy7ndzC2c { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #kTUEV9T2lULwc7774lQufPZaIgEdakGt { display:block;position:relative; }
#TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #sQa3nuxtxhAEC1AuLiK6gcDdcrNPfaGQ {  }
#TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #P62f91VuuEaTgoC3WbD2E13ctSppz3l3 { display:none; }
#TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #ifaZlPrsPCF9QBUDPzH2zGMSq2fQAdlg { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #CogJlkuBzbTCTkduxSO122gwFm8Gbtx4 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #G4e17gyeMHGvCS7nHwnnTtUNGeMJUoJc { display:block;position:relative; }
#TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #VJryPTWk4pSObNk6IpAg5OfoprAw4yot {  }
#TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #huczoOZvH2L1gD4Fuw1IG2i2PkD06KFq { display:none; }
#TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #lyn2xJHQKVXwfkw7UmtOBDveqvo4nqbz { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #zqCDlsN9pwzMgv8roJmmaFUoWUJpkCrC { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #o4GtKTF2LXRFp5OEcLyEtzpRlEmoPrB5 { display:block;position:relative; }
#TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #DpVxScbTuuZ3ep1eJuDHn1mv2KqmnSef {  }
#TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #uavAqyUSxmFIzEo7BX5Luhn00TRMWrBG { display:none; }
#dMqxMw4vzGvlIsExJMC3dT5MP7hVKsz0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),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; }#dMqxMw4vzGvlIsExJMC3dT5MP7hVKsz0 > .row .container { background-color: transparent; background-image: none; }#dMqxMw4vzGvlIsExJMC3dT5MP7hVKsz0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dMqxMw4vzGvlIsExJMC3dT5MP7hVKsz0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dMqxMw4vzGvlIsExJMC3dT5MP7hVKsz0 > .row .container > .video-iframe-container { display: none; }#dMqxMw4vzGvlIsExJMC3dT5MP7hVKsz0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dMqxMw4vzGvlIsExJMC3dT5MP7hVKsz0 > .row > .video-iframe-container { display: none; }#dMqxMw4vzGvlIsExJMC3dT5MP7hVKsz0 > .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); }#dMqxMw4vzGvlIsExJMC3dT5MP7hVKsz0 > .row .container { border-width: 0; border-radius: 0; }#dMqxMw4vzGvlIsExJMC3dT5MP7hVKsz0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dMqxMw4vzGvlIsExJMC3dT5MP7hVKsz0 > .row .container { font-size:0.875rem;font-family:arial;height:5.3125rem;width:60rem;position:relative;display:block; }#FH3upmicSRJnqewObbIa8TrTgIUxLmJV { color:#000000;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:5.19791875rem;display:block; }
#M4i9JBQKuPSITu5Cg5kEaTNzTemTkTy2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),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; }#M4i9JBQKuPSITu5Cg5kEaTNzTemTkTy2 > .row .container { background-color: transparent; background-image: none; }#M4i9JBQKuPSITu5Cg5kEaTNzTemTkTy2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M4i9JBQKuPSITu5Cg5kEaTNzTemTkTy2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M4i9JBQKuPSITu5Cg5kEaTNzTemTkTy2 > .row .container > .video-iframe-container { display: none; }#M4i9JBQKuPSITu5Cg5kEaTNzTemTkTy2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M4i9JBQKuPSITu5Cg5kEaTNzTemTkTy2 > .row > .video-iframe-container { display: none; }#M4i9JBQKuPSITu5Cg5kEaTNzTemTkTy2 > .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); }#M4i9JBQKuPSITu5Cg5kEaTNzTemTkTy2 > .row .container { border-width: 0; border-radius: 0; }#M4i9JBQKuPSITu5Cg5kEaTNzTemTkTy2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M4i9JBQKuPSITu5Cg5kEaTNzTemTkTy2 > .row .container { font-size:0.875rem;font-family:arial;height:13.5rem;width:60rem;position:relative;display:block; }#XTwq7KnElOKwKRWeEqZr3CwBqJh7JDqm { color:rgba(var(--color-tertiary-4),1);display:block;width:34.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15003;line-height:3;letter-spacing:0;top:4rem;left:0rem;height:4.5rem;font-style:normal;display:block; }
#gLAxfOQbGIdm8MFG0I5VTowNbAnnLEI6 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:9.375rem;top:4.3125rem;left:39.4619140625rem;overflow:hidden;display:block; }
#u3t50Ly7aRKWOyDOmaRFByaddsTWILLQ { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:9.375rem;top:4.3125rem;left:50.625rem;overflow:hidden;display:block; }
#g9KOAdSy7Jz2uMcTRMTcG3y2RsGmf7TQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#g9KOAdSy7Jz2uMcTRMTcG3y2RsGmf7TQ > .row .container { background-color: transparent; background-image: none; }#g9KOAdSy7Jz2uMcTRMTcG3y2RsGmf7TQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g9KOAdSy7Jz2uMcTRMTcG3y2RsGmf7TQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g9KOAdSy7Jz2uMcTRMTcG3y2RsGmf7TQ > .row .container > .video-iframe-container { display: none; }#g9KOAdSy7Jz2uMcTRMTcG3y2RsGmf7TQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g9KOAdSy7Jz2uMcTRMTcG3y2RsGmf7TQ > .row > .video-iframe-container { display: none; }#g9KOAdSy7Jz2uMcTRMTcG3y2RsGmf7TQ > .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); }#g9KOAdSy7Jz2uMcTRMTcG3y2RsGmf7TQ > .row .container { border-width: 0; border-radius: 0; }#g9KOAdSy7Jz2uMcTRMTcG3y2RsGmf7TQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g9KOAdSy7Jz2uMcTRMTcG3y2RsGmf7TQ > .row .container { font-size:0.875rem;font-family:arial;height:20.3125rem;width:60rem;position:relative;display:block; }#FPlxTC1PnbxVshIJ0ZB3mBUDHB7NVOKJ { 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:1.625rem;width:6.75rem;top:6rem;left:0rem;overflow:hidden;display:block; }
#s77qBo3yAus18Xi5T9HKctEmHubd8Isu { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);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.875rem;width:60rem;top:10rem;left:0rem;display:block; }
#K0kgFKOtzfLE9ZnX4NWg8Ui3WNBdCuru { color:rgba(var(--color-tertiary-0),1);display:block;width:6.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:6.25rem;left:44.25rem;height:1.13769375rem;display:block; }
#RthNTn4uMn74ObMoEHMxie0kqt62VEvL { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),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:12.6875rem;height:2.1875rem;text-decoration:none;z-index:15009;text-align:left;text-align-last:left;top:12.25rem;left:18.8125rem;display:block; }
#A3GgvyLghlBdxtXy0rSx5u5Qk1R7ZTF5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mg8eDBt3T32PDAJLqu9nQ7dcaxlA2loU { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),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:8.875rem;height:1.625rem;text-decoration:none;z-index:15010;text-align:left;text-align-last:left;top:12.5625rem;left:35.75rem;display:block; }
#FDMi6zwxwnpcUEU5rH4MZpA1GSUNTugq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P4t3Tk8kR1kP3rCOGiVBA5CF7oqx6cil { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),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:11.1875rem;height:1.4375rem;text-decoration:none;z-index:15011;text-align:right;text-align-last:right;top:12.625rem;left:48.8125rem;display:block; }
#uF1lZqse9VnHTw3rawT2IKavnzWhMxiw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J86qkbIGTdTBBdMZaMdVIgnikMAJyKvb { color:rgba(var(--color-tertiary-2),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:12.86328125rem;left:0rem;height:1.13769375rem;display:block; }
#cBd5iOchVdBplTBB4LP7NTuwPfFSFqWU { position:absolute;display:block;z-index:15013;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.5rem;width:1.5rem;top:6.0625rem;left:51rem;overflow:hidden;display:block; }
#NOb17TZ9ayRrVHTvpmQARP0VDO57u1DW { position:absolute;display:block;z-index:15014;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.5rem;width:1.5rem;top:6.0625rem;left:52.875rem;overflow:hidden;display:block; }
#SJzlNF0TMlrJWWyrMOTEWpZx9ssfynME { position:absolute;display:block;z-index:15015;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.5rem;width:1.5rem;top:6.0625rem;left:54.75rem;overflow:hidden;display:block; }
#C3fp3wqMSZ9VuonkJKTWdsz8Afm5mvUW { position:absolute;display:block;z-index:15016;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.5rem;width:1.5rem;top:6.0625rem;left:56.625rem;overflow:hidden;display:block; }
#RMi07EoT1izubNrnUJ6fm9NpCosn9gMi { position:absolute;display:block;z-index:15017;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.5rem;width:1.5rem;top:6.0625rem;left:58.5rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #WXqd7zeqSbtASAtkphoORQlHBMdcRGgn { display:block; }#WXqd7zeqSbtASAtkphoORQlHBMdcRGgn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FK963U8QgDPMK81duWqAqoZU6gNZE9aH { top:1.125rem;left:0rem;width:7.9375rem;height:1.9830848740349rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BZD1puSGkPyGBwwKpaTAAolyzNLlzx1O { top:5.25rem;left:0rem;width:47.75rem;height:10.375rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2sckiemhupCGTmEmMI46uJZLqdsW36N { top:17.9375rem;left:0rem;width:47.75rem;height:4rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpLNrk35Tmc0zyAdp7hMZX1HAHx7kIAl { top:27.875rem;left:0rem;width:23.25rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RX6274TUaETCh7xnO46l5cHAlnvqQRRN { display:block; }
 }@media only screen and (max-width: 763px) { #Qe1ITGgfrXug3l9LaLWyNqNDoGTwc9cO { top:34.8125rem;left:0rem;width:22.6875rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIhyso6MIq2fUmxsbeeJWPFdN6TauiLB { top:35.8125rem;left:0rem;width:43.1875rem;height:1.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9oWDHXQnzkWyrV24fQSZthU4DhZNx0H { top:23.6875rem;left:0rem;width:36.25rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQrQW4lmckri2dzFcBMJ2yr4niOeTA96 { display:block; }#dQrQW4lmckri2dzFcBMJ2yr4niOeTA96 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zOLT4p8fAa1oJ1rXGyztRv2nMH9xpSZu { top:52.6875rem;left:0rem;width:23.5625rem;height:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSlETeF0PzAgkqBwTOSdSM2sv71XmQTb { top:4.75rem;left:0rem;width:30.0625rem;height:7.9375rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvwXnU4sAqpymOacix61VhTTiSH9qTwC { top:14.25rem;left:0rem;width:30.125rem;height:8.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRlPGrDrlDL9KXKgiTrxedEfT4URRaUB { top:4.75rem;left:23.375rem;width:24.375rem;height:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZW2gAGRUBXqst9qvhi7T885stPfIE6mk { top:27.875rem;left:0rem;width:47.75rem;height:30.88828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2fybLCeUDI4612N9iDInwKwMP6LmF2S { top:85.5625rem;left:0rem;width:30.125rem;height:6rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOV2Q1vKCRfoEbVGytVssP4HtbbaDLFh { top:85.625rem;left:24.125rem;width:23.4375rem;height:6rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbTe4CI8JaulMQF6axntQ5g1QEnTHfa2 { top:71.9375rem;left:0rem;width:47.75rem;height:4.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWH67xU3rXvhUc8S2dTzOQfMiKPeXgeR { top:50rem;left:0rem;width:30rem;height:6rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwwpzwvHpvc2s2kaLVRTr2rPkWroSGCK { top:79.3125rem;left:0rem;width:17.6875rem;height:5.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yg1h4gQZGBQ0WcCL7xzCUnNGH4zpCJ9t { top:79.375rem;left:24.125rem;width:17.3125rem;height:5.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzI5OzGdVpIyp46qggHXFTcf6KoJAz30 { top:57.0625rem;left:0rem;width:30rem;height:7.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvhvKMfU7adE0BOtfpbxkhEX5bLPK6oz { width:27.625rem;height:21.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zHyS79T3JwTH8nvfrKuSg0fmrLEPqO4f { width:13.75rem;height:21.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HUGcmNvunyq12nJueAUzi9iu2lVLJwH2 { display:block; }#HUGcmNvunyq12nJueAUzi9iu2lVLJwH2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i5VSBo7XV2KaWmA4BCVDu0unD9s0P8Cy { top:9.5625rem;left:0rem;width:47.75rem;height:7.9375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AS1U4ySnz2kgmyN1pt3bf9hmSmhdz9gv { top:2.8125rem;left:20.96875rem;width:5.8125rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlDKhq4kgWuSN358tTS7t6eNK2EKGhrG { top:18.8125rem;left:0rem;width:47.75rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPhAugaECHcZ7ufgblOoxE3wNTJLN7w7 { top:23.25rem;left:0rem;width:30rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuWRs0A24mxac5X4GZm5pHVwA0dEPyTz { top:25.125rem;left:0rem;width:20.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSawq6bovBVIqxqT84DvZp5sK5vNVhIa { top:23.25rem;left:28.5625rem;width:19.1875rem;height:32rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcPQHRhzVoXn61TiM3G7AQkmcL1cMQ3K { top:34.4375rem;left:0rem;width:30rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQelos59cdI856y6Ws0lSvlQl4fXzuaZ { top:35.9375rem;left:0rem;width:20.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcqVuTOnycXR7bh6hr0RnmPBiBpEumKL { top:41.3125rem;left:0rem;width:30rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5ZbQrPvDyhaLddayTbsCF5kUUJ564qv { top:42.5rem;left:0rem;width:20.9375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMp1J4fU3TTL9uKiS5wX6Tu6FuMTn1HE { top:48.8125rem;left:0rem;width:30rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sd1pb9hVJ5XX0R9bXynFlUlSJw7auf25 { top:50rem;left:0rem;width:20.9375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3x2SvLqDX05XRkp6r67ABKsrOgNcd71 { top:50.9375rem;left:0rem;width:2.75rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUVbUZxdCMCod3aNgZB7hmsHWTn66DSC { top:36.25rem;left:0rem;width:3.25rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIzRDeqaIN9Ve6gBhhWThnJIWJDQM8Kw { top:43.375rem;left:0rem;width:2.875rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlUhSgUeVwCuX8a85hpoHGV1mO81wdwR { top:24.875rem;left:0rem;width:2.6875rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGuNHSewfEJDkzTAuclJkAs3TdT2Vb3c { top:59rem;left:13rem;width:20.5625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sh8dl7AgWkKvzyPNDIN4pStBgqlsy4TC { display:block; }
 }@media only screen and (max-width: 763px) { #n3kdd7sPe0EBmldy4T6OopUliNmzCzRT { top:29.125rem;left:0rem;width:9.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDfGzF1OZ3E6rsPOqvxhmqcVPGPWsnQu { top:29.125rem;left:10.0625rem;width:9.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8KO1EKoyTb7vl2lsCnnDxpu2zUKUVVu { display:block; }#m8KO1EKoyTb7vl2lsCnnDxpu2zUKUVVu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LKLAamuBUyiuOWZ696QiO31R8TJlFeN3 { top:2.625rem;left:0rem;width:47.75rem;height:3.9375rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfgqwe2hh8Z2PkW7S7RU2QFH8eR1mZ5r { top:21.5rem;left:0rem;width:37.625rem;height:7.3125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDBI06BMTTVEqXSBAgaEHnX0HwaTxAMo { top:16.0625rem;left:33.4375rem;width:10.6875rem;height:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNbUKgxJZWT5zTnR53T2QLZBi7NTiGwT { top:16.125rem;left:18.25rem;width:10.5625rem;height:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xs9R0ANRbFi2u7urcQARNXz9iXtTb6cy { top:39.4375rem;left:12.6875rem;width:19.0625rem;height:5.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcxRmbSWlzJD1wMSaA0BmVwrM6Wd6di1 { top:39.5rem;left:11.6875rem;width:20.0625rem;height:5.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #btgnXI5myz3KRN4QKIz3rGsWEu7Gd4vF { top:39.4375rem;left:2rem;width:13.8125rem;height:3.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUEFmZmnuDFTNwoZBEpm1n2SUiIERskt { top:16.0625rem;left:3.625rem;width:10.5625rem;height:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUhLTnxTxQI4NAvi38WT5d96fIvwhmhv { top:52.625rem;left:0rem;width:25.5625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqbWo8sfMMT16znHSnSpwTsTU0rprDXu { display:block; }
 }@media only screen and (max-width: 763px) { #xL3V1HV2R0qTRVCIlaS1GJ2DpgdU8IZn { top:61.25rem;left:0rem;width:22.6875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlTLzG7uCELExdKRJKz17EtVXJECByTM { top:7.8125rem;left:0rem;width:47.75rem;height:6rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmssOOBe0UZipVlk9iJfUBf2fNE72VJ0 { width:6.125rem;height:12.5rem;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TANmtJyTOvkCZ1Bl3nVbLsqUuAf6c4rQ { width:6.125rem;height:12.5rem;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Myk0p8W8bzGt3GOUNxGbmLTRWCIJXa75 { width:6.125rem;height:12.5rem;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NBE3Q1QnaWa6VHy4cWNXT84ChBWrtKcE { top:47.6875rem;left:0rem;width:35.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIRgbheaDligo4ty2gPmacTRTu2d19PF { display:block; }#gIRgbheaDligo4ty2gPmacTRTu2d19PF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FdpbommQUDraOuI1CER0N5cxUDgsAxGy { top:7.3125rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1WVbhSy5F3AXNimlEkQzbmTdp9S5P8J { top:11.1875rem;left:0rem;width:47.75rem;height:5.0625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rND2yBNTt2nraK2Hcpmy33SmVWM2BvnV { top:19.1875rem;left:18.90625rem;width:9.9375rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylBdhkw7Bod32ElCRafeQGgQAU2cr9Kc { display:block; }#ylBdhkw7Bod32ElCRafeQGgQAU2cr9Kc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZXE7TZd6AnkFhTZxAvDIL6vxq9TXNfdp { top:2.25rem;left:0rem;width:38.4375rem;height:3.9375rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1BlxUPfbdCVyWd8rgAbZaXmWwBtm1yF { display:block; }#F1BlxUPfbdCVyWd8rgAbZaXmWwBtm1yF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TmIWPVRWaytQXaVVBGmSVROWJ7poZunM .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TmIWPVRWaytQXaVVBGmSVROWJ7poZunM { display:flex;height:auto;width:45.25rem;top:1.25rem;left:0rem; }
#TmIWPVRWaytQXaVVBGmSVROWJ7poZunM .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #B1avLRu7sRqFzJOZykTcpD8XZQc7h0mo {  }
 }@media only screen and (max-width: 763px) { #TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #FW5qUXbODWdPIAk8l5Fo0k2Xg2iJZXtC {  }
 }@media only screen and (max-width: 763px) { #TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #AIcNg4a3FX4ZfcPDaUX1X5lGMAV8omTv {  }
 }@media only screen and (max-width: 763px) { #TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #IguccvltmPQgk7cGhhBIv1e8aULQETGl {  }
 }@media only screen and (max-width: 763px) { #TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #AgB9icdpTTgVuhFDPnOtkzPCxxCubdgB {  }
 }@media only screen and (max-width: 763px) { #TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #eee8KvlTm6iUXJ69ROHb5p3c6AwyvfHC {  }
 }@media only screen and (max-width: 763px) { #TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #fI069yItJGkIB8JKmtNZRxNV5gLH268z {  }
 }@media only screen and (max-width: 763px) { #TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #rf8FwueyMMq5MyEwLkESfBbgz815oovN {  }
 }@media only screen and (max-width: 763px) { #TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #l0dugAOIsXXv4JkWZIEhFTgGFkKKmTNA {  }
 }@media only screen and (max-width: 763px) { #TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #V5rPsLS1RitrxbVyGtlrlWyfPf9LexVl {  }
 }@media only screen and (max-width: 763px) { #TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #R3rDlSMIeukQJZkBEH9udUGI8ksfTqnT {  }
 }@media only screen and (max-width: 763px) { #TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #AeVwaxCpMAvVTaCwlgoDOm534UVCzVq0 {  }
 }@media only screen and (max-width: 763px) { #TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #yenQDnh0ShZ8HIQXe4UlnvQkVtAKzVN4 {  }
 }@media only screen and (max-width: 763px) { #TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #BUTzBW0v4cDsvttnsyQkb3UQ88o23OU7 {  }
 }@media only screen and (max-width: 763px) { #TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #ccNDOgd2Lt1Nh9TyDL0SPBbNwXTftkXp {  }
 }@media only screen and (max-width: 763px) { #TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #zbUxmzCZ4nyHdhEZvNcGN6ZbFLSS5zIi {  }
 }@media only screen and (max-width: 763px) { #TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #r1WTFEy9JMPQwNTzwTTLgRpds4OA6bwA {  }
 }@media only screen and (max-width: 763px) { #TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #XWPrc8H8oADLzGryexFfBF21cP4hgVhJ {  }
 }@media only screen and (max-width: 763px) { #TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #LCfRTpLx3fMSrEzgSK61PVc0nI534zFF {  }
 }@media only screen and (max-width: 763px) { #TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #HVWDyrPqbkvpAOKKmellzAFbV5xkUoTL {  }
 }@media only screen and (max-width: 763px) { #TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #aXPKKdO4sO7uzliVGCdfh0PVXcJtOxfA {  }
 }@media only screen and (max-width: 763px) { #TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #z1wPFtVwDdfiQxhrklTrMKHgruglIaQ4 {  }
 }@media only screen and (max-width: 763px) { #TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #LgNtCEE6IDHabgBLVWH9TREzwb1s6V6c {  }
 }@media only screen and (max-width: 763px) { #TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #EUekpJHGcdlAPQrZoxMXXGiOoxd2ou14 {  }
 }@media only screen and (max-width: 763px) { #TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #Zg3fB5kLXt4tki0fciooisMJQkrLSmQT {  }
 }@media only screen and (max-width: 763px) { #TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #XZ62b63BbOuDDswEvERANE5nSNQsmV4q {  }
 }@media only screen and (max-width: 763px) { #TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #ymiL5gyA2Zz1KZ8SQmDhRKuv30No7dE0 {  }
 }@media only screen and (max-width: 763px) { #TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #ZQQLswu7rpIONR157vqmTiVom9diLn6z {  }
 }@media only screen and (max-width: 763px) { #TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #cASbx2uEFdc5xJv3Fo8lUEfps3qcDTQC {  }
 }@media only screen and (max-width: 763px) { #TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #QW6HezcrOyNHplsdvWJWGtbITrBrhZwu {  }
 }@media only screen and (max-width: 763px) { #TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #SVdpO6CPfMSvm5bVOHU67gbuOf3TOF17 {  }
 }@media only screen and (max-width: 763px) { #TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #NCl3ygARbbl9vNoTMwMy8eKcy7ndzC2c {  }
 }@media only screen and (max-width: 763px) { #TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #kTUEV9T2lULwc7774lQufPZaIgEdakGt {  }
 }@media only screen and (max-width: 763px) { #TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #sQa3nuxtxhAEC1AuLiK6gcDdcrNPfaGQ {  }
 }@media only screen and (max-width: 763px) { #TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #P62f91VuuEaTgoC3WbD2E13ctSppz3l3 {  }
 }@media only screen and (max-width: 763px) { #TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #ifaZlPrsPCF9QBUDPzH2zGMSq2fQAdlg {  }
 }@media only screen and (max-width: 763px) { #TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #CogJlkuBzbTCTkduxSO122gwFm8Gbtx4 {  }
 }@media only screen and (max-width: 763px) { #TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #G4e17gyeMHGvCS7nHwnnTtUNGeMJUoJc {  }
 }@media only screen and (max-width: 763px) { #TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #VJryPTWk4pSObNk6IpAg5OfoprAw4yot {  }
 }@media only screen and (max-width: 763px) { #TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #huczoOZvH2L1gD4Fuw1IG2i2PkD06KFq {  }
 }@media only screen and (max-width: 763px) { #TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #lyn2xJHQKVXwfkw7UmtOBDveqvo4nqbz {  }
 }@media only screen and (max-width: 763px) { #TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #zqCDlsN9pwzMgv8roJmmaFUoWUJpkCrC {  }
 }@media only screen and (max-width: 763px) { #TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #o4GtKTF2LXRFp5OEcLyEtzpRlEmoPrB5 {  }
 }@media only screen and (max-width: 763px) { #TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #DpVxScbTuuZ3ep1eJuDHn1mv2KqmnSef {  }
 }@media only screen and (max-width: 763px) { #TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #uavAqyUSxmFIzEo7BX5Luhn00TRMWrBG {  }
 }@media only screen and (max-width: 763px) { #dMqxMw4vzGvlIsExJMC3dT5MP7hVKsz0 { display:block; }#dMqxMw4vzGvlIsExJMC3dT5MP7hVKsz0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FH3upmicSRJnqewObbIa8TrTgIUxLmJV { top:0rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4i9JBQKuPSITu5Cg5kEaTNzTemTkTy2 { display:block; }#M4i9JBQKuPSITu5Cg5kEaTNzTemTkTy2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XTwq7KnElOKwKRWeEqZr3CwBqJh7JDqm { top:4rem;left:0rem;width:34.8125rem;height:4.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLAxfOQbGIdm8MFG0I5VTowNbAnnLEI6 { top:4.3125rem;left:33.3369140625rem;width:9.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3t50Ly7aRKWOyDOmaRFByaddsTWILLQ { top:4.3125rem;left:38.375rem;width:9.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9KOAdSy7Jz2uMcTRMTcG3y2RsGmf7TQ { display:block; }#g9KOAdSy7Jz2uMcTRMTcG3y2RsGmf7TQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FPlxTC1PnbxVshIJ0ZB3mBUDHB7NVOKJ { top:6rem;left:0rem;width:6.75rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s77qBo3yAus18Xi5T9HKctEmHubd8Isu { top:10rem;left:0rem;width:47.75rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0kgFKOtzfLE9ZnX4NWg8Ui3WNBdCuru { top:6.25rem;left:38.125rem;width:6.5rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RthNTn4uMn74ObMoEHMxie0kqt62VEvL { width:12.6875rem;height:2.1875rem;top:12.25rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3GgvyLghlBdxtXy0rSx5u5Qk1R7ZTF5 { display:block; }
 }@media only screen and (max-width: 763px) { #mg8eDBt3T32PDAJLqu9nQ7dcaxlA2loU { width:8.875rem;height:1.625rem;top:12.5625rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDMi6zwxwnpcUEU5rH4MZpA1GSUNTugq { display:block; }
 }@media only screen and (max-width: 763px) { #P4t3Tk8kR1kP3rCOGiVBA5CF7oqx6cil { width:11.1875rem;height:1.4375rem;top:12.625rem;left:36.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uF1lZqse9VnHTw3rawT2IKavnzWhMxiw { display:block; }
 }@media only screen and (max-width: 763px) { #J86qkbIGTdTBBdMZaMdVIgnikMAJyKvb { top:12.8125rem;left:0rem;width:16.5rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBd5iOchVdBplTBB4LP7NTuwPfFSFqWU { top:6.0625rem;left:44.875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOb17TZ9ayRrVHTvpmQARP0VDO57u1DW { top:6.0625rem;left:46.25rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJzlNF0TMlrJWWyrMOTEWpZx9ssfynME { top:6.0625rem;left:46.25rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3fp3wqMSZ9VuonkJKTWdsz8Afm5mvUW { top:6.0625rem;left:46.25rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMi07EoT1izubNrnUJ6fm9NpCosn9gMi { top:6.0625rem;left:46.25rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #WXqd7zeqSbtASAtkphoORQlHBMdcRGgn { display:block; }#WXqd7zeqSbtASAtkphoORQlHBMdcRGgn > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FK963U8QgDPMK81duWqAqoZU6gNZE9aH { width:7.9375rem;height:1.9830848740349rem;top:1.375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/de467f60-d029-4be0-8372-74669ed17b1e/Maskgroup1.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:35.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BZD1puSGkPyGBwwKpaTAAolyzNLlzx1O { width:20rem;height:7.421875rem;top:3.5625rem;left:0rem;font-size:2.0625rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #s2sckiemhupCGTmEmMI46uJZLqdsW36N { width:20rem;height:4.89583125rem;top:12.7890625rem;left:0rem;font-size:0.875rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TpLNrk35Tmc0zyAdp7hMZX1HAHx7kIAl { top:25.625rem;left:0rem;width:20rem;height:2.9375rem;font-size:0.875rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #RX6274TUaETCh7xnO46l5cHAlnvqQRRN { display:block; }
 }@media only screen and (max-width: 763px) { #Qe1ITGgfrXug3l9LaLWyNqNDoGTwc9cO { width:17.25rem;height:1.6875rem;top:21.92626953125rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #iIhyso6MIq2fUmxsbeeJWPFdN6TauiLB { width:20rem;height:2.2744125rem;top:30.787109375rem;left:0rem;font-size:0.8125rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #t9oWDHXQnzkWyrV24fQSZthU4DhZNx0H { width:20rem;height:1.2246125rem;top:18.375rem;left:0rem;font-size:0.875rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dQrQW4lmckri2dzFcBMJ2yr4niOeTA96 { display:block; }#dQrQW4lmckri2dzFcBMJ2yr4niOeTA96 > .row .container { width:20rem;height:106rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zOLT4p8fAa1oJ1rXGyztRv2nMH9xpSZu { width:20rem;height:1.21875rem;top:55.79443359375rem;left:0rem;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #OSlETeF0PzAgkqBwTOSdSM2sv71XmQTb { width:20rem;height:5.19791875rem;top:2.07568359375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvwXnU4sAqpymOacix61VhTTiSH9qTwC { width:20rem;height:4.875rem;top:8.21240234375rem;left:0rem;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #XRlPGrDrlDL9KXKgiTrxedEfT4URRaUB { width:20rem;height:16.7690625rem;top:15.77490234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZW2gAGRUBXqst9qvhi7T885stPfIE6mk { width:20rem;height:12.9375rem;top:14.70068359375rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #E2fybLCeUDI4612N9iDInwKwMP6LmF2S { width:20rem;height:4.875rem;top:88.8125rem;left:0rem;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #oOV2Q1vKCRfoEbVGytVssP4HtbbaDLFh { width:18.375rem;height:3.65625rem;top:99.583335876462rem;left:0rem;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #MbTe4CI8JaulMQF6axntQ5g1QEnTHfa2 { width:20rem;height:5.6875rem;top:77.375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWH67xU3rXvhUc8S2dTzOQfMiKPeXgeR { width:20rem;height:3.41015625rem;top:48.51318359375rem;left:0rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #wwwpzwvHpvc2s2kaLVRTr2rPkWroSGCK { width:16.375rem;height:3.8994125rem;top:84.9375rem;left:0.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yg1h4gQZGBQ0WcCL7xzCUnNGH4zpCJ9t { width:14.9375rem;height:3.8984375rem;top:95.684898376462rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzI5OzGdVpIyp46qggHXFTcf6KoJAz30 { width:20rem;height:4.38720625rem;top:52.68896484375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvhvKMfU7adE0BOtfpbxkhEX5bLPK6oz { top:35.4375rem;left:0rem;width:15.125rem;height:11.75rem;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zHyS79T3JwTH8nvfrKuSg0fmrLEPqO4f { top:58.81787109375rem;left:6.65966796875rem;width:10.4375rem;height:16.6875rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #HUGcmNvunyq12nJueAUzi9iu2lVLJwH2 { display:block; }#HUGcmNvunyq12nJueAUzi9iu2lVLJwH2 > .row .container { width:20rem;height:70.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i5VSBo7XV2KaWmA4BCVDu0unD9s0P8Cy { width:15.75rem;height:14.625rem;top:8.375rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AS1U4ySnz2kgmyN1pt3bf9hmSmhdz9gv { width:4.3125rem;height:4.25rem;top:2.125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlDKhq4kgWuSN358tTS7t6eNK2EKGhrG { width:20rem;height:3.41015625rem;top:24.25rem;left:0rem;font-size:0.875rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TPhAugaECHcZ7ufgblOoxE3wNTJLN7w7 { width:19.875rem;height:8.75rem;top:28.875rem;left:0rem;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #CuWRs0A24mxac5X4GZm5pHVwA0dEPyTz { width:13.5rem;height:2.5996125rem;top:30.4375rem;left:5.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSawq6bovBVIqxqT84DvZp5sK5vNVhIa { width:11.125rem;height:18.6875rem;top:1.1875rem;left:8.7530276816606rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcPQHRhzVoXn61TiM3G7AQkmcL1cMQ3K { width:19.875rem;height:5.5rem;top:38.8125rem;left:0rem;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #xQelos59cdI856y6Ws0lSvlQl4fXzuaZ { width:13.0625rem;height:3.8994125rem;top:39.6875rem;left:6.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcqVuTOnycXR7bh6hr0RnmPBiBpEumKL { width:19.875rem;height:8.5rem;top:45.125rem;left:0rem;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #u5ZbQrPvDyhaLddayTbsCF5kUUJ564qv { width:13.75rem;height:6.497375rem;top:46.1875rem;left:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMp1J4fU3TTL9uKiS5wX6Tu6FuMTn1HE { width:19.875rem;height:8.5625rem;top:54.8125rem;left:0rem;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #sd1pb9hVJ5XX0R9bXynFlUlSJw7auf25 { width:14.0625rem;height:6.497375rem;top:55.9375rem;left:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3x2SvLqDX05XRkp6r67ABKsrOgNcd71 { width:2.75rem;height:2rem;top:58.125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUVbUZxdCMCod3aNgZB7hmsHWTn66DSC { width:3.25rem;height:2.375rem;top:40.625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIzRDeqaIN9Ve6gBhhWThnJIWJDQM8Kw { width:2.875rem;height:2.125rem;top:48.375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlUhSgUeVwCuX8a85hpoHGV1mO81wdwR { width:2.6875rem;height:1.9375rem;top:30.5rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGuNHSewfEJDkzTAuclJkAs3TdT2Vb3c { top:65.3125rem;left:0.5rem;width:19rem;height:3.1875rem;font-size:1rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #sh8dl7AgWkKvzyPNDIN4pStBgqlsy4TC { display:block; }
 }@media only screen and (max-width: 763px) { #n3kdd7sPe0EBmldy4T6OopUliNmzCzRT { width:9.375rem;height:2.625rem;top:33.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDfGzF1OZ3E6rsPOqvxhmqcVPGPWsnQu { width:9.375rem;height:2.625rem;top:33.6875rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8KO1EKoyTb7vl2lsCnnDxpu2zUKUVVu { display:block; }#m8KO1EKoyTb7vl2lsCnnDxpu2zUKUVVu > .row .container { width:20rem;height:94.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LKLAamuBUyiuOWZ696QiO31R8TJlFeN3 { width:20rem;height:5.19791875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zfgqwe2hh8Z2PkW7S7RU2QFH8eR1mZ5r { width:20rem;height:3.8994125rem;top:22.4228515625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BDBI06BMTTVEqXSBAgaEHnX0HwaTxAMo { width:10.6875rem;height:21.625rem;top:16.0625rem;left:4.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bNbUKgxJZWT5zTnR53T2QLZBi7NTiGwT { width:10.5625rem;height:21.4375rem;top:16.125rem;left:4.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xs9R0ANRbFi2u7urcQARNXz9iXtTb6cy { width:9.875rem;height:7.957rem;top:47.625rem;left:10.125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EcxRmbSWlzJD1wMSaA0BmVwrM6Wd6di1 { width:13.875rem;height:4.546875rem;top:77.75rem;left:3.0625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #btgnXI5myz3KRN4QKIz3rGsWEu7Gd4vF { width:8.5625rem;height:4.46614375rem;top:47.5625rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GUEFmZmnuDFTNwoZBEpm1n2SUiIERskt { width:10.5625rem;height:21.4375rem;top:16.0625rem;left:4.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uUhLTnxTxQI4NAvi38WT5d96fIvwhmhv { top:16.00927734375rem;left:0rem;width:20rem;height:3.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqbWo8sfMMT16znHSnSpwTsTU0rprDXu { display:block; }
 }@media only screen and (max-width: 763px) { #xL3V1HV2R0qTRVCIlaS1GJ2DpgdU8IZn { width:20rem;height:2.203125rem;top:86.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlTLzG7uCELExdKRJKz17EtVXJECByTM { width:20rem;height:7.3125rem;top:6.44921875rem;left:0rem;font-size:0.9375rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wmssOOBe0UZipVlk9iJfUBf2fNE72VJ0 { top:27.6875rem;left:0rem;width:9rem;height:18.3125rem;z-index:15026;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TANmtJyTOvkCZ1Bl3nVbLsqUuAf6c4rQ { top:27.6875rem;left:10.25rem;width:9rem;height:18.3125rem;z-index:15025;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Myk0p8W8bzGt3GOUNxGbmLTRWCIJXa75 { top:58.25rem;left:5.4375rem;width:9.125rem;height:18.5625rem;z-index:15027;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #NBE3Q1QnaWa6VHy4cWNXT84ChBWrtKcE { width:20rem;height:2.625rem;top:89.75rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gIRgbheaDligo4ty2gPmacTRTu2d19PF { display:block; }#gIRgbheaDligo4ty2gPmacTRTu2d19PF > .row .container { width:20rem;height:12.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FdpbommQUDraOuI1CER0N5cxUDgsAxGy { width:20rem;height:1.625rem;top:2.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1WVbhSy5F3AXNimlEkQzbmTdp9S5P8J { width:20rem;height:2.193575rem;top:5.375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rND2yBNTt2nraK2Hcpmy33SmVWM2BvnV { width:9.9375rem;height:2.25rem;top:8.8183625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylBdhkw7Bod32ElCRafeQGgQAU2cr9Kc { display:block; }#ylBdhkw7Bod32ElCRafeQGgQAU2cr9Kc > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZXE7TZd6AnkFhTZxAvDIL6vxq9TXNfdp { width:20rem;height:5.19791875rem;top:2.2421875rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #F1BlxUPfbdCVyWd8rgAbZaXmWwBtm1yF { display:block; }#F1BlxUPfbdCVyWd8rgAbZaXmWwBtm1yF > .row .container { width:20rem;height:41.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TmIWPVRWaytQXaVVBGmSVROWJ7poZunM .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TmIWPVRWaytQXaVVBGmSVROWJ7poZunM .accordion-heading-text { font-weight:700;font-style:normal;font-size:0.875rem;height:auto; }
#TmIWPVRWaytQXaVVBGmSVROWJ7poZunM { display:flex;height:auto;width:17.5rem;top:1.25rem;left:0rem;gap:0.1875rem;padding-top:1.3125rem;padding-right:1.3125rem;padding-bottom:1.3125rem;padding-left:1.3125rem; }
#TmIWPVRWaytQXaVVBGmSVROWJ7poZunM .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #B1avLRu7sRqFzJOZykTcpD8XZQc7h0mo {  }
 }@media only screen and (max-width: 763px) { #TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #FW5qUXbODWdPIAk8l5Fo0k2Xg2iJZXtC {  }
 }@media only screen and (max-width: 763px) { #TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #AIcNg4a3FX4ZfcPDaUX1X5lGMAV8omTv {  }
 }@media only screen and (max-width: 763px) { #TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #IguccvltmPQgk7cGhhBIv1e8aULQETGl {  }
 }@media only screen and (max-width: 763px) { #TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #AgB9icdpTTgVuhFDPnOtkzPCxxCubdgB {  }
 }@media only screen and (max-width: 763px) { #TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #eee8KvlTm6iUXJ69ROHb5p3c6AwyvfHC {  }
 }@media only screen and (max-width: 763px) { #TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #fI069yItJGkIB8JKmtNZRxNV5gLH268z {  }
 }@media only screen and (max-width: 763px) { #TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #rf8FwueyMMq5MyEwLkESfBbgz815oovN {  }
 }@media only screen and (max-width: 763px) { #TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #l0dugAOIsXXv4JkWZIEhFTgGFkKKmTNA {  }
 }@media only screen and (max-width: 763px) { #TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #V5rPsLS1RitrxbVyGtlrlWyfPf9LexVl {  }
 }@media only screen and (max-width: 763px) { #TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #R3rDlSMIeukQJZkBEH9udUGI8ksfTqnT {  }
 }@media only screen and (max-width: 763px) { #TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #AeVwaxCpMAvVTaCwlgoDOm534UVCzVq0 {  }
 }@media only screen and (max-width: 763px) { #TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #yenQDnh0ShZ8HIQXe4UlnvQkVtAKzVN4 {  }
 }@media only screen and (max-width: 763px) { #TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #BUTzBW0v4cDsvttnsyQkb3UQ88o23OU7 {  }
 }@media only screen and (max-width: 763px) { #TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #ccNDOgd2Lt1Nh9TyDL0SPBbNwXTftkXp {  }
 }@media only screen and (max-width: 763px) { #TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #zbUxmzCZ4nyHdhEZvNcGN6ZbFLSS5zIi {  }
 }@media only screen and (max-width: 763px) { #TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #r1WTFEy9JMPQwNTzwTTLgRpds4OA6bwA {  }
 }@media only screen and (max-width: 763px) { #TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #XWPrc8H8oADLzGryexFfBF21cP4hgVhJ {  }
 }@media only screen and (max-width: 763px) { #TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #LCfRTpLx3fMSrEzgSK61PVc0nI534zFF {  }
 }@media only screen and (max-width: 763px) { #TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #HVWDyrPqbkvpAOKKmellzAFbV5xkUoTL {  }
 }@media only screen and (max-width: 763px) { #TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #aXPKKdO4sO7uzliVGCdfh0PVXcJtOxfA {  }
 }@media only screen and (max-width: 763px) { #TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #z1wPFtVwDdfiQxhrklTrMKHgruglIaQ4 {  }
 }@media only screen and (max-width: 763px) { #TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #LgNtCEE6IDHabgBLVWH9TREzwb1s6V6c {  }
 }@media only screen and (max-width: 763px) { #TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #EUekpJHGcdlAPQrZoxMXXGiOoxd2ou14 {  }
 }@media only screen and (max-width: 763px) { #TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #Zg3fB5kLXt4tki0fciooisMJQkrLSmQT {  }
 }@media only screen and (max-width: 763px) { #TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #XZ62b63BbOuDDswEvERANE5nSNQsmV4q {  }
 }@media only screen and (max-width: 763px) { #TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #ymiL5gyA2Zz1KZ8SQmDhRKuv30No7dE0 {  }
 }@media only screen and (max-width: 763px) { #TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #ZQQLswu7rpIONR157vqmTiVom9diLn6z {  }
 }@media only screen and (max-width: 763px) { #TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #cASbx2uEFdc5xJv3Fo8lUEfps3qcDTQC {  }
 }@media only screen and (max-width: 763px) { #TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #QW6HezcrOyNHplsdvWJWGtbITrBrhZwu {  }
 }@media only screen and (max-width: 763px) { #TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #SVdpO6CPfMSvm5bVOHU67gbuOf3TOF17 {  }
 }@media only screen and (max-width: 763px) { #TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #NCl3ygARbbl9vNoTMwMy8eKcy7ndzC2c {  }
 }@media only screen and (max-width: 763px) { #TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #kTUEV9T2lULwc7774lQufPZaIgEdakGt {  }
 }@media only screen and (max-width: 763px) { #TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #sQa3nuxtxhAEC1AuLiK6gcDdcrNPfaGQ {  }
 }@media only screen and (max-width: 763px) { #TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #P62f91VuuEaTgoC3WbD2E13ctSppz3l3 {  }
 }@media only screen and (max-width: 763px) { #TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #ifaZlPrsPCF9QBUDPzH2zGMSq2fQAdlg {  }
 }@media only screen and (max-width: 763px) { #TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #CogJlkuBzbTCTkduxSO122gwFm8Gbtx4 {  }
 }@media only screen and (max-width: 763px) { #TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #G4e17gyeMHGvCS7nHwnnTtUNGeMJUoJc {  }
 }@media only screen and (max-width: 763px) { #TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #VJryPTWk4pSObNk6IpAg5OfoprAw4yot {  }
 }@media only screen and (max-width: 763px) { #TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #huczoOZvH2L1gD4Fuw1IG2i2PkD06KFq {  }
 }@media only screen and (max-width: 763px) { #TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #lyn2xJHQKVXwfkw7UmtOBDveqvo4nqbz {  }
 }@media only screen and (max-width: 763px) { #TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #zqCDlsN9pwzMgv8roJmmaFUoWUJpkCrC {  }
 }@media only screen and (max-width: 763px) { #TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #o4GtKTF2LXRFp5OEcLyEtzpRlEmoPrB5 {  }
 }@media only screen and (max-width: 763px) { #TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #DpVxScbTuuZ3ep1eJuDHn1mv2KqmnSef {  }
 }@media only screen and (max-width: 763px) { #TmIWPVRWaytQXaVVBGmSVROWJ7poZunM #uavAqyUSxmFIzEo7BX5Luhn00TRMWrBG {  }
 }@media only screen and (max-width: 763px) { #dMqxMw4vzGvlIsExJMC3dT5MP7hVKsz0 { display:block; }#dMqxMw4vzGvlIsExJMC3dT5MP7hVKsz0 > .row .container { width:20rem;height:16.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FH3upmicSRJnqewObbIa8TrTgIUxLmJV { width:20rem;height:12.9948125rem;top:1.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4i9JBQKuPSITu5Cg5kEaTNzTemTkTy2 { display:block; }#M4i9JBQKuPSITu5Cg5kEaTNzTemTkTy2 > .row .container { width:20rem;height:11.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XTwq7KnElOKwKRWeEqZr3CwBqJh7JDqm { width:20rem;height:4.3125rem;top:2rem;left:0rem;font-size:1.4375rem;font-family:poppins;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gLAxfOQbGIdm8MFG0I5VTowNbAnnLEI6 { width:9rem;height:2.5rem;top:6.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3t50Ly7aRKWOyDOmaRFByaddsTWILLQ { width:8.875rem;height:2.5rem;top:6.3125rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9KOAdSy7Jz2uMcTRMTcG3y2RsGmf7TQ { display:block; }#g9KOAdSy7Jz2uMcTRMTcG3y2RsGmf7TQ > .row .container { width:20rem;height:33.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FPlxTC1PnbxVshIJ0ZB3mBUDHB7NVOKJ { width:9.75rem;height:2.4375rem;top:3.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s77qBo3yAus18Xi5T9HKctEmHubd8Isu { width:20rem;height:0.4375rem;top:14.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0kgFKOtzfLE9ZnX4NWg8Ui3WNBdCuru { width:12.1875rem;height:1.05615rem;top:8.4375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RthNTn4uMn74ObMoEHMxie0kqt62VEvL { width:12.6875rem;height:1rem;top:18.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3GgvyLghlBdxtXy0rSx5u5Qk1R7ZTF5 { display:block; }
 }@media only screen and (max-width: 763px) { #mg8eDBt3T32PDAJLqu9nQ7dcaxlA2loU { width:8.875rem;height:1.125rem;top:21.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDMi6zwxwnpcUEU5rH4MZpA1GSUNTugq { display:block; }
 }@media only screen and (max-width: 763px) { #P4t3Tk8kR1kP3rCOGiVBA5CF7oqx6cil { width:11.1875rem;height:1.125rem;top:23.8125rem;left:0rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uF1lZqse9VnHTw3rawT2IKavnzWhMxiw { display:block; }
 }@media only screen and (max-width: 763px) { #J86qkbIGTdTBBdMZaMdVIgnikMAJyKvb { width:16.5rem;height:1.05615rem;top:28.5rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBd5iOchVdBplTBB4LP7NTuwPfFSFqWU { width:2.25rem;height:2.25rem;top:10.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOb17TZ9ayRrVHTvpmQARP0VDO57u1DW { width:2.25rem;height:2.25rem;top:10.125rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJzlNF0TMlrJWWyrMOTEWpZx9ssfynME { width:2.3125rem;height:2.3125rem;top:10.125rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3fp3wqMSZ9VuonkJKTWdsz8Afm5mvUW { width:2.25rem;height:2.25rem;top:10.125rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMi07EoT1izubNrnUJ6fm9NpCosn9gMi { width:2.25rem;height:2.25rem;top:10.125rem;left:17.75rem;display:block; }
 }