.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:241,244,244;--color-primary-1:210,218,220;--color-primary-2:164,180,184;--color-primary-3:82,90,92;--color-primary-4:25,27,28;--color-secondary-0:246,244,241;--color-secondary-1:227,218,207;--color-secondary-2:198,180,159;--color-secondary-3:99,90,80;--color-secondary-4:30,27,24;--color-tertiary-0:255,255,255;--color-tertiary-1:244,241,238;--color-tertiary-2:219,209,197;--color-tertiary-3:110,105,99;--color-tertiary-4:22,21,20;--headlines-font-family:"Playfair Display";--paragraphs-font-family:"Lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .row > .video-iframe-container { display: none; }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .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); }#IMHr9ghk2SJEzSNAPBotsf9b6SP853qN { display:block; }#IMHr9ghk2SJEzSNAPBotsf9b6SP853qN { background-color: transparent; background-image: none; }#IMHr9ghk2SJEzSNAPBotsf9b6SP853qN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IMHr9ghk2SJEzSNAPBotsf9b6SP853qN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IMHr9ghk2SJEzSNAPBotsf9b6SP853qN > .row .container > .video-iframe-container { display: none; }#IMHr9ghk2SJEzSNAPBotsf9b6SP853qN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IMHr9ghk2SJEzSNAPBotsf9b6SP853qN > .row > .video-iframe-container { display: none; }#IMHr9ghk2SJEzSNAPBotsf9b6SP853qN > .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); }#IMHr9ghk2SJEzSNAPBotsf9b6SP853qN { border-width: 0; border-radius: 0; }#IMHr9ghk2SJEzSNAPBotsf9b6SP853qN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IMHr9ghk2SJEzSNAPBotsf9b6SP853qN > .row .container { background-color:#f3f1ea;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;width:75rem;height:6.0625rem;font-size:0.875rem;font-family:arial;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#cIp8BHf8P3xJ2yQ3SBLLUF0RM9OQcFQl { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:14.6875rem;top:1.21875rem;left:1.9375rem;overflow:hidden;display:block; }
#V8XNuxVF0xObb3hZ70qrbtT8l0t79GFZ { background-color:#ef9477;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6875rem;height:3rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.5625rem;left:57.9375rem;display:block; }
#Oocafll3QTH17sKNPNFUTuhan3o7xV50 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NgbcL9SB8MTWHVkkKQgVMNb6DRyLLxhQ { position:relative;display:block; }#NgbcL9SB8MTWHVkkKQgVMNb6DRyLLxhQ { background-color: transparent; background-image: none; }#NgbcL9SB8MTWHVkkKQgVMNb6DRyLLxhQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NgbcL9SB8MTWHVkkKQgVMNb6DRyLLxhQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NgbcL9SB8MTWHVkkKQgVMNb6DRyLLxhQ > .row .container > .video-iframe-container { display: none; }#NgbcL9SB8MTWHVkkKQgVMNb6DRyLLxhQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NgbcL9SB8MTWHVkkKQgVMNb6DRyLLxhQ > .row > .video-iframe-container { display: none; }#NgbcL9SB8MTWHVkkKQgVMNb6DRyLLxhQ > .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); }#NgbcL9SB8MTWHVkkKQgVMNb6DRyLLxhQ { border-width: 0; border-radius: 0; }#NgbcL9SB8MTWHVkkKQgVMNb6DRyLLxhQ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NgbcL9SB8MTWHVkkKQgVMNb6DRyLLxhQ > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/d23509f0-c5eb-43a7-ab95-1c296145138c/Maskgrouphmdbotox.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:31.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#NgbcL9SB8MTWHVkkKQgVMNb6DRyLLxhQ > .row .container.adaptive-delivery-prevent-bg, #NgbcL9SB8MTWHVkkKQgVMNb6DRyLLxhQ > .row .container.lazyload, #NgbcL9SB8MTWHVkkKQgVMNb6DRyLLxhQ > .row .container.lazyloading { background-image: none; }#P4RFJwXfi1HRG0TnoDRRz5vutqb3bx6v { background-color:#ef9477;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:3rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:26.1875rem;left:3.6875rem;display:block; }
#kk5U0h3QA5LuE4OJf6DGVHnnvRlG7Col { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mXKGN5bNy8SLg7JgAyhxvDI11FCqqEeG { color:#ffffff;display:block;width:26.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:12.4375rem;left:3.6875rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#U5R3FPTSvowTi5sN0bud7tnynWNlOnqf { color:rgba(var(--color-tertiary-0),1);display:block;width:42.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.25rem;font-weight:400;z-index:14998;line-height:1.1;letter-spacing:0;top:1.64990234375rem;left:3.6875rem;height:9.349625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#gRha0Rl65I90uDhTRq9wxg4ecTZBeMZ2 { color:rgba(var(--color-tertiary-0),1);display:block;width:40rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15000;line-height:1.5;letter-spacing:0;top:16.8125rem;left:3.6875rem;height:2.90625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#LT1qKJZgLg3EtgPsBkDeoTtR8tDPK54N { color:rgba(var(--color-tertiary-0),1);display:block;width:43.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.5;letter-spacing:0;top:21.125rem;left:3.6875rem;height:3.375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#GMfBccDwHy3CoktvbbyiwVKth3T4QsUt { box-sizing:content-box;height:0.0625rem;width:28.125rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.5rem;left:3.6875rem;display:block; }
#tunol1qGOcBBNXXzpXar4U5AsMWMaHRW { position:relative;display:block; }#tunol1qGOcBBNXXzpXar4U5AsMWMaHRW { background-color: transparent; background-image: none; }#tunol1qGOcBBNXXzpXar4U5AsMWMaHRW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tunol1qGOcBBNXXzpXar4U5AsMWMaHRW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tunol1qGOcBBNXXzpXar4U5AsMWMaHRW > .row .container > .video-iframe-container { display: none; }#tunol1qGOcBBNXXzpXar4U5AsMWMaHRW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tunol1qGOcBBNXXzpXar4U5AsMWMaHRW > .row > .video-iframe-container { display: none; }#tunol1qGOcBBNXXzpXar4U5AsMWMaHRW > .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); }#tunol1qGOcBBNXXzpXar4U5AsMWMaHRW { border-width: 0; border-radius: 0; }#tunol1qGOcBBNXXzpXar4U5AsMWMaHRW > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tunol1qGOcBBNXXzpXar4U5AsMWMaHRW > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e4e1c6;background-image:none;font-size:0.875rem;font-family:arial;height:6.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#ib3Iazom5GuqcNBQSRHRI2Tl7X4Std1w { color:#000000;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:1.09375rem;left:0rem;height:4rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wNeqU4pn7daev2MQXknADEMz7bz33PTb { position:relative;z-index:auto;display:block; }#wNeqU4pn7daev2MQXknADEMz7bz33PTb { background-color: transparent; background-image: none; }#wNeqU4pn7daev2MQXknADEMz7bz33PTb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wNeqU4pn7daev2MQXknADEMz7bz33PTb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wNeqU4pn7daev2MQXknADEMz7bz33PTb > .row .container > .video-iframe-container { display: none; }#wNeqU4pn7daev2MQXknADEMz7bz33PTb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wNeqU4pn7daev2MQXknADEMz7bz33PTb > .row > .video-iframe-container { display: none; }#wNeqU4pn7daev2MQXknADEMz7bz33PTb > .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); }#wNeqU4pn7daev2MQXknADEMz7bz33PTb { border-width: 0; border-radius: 0; }#wNeqU4pn7daev2MQXknADEMz7bz33PTb > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wNeqU4pn7daev2MQXknADEMz7bz33PTb > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f1ea;background-image:none;font-size:0.875rem;font-family:arial;height:17.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#De13SXs3Z7tGHaECKdn8X4pACcEDo5OD { position:absolute;display:block;z-index:15082;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;height:16.0625rem;width:11.9375rem;top:0.8125rem;left:2rem;overflow:hidden;display:block; }
#D9gGL3DQCHvJsezS7RN79GE55WIC18T9 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:10rem;left:18.375rem;height:4.19970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fpJibLXPoc8RKrbwONFKIeHFPxD1rusy { color:rgba(var(--color-primary-4),1);display:block;width:10.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15021;line-height:1.2;letter-spacing:0;top:7.3125rem;left:20.5625rem;height:1.875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#o2mIL9GBu5XkLltwyZPTyOWC3WSPPZvG { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:9.8125rem;left:37.3125rem;height:4.19970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#REDzdc8WK18GkfB3ocQmnRSvFb9Fbf4i { color:rgba(var(--color-primary-4),1);display:block;width:12.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15024;line-height:1.2;letter-spacing:0;top:7.3125rem;left:39.5rem;height:1.875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#NtWVxKKequDdDdcUKfVZaMep99WVXLrB { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:9.8125rem;left:57.375rem;height:4.19970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#e9e9Z9DWAbOOt9GNtch09UtFzonztwTt { color:rgba(var(--color-primary-4),1);display:block;width:10.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15027;line-height:1.2;letter-spacing:0;top:7.3125rem;left:59.625rem;height:1.875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#v4p3BLU9ZR8CzP2gtUQE7rumc5dTIZdP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.375rem;width:5.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:2.0625rem;left:20.5625rem; }
#JWIb1q0gm2kvkGH33nGNBN7ATQmt0l02 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:2.5rem;left:42.625rem; }
#fqn0aFps55fcdCkqfa08ErVNdVsInkWR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:3rem;left:60.875rem; }
#AusVu5EGvOns8NwXUdCnD0t1oP8qvPDk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:7.25rem;left:18.0625rem; }
#kIUd8GCrKAAmdMMVZhrqUPeHPDGialGl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:7.25rem;left:36.875rem; }
#TrNCp2rM3aeBGcGKKVXpTXSfOHl7bBTa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:7.1875rem;left:57rem; }
#i0fRGxvOgdD89kIKi22F6g7gmnP3TOem { position:relative;display:block; }#i0fRGxvOgdD89kIKi22F6g7gmnP3TOem { background-color: transparent; background-image: none; }#i0fRGxvOgdD89kIKi22F6g7gmnP3TOem::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i0fRGxvOgdD89kIKi22F6g7gmnP3TOem > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i0fRGxvOgdD89kIKi22F6g7gmnP3TOem > .row .container > .video-iframe-container { display: none; }#i0fRGxvOgdD89kIKi22F6g7gmnP3TOem > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i0fRGxvOgdD89kIKi22F6g7gmnP3TOem > .row > .video-iframe-container { display: none; }#i0fRGxvOgdD89kIKi22F6g7gmnP3TOem > .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); }#i0fRGxvOgdD89kIKi22F6g7gmnP3TOem { border-width: 0; border-radius: 0; }#i0fRGxvOgdD89kIKi22F6g7gmnP3TOem > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i0fRGxvOgdD89kIKi22F6g7gmnP3TOem > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e4e1c6;background-image:none;font-size:0.875rem;font-family:arial;height:5.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#lLTapzmof8aQyuHXTCNfi6QTHPDL6igW { color:#000000;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:0.90625rem;left:0rem;height:4rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vZyqBeSJiyS5Ld0S9nD3l0MssvcTLTQB { z-index:;position:relative;display:block; }#vZyqBeSJiyS5Ld0S9nD3l0MssvcTLTQB { background-color: transparent; background-image: none; }#vZyqBeSJiyS5Ld0S9nD3l0MssvcTLTQB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vZyqBeSJiyS5Ld0S9nD3l0MssvcTLTQB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vZyqBeSJiyS5Ld0S9nD3l0MssvcTLTQB > .row .container > .video-iframe-container { display: none; }#vZyqBeSJiyS5Ld0S9nD3l0MssvcTLTQB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vZyqBeSJiyS5Ld0S9nD3l0MssvcTLTQB > .row > .video-iframe-container { display: none; }#vZyqBeSJiyS5Ld0S9nD3l0MssvcTLTQB > .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); }#vZyqBeSJiyS5Ld0S9nD3l0MssvcTLTQB { border-width: 0; border-radius: 0; }#vZyqBeSJiyS5Ld0S9nD3l0MssvcTLTQB > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vZyqBeSJiyS5Ld0S9nD3l0MssvcTLTQB > .row .container { background-color:#f3f1ea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:37.5625rem;width:75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#DdBpCfUA6koTOgaxZvvOaPTPaiRUmZOQ { box-sizing:content-box;height:33.125rem;width:23.75rem;position:absolute;display:block;z-index:15007;background-color:#f7f4ef;background-image:none;top:2.25rem;left:11.5rem;border-top-right-radius:2rem;border-bottom-right-radius:2rem;border-bottom-left-radius:2rem;border-top-left-radius:2rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#MFXkvCZzJPuc8doNGBpmVSLlG4VmaTan { background-color:#ef9477;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-0),1);border-left:0.0625rem solid rgba(var(--color-primary-0),1);border-right:0.0625rem solid rgba(var(--color-primary-0),1);border-bottom:0.0625rem solid rgba(var(--color-primary-0),1);border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.375rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:30.0625rem;left:13.375rem;display:block; }
#GNSSGaHqSqyfptkEtqBUbskJnCbTFuD6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A4ZR8PCQDqoTXahdWw3sFxNuAoRGzE4h { color:#000000;display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:18.4375rem;left:13.4375rem;height:6.4238125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#A4ZR8PCQDqoTXahdWw3sFxNuAoRGzE4h li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#A4ZR8PCQDqoTXahdWw3sFxNuAoRGzE4h li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7ad5ef9bd12501404eb3ea2ae8d9011b1f4249f6.svg); }
#aPEW2PtRV5kOZksigTPmihetTwSm0rmK { color:#000000;display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:11.125rem;left:13.375rem;height:2.625rem;font-style:normal;display:block; }
#EPqA7TBtuNBlGnTmoUcVbZeiqnUaNtPP { box-sizing:content-box;height:0.0625rem;width:20rem;position:absolute;display:block;z-index:15010;background-color:#ef9477;background-image:none;top:15.125rem;left:13.4375rem;display:block; }
#tNhGp4U8lKbIWQl0N5LfTvn7n8PXINC5 { color:#000000;display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:4.125rem;left:13.375rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZBE90T3Zrdc7H3EIFfqrL8J2H0aBMyve { color:#000000;display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:7.4375rem;left:13.4375rem;height:2.5996125rem;font-style:normal;display:block; }
#wDfSeDHE54WVlB7LtCkuamwA1ElM1mBX { box-sizing:content-box;height:0.0625rem;width:20rem;position:absolute;display:block;z-index:15011;background-color:#ef9477;background-image:none;top:6.75rem;left:13.4375rem;display:block; }
#WX1L61vSqUrUhZT78ADSL86MNAMBb4aV { box-sizing:content-box;height:33.125rem;width:23.75rem;position:absolute;display:block;z-index:15006;background-color:#ef9477;background-image:none;top:2.25rem;left:40.75rem;border-top-right-radius:2rem;border-bottom-right-radius:2rem;border-bottom-left-radius:2rem;border-top-left-radius:2rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#hrpu4fz22SS1kP9A0fxxVpzRWk8QrIik { background-color:#f7f4ef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#110b08;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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.375rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:30.0625rem;left:42.6875rem;display:block; }
#HQgaI42aGVPCnsi39LDAhHCg9qaqGBbV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PJaAZAZfbs9oqipGrSTzITHO0EnbH4lx { color:#000000;display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:18.4375rem;left:42.6875rem;height:6.4238125rem;font-style:normal;display:block; }#PJaAZAZfbs9oqipGrSTzITHO0EnbH4lx li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#PJaAZAZfbs9oqipGrSTzITHO0EnbH4lx li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d86a726e9fd1844ceab2feb9c3591bbdfecf3e18.svg); }
#a93gxGKmKF3ePGMtm37hm8691qpkBfVh { color:#000000;display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:11.125rem;left:42.625rem;height:2.625rem;font-style:normal;display:block; }
#Jql97RCJtkFfwyyRyUrKTRt4eCXrVsQH { box-sizing:content-box;height:0.0625rem;width:20rem;position:absolute;display:block;z-index:15018;background-color:#f7f4ef;background-image:none;top:15.125rem;left:42.6875rem;display:block; }
#EiAJaODdeAZc3Ic1d3f4OniihFLzTxHx { color:#000000;display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:7.4375rem;left:42.6875rem;height:2.5996125rem;font-style:normal;display:block; }
#sCPuhDl3S5l1IkIvpxA7WO4ThoZLRnK2 { color:#110b08;display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:4.125rem;left:42.75rem;height:2.03125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yvvP26HeXR9QxTDVkPLtxhmma2RXPJFy { box-sizing:content-box;height:0.0625rem;width:20rem;position:absolute;display:block;z-index:15019;background-color:#f7f4ef;background-image:none;top:7.09375rem;left:42.625rem;display:block; }
#dgo17dux7tVLGNpS3kgxG6xBMXdTEo6X { color:#000000;display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:16.3125rem;left:13.4375rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PIbemakLkdtkdMqFdZ1ohKSLCEbVHWmf { color:#000000;display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:26.9375rem;left:13.4375rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cOExDrRwFvMN4XuNUBLOxoctTbTJ5XaX { color:#000000;display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:16.3125rem;left:42.6875rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lHfwEvoW4T329nvW6cBC9irF9DhvUnFC { color:#000000;display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:26.9375rem;left:42.6875rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#q02XMosHFwPId9vrtdKIClK1FGmobtJe { position:relative;display:block; }#q02XMosHFwPId9vrtdKIClK1FGmobtJe { background-color: transparent; background-image: none; }#q02XMosHFwPId9vrtdKIClK1FGmobtJe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q02XMosHFwPId9vrtdKIClK1FGmobtJe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q02XMosHFwPId9vrtdKIClK1FGmobtJe > .row .container > .video-iframe-container { display: none; }#q02XMosHFwPId9vrtdKIClK1FGmobtJe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q02XMosHFwPId9vrtdKIClK1FGmobtJe > .row > .video-iframe-container { display: none; }#q02XMosHFwPId9vrtdKIClK1FGmobtJe > .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); }#q02XMosHFwPId9vrtdKIClK1FGmobtJe { border-width: 0; border-radius: 0; }#q02XMosHFwPId9vrtdKIClK1FGmobtJe > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q02XMosHFwPId9vrtdKIClK1FGmobtJe > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e4e1c6;background-image:none;font-size:0.875rem;font-family:arial;height:6.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#LsXQyn9s9zHD0HR3Z43DuUfDFLZAf9wy { color:#000000;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:1.34375rem;left:0rem;height:4rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TZeJcyWLZctA4JwOrotvzTfTykDP3q4i { position:relative;display:block; }#TZeJcyWLZctA4JwOrotvzTfTykDP3q4i { background-color: transparent; background-image: none; }#TZeJcyWLZctA4JwOrotvzTfTykDP3q4i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZeJcyWLZctA4JwOrotvzTfTykDP3q4i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZeJcyWLZctA4JwOrotvzTfTykDP3q4i > .row .container > .video-iframe-container { display: none; }#TZeJcyWLZctA4JwOrotvzTfTykDP3q4i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZeJcyWLZctA4JwOrotvzTfTykDP3q4i > .row > .video-iframe-container { display: none; }#TZeJcyWLZctA4JwOrotvzTfTykDP3q4i > .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); }#TZeJcyWLZctA4JwOrotvzTfTykDP3q4i { border-width: 0; border-radius: 0; }#TZeJcyWLZctA4JwOrotvzTfTykDP3q4i > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TZeJcyWLZctA4JwOrotvzTfTykDP3q4i > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f1ea;background-image:none;font-size:0.875rem;font-family:arial;height:28.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#tuMplHhitd8Lr54D6hoOIteLafpLG2g2 { position:absolute;display:block;z-index:15069;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:24.75rem;width:37.125rem;top:1.3125rem;left:37.875rem;overflow:hidden;display:block; }
#dwSoeZsu45UILCuGXAk2TnMoV7aXwNKw { position:absolute;display:block;z-index:15068;height:20.4375rem;width:36.9375rem;top:1.3125rem;left:0rem;display:block; }
#Lp6aIIuTwVNwsTDR925bKSQoFlfyTwL8 { position:relative;display:block; }#Lp6aIIuTwVNwsTDR925bKSQoFlfyTwL8 { background-color: transparent; background-image: none; }#Lp6aIIuTwVNwsTDR925bKSQoFlfyTwL8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lp6aIIuTwVNwsTDR925bKSQoFlfyTwL8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lp6aIIuTwVNwsTDR925bKSQoFlfyTwL8 > .row .container > .video-iframe-container { display: none; }#Lp6aIIuTwVNwsTDR925bKSQoFlfyTwL8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lp6aIIuTwVNwsTDR925bKSQoFlfyTwL8 > .row > .video-iframe-container { display: none; }#Lp6aIIuTwVNwsTDR925bKSQoFlfyTwL8 > .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); }#Lp6aIIuTwVNwsTDR925bKSQoFlfyTwL8 { border-width: 0; border-radius: 0; }#Lp6aIIuTwVNwsTDR925bKSQoFlfyTwL8 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Lp6aIIuTwVNwsTDR925bKSQoFlfyTwL8 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f1ea;background-image:none;font-size:0.875rem;font-family:arial;height:25.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#Ts6Ximv8Xxw5OpLvE3mUSU40m9VRpPGu { box-sizing:content-box;height:23.25rem;width:37.5rem;position:absolute;display:block;z-index:15006;background-color:#e4e1c6;background-image:none;top:0rem;left:37.5rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#nmt3CMRldsNZGZq2CPB6LGDac8DMtT1o { color:rgba(var(--color-tertiary-4),1);display:block;width:34.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:4.5625rem;left:39.0625rem;height:16.79880625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZQRPdrIOLz11rILkRSwt5MIMF25iL17S { color:#0b0b0b;display:block;width:33.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:1.875rem;left:39.0625rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dnVqzfNyWKzMwmBHqFaqquF1V1ikbLSq { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:23.25rem;width:34.875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#coqy6hPPo3nl1Do9mfSNT3HDe7UkZ90B { color:#0b0b0b;display:block;width:26.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:12.6875rem;left:39.0625rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gmqzlb6UnZtmgP4b2SsPGDpa00BPDQNZ { position:relative;display:block; }#gmqzlb6UnZtmgP4b2SsPGDpa00BPDQNZ { background-color: transparent; background-image: none; }#gmqzlb6UnZtmgP4b2SsPGDpa00BPDQNZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gmqzlb6UnZtmgP4b2SsPGDpa00BPDQNZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gmqzlb6UnZtmgP4b2SsPGDpa00BPDQNZ > .row .container > .video-iframe-container { display: none; }#gmqzlb6UnZtmgP4b2SsPGDpa00BPDQNZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gmqzlb6UnZtmgP4b2SsPGDpa00BPDQNZ > .row > .video-iframe-container { display: none; }#gmqzlb6UnZtmgP4b2SsPGDpa00BPDQNZ > .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); }#gmqzlb6UnZtmgP4b2SsPGDpa00BPDQNZ { border-width: 0; border-radius: 0; }#gmqzlb6UnZtmgP4b2SsPGDpa00BPDQNZ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gmqzlb6UnZtmgP4b2SsPGDpa00BPDQNZ > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e4e1c6;background-image:none;font-size:0.875rem;font-family:arial;height:9.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#sBnDmqk1zCwhPoPn3A1zWtiSgzBBW9UQ { color:#000000;display:block;width:40.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:0.5rem;left:17.25rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aoa9afL3OfAfW9L3far5A6akRWzzWE9N { background-color:#ef9477;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:3rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:5rem;left:25rem;display:block; }
#nyZ8VW5n46bzllkCxQFCJZ51dUAekIAS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Won881PoBcOs3zTZHH362Ihh9pnxNH3b { position:relative;display:block; }#Won881PoBcOs3zTZHH362Ihh9pnxNH3b { background-color: transparent; background-image: none; }#Won881PoBcOs3zTZHH362Ihh9pnxNH3b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Won881PoBcOs3zTZHH362Ihh9pnxNH3b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.59); }#Won881PoBcOs3zTZHH362Ihh9pnxNH3b > .row .container > .video-iframe-container { display: none; }#Won881PoBcOs3zTZHH362Ihh9pnxNH3b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Won881PoBcOs3zTZHH362Ihh9pnxNH3b > .row > .video-iframe-container { display: none; }#Won881PoBcOs3zTZHH362Ihh9pnxNH3b > .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.59); }#Won881PoBcOs3zTZHH362Ihh9pnxNH3b { border-width: 0; border-radius: 0; }#Won881PoBcOs3zTZHH362Ihh9pnxNH3b > .row .container::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Won881PoBcOs3zTZHH362Ihh9pnxNH3b > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Won881PoBcOs3zTZHH362Ihh9pnxNH3b > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3a115aa4-bd3f-4c8c-bb7e-3045fc4d5ebb/6.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;font-size:0.875rem;font-family:arial;height:33.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#Won881PoBcOs3zTZHH362Ihh9pnxNH3b > .row .container.adaptive-delivery-prevent-bg, #Won881PoBcOs3zTZHH362Ihh9pnxNH3b > .row .container.lazyload, #Won881PoBcOs3zTZHH362Ihh9pnxNH3b > .row .container.lazyloading { background-image: none; }#l0o0N4Xdaz5qasJD6crItUQSGL2MgxZC { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:5.3125rem;left:0rem;height:4.125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hK98upZWCdm8otfbVGNnKzAqFVybthUq { color:rgba(var(--color-tertiary-0),1);display:block;width:74.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:23.3125rem;left:0.25rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xlUQzxbs0hZ6TmFAiiwF8StmCZqvkDwy { color:#ffffff;display:block;width:74.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15005;line-height:1;letter-spacing:0;top:26.5rem;left:0rem;height:1.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CeJb7TX9SRa8g5SQatH4Bo50rrBTZXgk { color:rgba(var(--color-tertiary-0),1);display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:11.9375rem;left:40.3125rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#CeJb7TX9SRa8g5SQatH4Bo50rrBTZXgk li:not(:first-child){ padding-top:0.6875rem;padding-right:0;padding-bottom:0;padding-left:0; }#CeJb7TX9SRa8g5SQatH4Bo50rrBTZXgk li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_13339f518f80b11567a7e7e3ad1015b77e5d61be.svg); }
#ryizGg6T0EKHDpJWmQD8qtove8XP4Eop { color:rgba(var(--color-tertiary-0),1);display:block;width:21.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:11.9375rem;left:14.625rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#ryizGg6T0EKHDpJWmQD8qtove8XP4Eop li:not(:first-child){ padding-top:0.6875rem;padding-right:0;padding-bottom:0;padding-left:0; }#ryizGg6T0EKHDpJWmQD8qtove8XP4Eop li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_13339f518f80b11567a7e7e3ad1015b77e5d61be.svg); }
#Ns211oasDur2Hx0oa3CK9000fDPi3JVt { color:rgba(var(--color-primary-0),1);display:block;width:57.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:28.75rem;left:8.625rem;height:0.487305rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#QybaE0XW8EhT1Nzx9wdPhEewGv51TUq5 { position:relative;display:block; }#QybaE0XW8EhT1Nzx9wdPhEewGv51TUq5 { background-color: transparent; background-image: none; }#QybaE0XW8EhT1Nzx9wdPhEewGv51TUq5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QybaE0XW8EhT1Nzx9wdPhEewGv51TUq5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QybaE0XW8EhT1Nzx9wdPhEewGv51TUq5 > .row .container > .video-iframe-container { display: none; }#QybaE0XW8EhT1Nzx9wdPhEewGv51TUq5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QybaE0XW8EhT1Nzx9wdPhEewGv51TUq5 > .row > .video-iframe-container { display: none; }#QybaE0XW8EhT1Nzx9wdPhEewGv51TUq5 > .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); }#QybaE0XW8EhT1Nzx9wdPhEewGv51TUq5 { border-width: 0; border-radius: 0; }#QybaE0XW8EhT1Nzx9wdPhEewGv51TUq5 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QybaE0XW8EhT1Nzx9wdPhEewGv51TUq5 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e4e1c6;background-image:none;font-size:0.875rem;font-family:arial;height:8.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#iOfuJ1t5fgJqzC17le2pTxUqCqbO1cFI { color:#000000;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.6;letter-spacing:0;top:1.0625rem;left:0rem;height:4rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sQstUJNBht8Es6ogMCT08N0OhHF6ogSU { color:#000000;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:4.5rem;left:0rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Dr8T5lxZuvWT02Q65ubNrz8Q9koocpiT { position:relative;display:block; }#Dr8T5lxZuvWT02Q65ubNrz8Q9koocpiT { background-color: transparent; background-image: none; }#Dr8T5lxZuvWT02Q65ubNrz8Q9koocpiT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dr8T5lxZuvWT02Q65ubNrz8Q9koocpiT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dr8T5lxZuvWT02Q65ubNrz8Q9koocpiT > .row .container > .video-iframe-container { display: none; }#Dr8T5lxZuvWT02Q65ubNrz8Q9koocpiT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dr8T5lxZuvWT02Q65ubNrz8Q9koocpiT > .row > .video-iframe-container { display: none; }#Dr8T5lxZuvWT02Q65ubNrz8Q9koocpiT > .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); }#Dr8T5lxZuvWT02Q65ubNrz8Q9koocpiT { border-width: 0; border-radius: 0; }#Dr8T5lxZuvWT02Q65ubNrz8Q9koocpiT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Dr8T5lxZuvWT02Q65ubNrz8Q9koocpiT > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:44.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk .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:#e7e3dc;background-image:none;vertical-align:top;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1); }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk .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; }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk .accordion-heading-text { display:block;position:relative;width:100%;font-weight:300;font-size:1rem;font-family:var(--paragraphs-font-family);font-style:normal;color:rgba(var(--color-tertiary-4),1);height:auto;line-height:1.2;overflow:hidden; }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.3125rem;line-height:1.4;overflow:hidden;height:auto;font-family:var(--paragraphs-font-family);font-weight:300;font-style:normal;color:rgba(var(--color-tertiary-4),1); }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk .accordion-trigger.adaptive-delivery-prevent-bg, #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk .accordion-trigger.lazyload, #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk .accordion-trigger.lazyloading { background-image: none; }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk { box-sizing:content-box;height:auto;width:72.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15006;background-color:rgba(var(--color-secondary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:0rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #AJkm03sndWfOapwWKF63ehB55oWTzUpa { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #XobgoGWpi8TB3GCbBcCmvlxuEHqNIhrN { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #nGHF0bOCE4Dx0E3aar3OO7WWunNMCxuc { display:block;position:relative; }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #hqNtgEV5rq3kpmTXdplekCaqO2Wk2mFc {  }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #ILu3ZmRloBRdIUxmA5WNf9dtEIclz4zC {  }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #Q385nEqcOFWsmJPGUuNIIZzT8v0LQWOh { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #m8V4MMrLNNsU72MZb5G96eiDMBNFHNCA { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #Q5g5s5SznSnUerqOOBZn36I6b2xhDdia { display:block;position:relative; }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #RQkoEZamhksHsaVZqz0fnEkL8Iwak9n9 {  }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #ENeECA7PylZ1X5vc31hh566Lr5FQD90O { display:none; }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #i18nAvEJaxap2JAoynTEZfRbKARJ4qut { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #DSIog59N1SaPtLRim6ifalPFBazp5G9O { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #s89TWLCkgLO5sQ0oTqNVt13fEfreNVhw { display:block;position:relative; }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #eBlxmlPfVzz88o3a1ul9CGgTcbM3nnXW {  }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #qnGZMz2AXXqPokW4w6WoWGQeKfKcbPp0 { display:none; }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #nuFT7a9ZFXB4ThTFRhOKHFGt0obf8uV3 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #g0uwtmP94MgRMstXatKDQQ7F7Iq37b1t { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #ELsxXTl2UsGoogGqFX9VPutgNQpMhKnS { display:block;position:relative; }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #TJ8ZKr7lGBzZsOh0BODwXrr0TMk92AX7 {  }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #dGSbWXohguowT8BTTmeIbBJ494qPqXng { display:none; }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #vqfh4AxW35CGOiEz6tr6nAwqCGlRUviM { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #zLhLd3IPlZTcDLRoUKlxNxMJu1ZF1G2g { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #e6I1nJecAAgenAIpFcNacIWeUxN7n00R { display:block;position:relative; }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #XbemoyHUhPctWuenHD4SSi2FgXgEgDpQ {  }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #O3BT8DJLLi9kk17XP8FWU73gagXT043D { display:none; }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #Ed4KWm897rizx9vRS5y6fh2nhNh7HMxo { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #bBDMFNNN9BU87MmnMTRFV15FG7ZPUSzQ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #MocukIDVKJ9qkigkq4I5x15tFzG1ur5O { display:block;position:relative; }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #H85RNuPBphcE87DFbOGs8KnfsKDxG0Bn {  }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #dwz4BmEsokwXKbdPCdd22H7G7xFMg26d { display:none; }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #BbH7WSg7st69Ho9WKb4UcpUe3NdbU6HE { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #v0tHcqEctoQZZiHD09gtwPDHgAbstgPd { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #A7yMlPoOqflPJzhuL3Vo6PcyGXfOCSb1 { display:block;position:relative; }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #wp5f7eklqNfxkr93OGHeCZtSI8PfFUv1 {  }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #S2U0BfcWScoRu99LKGBlJTRtk4fxTW3m { display:none; }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #kyLCaip88pXTxPVBPvNQp0QNSd7SEWkz { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #NQTOt9wM1cNg53rBbk7c3ftMO1HG0RMl { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #zHH14KhaRorTtuPhTiIxoAEvxO2x2wfS { display:block;position:relative; }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #uUTKw9AWLIsgl8dTrovRmTDdTp131zzU {  }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #mAabsJdqqxTwW842HrqKLVVzIp76uDJm { display:none; }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #P3RuR7K1yFA0TvrhcxTaDhyh3J2vizDC { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #PIc7Hv4ltOpzW98RRfMZv3FXiL43FvGt { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #OeEEfgncOnHWDgFGeDNO9T56llsr07MJ { display:block;position:relative; }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #elwMlS995lqJaBCUIMX86efWXx5VU4sI {  }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #qvzQ9TL6OTPfXtQOeGCPN1z5svBvlHfx { display:none; }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #Wb6ilbqrAA7kill8JPPShinHBqgEqWUC { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #HT3kounrRMbCEzXTDacEFikogeaefp96 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #ePa9L8MzR0ImipD5ExktEI914pHbAKWP { display:block;position:relative; }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #X5MowuxJP6FXSttK7bT1oMDRS4ZGATEB {  }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #CDXiwkGEQt9m7QJDMd5RFtorZgcey056 { display:none; }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #W4TAls3h4eoaZRWNZJIR0e88XwF2M77H { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #M1MGooeK7OTh07wObrvST8fcWxFwlHeB { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #i93RIxp3T2sx5AsW5mKJIV9SXGsKTylH { display:block;position:relative; }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #HTKRb9TQ9VOTaTwr825KTPoCAE52sMaf {  }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #QbsOOihGZCyd9ZhDPQ1vbUQTzDaAe7Hh { display:none; }
#zCQK8vCGWoTWMpi5eUJpRXM2cqmmd8gl { position:relative;display:block; }#zCQK8vCGWoTWMpi5eUJpRXM2cqmmd8gl { background-color: transparent; background-image: none; }#zCQK8vCGWoTWMpi5eUJpRXM2cqmmd8gl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zCQK8vCGWoTWMpi5eUJpRXM2cqmmd8gl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zCQK8vCGWoTWMpi5eUJpRXM2cqmmd8gl > .row .container > .video-iframe-container { display: none; }#zCQK8vCGWoTWMpi5eUJpRXM2cqmmd8gl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zCQK8vCGWoTWMpi5eUJpRXM2cqmmd8gl > .row > .video-iframe-container { display: none; }#zCQK8vCGWoTWMpi5eUJpRXM2cqmmd8gl > .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); }#zCQK8vCGWoTWMpi5eUJpRXM2cqmmd8gl { border-width: 0; border-radius: 0; }#zCQK8vCGWoTWMpi5eUJpRXM2cqmmd8gl > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zCQK8vCGWoTWMpi5eUJpRXM2cqmmd8gl > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e4e1c6;background-image:none;font-size:0.875rem;font-family:arial;height:10.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#WHGm3Gb7aRvWGEZHWl8uf8ZOXouimh5M { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:1.1875rem;left:0rem;height:4rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZPdZ77ZFU5aTtA2BZFu2rJ5NgvyfLaD3 { background-color:#ef9477;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:3rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:5.75rem;left:25rem;display:block; }
#EOO9odp530vVQtAyLa0sSaTaJZ9KCzTp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sKNEkFxvh5FVB3NmLMaai90gnqAyeK8O { z-index:;position:relative;display:block; }#sKNEkFxvh5FVB3NmLMaai90gnqAyeK8O { background-color: transparent; background-image: none; }#sKNEkFxvh5FVB3NmLMaai90gnqAyeK8O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sKNEkFxvh5FVB3NmLMaai90gnqAyeK8O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sKNEkFxvh5FVB3NmLMaai90gnqAyeK8O > .row .container > .video-iframe-container { display: none; }#sKNEkFxvh5FVB3NmLMaai90gnqAyeK8O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sKNEkFxvh5FVB3NmLMaai90gnqAyeK8O > .row > .video-iframe-container { display: none; }#sKNEkFxvh5FVB3NmLMaai90gnqAyeK8O > .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); }#sKNEkFxvh5FVB3NmLMaai90gnqAyeK8O { border-width: 0; border-radius: 0; }#sKNEkFxvh5FVB3NmLMaai90gnqAyeK8O > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sKNEkFxvh5FVB3NmLMaai90gnqAyeK8O > .row .container { background-color:#f3f1ea;background-image:none;font-size:0.875rem;font-family:arial;height:8.5rem;width:75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#Lo52Prxt35xIBCTMSvfNJqlpBWSyo4f0 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:11.75rem;top:2.65625rem;left:1.625rem;overflow:hidden;display:block; }
#XVpPq51P03vrizDJQ2l26Mn2XXrgyZTV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:2.75rem;left:38.1875rem; }
#XVpPq51P03vrizDJQ2l26Mn2XXrgyZTV > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#nE0KxQcFxfFC7PqbfNgphmeDZVDfrB85 { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:2.75rem;left:34.875rem; }
#nE0KxQcFxfFC7PqbfNgphmeDZVDfrB85 > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#VsWM2MCalvo7C4JyrPzWf81OhXdBXxqt { color:rgba(var(--color-tertiary-2),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:5.625rem;left:30.375rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #IMHr9ghk2SJEzSNAPBotsf9b6SP853qN { display:block; }#IMHr9ghk2SJEzSNAPBotsf9b6SP853qN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cIp8BHf8P3xJ2yQ3SBLLUF0RM9OQcFQl { top:1.1875rem;left:0rem;width:14.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8XNuxVF0xObb3hZ70qrbtT8l0t79GFZ { width:12.6875rem;height:3rem;top:1.5625rem;left:35.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oocafll3QTH17sKNPNFUTuhan3o7xV50 { display:block; }
 }@media only screen and (max-width: 763px) { #NgbcL9SB8MTWHVkkKQgVMNb6DRyLLxhQ { display:block; }#NgbcL9SB8MTWHVkkKQgVMNb6DRyLLxhQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P4RFJwXfi1HRG0TnoDRRz5vutqb3bx6v { width:25rem;height:3rem;top:26.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kk5U0h3QA5LuE4OJf6DGVHnnvRlG7Col { display:block; }
 }@media only screen and (max-width: 763px) { #mXKGN5bNy8SLg7JgAyhxvDI11FCqqEeG { width:26.9375rem;height:1.6875rem;top:12.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5R3FPTSvowTi5sN0bud7tnynWNlOnqf { top:1.625rem;left:0rem;width:42.1875rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRha0Rl65I90uDhTRq9wxg4ecTZBeMZ2 { top:16.8125rem;left:0rem;width:40rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LT1qKJZgLg3EtgPsBkDeoTtR8tDPK54N { top:21.125rem;left:0rem;width:43.5rem;height:3.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMfBccDwHy3CoktvbbyiwVKth3T4QsUt { top:20.5rem;left:0rem;width:28.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tunol1qGOcBBNXXzpXar4U5AsMWMaHRW { display:block; }#tunol1qGOcBBNXXzpXar4U5AsMWMaHRW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ib3Iazom5GuqcNBQSRHRI2Tl7X4Std1w { width:47.75rem;height:4rem;top:1.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNeqU4pn7daev2MQXknADEMz7bz33PTb { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #ffffff, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #ffffff, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #ffffff, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #ffffff, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#wNeqU4pn7daev2MQXknADEMz7bz33PTb > .row .container { background-color: transparent; background-image: none; }#wNeqU4pn7daev2MQXknADEMz7bz33PTb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wNeqU4pn7daev2MQXknADEMz7bz33PTb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wNeqU4pn7daev2MQXknADEMz7bz33PTb > .row .container > .video-iframe-container { display: none; }#wNeqU4pn7daev2MQXknADEMz7bz33PTb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wNeqU4pn7daev2MQXknADEMz7bz33PTb > .row > .video-iframe-container { display: none; }#wNeqU4pn7daev2MQXknADEMz7bz33PTb > .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); }#wNeqU4pn7daev2MQXknADEMz7bz33PTb > .row .container { border-width: 0; border-radius: 0; }#wNeqU4pn7daev2MQXknADEMz7bz33PTb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #De13SXs3Z7tGHaECKdn8X4pACcEDo5OD { top:0.8125rem;left:0rem;width:11.9375rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9gGL3DQCHvJsezS7RN79GE55WIC18T9 { top:10rem;left:4.75rem;width:16.4375rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpJibLXPoc8RKrbwONFKIeHFPxD1rusy { top:7.3125rem;left:6.9375rem;width:10.6875rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2mIL9GBu5XkLltwyZPTyOWC3WSPPZvG { top:9.8125rem;left:23.6875rem;width:16.25rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #REDzdc8WK18GkfB3ocQmnRSvFb9Fbf4i { top:7.3125rem;left:25.875rem;width:12.6875rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtWVxKKequDdDdcUKfVZaMep99WVXLrB { top:9.8125rem;left:33.1875rem;width:14.375rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9e9Z9DWAbOOt9GNtch09UtFzonztwTt { top:7.3125rem;left:37.0625rem;width:10.6875rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4p3BLU9ZR8CzP2gtUQE7rumc5dTIZdP { top:2.0625rem;left:6.9375rem;width:5.375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWIb1q0gm2kvkGH33nGNBN7ATQmt0l02 { top:2.5rem;left:29rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqn0aFps55fcdCkqfa08ErVNdVsInkWR { top:3rem;left:44.5rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AusVu5EGvOns8NwXUdCnD0t1oP8qvPDk { top:7.25rem;left:4.4375rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIUd8GCrKAAmdMMVZhrqUPeHPDGialGl { top:7.25rem;left:23.25rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrNCp2rM3aeBGcGKKVXpTXSfOHl7bBTa { top:7.1875rem;left:43.375rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0fRGxvOgdD89kIKi22F6g7gmnP3TOem { display:block; }#i0fRGxvOgdD89kIKi22F6g7gmnP3TOem > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lLTapzmof8aQyuHXTCNfi6QTHPDL6igW { width:47.75rem;height:4rem;top:0.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZyqBeSJiyS5Ld0S9nD3l0MssvcTLTQB { display:block; }#vZyqBeSJiyS5Ld0S9nD3l0MssvcTLTQB > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DdBpCfUA6koTOgaxZvvOaPTPaiRUmZOQ { top:2.25rem;left:0rem;width:23.75rem;height:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFXkvCZzJPuc8doNGBpmVSLlG4VmaTan { width:20rem;height:3.375rem;top:30.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNSSGaHqSqyfptkEtqBUbskJnCbTFuD6 { display:block; }
 }@media only screen and (max-width: 763px) { #A4ZR8PCQDqoTXahdWw3sFxNuAoRGzE4h { top:18.4375rem;left:0rem;width:20rem;height:6.375rem;font-size:0.875rem;display:block; }#A4ZR8PCQDqoTXahdWw3sFxNuAoRGzE4h li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7ad5ef9bd12501404eb3ea2ae8d9011b1f4249f6.svg); }
 }@media only screen and (max-width: 763px) { #aPEW2PtRV5kOZksigTPmihetTwSm0rmK { top:11.125rem;left:0rem;width:20rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPqA7TBtuNBlGnTmoUcVbZeiqnUaNtPP { top:15.125rem;left:0rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNhGp4U8lKbIWQl0N5LfTvn7n8PXINC5 { top:4.125rem;left:0rem;width:20rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBE90T3Zrdc7H3EIFfqrL8J2H0aBMyve { top:7.4375rem;left:0rem;width:20rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDfSeDHE54WVlB7LtCkuamwA1ElM1mBX { top:6.75rem;left:0rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WX1L61vSqUrUhZT78ADSL86MNAMBb4aV { top:2.25rem;left:24rem;width:23.75rem;height:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrpu4fz22SS1kP9A0fxxVpzRWk8QrIik { width:20rem;height:3.375rem;top:30.0625rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQgaI42aGVPCnsi39LDAhHCg9qaqGBbV { display:block; }
 }@media only screen and (max-width: 763px) { #PJaAZAZfbs9oqipGrSTzITHO0EnbH4lx { top:18.4375rem;left:27.75rem;width:20rem;height:6.375rem;font-size:0.875rem;display:block; }#PJaAZAZfbs9oqipGrSTzITHO0EnbH4lx li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d86a726e9fd1844ceab2feb9c3591bbdfecf3e18.svg); }
 }@media only screen and (max-width: 763px) { #a93gxGKmKF3ePGMtm37hm8691qpkBfVh { top:11.125rem;left:27.75rem;width:20rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jql97RCJtkFfwyyRyUrKTRt4eCXrVsQH { top:15.125rem;left:27.75rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiAJaODdeAZc3Ic1d3f4OniihFLzTxHx { top:7.4375rem;left:27.75rem;width:20rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCPuhDl3S5l1IkIvpxA7WO4ThoZLRnK2 { top:4.125rem;left:27.75rem;width:20rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvvP26HeXR9QxTDVkPLtxhmma2RXPJFy { top:7.0625rem;left:27.75rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgo17dux7tVLGNpS3kgxG6xBMXdTEo6X { top:16.3125rem;left:0rem;width:20rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIbemakLkdtkdMqFdZ1ohKSLCEbVHWmf { top:26.9375rem;left:0rem;width:20rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOExDrRwFvMN4XuNUBLOxoctTbTJ5XaX { top:16.3125rem;left:27.75rem;width:20rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHfwEvoW4T329nvW6cBC9irF9DhvUnFC { top:26.9375rem;left:27.75rem;width:20rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q02XMosHFwPId9vrtdKIClK1FGmobtJe { display:block; }#q02XMosHFwPId9vrtdKIClK1FGmobtJe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LsXQyn9s9zHD0HR3Z43DuUfDFLZAf9wy { width:47.75rem;height:4rem;top:1.3125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZeJcyWLZctA4JwOrotvzTfTykDP3q4i { display:block; }#TZeJcyWLZctA4JwOrotvzTfTykDP3q4i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tuMplHhitd8Lr54D6hoOIteLafpLG2g2 { top:1.3125rem;left:10.625rem;width:37.125rem;height:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwSoeZsu45UILCuGXAk2TnMoV7aXwNKw { top:1.3125rem;left:0rem;width:36.9375rem;height:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lp6aIIuTwVNwsTDR925bKSQoFlfyTwL8 { display:block; }#Lp6aIIuTwVNwsTDR925bKSQoFlfyTwL8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ts6Ximv8Xxw5OpLvE3mUSU40m9VRpPGu { top:0rem;left:10.25rem;width:37.5rem;height:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmt3CMRldsNZGZq2CPB6LGDac8DMtT1o { top:4.5625rem;left:13.375rem;width:34.375rem;height:16.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQRPdrIOLz11rILkRSwt5MIMF25iL17S { top:1.875rem;left:13.8125rem;width:33.9375rem;height:1.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnVqzfNyWKzMwmBHqFaqquF1V1ikbLSq { top:0rem;left:0rem;width:34.875rem;height:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #coqy6hPPo3nl1Do9mfSNT3HDe7UkZ90B { top:12.6875rem;left:20.9375rem;width:26.8125rem;height:3.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmqzlb6UnZtmgP4b2SsPGDpa00BPDQNZ { display:block; }#gmqzlb6UnZtmgP4b2SsPGDpa00BPDQNZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sBnDmqk1zCwhPoPn3A1zWtiSgzBBW9UQ { width:40.5rem;height:;top:0.5rem;left:3.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoa9afL3OfAfW9L3far5A6akRWzzWE9N { width:25rem;height:3rem;top:5rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyZ8VW5n46bzllkCxQFCJZ51dUAekIAS { display:block; }
 }@media only screen and (max-width: 763px) { #Won881PoBcOs3zTZHH362Ihh9pnxNH3b { display:block; }#Won881PoBcOs3zTZHH362Ihh9pnxNH3b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l0o0N4Xdaz5qasJD6crItUQSGL2MgxZC { width:47.75rem;height:4.125rem;top:5.3125rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hK98upZWCdm8otfbVGNnKzAqFVybthUq { width:47.75rem;height:2.625rem;top:23.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlUQzxbs0hZ6TmFAiiwF8StmCZqvkDwy { width:47.75rem;height:1.4375rem;top:26.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeJb7TX9SRa8g5SQatH4Bo50rrBTZXgk { top:11.9375rem;left:25.4375rem;width:22.3125rem;height:;font-size:0.9375rem;display:block; }#CeJb7TX9SRa8g5SQatH4Bo50rrBTZXgk li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_13339f518f80b11567a7e7e3ad1015b77e5d61be.svg); }
 }@media only screen and (max-width: 763px) { #ryizGg6T0EKHDpJWmQD8qtove8XP4Eop { top:11.9375rem;left:1rem;width:21.75rem;height:;font-size:0.9375rem;display:block; }#ryizGg6T0EKHDpJWmQD8qtove8XP4Eop li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_13339f518f80b11567a7e7e3ad1015b77e5d61be.svg); }
 }@media only screen and (max-width: 763px) { #Ns211oasDur2Hx0oa3CK9000fDPi3JVt { top:28.75rem;left:0rem;width:47.75rem;height:0.4375rem;font-size:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QybaE0XW8EhT1Nzx9wdPhEewGv51TUq5 { display:block; }#QybaE0XW8EhT1Nzx9wdPhEewGv51TUq5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iOfuJ1t5fgJqzC17le2pTxUqCqbO1cFI { width:47.75rem;height:4rem;top:1.0625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQstUJNBht8Es6ogMCT08N0OhHF6ogSU { width:47.75rem;height:2.5rem;top:4.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dr8T5lxZuvWT02Q65ubNrz8Q9koocpiT { display:block; }#Dr8T5lxZuvWT02Q65ubNrz8Q9koocpiT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk { display:flex;height:auto;width:45.25rem;top:0rem;left:0rem; }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #AJkm03sndWfOapwWKF63ehB55oWTzUpa {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #XobgoGWpi8TB3GCbBcCmvlxuEHqNIhrN {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #nGHF0bOCE4Dx0E3aar3OO7WWunNMCxuc {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #hqNtgEV5rq3kpmTXdplekCaqO2Wk2mFc {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #ILu3ZmRloBRdIUxmA5WNf9dtEIclz4zC {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #Q385nEqcOFWsmJPGUuNIIZzT8v0LQWOh {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #m8V4MMrLNNsU72MZb5G96eiDMBNFHNCA {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #Q5g5s5SznSnUerqOOBZn36I6b2xhDdia {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #RQkoEZamhksHsaVZqz0fnEkL8Iwak9n9 {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #ENeECA7PylZ1X5vc31hh566Lr5FQD90O {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #i18nAvEJaxap2JAoynTEZfRbKARJ4qut {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #DSIog59N1SaPtLRim6ifalPFBazp5G9O {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #s89TWLCkgLO5sQ0oTqNVt13fEfreNVhw {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #eBlxmlPfVzz88o3a1ul9CGgTcbM3nnXW {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #qnGZMz2AXXqPokW4w6WoWGQeKfKcbPp0 {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #nuFT7a9ZFXB4ThTFRhOKHFGt0obf8uV3 {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #g0uwtmP94MgRMstXatKDQQ7F7Iq37b1t {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #ELsxXTl2UsGoogGqFX9VPutgNQpMhKnS {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #TJ8ZKr7lGBzZsOh0BODwXrr0TMk92AX7 {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #dGSbWXohguowT8BTTmeIbBJ494qPqXng {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #vqfh4AxW35CGOiEz6tr6nAwqCGlRUviM {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #zLhLd3IPlZTcDLRoUKlxNxMJu1ZF1G2g {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #e6I1nJecAAgenAIpFcNacIWeUxN7n00R {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #XbemoyHUhPctWuenHD4SSi2FgXgEgDpQ {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #O3BT8DJLLi9kk17XP8FWU73gagXT043D {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #Ed4KWm897rizx9vRS5y6fh2nhNh7HMxo {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #bBDMFNNN9BU87MmnMTRFV15FG7ZPUSzQ {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #MocukIDVKJ9qkigkq4I5x15tFzG1ur5O {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #H85RNuPBphcE87DFbOGs8KnfsKDxG0Bn {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #dwz4BmEsokwXKbdPCdd22H7G7xFMg26d {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #BbH7WSg7st69Ho9WKb4UcpUe3NdbU6HE {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #v0tHcqEctoQZZiHD09gtwPDHgAbstgPd {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #A7yMlPoOqflPJzhuL3Vo6PcyGXfOCSb1 {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #wp5f7eklqNfxkr93OGHeCZtSI8PfFUv1 {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #S2U0BfcWScoRu99LKGBlJTRtk4fxTW3m {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #kyLCaip88pXTxPVBPvNQp0QNSd7SEWkz {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #NQTOt9wM1cNg53rBbk7c3ftMO1HG0RMl {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #zHH14KhaRorTtuPhTiIxoAEvxO2x2wfS {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #uUTKw9AWLIsgl8dTrovRmTDdTp131zzU {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #mAabsJdqqxTwW842HrqKLVVzIp76uDJm {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #P3RuR7K1yFA0TvrhcxTaDhyh3J2vizDC {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #PIc7Hv4ltOpzW98RRfMZv3FXiL43FvGt {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #OeEEfgncOnHWDgFGeDNO9T56llsr07MJ {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #elwMlS995lqJaBCUIMX86efWXx5VU4sI {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #qvzQ9TL6OTPfXtQOeGCPN1z5svBvlHfx {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #Wb6ilbqrAA7kill8JPPShinHBqgEqWUC {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #HT3kounrRMbCEzXTDacEFikogeaefp96 {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #ePa9L8MzR0ImipD5ExktEI914pHbAKWP {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #X5MowuxJP6FXSttK7bT1oMDRS4ZGATEB {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #CDXiwkGEQt9m7QJDMd5RFtorZgcey056 {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #W4TAls3h4eoaZRWNZJIR0e88XwF2M77H {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #M1MGooeK7OTh07wObrvST8fcWxFwlHeB {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #i93RIxp3T2sx5AsW5mKJIV9SXGsKTylH {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #HTKRb9TQ9VOTaTwr825KTPoCAE52sMaf {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #QbsOOihGZCyd9ZhDPQ1vbUQTzDaAe7Hh {  }
 }@media only screen and (max-width: 763px) { #zCQK8vCGWoTWMpi5eUJpRXM2cqmmd8gl { display:block; }#zCQK8vCGWoTWMpi5eUJpRXM2cqmmd8gl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WHGm3Gb7aRvWGEZHWl8uf8ZOXouimh5M { width:47.75rem;height:4rem;top:1.1875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPdZ77ZFU5aTtA2BZFu2rJ5NgvyfLaD3 { width:25rem;height:3rem;top:5.75rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOO9odp530vVQtAyLa0sSaTaJZ9KCzTp { display:block; }
 }@media only screen and (max-width: 763px) { #sKNEkFxvh5FVB3NmLMaai90gnqAyeK8O { display:block; }#sKNEkFxvh5FVB3NmLMaai90gnqAyeK8O > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lo52Prxt35xIBCTMSvfNJqlpBWSyo4f0 { top:2.625rem;left:0rem;width:11.75rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVpPq51P03vrizDJQ2l26Mn2XXrgyZTV { top:2.75rem;left:24.5625rem;width:2rem;height:2rem;display:block; }
#XVpPq51P03vrizDJQ2l26Mn2XXrgyZTV > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #nE0KxQcFxfFC7PqbfNgphmeDZVDfrB85 { top:2.75rem;left:21.25rem;width:2rem;height:2rem;display:block; }
#nE0KxQcFxfFC7PqbfNgphmeDZVDfrB85 > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #VsWM2MCalvo7C4JyrPzWf81OhXdBXxqt { width:14.3125rem;height:1.5rem;top:5.625rem;left:16.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #IMHr9ghk2SJEzSNAPBotsf9b6SP853qN { display:block; }#IMHr9ghk2SJEzSNAPBotsf9b6SP853qN { background-color: transparent; background-image: none; }#IMHr9ghk2SJEzSNAPBotsf9b6SP853qN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IMHr9ghk2SJEzSNAPBotsf9b6SP853qN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IMHr9ghk2SJEzSNAPBotsf9b6SP853qN > .row .container > .video-iframe-container { display: none; }#IMHr9ghk2SJEzSNAPBotsf9b6SP853qN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IMHr9ghk2SJEzSNAPBotsf9b6SP853qN > .row > .video-iframe-container { display: none; }#IMHr9ghk2SJEzSNAPBotsf9b6SP853qN > .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); }#IMHr9ghk2SJEzSNAPBotsf9b6SP853qN > .row .container { width:20rem;height:9rem;background-color:#f3f1ea;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cIp8BHf8P3xJ2yQ3SBLLUF0RM9OQcFQl { width:13.5625rem;height:3.5rem;top:0.6875rem;left:3.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8XNuxVF0xObb3hZ70qrbtT8l0t79GFZ { width:12.6875rem;height:3rem;top:4.75rem;left:3.65625rem;font-size:0.875rem;color:#f3f1ea;display:block; }
 }@media only screen and (max-width: 763px) { #Oocafll3QTH17sKNPNFUTuhan3o7xV50 { display:block; }
 }@media only screen and (max-width: 763px) { #NgbcL9SB8MTWHVkkKQgVMNb6DRyLLxhQ { display:block; }#NgbcL9SB8MTWHVkkKQgVMNb6DRyLLxhQ { background-color: transparent; background-image: none; }#NgbcL9SB8MTWHVkkKQgVMNb6DRyLLxhQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NgbcL9SB8MTWHVkkKQgVMNb6DRyLLxhQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.49); }#NgbcL9SB8MTWHVkkKQgVMNb6DRyLLxhQ > .row .container > .video-iframe-container { display: none; }#NgbcL9SB8MTWHVkkKQgVMNb6DRyLLxhQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NgbcL9SB8MTWHVkkKQgVMNb6DRyLLxhQ > .row > .video-iframe-container { display: none; }#NgbcL9SB8MTWHVkkKQgVMNb6DRyLLxhQ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.49); }#NgbcL9SB8MTWHVkkKQgVMNb6DRyLLxhQ > .row .container { width:20rem;height:26.25rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d23509f0-c5eb-43a7-ab95-1c296145138c/Maskgrouphmdbotox.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#NgbcL9SB8MTWHVkkKQgVMNb6DRyLLxhQ > .row .container.adaptive-delivery-prevent-bg, #NgbcL9SB8MTWHVkkKQgVMNb6DRyLLxhQ > .row .container.lazyload, #NgbcL9SB8MTWHVkkKQgVMNb6DRyLLxhQ > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #P4RFJwXfi1HRG0TnoDRRz5vutqb3bx6v { width:17.75rem;height:3rem;top:20.5rem;left:1.125rem;font-size:0.875rem;color:#f3f1ea;display:block; }
 }@media only screen and (max-width: 763px) { #kk5U0h3QA5LuE4OJf6DGVHnnvRlG7Col { display:block; }
 }@media only screen and (max-width: 763px) { #mXKGN5bNy8SLg7JgAyhxvDI11FCqqEeG { width:16.875rem;height:1.13720625rem;top:12.181640625rem;left:1.125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5R3FPTSvowTi5sN0bud7tnynWNlOnqf { width:17.5rem;height:3.75rem;top:3rem;left:1.25rem;font-size:1.875rem;line-height:1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gRha0Rl65I90uDhTRq9wxg4ecTZBeMZ2 { width:17.5625rem;height:1.6875rem;top:10rem;left:1.21875rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#ffffff;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #LT1qKJZgLg3EtgPsBkDeoTtR8tDPK54N { width:16.5625rem;height:3.375rem;top:15rem;left:1.125rem;font-size:0.75rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #GMfBccDwHy3CoktvbbyiwVKth3T4QsUt { width:15.8125rem;height:0.0625rem;top:14.03125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tunol1qGOcBBNXXzpXar4U5AsMWMaHRW { display:block; }#tunol1qGOcBBNXXzpXar4U5AsMWMaHRW > .row .container { width:20rem;height:6rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ib3Iazom5GuqcNBQSRHRI2Tl7X4Std1w { width:13.8125rem;height:3.5996125rem;top:1.19970703125rem;left:3.09375rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #wNeqU4pn7daev2MQXknADEMz7bz33PTb { position:relative;z-index:auto;display:block; }#wNeqU4pn7daev2MQXknADEMz7bz33PTb { background-color: transparent; background-image: none; }#wNeqU4pn7daev2MQXknADEMz7bz33PTb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wNeqU4pn7daev2MQXknADEMz7bz33PTb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wNeqU4pn7daev2MQXknADEMz7bz33PTb > .row .container > .video-iframe-container { display: none; }#wNeqU4pn7daev2MQXknADEMz7bz33PTb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wNeqU4pn7daev2MQXknADEMz7bz33PTb > .row > .video-iframe-container { display: none; }#wNeqU4pn7daev2MQXknADEMz7bz33PTb > .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); }#wNeqU4pn7daev2MQXknADEMz7bz33PTb { border-width: 0; border-radius: 0; }#wNeqU4pn7daev2MQXknADEMz7bz33PTb > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wNeqU4pn7daev2MQXknADEMz7bz33PTb > .row .container { width:20rem;height:38.875rem;background-color:#f3f1ea;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #De13SXs3Z7tGHaECKdn8X4pACcEDo5OD { width:10.375rem;height:14.125rem;top:1.5625rem;left:4.8125rem;z-index:15082;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9gGL3DQCHvJsezS7RN79GE55WIC18T9 { width:17rem;height:3.9375rem;top:19.875rem;left:1rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #fpJibLXPoc8RKrbwONFKIeHFPxD1rusy { width:8rem;height:1.875rem;top:17.375rem;left:3.375rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #o2mIL9GBu5XkLltwyZPTyOWC3WSPPZvG { width:17.1875rem;height:3.9375rem;top:27.375rem;left:1.0625rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #REDzdc8WK18GkfB3ocQmnRSvFb9Fbf4i { width:12.6875rem;height:1.875rem;top:24.9375rem;left:3.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtWVxKKequDdDdcUKfVZaMep99WVXLrB { width:18rem;height:2.625rem;top:34.8125rem;left:1rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #e9e9Z9DWAbOOt9GNtch09UtFzonztwTt { width:7.5rem;height:1.875rem;top:32.25rem;left:3.375rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #v4p3BLU9ZR8CzP2gtUQE7rumc5dTIZdP { display:flex;width:3.375rem;height:3.375rem;top:16.625rem;left:10.375rem; }
 }@media only screen and (max-width: 763px) { #JWIb1q0gm2kvkGH33nGNBN7ATQmt0l02 { display:flex;width:2.5rem;height:2.5rem;top:24.625rem;left:16.4375rem; }
 }@media only screen and (max-width: 763px) { #fqn0aFps55fcdCkqfa08ErVNdVsInkWR { display:flex;width:1.9375rem;height:1.9375rem;top:32.25rem;left:10.625rem; }
 }@media only screen and (max-width: 763px) { #AusVu5EGvOns8NwXUdCnD0t1oP8qvPDk { display:flex;width:2.125rem;height:2.125rem;top:17.25rem;left:1rem;font-size:1.4375rem; }
 }@media only screen and (max-width: 763px) { #kIUd8GCrKAAmdMMVZhrqUPeHPDGialGl { display:flex;width:2.125rem;height:2.125rem;top:24.8125rem;left:1rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #TrNCp2rM3aeBGcGKKVXpTXSfOHl7bBTa { display:flex;width:2.125rem;height:2.125rem;top:32.125rem;left:1rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #i0fRGxvOgdD89kIKi22F6g7gmnP3TOem { display:block; }#i0fRGxvOgdD89kIKi22F6g7gmnP3TOem > .row .container { width:20rem;height:6rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lLTapzmof8aQyuHXTCNfi6QTHPDL6igW { width:20rem;height:3.5996125rem;top:1.19970703125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #vZyqBeSJiyS5Ld0S9nD3l0MssvcTLTQB { display:block; }#vZyqBeSJiyS5Ld0S9nD3l0MssvcTLTQB > .row .container { width:20rem;height:65.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DdBpCfUA6koTOgaxZvvOaPTPaiRUmZOQ { width:19.875rem;height:30.875rem;top:0.8125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFXkvCZzJPuc8doNGBpmVSLlG4VmaTan { width:17.5rem;height:3.375rem;top:26.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNSSGaHqSqyfptkEtqBUbskJnCbTFuD6 { display:block; }
 }@media only screen and (max-width: 763px) { #A4ZR8PCQDqoTXahdWw3sFxNuAoRGzE4h { width:17.5rem;height:6.4238125rem;top:16.75rem;left:1.25rem;font-size:0.875rem;display:block; }#A4ZR8PCQDqoTXahdWw3sFxNuAoRGzE4h li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7ad5ef9bd12501404eb3ea2ae8d9011b1f4249f6.svg); }
 }@media only screen and (max-width: 763px) { #aPEW2PtRV5kOZksigTPmihetTwSm0rmK { width:17.125rem;height:2.625rem;top:9rem;left:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPqA7TBtuNBlGnTmoUcVbZeiqnUaNtPP { width:17.5rem;height:0.0625rem;top:13.875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNhGp4U8lKbIWQl0N5LfTvn7n8PXINC5 { width:17.5rem;height:1.4624rem;top:2.4375rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBE90T3Zrdc7H3EIFfqrL8J2H0aBMyve { width:17.5rem;height:2.5996125rem;top:5.6875rem;left:1.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDfSeDHE54WVlB7LtCkuamwA1ElM1mBX { width:17.5rem;height:0.0625rem;top:4.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WX1L61vSqUrUhZT78ADSL86MNAMBb4aV { width:20rem;height:30.875rem;top:32.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrpu4fz22SS1kP9A0fxxVpzRWk8QrIik { width:17.5rem;height:3.375rem;top:59.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQgaI42aGVPCnsi39LDAhHCg9qaqGBbV { display:block; }
 }@media only screen and (max-width: 763px) { #PJaAZAZfbs9oqipGrSTzITHO0EnbH4lx { width:17.5rem;height:6.4238125rem;top:49.125rem;left:1.25rem;font-size:0.875rem;display:block; }#PJaAZAZfbs9oqipGrSTzITHO0EnbH4lx li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d86a726e9fd1844ceab2feb9c3591bbdfecf3e18.svg); }
 }@media only screen and (max-width: 763px) { #a93gxGKmKF3ePGMtm37hm8691qpkBfVh { width:17.5rem;height:2.625rem;top:41.125rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jql97RCJtkFfwyyRyUrKTRt4eCXrVsQH { width:17.5rem;height:0.0625rem;top:46.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiAJaODdeAZc3Ic1d3f4OniihFLzTxHx { width:17.5rem;height:2.5996125rem;top:37.8125rem;left:1.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCPuhDl3S5l1IkIvpxA7WO4ThoZLRnK2 { width:17.5rem;height:1.4624rem;top:34.75rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvvP26HeXR9QxTDVkPLtxhmma2RXPJFy { width:17.5rem;height:0.0625rem;top:37.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgo17dux7tVLGNpS3kgxG6xBMXdTEo6X { width:10.375rem;height:1.4624rem;top:14.75rem;left:1.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PIbemakLkdtkdMqFdZ1ohKSLCEbVHWmf { width:20rem;height:1.4624rem;top:24.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cOExDrRwFvMN4XuNUBLOxoctTbTJ5XaX { width:13.125rem;height:1.4624rem;top:46.9375rem;left:1.25rem;font-size:1.125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #lHfwEvoW4T329nvW6cBC9irF9DhvUnFC { width:20rem;height:1.4624rem;top:56.5625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #q02XMosHFwPId9vrtdKIClK1FGmobtJe { display:block; }#q02XMosHFwPId9vrtdKIClK1FGmobtJe > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LsXQyn9s9zHD0HR3Z43DuUfDFLZAf9wy { width:20rem;height:1.875rem;top:1.443359375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TZeJcyWLZctA4JwOrotvzTfTykDP3q4i { display:block; }#TZeJcyWLZctA4JwOrotvzTfTykDP3q4i > .row .container { width:20rem;height:39.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tuMplHhitd8Lr54D6hoOIteLafpLG2g2 { width:18.4375rem;height:12.25rem;top:1.25rem;left:0.8125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwSoeZsu45UILCuGXAk2TnMoV7aXwNKw { width:18.4375rem;height:15.6875rem;top:14.4375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lp6aIIuTwVNwsTDR925bKSQoFlfyTwL8 { display:block; }#Lp6aIIuTwVNwsTDR925bKSQoFlfyTwL8 > .row .container { width:20rem;height:39.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ts6Ximv8Xxw5OpLvE3mUSU40m9VRpPGu { width:19.9375rem;height:25.0625rem;top:14.0625rem;left:-0.040979381443293rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmt3CMRldsNZGZq2CPB6LGDac8DMtT1o { width:18rem;height:19.59376875rem;top:18.4375rem;left:1rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #ZQRPdrIOLz11rILkRSwt5MIMF25iL17S { width:17.4375rem;height:1.4375rem;top:15.8125rem;left:1.0625rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dnVqzfNyWKzMwmBHqFaqquF1V1ikbLSq { width:18.5625rem;height:12.375rem;top:0.75rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #coqy6hPPo3nl1Do9mfSNT3HDe7UkZ90B { width:17.5rem;height:2.875rem;top:29.5625rem;left:1.25rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gmqzlb6UnZtmgP4b2SsPGDpa00BPDQNZ { display:block; }#gmqzlb6UnZtmgP4b2SsPGDpa00BPDQNZ { background-color: transparent; background-image: none; }#gmqzlb6UnZtmgP4b2SsPGDpa00BPDQNZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gmqzlb6UnZtmgP4b2SsPGDpa00BPDQNZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gmqzlb6UnZtmgP4b2SsPGDpa00BPDQNZ > .row .container > .video-iframe-container { display: none; }#gmqzlb6UnZtmgP4b2SsPGDpa00BPDQNZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gmqzlb6UnZtmgP4b2SsPGDpa00BPDQNZ > .row > .video-iframe-container { display: none; }#gmqzlb6UnZtmgP4b2SsPGDpa00BPDQNZ > .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); }#gmqzlb6UnZtmgP4b2SsPGDpa00BPDQNZ > .row .container { width:20rem;height:10.3125rem;background-color:#f3f1ea;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sBnDmqk1zCwhPoPn3A1zWtiSgzBBW9UQ { width:17.875rem;height:3.75rem;top:1.5rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1.2;color:#110b08;display:block; }
 }@media only screen and (max-width: 763px) { #aoa9afL3OfAfW9L3far5A6akRWzzWE9N { width:17.75rem;height:3rem;top:5.875rem;left:1.125rem;font-size:0.875rem;background-color:#ef9477;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#f3f1ea;display:block; }
 }@media only screen and (max-width: 763px) { #nyZ8VW5n46bzllkCxQFCJZ51dUAekIAS { display:block; }
 }@media only screen and (max-width: 763px) { #Won881PoBcOs3zTZHH362Ihh9pnxNH3b { display:block; }#Won881PoBcOs3zTZHH362Ihh9pnxNH3b { background-color: transparent; background-image: none; }#Won881PoBcOs3zTZHH362Ihh9pnxNH3b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Won881PoBcOs3zTZHH362Ihh9pnxNH3b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.48); }#Won881PoBcOs3zTZHH362Ihh9pnxNH3b > .row .container > .video-iframe-container { display: none; }#Won881PoBcOs3zTZHH362Ihh9pnxNH3b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Won881PoBcOs3zTZHH362Ihh9pnxNH3b > .row > .video-iframe-container { display: none; }#Won881PoBcOs3zTZHH362Ihh9pnxNH3b > .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.48); }#Won881PoBcOs3zTZHH362Ihh9pnxNH3b { border-width: 0; border-radius: 0; }#Won881PoBcOs3zTZHH362Ihh9pnxNH3b > .row .container::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Won881PoBcOs3zTZHH362Ihh9pnxNH3b > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Won881PoBcOs3zTZHH362Ihh9pnxNH3b > .row .container { width:20rem;height:28.299805rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3a115aa4-bd3f-4c8c-bb7e-3045fc4d5ebb/6.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#Won881PoBcOs3zTZHH362Ihh9pnxNH3b > .row .container.adaptive-delivery-prevent-bg, #Won881PoBcOs3zTZHH362Ihh9pnxNH3b > .row .container.lazyload, #Won881PoBcOs3zTZHH362Ihh9pnxNH3b > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #l0o0N4Xdaz5qasJD6crItUQSGL2MgxZC { width:20rem;height:2.54980625rem;top:1.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:2.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #hK98upZWCdm8otfbVGNnKzAqFVybthUq { width:20rem;height:1.5rem;top:22.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlUQzxbs0hZ6TmFAiiwF8StmCZqvkDwy { width:19.125rem;height:1rem;top:24.3125rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeJb7TX9SRa8g5SQatH4Bo50rrBTZXgk { width:18.8125rem;height:6.9375rem;top:12.8125rem;left:0.625rem;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }#CeJb7TX9SRa8g5SQatH4Bo50rrBTZXgk li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_13339f518f80b11567a7e7e3ad1015b77e5d61be.svg); }
 }@media only screen and (max-width: 763px) { #ryizGg6T0EKHDpJWmQD8qtove8XP4Eop { width:17.6875rem;height:6.9375rem;top:5.1875rem;left:0.625rem;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }#ryizGg6T0EKHDpJWmQD8qtove8XP4Eop li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_13339f518f80b11567a7e7e3ad1015b77e5d61be.svg); }
 }@media only screen and (max-width: 763px) { #Ns211oasDur2Hx0oa3CK9000fDPi3JVt { width:20rem;height:0;top:26.5625rem;left:0rem;font-size:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QybaE0XW8EhT1Nzx9wdPhEewGv51TUq5 { display:block; }#QybaE0XW8EhT1Nzx9wdPhEewGv51TUq5 > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iOfuJ1t5fgJqzC17le2pTxUqCqbO1cFI { width:20rem;height:1.875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #sQstUJNBht8Es6ogMCT08N0OhHF6ogSU { width:13.8125rem;height:2.3994125rem;top:3.625rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Dr8T5lxZuvWT02Q65ubNrz8Q9koocpiT { display:block; }#Dr8T5lxZuvWT02Q65ubNrz8Q9koocpiT { background-color: transparent; background-image: none; }#Dr8T5lxZuvWT02Q65ubNrz8Q9koocpiT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dr8T5lxZuvWT02Q65ubNrz8Q9koocpiT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dr8T5lxZuvWT02Q65ubNrz8Q9koocpiT > .row .container > .video-iframe-container { display: none; }#Dr8T5lxZuvWT02Q65ubNrz8Q9koocpiT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dr8T5lxZuvWT02Q65ubNrz8Q9koocpiT > .row > .video-iframe-container { display: none; }#Dr8T5lxZuvWT02Q65ubNrz8Q9koocpiT > .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); }#Dr8T5lxZuvWT02Q65ubNrz8Q9koocpiT > .row .container { width:20rem;height:52.75rem;background-color:#f6f4f1;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk .accordion-element-container { border-top:0.0625rem solid rgba(var(--color-primary-1),1);border-left:0.0625rem solid rgba(var(--color-primary-1),1);border-right:0.0625rem solid rgba(var(--color-primary-1),1);border-bottom:0.0625rem solid rgba(var(--color-primary-1),1); }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk { display:flex;height:auto;width:17.5rem;top:0rem;left:0rem;background-color:rgba(var(--color-secondary-0),1);background-image:none; }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #AJkm03sndWfOapwWKF63ehB55oWTzUpa {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #XobgoGWpi8TB3GCbBcCmvlxuEHqNIhrN {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #nGHF0bOCE4Dx0E3aar3OO7WWunNMCxuc {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #hqNtgEV5rq3kpmTXdplekCaqO2Wk2mFc {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #ILu3ZmRloBRdIUxmA5WNf9dtEIclz4zC {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #Q385nEqcOFWsmJPGUuNIIZzT8v0LQWOh {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #m8V4MMrLNNsU72MZb5G96eiDMBNFHNCA {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #Q5g5s5SznSnUerqOOBZn36I6b2xhDdia {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #RQkoEZamhksHsaVZqz0fnEkL8Iwak9n9 {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #ENeECA7PylZ1X5vc31hh566Lr5FQD90O {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #i18nAvEJaxap2JAoynTEZfRbKARJ4qut {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #DSIog59N1SaPtLRim6ifalPFBazp5G9O {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #s89TWLCkgLO5sQ0oTqNVt13fEfreNVhw {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #eBlxmlPfVzz88o3a1ul9CGgTcbM3nnXW {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #qnGZMz2AXXqPokW4w6WoWGQeKfKcbPp0 {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #nuFT7a9ZFXB4ThTFRhOKHFGt0obf8uV3 {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #g0uwtmP94MgRMstXatKDQQ7F7Iq37b1t {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #ELsxXTl2UsGoogGqFX9VPutgNQpMhKnS {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #TJ8ZKr7lGBzZsOh0BODwXrr0TMk92AX7 {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #dGSbWXohguowT8BTTmeIbBJ494qPqXng {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #vqfh4AxW35CGOiEz6tr6nAwqCGlRUviM {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #zLhLd3IPlZTcDLRoUKlxNxMJu1ZF1G2g {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #e6I1nJecAAgenAIpFcNacIWeUxN7n00R {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #XbemoyHUhPctWuenHD4SSi2FgXgEgDpQ {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #O3BT8DJLLi9kk17XP8FWU73gagXT043D {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #Ed4KWm897rizx9vRS5y6fh2nhNh7HMxo {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #bBDMFNNN9BU87MmnMTRFV15FG7ZPUSzQ {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #MocukIDVKJ9qkigkq4I5x15tFzG1ur5O {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #H85RNuPBphcE87DFbOGs8KnfsKDxG0Bn {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #dwz4BmEsokwXKbdPCdd22H7G7xFMg26d {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #BbH7WSg7st69Ho9WKb4UcpUe3NdbU6HE {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #v0tHcqEctoQZZiHD09gtwPDHgAbstgPd {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #A7yMlPoOqflPJzhuL3Vo6PcyGXfOCSb1 {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #wp5f7eklqNfxkr93OGHeCZtSI8PfFUv1 {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #S2U0BfcWScoRu99LKGBlJTRtk4fxTW3m {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #kyLCaip88pXTxPVBPvNQp0QNSd7SEWkz {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #NQTOt9wM1cNg53rBbk7c3ftMO1HG0RMl {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #zHH14KhaRorTtuPhTiIxoAEvxO2x2wfS {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #uUTKw9AWLIsgl8dTrovRmTDdTp131zzU {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #mAabsJdqqxTwW842HrqKLVVzIp76uDJm {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #P3RuR7K1yFA0TvrhcxTaDhyh3J2vizDC {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #PIc7Hv4ltOpzW98RRfMZv3FXiL43FvGt {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #OeEEfgncOnHWDgFGeDNO9T56llsr07MJ {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #elwMlS995lqJaBCUIMX86efWXx5VU4sI {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #qvzQ9TL6OTPfXtQOeGCPN1z5svBvlHfx {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #Wb6ilbqrAA7kill8JPPShinHBqgEqWUC {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #HT3kounrRMbCEzXTDacEFikogeaefp96 {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #ePa9L8MzR0ImipD5ExktEI914pHbAKWP {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #X5MowuxJP6FXSttK7bT1oMDRS4ZGATEB {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #CDXiwkGEQt9m7QJDMd5RFtorZgcey056 {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #W4TAls3h4eoaZRWNZJIR0e88XwF2M77H {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #M1MGooeK7OTh07wObrvST8fcWxFwlHeB {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #i93RIxp3T2sx5AsW5mKJIV9SXGsKTylH {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #HTKRb9TQ9VOTaTwr825KTPoCAE52sMaf {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #QbsOOihGZCyd9ZhDPQ1vbUQTzDaAe7Hh {  }
 }@media only screen and (max-width: 763px) { #zCQK8vCGWoTWMpi5eUJpRXM2cqmmd8gl { display:block; }#zCQK8vCGWoTWMpi5eUJpRXM2cqmmd8gl > .row .container { width:20rem;height:11.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WHGm3Gb7aRvWGEZHWl8uf8ZOXouimh5M { width:18.9375rem;height:3.5996125rem;top:1.9375rem;left:0.53125rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ZPdZ77ZFU5aTtA2BZFu2rJ5NgvyfLaD3 { width:17.75rem;height:3rem;top:6.625rem;left:1.125rem;font-size:0.875rem;color:#f3f1ea;display:block; }
 }@media only screen and (max-width: 763px) { #EOO9odp530vVQtAyLa0sSaTaJZ9KCzTp { display:block; }
 }@media only screen and (max-width: 763px) { #sKNEkFxvh5FVB3NmLMaai90gnqAyeK8O { display:block; }#sKNEkFxvh5FVB3NmLMaai90gnqAyeK8O { background-color: transparent; background-image: none; }#sKNEkFxvh5FVB3NmLMaai90gnqAyeK8O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sKNEkFxvh5FVB3NmLMaai90gnqAyeK8O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sKNEkFxvh5FVB3NmLMaai90gnqAyeK8O > .row .container > .video-iframe-container { display: none; }#sKNEkFxvh5FVB3NmLMaai90gnqAyeK8O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sKNEkFxvh5FVB3NmLMaai90gnqAyeK8O > .row > .video-iframe-container { display: none; }#sKNEkFxvh5FVB3NmLMaai90gnqAyeK8O > .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); }#sKNEkFxvh5FVB3NmLMaai90gnqAyeK8O > .row .container { width:20rem;height:11.3125rem;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lo52Prxt35xIBCTMSvfNJqlpBWSyo4f0 { width:11.4375rem;height:3.3125rem;top:0.75rem;left:4.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVpPq51P03vrizDJQ2l26Mn2XXrgyZTV { display:flex;width:2rem;height:2rem;top:5.3125rem;left:7.5625rem; }
#XVpPq51P03vrizDJQ2l26Mn2XXrgyZTV > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #nE0KxQcFxfFC7PqbfNgphmeDZVDfrB85 { display:flex;width:2rem;height:2rem;top:5.3125rem;left:10.4375rem; }
#nE0KxQcFxfFC7PqbfNgphmeDZVDfrB85 > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #VsWM2MCalvo7C4JyrPzWf81OhXdBXxqt { width:14.3125rem;height:1rem;top:8.5rem;left:2.84375rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }