.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:224,224,239;--color-primary-1:152,152,201;--color-primary-2:49,49,147;--color-primary-3:25,25,74;--color-primary-4:7,7,22;--color-secondary-0:226,226,226;--color-secondary-1:158,158,158;--color-secondary-2:61,61,61;--color-secondary-3:31,31,31;--color-secondary-4:9,9,9;--color-tertiary-0:255,255,255;--color-tertiary-1:255,206,209;--color-tertiary-2:255,93,100;--color-tertiary-3:128,47,50;--color-tertiary-4:25,9,10;--headlines-font-family:"Open Sans";--paragraphs-font-family:"Open Sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG > .row > .video-iframe-container { display: none; }#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG > .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); }#wNGCrTfnUdZ8sToa0WthHkbalgnw1X0F { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/0b2ef488-15d8-498f-8761-c1657f1a1ee5/01_banerprogrampoleceaxpo.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;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;display:block; }#wNGCrTfnUdZ8sToa0WthHkbalgnw1X0F.adaptive-delivery-prevent-bg, #wNGCrTfnUdZ8sToa0WthHkbalgnw1X0F.lazyload, #wNGCrTfnUdZ8sToa0WthHkbalgnw1X0F.lazyloading { background-image: none; }#wNGCrTfnUdZ8sToa0WthHkbalgnw1X0F > .row .container { background-color: transparent; background-image: none; }#wNGCrTfnUdZ8sToa0WthHkbalgnw1X0F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wNGCrTfnUdZ8sToa0WthHkbalgnw1X0F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wNGCrTfnUdZ8sToa0WthHkbalgnw1X0F > .row .container > .video-iframe-container { display: none; }#wNGCrTfnUdZ8sToa0WthHkbalgnw1X0F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wNGCrTfnUdZ8sToa0WthHkbalgnw1X0F > .row > .video-iframe-container { display: none; }#wNGCrTfnUdZ8sToa0WthHkbalgnw1X0F > .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); }#wNGCrTfnUdZ8sToa0WthHkbalgnw1X0F > .row .container { border-width: 0; border-radius: 0; }#wNGCrTfnUdZ8sToa0WthHkbalgnw1X0F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wNGCrTfnUdZ8sToa0WthHkbalgnw1X0F > .row .container { width:75rem;height:41.875rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#aoMHwrJEGh5aFqgZs0wPPDm4wlRii0pu { color:rgba(var(--color-secondary-2),1);display:block;width:28.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:16.75rem;left:6.875rem;height:4.0625rem;font-style:normal;display:block; }
#MKEeacLFZ8rcxpSPhLB8IkiPBVMZV7xR { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;top:36.998046875rem;left:38.875rem;opacity:.84; }
#MKEeacLFZ8rcxpSPhLB8IkiPBVMZV7xR > img { max-width: 100%;max-height:100%; width:3.5rem; height:3.5rem; }#T0zTTxTKh3arfunFhAh4U6Ts595bMHPN { color:rgba(var(--color-secondary-2),1);display:block;width:40.6870384375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:8.625rem;left:6.875rem;height:6.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#on5sFVPlZkCwin3EGU0MJRoMXgnN4Gsn { color:rgba(var(--color-secondary-2),1);display:block;width:29.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:28.0625rem;left:6.875rem;height:;font-style:normal;display:block; }#on5sFVPlZkCwin3EGU0MJRoMXgnN4Gsn li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#on5sFVPlZkCwin3EGU0MJRoMXgnN4Gsn li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_50930ff7ea7ad9e390bde387e7991dc42412b4f8.svg); }
#oTHb5ThNPmeC2tbsqo5iXPX3He9Z7x4I { color:rgba(var(--color-secondary-2),1);display:block;width:31.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:22.4375rem;left:6.875rem;height:4.0625rem;font-style:normal;display:block; }
#WqlJJqHiX7tOJ3oZHovz9u4gZy73w3I7 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:9.75rem;top:1.7421875rem;left:6.3125rem;overflow:hidden;display:block; }
#UhcpLqIvMMPDn154TDs9XH6CE0TXNHV3 { color:rgba(var(--color-secondary-2),1);display:block;width:29.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:34.873046875rem;left:6.875rem;height:2.923825rem;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; }
#L7FgJbuQhBMUJmwWDo4yMrmhE5NOG32v { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.25rem;width:9rem;top:5.9296875rem;left:57.5244140625rem;overflow:hidden;display:block; }
#aPxGMOUEDsgHQpMp39k3yw0yxxMfXaU1 { position:relative;display:none; }#aPxGMOUEDsgHQpMp39k3yw0yxxMfXaU1 { border-width: 0; border-radius: 0; }#aPxGMOUEDsgHQpMp39k3yw0yxxMfXaU1 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#aPxGMOUEDsgHQpMp39k3yw0yxxMfXaU1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#C7dNQDBcqoFUmk4TLRR8v7MiV6BQL6vd { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.8125rem;width:17.75rem;display:none; }
#J11dPKDoBcUKzRy4JRxtst4ximeIzHHz { position:relative;display:block; }#J11dPKDoBcUKzRy4JRxtst4ximeIzHHz { background-color: transparent; background-image: none; }#J11dPKDoBcUKzRy4JRxtst4ximeIzHHz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J11dPKDoBcUKzRy4JRxtst4ximeIzHHz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J11dPKDoBcUKzRy4JRxtst4ximeIzHHz > .row .container > .video-iframe-container { display: none; }#J11dPKDoBcUKzRy4JRxtst4ximeIzHHz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J11dPKDoBcUKzRy4JRxtst4ximeIzHHz > .row > .video-iframe-container { display: none; }#J11dPKDoBcUKzRy4JRxtst4ximeIzHHz > .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); }#J11dPKDoBcUKzRy4JRxtst4ximeIzHHz { border-width: 0; border-radius: 0; }#J11dPKDoBcUKzRy4JRxtst4ximeIzHHz > .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; }#J11dPKDoBcUKzRy4JRxtst4ximeIzHHz > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:86.9375rem;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; }#VQKRdPrH442WpvHNUOZUezsXl47l0m7m { color:rgba(var(--color-primary-2),1);display:block;width:31.499rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.234375rem;left:7.498046875rem;height:3.25rem;font-style:normal;display:block; }
#hkwgLL6NEO34Nhy2wom0mf0vaxvRl9ga { color:#000000;display:block;width:58.1875rem;position:absolute;font-family:"source sans pro";font-size:1.1875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:8.421875rem;left:7.498046875rem;height:12.3476625rem;font-style:normal;display:block; }
#CzITkG7t1dBozu6WTK5o28rw7KeWWXnM { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);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:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: 0.0625rem 0.0625rem 4.5rem rgba(0,0,0,0.35) ;height:4.7495403125rem;width:4.7495403125rem;top:29.525390625rem;left:16.806640625rem;display:block; }
#GkehrGQ8NscJ1INhpmI7SFdiEmlctLyT { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3747701875rem;width:2.4368105rem;top:30.697265625rem;left:17.958984375rem;overflow:hidden;display:block; }
#A2uJL2zvJMm0hRoDi8NyALdNPN19CEw6 { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #ffffff;border-left:0.0625rem dashed #ffffff;border-right:0.0625rem dashed #ffffff;border-bottom:0.0625rem dashed #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0;width:31.25rem;top:51.84765625rem;left:22.9453125rem;display:block; }
#ObpgTRG2TTX2B7xlcTIEwnWlNFXQ2XXm { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #ffffff;border-left:0.0625rem dashed #ffffff;border-right:0.0625rem dashed #ffffff;border-bottom:0.0625rem dashed #ffffff;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.75rem;width:0;top:35.509765625rem;left:18.998046875rem;display:block; }
#zg47cHX7TSD2RuhSqfU28tkV7FwTwgMR { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);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:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: 0.0625rem 0.0625rem 4.5rem rgba(0,0,0,0.35) ;height:4.7495403125rem;width:4.7495403125rem;top:38.03515625rem;left:51.69140625rem;display:block; }
#FXghyRTfKSy2eTp11JIP4m7J6SPvuiHF { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8745403125rem;width:2.9997701875rem;top:38.97265625rem;left:52.56640625rem;overflow:hidden;display:block; }
#f5lxcpdk39BRDkr2c2k6ra5r6IHyuVo9 { color:#000000;display:block;width:31.4993095625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:25.3125rem;left:24.1875rem;height:2.1933625rem;font-style:normal;display:block; }
#kMG7uI3GMxqoGMJU713QOiZvZcMWmDza { color:#000000;display:block;width:27.75rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:28.375rem;left:24.25rem;height:4.38720625rem;font-style:normal;display:block; }
#BuXl92EmTg03fAQ9ox1iyt4nA18RKIR6 { color:#000000;display:block;width:31.4993095625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:42.64453125rem;left:24.3203125rem;height:2.1933625rem;font-style:normal;display:block; }
#mLqgcOHkcyCQLzHve64Gb0gVfs5ZpXip { color:#000000;display:block;width:21.5625rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:45.56005859375rem;left:24.349609375rem;height:2.92480625rem;font-style:normal;display:block; }
#xvwlMvUneMTU1Tc6GWCS7R2GwKRRu0DS { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #ffffff;border-left:0.0625rem dashed #ffffff;border-right:0.0625rem dashed #ffffff;border-bottom:0.0625rem dashed #ffffff;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.75rem;width:0;top:47.84765625rem;left:54.3828125rem;display:block; }
#lNuoNxLSGzlDkWTo1gMRyCe26lTp9xs6 { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-primary-2),1);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:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: 0.0625rem 0.0625rem 4.5rem rgba(0,0,0,0.35) ;height:4.7495403125rem;width:4.7495403125rem;top:49.625rem;left:16.8125rem;display:block; }
#rFaXCptvb8vIrTKxtm8MZK86ABhlTKoF { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.7493105rem;width:2.7493105rem;top:50.625rem;left:17.8125rem;overflow:hidden;display:block; }
#p6FN5KKTkD2qvFTowWGdM7c2h6uwapZd { color:#000000;display:block;width:31.4993095625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:54.60546875rem;left:24.3203125rem;height:2.1933625rem;font-style:normal;display:block; }
#DRQ9EUXQ1qvKtheWyuBlrkdMiOdqLiC7 { color:#000000;display:block;width:30.625rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:57.560546875rem;left:24.07470703125rem;height:4.38720625rem;font-style:normal;display:block; }
#J9FzsvTN3IxBZcOwXq1eqDPVWVb74zFN { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #ffffff;border-left:0.0625rem dashed #ffffff;border-right:0.0625rem dashed #ffffff;border-bottom:0.0625rem dashed #ffffff;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.75rem;width:0;top:44.07421875rem;left:54.37109375rem;display:block; }
#ziXTBRUFPefeDtMKK1FhK5x3BQtxCH4E { box-sizing:content-box;height:17rem;width:41.125rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:64.498046875rem;left:19.248046875rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;display:block; }
#MPHmO9TunJMFJGshqu2uzNl3ZoDB3CSN { color:rgba(var(--color-primary-0),1);display:block;width:33.0605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:67.060546875rem;left:23.4423828125rem;height:2.53125rem;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; }
#kB71Rsywsit6Sza4ioaEClo43E6CdHa2 { color:#3d3d3d;display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:71.31982421875rem;left:25.37451171875rem;height:1.59375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Lp6lGzDoZLvG1IbFOmLLDIKIgJDwvWxg { color:rgba(var(--color-primary-2),1);display:block;width:28.9375rem;position:absolute;font-family:"source sans pro";font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:33.3125rem;left:24.125rem;height:2.76171875rem;font-style:normal;display:block; }
#NoNabvfLGbgiCvKRUXqLBJhHavICVepJ { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #ffffff;border-left:0.0625rem dashed #ffffff;border-right:0.0625rem dashed #ffffff;border-bottom:0.0625rem dashed #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0;width:31.25rem;top:39.572265625rem;left:18.998046875rem;display:block; }
#Z055HGTfO6qEWGOc1pXhcTQEwUPpExuO { color:rgba(var(--color-primary-0),1);display:block;width:33.0605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15022;line-height:1.5;letter-spacing:0;top:70.685546875rem;left:23.4423828125rem;height:;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; }
#nzV1xwwxwkpMrWEZ1gUNMKhSuXwRZxN0 { position:relative;display:block; }#nzV1xwwxwkpMrWEZ1gUNMKhSuXwRZxN0 { background-color: transparent; background-image: none; }#nzV1xwwxwkpMrWEZ1gUNMKhSuXwRZxN0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nzV1xwwxwkpMrWEZ1gUNMKhSuXwRZxN0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nzV1xwwxwkpMrWEZ1gUNMKhSuXwRZxN0 > .row .container > .video-iframe-container { display: none; }#nzV1xwwxwkpMrWEZ1gUNMKhSuXwRZxN0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nzV1xwwxwkpMrWEZ1gUNMKhSuXwRZxN0 > .row > .video-iframe-container { display: none; }#nzV1xwwxwkpMrWEZ1gUNMKhSuXwRZxN0 > .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); }#nzV1xwwxwkpMrWEZ1gUNMKhSuXwRZxN0 { border-width: 0; border-radius: 0; }#nzV1xwwxwkpMrWEZ1gUNMKhSuXwRZxN0 > .row .container > .video-iframe-container { border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem; }#nzV1xwwxwkpMrWEZ1gUNMKhSuXwRZxN0 > .row .container { border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:66.375rem;width:75rem;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;position:relative;display:block; }#M9mqrTuOJfVPtF3Xu0eCoUNxTIsLetHR { position:absolute;display:block;z-index:15000;height:20.6875rem;width:36.9375rem;top:3.125rem;left:37.53125rem;display:block; }
#bKuq7073LpS7l8l7gMJQ6sMLQcT6AMBT { color:rgba(var(--color-secondary-2),1);display:block;width:21.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:11rem;left:2.8125rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pBCuWmOELmAfh5Mp26VkUmbpHnaSkN7T { color:rgba(var(--color-secondary-2),1);display:block;width:32.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:3.125rem;left:2.75rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yIcgky6lfWMbsTrJq1th4eDrT8C261nJ { color:rgba(var(--color-secondary-2),1);display:block;width:21.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:63.125rem;left:45.40625rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Z61XmwhHrDRkCH0bhuhWMg4Ry98WrP1s { position:relative;display:block; }#Z61XmwhHrDRkCH0bhuhWMg4Ry98WrP1s { background-color: transparent; background-image: none; }#Z61XmwhHrDRkCH0bhuhWMg4Ry98WrP1s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z61XmwhHrDRkCH0bhuhWMg4Ry98WrP1s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z61XmwhHrDRkCH0bhuhWMg4Ry98WrP1s > .row .container > .video-iframe-container { display: none; }#Z61XmwhHrDRkCH0bhuhWMg4Ry98WrP1s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z61XmwhHrDRkCH0bhuhWMg4Ry98WrP1s > .row > .video-iframe-container { display: none; }#Z61XmwhHrDRkCH0bhuhWMg4Ry98WrP1s > .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); }#Z61XmwhHrDRkCH0bhuhWMg4Ry98WrP1s { border-width: 0; border-radius: 0; }#Z61XmwhHrDRkCH0bhuhWMg4Ry98WrP1s > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Z61XmwhHrDRkCH0bhuhWMg4Ry98WrP1s > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:3.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#KWTkQbz5VnDFfUZawEQPIrE2QnBEykZO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ececfa;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KWTkQbz5VnDFfUZawEQPIrE2QnBEykZO > .row .container { background-color: transparent; background-image: none; }#KWTkQbz5VnDFfUZawEQPIrE2QnBEykZO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KWTkQbz5VnDFfUZawEQPIrE2QnBEykZO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KWTkQbz5VnDFfUZawEQPIrE2QnBEykZO > .row .container > .video-iframe-container { display: none; }#KWTkQbz5VnDFfUZawEQPIrE2QnBEykZO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KWTkQbz5VnDFfUZawEQPIrE2QnBEykZO > .row > .video-iframe-container { display: none; }#KWTkQbz5VnDFfUZawEQPIrE2QnBEykZO > .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); }#KWTkQbz5VnDFfUZawEQPIrE2QnBEykZO > .row .container { border-width: 0; border-radius: 0; }#KWTkQbz5VnDFfUZawEQPIrE2QnBEykZO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KWTkQbz5VnDFfUZawEQPIrE2QnBEykZO > .row .container { font-size:0.875rem;font-family:arial;height:37.9375rem;width:75rem;position:relative;display:block; }#Ud5yevX8UdBKNp1GPN2yoVyINu0ox4w1 { color:#3d3d3d;display:block;width:30.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:6.3125rem;left:7.5rem;height:2.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oSAPhmySdobwzD0rXRkIsyeVlX0E5EiH .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#oSAPhmySdobwzD0rXRkIsyeVlX0E5EiH .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; }
#oSAPhmySdobwzD0rXRkIsyeVlX0E5EiH .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:1.25rem;color:rgba(var(--color-secondary-2),1); }
#oSAPhmySdobwzD0rXRkIsyeVlX0E5EiH .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);line-height:1.6;overflow:hidden;height:auto;font-weight:300;font-style:normal; }
#oSAPhmySdobwzD0rXRkIsyeVlX0E5EiH .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; }#oSAPhmySdobwzD0rXRkIsyeVlX0E5EiH .accordion-trigger.adaptive-delivery-prevent-bg, #oSAPhmySdobwzD0rXRkIsyeVlX0E5EiH .accordion-trigger.lazyload, #oSAPhmySdobwzD0rXRkIsyeVlX0E5EiH .accordion-trigger.lazyloading { background-image: none; }
#oSAPhmySdobwzD0rXRkIsyeVlX0E5EiH { box-sizing:content-box;height:auto;width:59.625rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15017;background-color:transparent;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:10.888671875rem;left:6.5625rem; }
#oSAPhmySdobwzD0rXRkIsyeVlX0E5EiH #rD9TSHVIpkw2LyrPELwD1f2ASkEHlWR6 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#oSAPhmySdobwzD0rXRkIsyeVlX0E5EiH #hhUyuR3XnE38xcKdmC9px01l3AxpDUPU { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#oSAPhmySdobwzD0rXRkIsyeVlX0E5EiH #AeZnZTX2C6ruUGLVbkxNPSgfrpIJkyTd { display:block;position:relative; }
#oSAPhmySdobwzD0rXRkIsyeVlX0E5EiH #SVdAUm0AtnT1ex1ALFc4165VAvgQWkiT {  }
#oSAPhmySdobwzD0rXRkIsyeVlX0E5EiH #yKVw8T8mmDOHtaSEMocd4KDLS8idV9yM {  }
#oSAPhmySdobwzD0rXRkIsyeVlX0E5EiH #yhyGuiHiRCS2s3zyxZPhzvfKZO4PbyOT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#oSAPhmySdobwzD0rXRkIsyeVlX0E5EiH #L1rl2CJTu8fnZ5zXzTCcpetFy2y0Z671 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#oSAPhmySdobwzD0rXRkIsyeVlX0E5EiH #h3TgIXMfGfovFqv8Lq3ao8rINST7r4pg { display:block;position:relative; }
#oSAPhmySdobwzD0rXRkIsyeVlX0E5EiH #ztCyrNhadSn2qkwAaKUmkHDTgdb0hzlg {  }
#oSAPhmySdobwzD0rXRkIsyeVlX0E5EiH #U04sdH9QXJEGGh3bygshgqvaWC5eJIuF { display:none; }
#oSAPhmySdobwzD0rXRkIsyeVlX0E5EiH #KcM77iwc4PcFCGETL61fQ1Dzr9nX7gZq { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#oSAPhmySdobwzD0rXRkIsyeVlX0E5EiH #g6hKzgDXvo0QDhes5N19wzlidVHHb5ib { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#oSAPhmySdobwzD0rXRkIsyeVlX0E5EiH #ZRdbM2qwEDXE0TScAA3vngkFg7z3TkZs { display:block;position:relative; }
#oSAPhmySdobwzD0rXRkIsyeVlX0E5EiH #boFz6vgSE80USuAL2NALfs6sByKhBIJm {  }
#oSAPhmySdobwzD0rXRkIsyeVlX0E5EiH #VBXyIUnwBbc2VND8VkZNN2WJfDW7iD9s { display:none; }
#oSAPhmySdobwzD0rXRkIsyeVlX0E5EiH #WZESRfbiN3KWJOaMBB3PTceEhJJ974G7 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#oSAPhmySdobwzD0rXRkIsyeVlX0E5EiH #OHuzruWGVRGeeRf9GzOwf2yNqHJtQScZ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#oSAPhmySdobwzD0rXRkIsyeVlX0E5EiH #IoXTGw1XcHqJtkIRQyU8O9uT0ygz66Eo { display:block;position:relative; }
#oSAPhmySdobwzD0rXRkIsyeVlX0E5EiH #QE5uVythpXuRZf62qmt7b2esKzXc0BE7 {  }
#oSAPhmySdobwzD0rXRkIsyeVlX0E5EiH #eoxT6cID1UM5yWpsOaMBsNoHIk3JgOoT { display:none; }
#oSAPhmySdobwzD0rXRkIsyeVlX0E5EiH #gcxUxqncBWyOd0CZEbGoLoT0DaF5D5mg { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#oSAPhmySdobwzD0rXRkIsyeVlX0E5EiH #d5R5WeZLmERbmvUJKgVOWboRnV8kiXB4 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#oSAPhmySdobwzD0rXRkIsyeVlX0E5EiH #U9SuTL53KaupKm7hkxBIbikqz5ax3xl7 { display:block;position:relative; }
#oSAPhmySdobwzD0rXRkIsyeVlX0E5EiH #WkC1AhTFOMQUgo4ofNz9uWx8WfTCtqFq {  }
#oSAPhmySdobwzD0rXRkIsyeVlX0E5EiH #PN9cVecLw39T5rffZNUgTbgfZT6O2hCB { display:none; }
#GXQoNoTfKTTJqOccqDWPTPtaRwTORzVp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GXQoNoTfKTTJqOccqDWPTPtaRwTORzVp > .row .container { background-color: transparent; background-image: none; }#GXQoNoTfKTTJqOccqDWPTPtaRwTORzVp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GXQoNoTfKTTJqOccqDWPTPtaRwTORzVp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GXQoNoTfKTTJqOccqDWPTPtaRwTORzVp > .row .container > .video-iframe-container { display: none; }#GXQoNoTfKTTJqOccqDWPTPtaRwTORzVp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GXQoNoTfKTTJqOccqDWPTPtaRwTORzVp > .row > .video-iframe-container { display: none; }#GXQoNoTfKTTJqOccqDWPTPtaRwTORzVp > .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); }#GXQoNoTfKTTJqOccqDWPTPtaRwTORzVp > .row .container { border-width: 0; border-radius: 0; }#GXQoNoTfKTTJqOccqDWPTPtaRwTORzVp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GXQoNoTfKTTJqOccqDWPTPtaRwTORzVp > .row .container { font-size:0.875rem;font-family:arial;height:5.0625rem;width:75rem;position:relative;display:block; }#lJoFxJ03fpPxVAvHJR9oe1N3ic8mVg4g { color:#f0f0f0;display:block;width:26.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:1.931640625rem;left:24.4375rem;height:1.19970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#abvIq7adHV93ObTv8iG41ZaRbJiEo7ZF { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:7.3125rem;top:1.21875rem;left:2.1875rem;overflow:hidden;display:block; }
#DqJ8KtcyFQlmwuRE2BBsg3U3yRQoI6Wn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:1.5625rem;left:64.375rem; }
#DqJ8KtcyFQlmwuRE2BBsg3U3yRQoI6Wn > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; }#E1MiaXoqAoxFH31qIm6hhZDJoGOMW0WA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:1.5625rem;left:67.25rem; }
#E1MiaXoqAoxFH31qIm6hhZDJoGOMW0WA > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; }#pXyJXIQyDtvhRZ1mkNV7TPKGo6J1797l { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:1.5625rem;left:70.1875rem; }
#pXyJXIQyDtvhRZ1mkNV7TPKGo6J1797l > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wNGCrTfnUdZ8sToa0WthHkbalgnw1X0F { display:block; }#wNGCrTfnUdZ8sToa0WthHkbalgnw1X0F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aoMHwrJEGh5aFqgZs0wPPDm4wlRii0pu { width:28.0625rem;height:4.0625rem;top:16.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKEeacLFZ8rcxpSPhLB8IkiPBVMZV7xR { width:3.5rem;height:3.5rem;top:36.9375rem;left:25.25rem;display:block; }
#MKEeacLFZ8rcxpSPhLB8IkiPBVMZV7xR > img { max-width: 100%;max-height:100%; width:3.5rem; height:3.5rem; } }@media only screen and (max-width: 763px) { #T0zTTxTKh3arfunFhAh4U6Ts595bMHPN { width:40.625rem;height:6.75rem;top:8.625rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #on5sFVPlZkCwin3EGU0MJRoMXgnN4Gsn { top:28.0625rem;left:0rem;width:29.9375rem;height:;font-size:1.125rem;display:block; }#on5sFVPlZkCwin3EGU0MJRoMXgnN4Gsn li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_50930ff7ea7ad9e390bde387e7991dc42412b4f8.svg); }
 }@media only screen and (max-width: 763px) { #oTHb5ThNPmeC2tbsqo5iXPX3He9Z7x4I { width:31.5625rem;height:4rem;top:22.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqlJJqHiX7tOJ3oZHovz9u4gZy73w3I7 { top:1.6875rem;left:0rem;width:9.75rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhcpLqIvMMPDn154TDs9XH6CE0TXNHV3 { top:34.8125rem;left:0rem;width:29.9375rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7FgJbuQhBMUJmwWDo4yMrmhE5NOG32v { top:5.875rem;left:38.75rem;width:9rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPxGMOUEDsgHQpMp39k3yw0yxxMfXaU1 { display:none; }#aPxGMOUEDsgHQpMp39k3yw0yxxMfXaU1 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #C7dNQDBcqoFUmk4TLRR8v7MiV6BQL6vd { width:17.75rem;height:25.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #J11dPKDoBcUKzRy4JRxtst4ximeIzHHz { display:block; }#J11dPKDoBcUKzRy4JRxtst4ximeIzHHz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VQKRdPrH442WpvHNUOZUezsXl47l0m7m { top:2.1875rem;left:0rem;width:31.4375rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkwgLL6NEO34Nhy2wom0mf0vaxvRl9ga { top:8.375rem;left:0rem;width:47.75rem;height:12.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzITkG7t1dBozu6WTK5o28rw7KeWWXnM { top:29.5rem;left:3.181640625rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkehrGQ8NscJ1INhpmI7SFdiEmlctLyT { top:30.6875rem;left:4.333984375rem;width:2.375rem;height:2.3145533854567rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2uJL2zvJMm0hRoDi8NyALdNPN19CEw6 { top:51.8125rem;left:9.3203125rem;width:31.25rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #ObpgTRG2TTX2B7xlcTIEwnWlNFXQ2XXm { top:35.5rem;left:5.373046875rem;width:0;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zg47cHX7TSD2RuhSqfU28tkV7FwTwgMR { top:38rem;left:38.06640625rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXghyRTfKSy2eTp11JIP4m7J6SPvuiHF { top:38.9375rem;left:38.94140625rem;width:2.9375rem;height:2.8150842741112rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5lxcpdk39BRDkr2c2k6ra5r6IHyuVo9 { top:25.3125rem;left:10.5625rem;width:31.4375rem;height:2.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMG7uI3GMxqoGMJU713QOiZvZcMWmDza { top:28.375rem;left:10.625rem;width:27.6875rem;height:4.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuXl92EmTg03fAQ9ox1iyt4nA18RKIR6 { top:42.625rem;left:10.6953125rem;width:31.4375rem;height:2.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLqgcOHkcyCQLzHve64Gb0gVfs5ZpXip { top:45.5rem;left:10.724609375rem;width:21.5625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvwlMvUneMTU1Tc6GWCS7R2GwKRRu0DS { top:47.8125rem;left:40.7578125rem;width:0;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNuoNxLSGzlDkWTo1gMRyCe26lTp9xs6 { top:49.625rem;left:3.1875rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFaXCptvb8vIrTKxtm8MZK86ABhlTKoF { top:50.625rem;left:4.1875rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6FN5KKTkD2qvFTowWGdM7c2h6uwapZd { top:54.5625rem;left:10.6953125rem;width:31.4375rem;height:2.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRQ9EUXQ1qvKtheWyuBlrkdMiOdqLiC7 { top:57.5rem;left:10.44970703125rem;width:30.625rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9FzsvTN3IxBZcOwXq1eqDPVWVb74zFN { top:44.0625rem;left:40.74609375rem;width:0;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziXTBRUFPefeDtMKK1FhK5x3BQtxCH4E { top:64.4375rem;left:5.623046875rem;width:41.125rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPHmO9TunJMFJGshqu2uzNl3ZoDB3CSN { width:33rem;height:2.5rem;top:67rem;left:9.8173828125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kB71Rsywsit6Sza4ioaEClo43E6CdHa2 { width:16.5625rem;height:1.5625rem;top:71.3125rem;left:11.74951171875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lp6lGzDoZLvG1IbFOmLLDIKIgJDwvWxg { top:33.3125rem;left:10.5rem;width:28.9375rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoNabvfLGbgiCvKRUXqLBJhHavICVepJ { top:39.5625rem;left:5.373046875rem;width:31.25rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #Z055HGTfO6qEWGOc1pXhcTQEwUPpExuO { width:33rem;height:;top:70.625rem;left:9.8173828125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzV1xwwxwkpMrWEZ1gUNMKhSuXwRZxN0 { display:block; }#nzV1xwwxwkpMrWEZ1gUNMKhSuXwRZxN0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M9mqrTuOJfVPtF3Xu0eCoUNxTIsLetHR { top:3.125rem;left:10.8125rem;width:36.9375rem;height:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKuq7073LpS7l8l7gMJQ6sMLQcT6AMBT { top:11rem;left:0rem;width:21.6875rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBCuWmOELmAfh5Mp26VkUmbpHnaSkN7T { width:32.0625rem;height:6rem;top:3.125rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIcgky6lfWMbsTrJq1th4eDrT8C261nJ { top:63.125rem;left:24.96875rem;width:21.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z61XmwhHrDRkCH0bhuhWMg4Ry98WrP1s { display:block; }#Z61XmwhHrDRkCH0bhuhWMg4Ry98WrP1s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KWTkQbz5VnDFfUZawEQPIrE2QnBEykZO { display:block; }#KWTkQbz5VnDFfUZawEQPIrE2QnBEykZO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ud5yevX8UdBKNp1GPN2yoVyINu0ox4w1 { width:30.5625rem;height:2.75rem;top:6.3125rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSAPhmySdobwzD0rXRkIsyeVlX0E5EiH .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oSAPhmySdobwzD0rXRkIsyeVlX0E5EiH { display:flex;height:auto;width:27.8125rem;top:16.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oSAPhmySdobwzD0rXRkIsyeVlX0E5EiH #rD9TSHVIpkw2LyrPELwD1f2ASkEHlWR6 {  }
 }@media only screen and (max-width: 763px) { #oSAPhmySdobwzD0rXRkIsyeVlX0E5EiH #hhUyuR3XnE38xcKdmC9px01l3AxpDUPU {  }
 }@media only screen and (max-width: 763px) { #oSAPhmySdobwzD0rXRkIsyeVlX0E5EiH #AeZnZTX2C6ruUGLVbkxNPSgfrpIJkyTd {  }
 }@media only screen and (max-width: 763px) { #oSAPhmySdobwzD0rXRkIsyeVlX0E5EiH #SVdAUm0AtnT1ex1ALFc4165VAvgQWkiT {  }
 }@media only screen and (max-width: 763px) { #oSAPhmySdobwzD0rXRkIsyeVlX0E5EiH #yKVw8T8mmDOHtaSEMocd4KDLS8idV9yM {  }
 }@media only screen and (max-width: 763px) { #oSAPhmySdobwzD0rXRkIsyeVlX0E5EiH #yhyGuiHiRCS2s3zyxZPhzvfKZO4PbyOT {  }
 }@media only screen and (max-width: 763px) { #oSAPhmySdobwzD0rXRkIsyeVlX0E5EiH #L1rl2CJTu8fnZ5zXzTCcpetFy2y0Z671 {  }
 }@media only screen and (max-width: 763px) { #oSAPhmySdobwzD0rXRkIsyeVlX0E5EiH #h3TgIXMfGfovFqv8Lq3ao8rINST7r4pg {  }
 }@media only screen and (max-width: 763px) { #oSAPhmySdobwzD0rXRkIsyeVlX0E5EiH #ztCyrNhadSn2qkwAaKUmkHDTgdb0hzlg {  }
 }@media only screen and (max-width: 763px) { #oSAPhmySdobwzD0rXRkIsyeVlX0E5EiH #U04sdH9QXJEGGh3bygshgqvaWC5eJIuF {  }
 }@media only screen and (max-width: 763px) { #oSAPhmySdobwzD0rXRkIsyeVlX0E5EiH #KcM77iwc4PcFCGETL61fQ1Dzr9nX7gZq {  }
 }@media only screen and (max-width: 763px) { #oSAPhmySdobwzD0rXRkIsyeVlX0E5EiH #g6hKzgDXvo0QDhes5N19wzlidVHHb5ib {  }
 }@media only screen and (max-width: 763px) { #oSAPhmySdobwzD0rXRkIsyeVlX0E5EiH #ZRdbM2qwEDXE0TScAA3vngkFg7z3TkZs {  }
 }@media only screen and (max-width: 763px) { #oSAPhmySdobwzD0rXRkIsyeVlX0E5EiH #boFz6vgSE80USuAL2NALfs6sByKhBIJm {  }
 }@media only screen and (max-width: 763px) { #oSAPhmySdobwzD0rXRkIsyeVlX0E5EiH #VBXyIUnwBbc2VND8VkZNN2WJfDW7iD9s {  }
 }@media only screen and (max-width: 763px) { #oSAPhmySdobwzD0rXRkIsyeVlX0E5EiH #WZESRfbiN3KWJOaMBB3PTceEhJJ974G7 {  }
 }@media only screen and (max-width: 763px) { #oSAPhmySdobwzD0rXRkIsyeVlX0E5EiH #OHuzruWGVRGeeRf9GzOwf2yNqHJtQScZ {  }
 }@media only screen and (max-width: 763px) { #oSAPhmySdobwzD0rXRkIsyeVlX0E5EiH #IoXTGw1XcHqJtkIRQyU8O9uT0ygz66Eo {  }
 }@media only screen and (max-width: 763px) { #oSAPhmySdobwzD0rXRkIsyeVlX0E5EiH #QE5uVythpXuRZf62qmt7b2esKzXc0BE7 {  }
 }@media only screen and (max-width: 763px) { #oSAPhmySdobwzD0rXRkIsyeVlX0E5EiH #eoxT6cID1UM5yWpsOaMBsNoHIk3JgOoT {  }
 }@media only screen and (max-width: 763px) { #oSAPhmySdobwzD0rXRkIsyeVlX0E5EiH #gcxUxqncBWyOd0CZEbGoLoT0DaF5D5mg {  }
 }@media only screen and (max-width: 763px) { #oSAPhmySdobwzD0rXRkIsyeVlX0E5EiH #d5R5WeZLmERbmvUJKgVOWboRnV8kiXB4 {  }
 }@media only screen and (max-width: 763px) { #oSAPhmySdobwzD0rXRkIsyeVlX0E5EiH #U9SuTL53KaupKm7hkxBIbikqz5ax3xl7 {  }
 }@media only screen and (max-width: 763px) { #oSAPhmySdobwzD0rXRkIsyeVlX0E5EiH #WkC1AhTFOMQUgo4ofNz9uWx8WfTCtqFq {  }
 }@media only screen and (max-width: 763px) { #oSAPhmySdobwzD0rXRkIsyeVlX0E5EiH #PN9cVecLw39T5rffZNUgTbgfZT6O2hCB {  }
 }@media only screen and (max-width: 763px) { #GXQoNoTfKTTJqOccqDWPTPtaRwTORzVp { display:block; }#GXQoNoTfKTTJqOccqDWPTPtaRwTORzVp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lJoFxJ03fpPxVAvHJR9oe1N3ic8mVg4g { width:26.125rem;height:1.1875rem;top:1.875rem;left:10.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #abvIq7adHV93ObTv8iG41ZaRbJiEo7ZF { top:1.1875rem;left:0rem;width:7.3125rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqJ8KtcyFQlmwuRE2BBsg3U3yRQoI6Wn { top:1.5625rem;left:45.8125rem;width:1.9375rem;height:1.9375rem;display:block; }
#DqJ8KtcyFQlmwuRE2BBsg3U3yRQoI6Wn > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #E1MiaXoqAoxFH31qIm6hhZDJoGOMW0WA { top:1.5625rem;left:45.8125rem;width:1.9375rem;height:1.9375rem;display:block; }
#E1MiaXoqAoxFH31qIm6hhZDJoGOMW0WA > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #pXyJXIQyDtvhRZ1mkNV7TPKGo6J1797l { top:1.5625rem;left:45.8125rem;width:1.9375rem;height:1.9375rem;display:block; }
#pXyJXIQyDtvhRZ1mkNV7TPKGo6J1797l > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG > .row > .video-iframe-container { display: none; }#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG > .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); } }@media only screen and (max-width: 763px) { #wNGCrTfnUdZ8sToa0WthHkbalgnw1X0F { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wNGCrTfnUdZ8sToa0WthHkbalgnw1X0F > .row .container { background-color: transparent; background-image: none; }#wNGCrTfnUdZ8sToa0WthHkbalgnw1X0F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wNGCrTfnUdZ8sToa0WthHkbalgnw1X0F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wNGCrTfnUdZ8sToa0WthHkbalgnw1X0F > .row .container > .video-iframe-container { display: none; }#wNGCrTfnUdZ8sToa0WthHkbalgnw1X0F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wNGCrTfnUdZ8sToa0WthHkbalgnw1X0F > .row > .video-iframe-container { display: none; }#wNGCrTfnUdZ8sToa0WthHkbalgnw1X0F > .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); }#wNGCrTfnUdZ8sToa0WthHkbalgnw1X0F > .row .container { border-width: 0; border-radius: 0; }#wNGCrTfnUdZ8sToa0WthHkbalgnw1X0F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wNGCrTfnUdZ8sToa0WthHkbalgnw1X0F > .row .container { width:20rem;height:39.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aoMHwrJEGh5aFqgZs0wPPDm4wlRii0pu { width:20rem;height:4.875rem;top:11.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKEeacLFZ8rcxpSPhLB8IkiPBVMZV7xR { width:2rem;height:2rem;top:36rem;left:9rem;display:block; }
#MKEeacLFZ8rcxpSPhLB8IkiPBVMZV7xR > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #T0zTTxTKh3arfunFhAh4U6Ts595bMHPN { width:20rem;height:4.3994125rem;top:6.1875rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #on5sFVPlZkCwin3EGU0MJRoMXgnN4Gsn { width:20rem;height:7.937rem;top:23.25rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#on5sFVPlZkCwin3EGU0MJRoMXgnN4Gsn li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_50930ff7ea7ad9e390bde387e7991dc42412b4f8.svg); }
 }@media only screen and (max-width: 763px) { #oTHb5ThNPmeC2tbsqo5iXPX3He9Z7x4I { width:20rem;height:3.25rem;top:17.875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqlJJqHiX7tOJ3oZHovz9u4gZy73w3I7 { width:7.5rem;height:3.5625rem;top:1rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #UhcpLqIvMMPDn154TDs9XH6CE0TXNHV3 { width:20rem;height:3.8984375rem;top:33.375rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #L7FgJbuQhBMUJmwWDo4yMrmhE5NOG32v { width:7.875rem;height:11.5rem;top:39.25rem;left:6.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aPxGMOUEDsgHQpMp39k3yw0yxxMfXaU1 { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/038bf590-4de5-49c1-8f2e-d43e4e7c5689/mobile_banerpolecenia.jpg");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;display:block; }#aPxGMOUEDsgHQpMp39k3yw0yxxMfXaU1.adaptive-delivery-prevent-bg, #aPxGMOUEDsgHQpMp39k3yw0yxxMfXaU1.lazyload, #aPxGMOUEDsgHQpMp39k3yw0yxxMfXaU1.lazyloading { background-image: none; }#aPxGMOUEDsgHQpMp39k3yw0yxxMfXaU1 > .row .container { background-color: transparent; background-image: none; }#aPxGMOUEDsgHQpMp39k3yw0yxxMfXaU1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aPxGMOUEDsgHQpMp39k3yw0yxxMfXaU1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aPxGMOUEDsgHQpMp39k3yw0yxxMfXaU1 > .row .container > .video-iframe-container { display: none; }#aPxGMOUEDsgHQpMp39k3yw0yxxMfXaU1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aPxGMOUEDsgHQpMp39k3yw0yxxMfXaU1 > .row > .video-iframe-container { display: none; }#aPxGMOUEDsgHQpMp39k3yw0yxxMfXaU1 > .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); }#aPxGMOUEDsgHQpMp39k3yw0yxxMfXaU1 > .row .container { border-width: 0; border-radius: 0; }#aPxGMOUEDsgHQpMp39k3yw0yxxMfXaU1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aPxGMOUEDsgHQpMp39k3yw0yxxMfXaU1 > .row .container { width:20rem;height:17.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C7dNQDBcqoFUmk4TLRR8v7MiV6BQL6vd { top:0.625rem;left:0rem;width:6.875rem;height:10.0625rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #J11dPKDoBcUKzRy4JRxtst4ximeIzHHz { display:block; }#J11dPKDoBcUKzRy4JRxtst4ximeIzHHz > .row .container { width:20rem;height:120.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VQKRdPrH442WpvHNUOZUezsXl47l0m7m { width:20rem;height:2.5996125rem;top:3.39990234375rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hkwgLL6NEO34Nhy2wom0mf0vaxvRl9ga { width:20rem;height:24.69530625rem;top:9.3125rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CzITkG7t1dBozu6WTK5o28rw7KeWWXnM { width:4.75rem;height:4.75rem;top:36.75rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkehrGQ8NscJ1INhpmI7SFdiEmlctLyT { width:2.875rem;height:2.8125rem;top:37.6875rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2uJL2zvJMm0hRoDi8NyALdNPN19CEw6 { width:19.875rem;height:0;top:51.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ObpgTRG2TTX2B7xlcTIEwnWlNFXQ2XXm { width:0;height:3.75rem;top:35.5rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zg47cHX7TSD2RuhSqfU28tkV7FwTwgMR { width:4.75rem;height:4.75rem;top:59.625rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXghyRTfKSy2eTp11JIP4m7J6SPvuiHF { width:3.3125rem;height:3.375rem;top:60.3125rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5lxcpdk39BRDkr2c2k6ra5r6IHyuVo9 { width:20rem;height:2.03125rem;top:42.4375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kMG7uI3GMxqoGMJU713QOiZvZcMWmDza { width:20rem;height:5.8496125rem;top:44.625rem;left:0.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BuXl92EmTg03fAQ9ox1iyt4nA18RKIR6 { width:20rem;height:4.0625rem;top:65.375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mLqgcOHkcyCQLzHve64Gb0gVfs5ZpXip { width:20rem;height:2.92480625rem;top:70rem;left:-0.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xvwlMvUneMTU1Tc6GWCS7R2GwKRRu0DS { width:0;height:3.75rem;top:47.8125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lNuoNxLSGzlDkWTo1gMRyCe26lTp9xs6 { width:4.75rem;height:4.75rem;top:75.75rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFaXCptvb8vIrTKxtm8MZK86ABhlTKoF { width:3.0625rem;height:3.0625rem;top:76.5625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6FN5KKTkD2qvFTowWGdM7c2h6uwapZd { width:20rem;height:4.0625rem;top:81.1875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DRQ9EUXQ1qvKtheWyuBlrkdMiOdqLiC7 { width:20rem;height:7.312rem;top:86rem;left:-0.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J9FzsvTN3IxBZcOwXq1eqDPVWVb74zFN { width:0;height:3.75rem;top:44.0625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ziXTBRUFPefeDtMKK1FhK5x3BQtxCH4E { width:20rem;height:20.25rem;top:94.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPHmO9TunJMFJGshqu2uzNl3ZoDB3CSN { width:20rem;height:2.34375rem;top:96.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kB71Rsywsit6Sza4ioaEClo43E6CdHa2 { width:17.1875rem;height:1.59375rem;top:101.375rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lp6lGzDoZLvG1IbFOmLLDIKIgJDwvWxg { width:20rem;height:4.142575rem;top:52.75rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NoNabvfLGbgiCvKRUXqLBJhHavICVepJ { width:19.875rem;height:0;top:39.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z055HGTfO6qEWGOc1pXhcTQEwUPpExuO { width:18.25rem;height:12.75rem;top:99.75rem;left:0.875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzV1xwwxwkpMrWEZ1gUNMKhSuXwRZxN0 { display:block; }#nzV1xwwxwkpMrWEZ1gUNMKhSuXwRZxN0 > .row .container { width:20rem;height:104.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M9mqrTuOJfVPtF3Xu0eCoUNxTIsLetHR { width:17.5625rem;height:20.6875rem;top:15.4375rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKuq7073LpS7l8l7gMJQ6sMLQcT6AMBT { width:17.4375rem;height:2.5996125rem;top:10.6875rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pBCuWmOELmAfh5Mp26VkUmbpHnaSkN7T { width:20rem;height:7.19970625rem;top:2.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIcgky6lfWMbsTrJq1th4eDrT8C261nJ { width:20rem;height:2.5996125rem;top:101.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z61XmwhHrDRkCH0bhuhWMg4Ry98WrP1s { display:block; }#Z61XmwhHrDRkCH0bhuhWMg4Ry98WrP1s > .row .container { width:20rem;height:2.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KWTkQbz5VnDFfUZawEQPIrE2QnBEykZO { background-color:#ececfa;background-image:none;display:block; }#KWTkQbz5VnDFfUZawEQPIrE2QnBEykZO > .row .container { background-color: transparent; background-image: none; }#KWTkQbz5VnDFfUZawEQPIrE2QnBEykZO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KWTkQbz5VnDFfUZawEQPIrE2QnBEykZO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KWTkQbz5VnDFfUZawEQPIrE2QnBEykZO > .row .container > .video-iframe-container { display: none; }#KWTkQbz5VnDFfUZawEQPIrE2QnBEykZO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KWTkQbz5VnDFfUZawEQPIrE2QnBEykZO > .row > .video-iframe-container { display: none; }#KWTkQbz5VnDFfUZawEQPIrE2QnBEykZO > .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); }#KWTkQbz5VnDFfUZawEQPIrE2QnBEykZO > .row .container { width:20rem;height:44.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ud5yevX8UdBKNp1GPN2yoVyINu0ox4w1 { width:20rem;height:2.1308625rem;top:2.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSAPhmySdobwzD0rXRkIsyeVlX0E5EiH .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oSAPhmySdobwzD0rXRkIsyeVlX0E5EiH .accordion-heading-text { line-height:1.3;overflow:hidden;height:auto; }
#oSAPhmySdobwzD0rXRkIsyeVlX0E5EiH .accordion-desc-text { font-weight:300;font-style:normal; }
#oSAPhmySdobwzD0rXRkIsyeVlX0E5EiH { display:flex;height:auto;width:17.5rem;top:4.943359375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oSAPhmySdobwzD0rXRkIsyeVlX0E5EiH #rD9TSHVIpkw2LyrPELwD1f2ASkEHlWR6 {  }
 }@media only screen and (max-width: 763px) { #oSAPhmySdobwzD0rXRkIsyeVlX0E5EiH #hhUyuR3XnE38xcKdmC9px01l3AxpDUPU {  }
 }@media only screen and (max-width: 763px) { #oSAPhmySdobwzD0rXRkIsyeVlX0E5EiH #AeZnZTX2C6ruUGLVbkxNPSgfrpIJkyTd {  }
 }@media only screen and (max-width: 763px) { #oSAPhmySdobwzD0rXRkIsyeVlX0E5EiH #SVdAUm0AtnT1ex1ALFc4165VAvgQWkiT {  }
 }@media only screen and (max-width: 763px) { #oSAPhmySdobwzD0rXRkIsyeVlX0E5EiH #yKVw8T8mmDOHtaSEMocd4KDLS8idV9yM {  }
 }@media only screen and (max-width: 763px) { #oSAPhmySdobwzD0rXRkIsyeVlX0E5EiH #yhyGuiHiRCS2s3zyxZPhzvfKZO4PbyOT {  }
 }@media only screen and (max-width: 763px) { #oSAPhmySdobwzD0rXRkIsyeVlX0E5EiH #L1rl2CJTu8fnZ5zXzTCcpetFy2y0Z671 {  }
 }@media only screen and (max-width: 763px) { #oSAPhmySdobwzD0rXRkIsyeVlX0E5EiH #h3TgIXMfGfovFqv8Lq3ao8rINST7r4pg {  }
 }@media only screen and (max-width: 763px) { #oSAPhmySdobwzD0rXRkIsyeVlX0E5EiH #ztCyrNhadSn2qkwAaKUmkHDTgdb0hzlg {  }
 }@media only screen and (max-width: 763px) { #oSAPhmySdobwzD0rXRkIsyeVlX0E5EiH #U04sdH9QXJEGGh3bygshgqvaWC5eJIuF {  }
 }@media only screen and (max-width: 763px) { #oSAPhmySdobwzD0rXRkIsyeVlX0E5EiH #KcM77iwc4PcFCGETL61fQ1Dzr9nX7gZq {  }
 }@media only screen and (max-width: 763px) { #oSAPhmySdobwzD0rXRkIsyeVlX0E5EiH #g6hKzgDXvo0QDhes5N19wzlidVHHb5ib {  }
 }@media only screen and (max-width: 763px) { #oSAPhmySdobwzD0rXRkIsyeVlX0E5EiH #ZRdbM2qwEDXE0TScAA3vngkFg7z3TkZs {  }
 }@media only screen and (max-width: 763px) { #oSAPhmySdobwzD0rXRkIsyeVlX0E5EiH #boFz6vgSE80USuAL2NALfs6sByKhBIJm {  }
 }@media only screen and (max-width: 763px) { #oSAPhmySdobwzD0rXRkIsyeVlX0E5EiH #VBXyIUnwBbc2VND8VkZNN2WJfDW7iD9s {  }
 }@media only screen and (max-width: 763px) { #oSAPhmySdobwzD0rXRkIsyeVlX0E5EiH #WZESRfbiN3KWJOaMBB3PTceEhJJ974G7 {  }
 }@media only screen and (max-width: 763px) { #oSAPhmySdobwzD0rXRkIsyeVlX0E5EiH #OHuzruWGVRGeeRf9GzOwf2yNqHJtQScZ {  }
 }@media only screen and (max-width: 763px) { #oSAPhmySdobwzD0rXRkIsyeVlX0E5EiH #IoXTGw1XcHqJtkIRQyU8O9uT0ygz66Eo {  }
 }@media only screen and (max-width: 763px) { #oSAPhmySdobwzD0rXRkIsyeVlX0E5EiH #QE5uVythpXuRZf62qmt7b2esKzXc0BE7 {  }
 }@media only screen and (max-width: 763px) { #oSAPhmySdobwzD0rXRkIsyeVlX0E5EiH #eoxT6cID1UM5yWpsOaMBsNoHIk3JgOoT {  }
 }@media only screen and (max-width: 763px) { #oSAPhmySdobwzD0rXRkIsyeVlX0E5EiH #gcxUxqncBWyOd0CZEbGoLoT0DaF5D5mg {  }
 }@media only screen and (max-width: 763px) { #oSAPhmySdobwzD0rXRkIsyeVlX0E5EiH #d5R5WeZLmERbmvUJKgVOWboRnV8kiXB4 {  }
 }@media only screen and (max-width: 763px) { #oSAPhmySdobwzD0rXRkIsyeVlX0E5EiH #U9SuTL53KaupKm7hkxBIbikqz5ax3xl7 {  }
 }@media only screen and (max-width: 763px) { #oSAPhmySdobwzD0rXRkIsyeVlX0E5EiH #WkC1AhTFOMQUgo4ofNz9uWx8WfTCtqFq {  }
 }@media only screen and (max-width: 763px) { #oSAPhmySdobwzD0rXRkIsyeVlX0E5EiH #PN9cVecLw39T5rffZNUgTbgfZT6O2hCB {  }
 }@media only screen and (max-width: 763px) { #GXQoNoTfKTTJqOccqDWPTPtaRwTORzVp { display:block; }#GXQoNoTfKTTJqOccqDWPTPtaRwTORzVp > .row .container { width:20rem;height:12.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lJoFxJ03fpPxVAvHJR9oe1N3ic8mVg4g { width:15rem;height:2rem;top:5.25rem;left:2.5rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #abvIq7adHV93ObTv8iG41ZaRbJiEo7ZF { width:6.5rem;height:2.25rem;top:2rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqJ8KtcyFQlmwuRE2BBsg3U3yRQoI6Wn { display:flex;width:1.9375rem;height:1.9375rem;top:8.8125rem;left:5.8125rem; }
#DqJ8KtcyFQlmwuRE2BBsg3U3yRQoI6Wn > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #E1MiaXoqAoxFH31qIm6hhZDJoGOMW0WA { display:flex;width:1.9375rem;height:1.9375rem;top:8.8125rem;left:9.03125rem; }
#E1MiaXoqAoxFH31qIm6hhZDJoGOMW0WA > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #pXyJXIQyDtvhRZ1mkNV7TPKGo6J1797l { display:flex;width:1.9375rem;height:1.9375rem;top:8.8125rem;left:12.375rem; }
#pXyJXIQyDtvhRZ1mkNV7TPKGo6J1797l > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }