.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:218,218,255;--color-primary-1:144,145,255;--color-primary-2:70,72,255;--color-primary-3:60,60,118;--color-primary-4:44,44,86;--color-secondary-0:250,250,250;--color-secondary-1:247,247,247;--color-secondary-2:44,44,44;--color-secondary-3:40,40,40;--color-secondary-4:32,32,32;--color-tertiary-0:255,255,255;--color-tertiary-1:247,247,247;--color-tertiary-2:234,234,234;--color-tertiary-3:231,231,231;--color-tertiary-4:0,0,0;--headlines-font-family:"Roboto Slab";--paragraphs-font-family:"Plus Jakarta Sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-secondary-4),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MJTcD4taqO7bVmLUfTHLFKzLWvzkCfdL { position:relative;display:none; }#MJTcD4taqO7bVmLUfTHLFKzLWvzkCfdL { border-width: 0; border-radius: 0; }#MJTcD4taqO7bVmLUfTHLFKzLWvzkCfdL > .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; }#MJTcD4taqO7bVmLUfTHLFKzLWvzkCfdL > .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; }#TNfH3cFSkpbRaopZKJ8ckK7g9UU7KsZG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#t5NTfZ7tC7lKLK3RXsd4MWpSRcucGH9S { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.375rem;top:7.0625rem;left:5.75rem;display:none; }
#tczSWfqqJlm8Whedf1rQMDIedmFPBXmh { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.375rem;top:9.8125rem;left:5.75rem;display:none; }
#UgyRwUiCbLCRhTWALBF0CENv05MRKMHu { color:rgba(var(--color-tertiary-4),1);display:block;width:7.875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.375rem;top:13.4375rem;left:10.375rem;display:none; }
#dU69ZklnoumpfswweyZSvUJvS4IzAps8 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.375rem;top:16.8125rem;left:5.8125rem;display:none; }
#XqUEF0Fa4ZaSp2naEBAn3lrOImVW9HwN { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:7.25rem;top:1.8125rem;left:2rem;overflow:hidden;display:none; }
#CVqmWTTn1oLfX4kkMUMNxeK6LgzA3RkZ { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;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(--headlines-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:3.6875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.4375rem;left:61.875rem;display:none; }
#M9i2SNneRMExy7eWBVZGLZXK8hCMJTHH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kAwJnZFOuavqOu95ogBrKcDqoP6xmirH { color:rgba(var(--color-tertiary-4),1);display:block;width:7.875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.375rem;top:15.3125rem;left:10.9375rem;display:none; }
#wIfBgIHBzeUAat8I9Wc4EWE7KDkhyXr6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wIfBgIHBzeUAat8I9Wc4EWE7KDkhyXr6 > .row .container { background-color: transparent; background-image: none; }#wIfBgIHBzeUAat8I9Wc4EWE7KDkhyXr6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wIfBgIHBzeUAat8I9Wc4EWE7KDkhyXr6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wIfBgIHBzeUAat8I9Wc4EWE7KDkhyXr6 > .row .container > .video-iframe-container { display: none; }#wIfBgIHBzeUAat8I9Wc4EWE7KDkhyXr6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wIfBgIHBzeUAat8I9Wc4EWE7KDkhyXr6 > .row > .video-iframe-container { display: none; }#wIfBgIHBzeUAat8I9Wc4EWE7KDkhyXr6 > .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); }#wIfBgIHBzeUAat8I9Wc4EWE7KDkhyXr6 > .row .container { border-width: 0; border-radius: 0; }#wIfBgIHBzeUAat8I9Wc4EWE7KDkhyXr6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wIfBgIHBzeUAat8I9Wc4EWE7KDkhyXr6 > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#yaN3Mvva31sVHRcqWnnoEuTpZroiseTi { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:7.25rem;top:1.8125rem;left:2rem;overflow:hidden;display:block; }
#cLaalX60hiIRLCkTUynpPtQ2zXE7awTg { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-1),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:7.4375rem;height:3.75rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:1.25rem;left:54.5625rem;display:block; }
#It6COLcgEEbcL5DEUgICAKAliaQrC4Ur { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iLqWkDCe40wBOzwNT1E1qBuixHNnzhbc { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-1),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:7.4375rem;height:3.75rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:1.25rem;left:38.8125rem;display:block; }
#A734Xi46ACfty3hLImVOJTcyREEsIaLK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e5FlJ2V1SvCxvFpEXdh5O3DgOg6t9fLL { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-1),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:7.4375rem;height:3.75rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:1.25rem;left:30.625rem;display:block; }
#fP7aFcZEBGmew6tL5ytKqiaVREi6grnp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yx0o6TkVoP1SVMPDHoID3Od7tk9MSIH1 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-1),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:6.1875rem;height:3.75rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:1.25rem;left:24.25rem;display:block; }
#heeTocQ1TdhovxAc2qGWATEpMa5yC12Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DhqkWwoyVyWWCiqalSTPXw37RHhRRNHV { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;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(--headlines-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:3rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.5625rem;left:63.125rem;display:block; }
#Hn77mzBMCMmc8a4wFw9AqBupnV1uEWfD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IPKLC3GOrqhpdlHnMNXeke78O95Uw6Cw { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-1),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:7.4375rem;height:3.75rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:1.25rem;left:46.75rem;display:block; }
#C2WTpTqq4vANZBfclyC2OZtc6tW4Upyc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IBbiaOXbwB3eVwoTnzyz7AnB6Ut4P6L4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3a3a3a;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; }#IBbiaOXbwB3eVwoTnzyz7AnB6Ut4P6L4 > .row .container { background-color: transparent; background-image: none; }#IBbiaOXbwB3eVwoTnzyz7AnB6Ut4P6L4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IBbiaOXbwB3eVwoTnzyz7AnB6Ut4P6L4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IBbiaOXbwB3eVwoTnzyz7AnB6Ut4P6L4 > .row .container > .video-iframe-container { display: none; }#IBbiaOXbwB3eVwoTnzyz7AnB6Ut4P6L4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IBbiaOXbwB3eVwoTnzyz7AnB6Ut4P6L4 > .row > .video-iframe-container { display: none; }#IBbiaOXbwB3eVwoTnzyz7AnB6Ut4P6L4 > .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); }#IBbiaOXbwB3eVwoTnzyz7AnB6Ut4P6L4 > .row .container { border-width: 0; border-radius: 0; }#IBbiaOXbwB3eVwoTnzyz7AnB6Ut4P6L4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IBbiaOXbwB3eVwoTnzyz7AnB6Ut4P6L4 > .row .container { font-size:0.875rem;font-family:arial;height:0.0625rem;width:75rem;position:relative;display:block; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c27a000e-7981-4539-af9d-402dc0793119/Evento11CongressoOdontopediatriaSoPauloDia1450.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl.adaptive-delivery-prevent-bg, #FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl.lazyload, #FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl.lazyloading { background-image: none; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container { border-width: 0; border-radius: 0; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container { font-size:0.875rem;font-family:lato;height:39.5625rem;width:75rem;overflow:visible;position:relative;display:none; }#AnMcBto3J0Moi6RuAFHOPL552ggLZFUu { color:rgba(var(--color-tertiary-1),1);display:block;width:53.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:22.331251144409rem;left:10.6875rem;height:2.34375rem;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;text-align:center;text-align-last:center;display:block; }
#x0US93ZIST6hFygFT7WbrOPGvH28UdzM { 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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.375rem;height:3.4375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:28.8125rem;left:38rem;display:block; }
#V8QkKGZmpedf63k5Wv6gX2T0nF4lGycM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GDNUySXEvXxfuany0UObJMUTvr5T0OXe { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f6f6f6;border-left:0.0625rem solid #f6f6f6;border-right:0.0625rem solid #f6f6f6;border-bottom:0.0625rem solid #f6f6f6;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.375rem;height:3.3375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:28.875rem;left:23.6875rem;display:block; }
#MmLdhnufWVRmNyTTMFXRiVmSOznsgJm2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kubLXMiyeWyuBBkmLqQ6lDmnLiuMWG5Q { color:rgba(var(--color-tertiary-1),1);display:block;width:53.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.5625rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.63);top:10.9375rem;left:10.6875rem;height:10.0375rem;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;text-align:center;text-align-last:center;display:block; }
#iWp2NTSdtbngkzyUD5g0N37IrueeK8qc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#FikuKK6EsrM6BZ6I7WdPcNomdeg9g0ow { position:absolute;display:block;z-index:15022;height:3.1875rem;width:5.6875rem;top:28.9375rem;left:5.90625rem;display:block; }
#wDxIb4oy8CrHrWBSzLgm5VDdCsW1fPea { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#wDxIb4oy8CrHrWBSzLgm5VDdCsW1fPea > .row .container { background-color: transparent; background-image: none; }#wDxIb4oy8CrHrWBSzLgm5VDdCsW1fPea::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(11,9,28,0.49); }#wDxIb4oy8CrHrWBSzLgm5VDdCsW1fPea > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wDxIb4oy8CrHrWBSzLgm5VDdCsW1fPea > .row .container > .video-iframe-container { display: none; }#wDxIb4oy8CrHrWBSzLgm5VDdCsW1fPea > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(11,9,28,0.49); }#wDxIb4oy8CrHrWBSzLgm5VDdCsW1fPea > .row > .video-iframe-container { display: block; }#wDxIb4oy8CrHrWBSzLgm5VDdCsW1fPea > .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); }#wDxIb4oy8CrHrWBSzLgm5VDdCsW1fPea > .row .container { border-width: 0; border-radius: 0; }#wDxIb4oy8CrHrWBSzLgm5VDdCsW1fPea::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#wDxIb4oy8CrHrWBSzLgm5VDdCsW1fPea > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#wDxIb4oy8CrHrWBSzLgm5VDdCsW1fPea > .row .container { font-size:0.875rem;font-family:lato;height:39.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#ZICOwfugobKgpQHSJITmSBpDpuU8rvDT { color:rgba(var(--color-tertiary-1),1);display:block;width:53.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:22.331251144409rem;left:10.6875rem;height:2.33333325rem;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;text-align:center;text-align-last:center;display:block; }
#m9bi86zRgaIkmTA0fp6Le0Fv7Dk3XP6M { 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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.375rem;height:3.4375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:28.8125rem;left:38rem;display:block; }
#qQ1KiDxzD8crisIa9zoszzW3BP8K6APQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XRI41ttOmRR10NpLfDehpfc1xKfrr3iR { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f6f6f6;border-left:0.0625rem solid #f6f6f6;border-right:0.0625rem solid #f6f6f6;border-bottom:0.0625rem solid #f6f6f6;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.375rem;height:3.3375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:28.875rem;left:23.6875rem;display:block; }
#cLRWtluJwL2l0zNMVzXyDku9nlgpQ1H6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ze2vNt5sJ1ZGQWssEh6bZ0r9rxVKDKdb { color:rgba(var(--color-tertiary-1),1);display:block;width:53.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.5625rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.63);top:10.9375rem;left:10.6875rem;height:10rem;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;text-align:center;text-align-last:center;display:block; }
#iJilMMwI4p1DR9h4CX3oqX3v6UPXGUMQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#gmcinZ1ZyIJsdhvk3zvE4xuMuDzxp0xC { position:absolute;display:block;z-index:15022;height:3.1875rem;width:5.6875rem;top:28.9375rem;left:5.90625rem;display:block; }
#Ps2vBdo8fsvd0Sya1ygHAsxeKHXui7HK { background-color:rgba(var(--color-secondary-4),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Ps2vBdo8fsvd0Sya1ygHAsxeKHXui7HK > .row .container { background-color: transparent; background-image: none; }#Ps2vBdo8fsvd0Sya1ygHAsxeKHXui7HK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ps2vBdo8fsvd0Sya1ygHAsxeKHXui7HK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ps2vBdo8fsvd0Sya1ygHAsxeKHXui7HK > .row .container > .video-iframe-container { display: none; }#Ps2vBdo8fsvd0Sya1ygHAsxeKHXui7HK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ps2vBdo8fsvd0Sya1ygHAsxeKHXui7HK > .row > .video-iframe-container { display: none; }#Ps2vBdo8fsvd0Sya1ygHAsxeKHXui7HK > .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); }#Ps2vBdo8fsvd0Sya1ygHAsxeKHXui7HK > .row .container { border-width: 0; border-radius: 0; }#Ps2vBdo8fsvd0Sya1ygHAsxeKHXui7HK > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Ps2vBdo8fsvd0Sya1ygHAsxeKHXui7HK > .row .container { font-size:0.875rem;font-family:lato;height:50.125rem;width:75rem;overflow:visible;position:relative;display:block; }#eOsmgOebkloTWMnS3r7Ol5LThnQWvKqh { color:rgba(var(--color-tertiary-2),1);display:block;width:51.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.7;letter-spacing:0;top:17.125rem;left:11.9375rem;height:3.33333325rem;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:center;text-align-last:center;display:block; }
#ehGSci2zsMOgnsPMnwwFDaDo2T3P7F7a { box-sizing:content-box;height:8.1875rem;width:8.25rem;position:absolute;display:block;z-index:15017;background-color:#3c66a2;background-image:url("https://images.assets-landingi.com/uc/12fb79e4-52e1-48ff-a90a-2e75eb05e3af/IMG_3206.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:25.625rem;left:5.75rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }#ehGSci2zsMOgnsPMnwwFDaDo2T3P7F7a.adaptive-delivery-prevent-bg, #ehGSci2zsMOgnsPMnwwFDaDo2T3P7F7a.lazyload, #ehGSci2zsMOgnsPMnwwFDaDo2T3P7F7a.lazyloading { background-image: none; }
#bvxMBffbBmW37Q7nnsr9Z0PitKaJ4JFr { color:rgba(var(--color-tertiary-1),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15015;line-height:1.7;letter-spacing:0;top:28.5625rem;left:15.4375rem;height:4.75rem;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;font-style:normal;display:block; }
#vtKEn9KgZKbq2wepzbyiLZEQIhH0TdPR { color:rgba(var(--color-tertiary-0),1);display:block;width:17rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:26.375rem;left:15.4375rem;height:1.5rem;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;font-style:normal;display:block; }
#LDH58y0y01KsirIVb7DfiteZf58ioLtR { position:absolute;display:block;z-index:15036;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:6.375rem;width:6.375rem;top:2.4873046875rem;left:34.0625rem;overflow:hidden;display:block; }
#TPLIaHJPqJcbPSotmeNXG2MCl5mySibL { box-sizing:content-box;height:8.1875rem;width:8.25rem;position:absolute;display:block;z-index:15020;background-color:#3a3d41;background-image:url("https://images.assets-landingi.com/uc/f1b113a2-e1d6-4c2c-89b4-e0afd59d9804/imagem_20250219_122318718.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:25.625rem;left:38.6875rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }#TPLIaHJPqJcbPSotmeNXG2MCl5mySibL.adaptive-delivery-prevent-bg, #TPLIaHJPqJcbPSotmeNXG2MCl5mySibL.lazyload, #TPLIaHJPqJcbPSotmeNXG2MCl5mySibL.lazyloading { background-image: none; }
#QtD85Kc56yCT2NUHyRUITiz0G6WhTdgn { color:rgba(var(--color-tertiary-1),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15018;line-height:1.7;letter-spacing:0;top:28.5rem;left:48.375rem;height:3.16666675rem;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;font-style:normal;display:block; }
#BFyepIZfQuTafP1Bz6MQkQ1A7BDQ1AUd { color:rgba(var(--color-tertiary-0),1);display:block;width:17rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:26.375rem;left:48.375rem;height:1.5rem;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;font-style:normal;display:block; }
#IFxhzPGVeANGIshVcqnlvQqbdidIr3Ts { box-sizing:content-box;height:8.1875rem;width:8.25rem;position:absolute;display:block;z-index:15026;background-color:#607ba0;background-image:url("https://images.assets-landingi.com/uc/69cf8993-ba8a-426c-aaef-2b9c429b6c93/IMG_3073.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:37.75rem;left:38.6875rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }#IFxhzPGVeANGIshVcqnlvQqbdidIr3Ts.adaptive-delivery-prevent-bg, #IFxhzPGVeANGIshVcqnlvQqbdidIr3Ts.lazyload, #IFxhzPGVeANGIshVcqnlvQqbdidIr3Ts.lazyloading { background-image: none; }
#i5vVigixUz9Rep45oiFBRvPqoZK0X5Fi { color:rgba(var(--color-tertiary-1),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15021;line-height:1.7;letter-spacing:0;top:40.875rem;left:15.4375rem;height:3.16666675rem;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;font-style:normal;display:block; }
#tT8UT8kPlHF8xz59y0DoArlirHoVgmld { color:rgba(var(--color-tertiary-1),1);display:block;width:20.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15024;line-height:1.7;letter-spacing:0;top:40.875rem;left:48.375rem;height:3.16666675rem;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;font-style:normal;display:block; }
#zTecRskN7STGhXaWbK85LhJ63dqXV9o4 { box-sizing:content-box;height:8.1875rem;width:8.25rem;position:absolute;display:block;z-index:15023;background-color:#5e7eab;background-image:url("https://images.assets-landingi.com/uc/518f112a-afd6-4279-91be-404329a170ab/IMG_9640.preview.enhance_54.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:37.75rem;left:5.75rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }#zTecRskN7STGhXaWbK85LhJ63dqXV9o4.adaptive-delivery-prevent-bg, #zTecRskN7STGhXaWbK85LhJ63dqXV9o4.lazyload, #zTecRskN7STGhXaWbK85LhJ63dqXV9o4.lazyloading { background-image: none; }
#f0f2cTBHa4mSwzcT4S3SeDpEWW2vHBmR { color:rgba(var(--color-tertiary-0),1);display:block;width:18.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:38.75rem;left:15.4375rem;height:1.5rem;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;font-style:normal;display:block; }
#lXeKl0LTb2HybRvAR1nILnf5oR075iSz { color:rgba(var(--color-tertiary-0),1);display:block;width:22.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:38.5625rem;left:48.375rem;height:1.5rem;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;font-style:normal;display:block; }
#ghJXt084P24DLAboNELXM5VzAfU6z0U3 { 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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.375rem;height:3.4375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:61.8125rem;left:30.8125rem;display:none; }
#TJeKmxR1hmhwSQTQZkTXJVa9ntl44h06 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xq0KAsSgKVFAkH4dqPrDl7Gg8oIcrLyy { color:rgba(var(--color-tertiary-0),1);display:block;width:49.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:9.5rem;left:12.96875rem;height:5.8333335rem;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:center;text-align-last:center;display:block; }
#BTDWD8IfXBRCcvoB3302Eeg552z5Wac7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-3),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; }#BTDWD8IfXBRCcvoB3302Eeg552z5Wac7 > .row .container { background-color: transparent; background-image: none; }#BTDWD8IfXBRCcvoB3302Eeg552z5Wac7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTDWD8IfXBRCcvoB3302Eeg552z5Wac7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTDWD8IfXBRCcvoB3302Eeg552z5Wac7 > .row .container > .video-iframe-container { display: none; }#BTDWD8IfXBRCcvoB3302Eeg552z5Wac7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTDWD8IfXBRCcvoB3302Eeg552z5Wac7 > .row > .video-iframe-container { display: none; }#BTDWD8IfXBRCcvoB3302Eeg552z5Wac7 > .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); }#BTDWD8IfXBRCcvoB3302Eeg552z5Wac7 > .row .container { border-width: 0; border-radius: 0; }#BTDWD8IfXBRCcvoB3302Eeg552z5Wac7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BTDWD8IfXBRCcvoB3302Eeg552z5Wac7 > .row .container { font-size:0.875rem;font-family:arial;height:14.9375rem;width:75rem;position:relative;display:block; }#bZifroBNDsTlfUqgvixLCX7Mp2yGSQDI { position:absolute;display:block;z-index:15029;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:4.125rem;width:4.1875rem;top:7.5rem;left:5.375rem;overflow:hidden;display:block; }
#oSwAm9v3GXviwOtLFIqzHV44w0FIPDQ0 { position:absolute;display:block;z-index:15034;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.75rem;width:10.75rem;top:8.4375rem;left:51.125rem;overflow:hidden;display:block; }
#haABJy1OiElydt60wUga0wwr4WnW6Da9 { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:8.1875rem;top:8.5rem;left:40.1875rem;overflow:hidden;display:block; }
#ir4hyGvE6TQILLgBsNTWOvmVCPVAme06 { position:absolute;display:block;z-index:15036;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:4rem;width:4.125rem;top:7.5625rem;left:22.3125rem;overflow:hidden;display:block; }
#BugZWAIXsMRZkc2nTyxWA8KkKAT0gtwX { 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:5.9375rem;width:6.9375rem;top:5.375rem;left:30.375rem;overflow:hidden;display:block; }
#EZoozuwJnDdPMlkIUrvMLN6q3QTkqTvu { position:absolute;display:block;z-index:15039;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:5.375rem;width:5.6875rem;top:6.5625rem;left:13.25rem;overflow:hidden;display:block; }
#lbb7G3FzJz2W0ZNNdC0JRfdfATO9BSDO { position:absolute;display:block;z-index:15040;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:5.375rem;width:4.625rem;top:6.25rem;left:65.0625rem;overflow:hidden;display:block; }
#PTiOFGbIyzpnSeX7Ptc1V2ZLeATB53B4 { color:rgba(var(--color-tertiary-3),1);display:block;width:40.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:2.5625rem;left:17.28125rem;height:2rem;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:center;text-align-last:center;display:block; }
#neOEXlx8kARtiJWPtrBFTDogD57GOq0T { background-color:rgba(var(--color-secondary-4),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#neOEXlx8kARtiJWPtrBFTDogD57GOq0T > .row .container { background-color: transparent; background-image: none; }#neOEXlx8kARtiJWPtrBFTDogD57GOq0T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#neOEXlx8kARtiJWPtrBFTDogD57GOq0T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#neOEXlx8kARtiJWPtrBFTDogD57GOq0T > .row .container > .video-iframe-container { display: none; }#neOEXlx8kARtiJWPtrBFTDogD57GOq0T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#neOEXlx8kARtiJWPtrBFTDogD57GOq0T > .row > .video-iframe-container { display: none; }#neOEXlx8kARtiJWPtrBFTDogD57GOq0T > .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); }#neOEXlx8kARtiJWPtrBFTDogD57GOq0T > .row .container { border-width: 0; border-radius: 0; }#neOEXlx8kARtiJWPtrBFTDogD57GOq0T > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#neOEXlx8kARtiJWPtrBFTDogD57GOq0T > .row .container { font-size:0.875rem;font-family:lato;height:66.375rem;width:75rem;overflow:visible;position:relative;display:block; }#s0OAH3UpsnebfZVh0TODUR0ZIk2omfVL { color:rgba(var(--color-primary-2),1);display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:3.6875rem;left:15.625rem;height:2.91666675rem;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:center;text-align-last:center;display:block; }
#Jp1SlILJMTgywkB5krElFn1J6IBdsWSB { color:rgba(var(--color-tertiary-0),1);display:block;width:19.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:17.8125rem;left:6.875rem;height:2.08333325rem;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;font-style:normal;display:block; }
#QdHwmg9nRQXvq26dyKGrbQhSDciEmrqB { color:rgba(var(--color-tertiary-3),1);display:block;width:28.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15022;line-height:1.8;letter-spacing:0;top:20.8125rem;left:6.875rem;height:7rem;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;font-style:normal;display:block; }
#NrThdS4HX2ZTgqTs9m4iozIt2UMOzPd4 { color:rgba(var(--color-tertiary-3),1);display:block;width:28.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15026;line-height:1.8;letter-spacing:0;top:43.625rem;left:40.4375rem;height:8.75rem;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;font-style:normal;display:block; }
#vQshi3Jq3y6dpKElN346x5tTd6atkGua { color:rgba(var(--color-tertiary-0),1);display:block;width:18.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:40.5625rem;left:40.4375rem;height:2.08333325rem;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;font-style:normal;display:block; }
#y1llEOpGINOIFbu1KsECnPfpudFKLTqp { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:7.25rem;left:0rem;height:;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:center;text-align-last:center;font-style:normal;display:block; }
#LHfRdUpxNhakstLbsyGW9s0wi2BTBwNM { box-sizing:content-box;height:19.25rem;width:29.125rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-3),1);background-image:url("https://images.assets-landingi.com/uc/7c3687ea-7a15-47cb-af09-3e28119386e7/IMG_0491copiar.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:13.281250476837rem;left:40.4375rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(var(--color-tertiary-4),0.04) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#LHfRdUpxNhakstLbsyGW9s0wi2BTBwNM.adaptive-delivery-prevent-bg, #LHfRdUpxNhakstLbsyGW9s0wi2BTBwNM.lazyload, #LHfRdUpxNhakstLbsyGW9s0wi2BTBwNM.lazyloading { background-image: none; }
#EVLb7gSaxJrgt7t4mnJcJh8XsyBMDC4O { box-sizing:content-box;height:23.0625rem;width:68rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;top:11.375rem;left:3.5rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(var(--color-tertiary-4),0.04) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#U98O7pRTDH2LHTLEBqcpcK7TDqEZB5qO { box-sizing:content-box;height:23.0625rem;width:68rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;top:35.062500953674rem;left:3.5rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(var(--color-tertiary-4),0.04) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Cif3RTgSc9VaosH1uIh8gVuX80DThTNT { box-sizing:content-box;height:19.25rem;width:29.125rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-3),1);background-image:url("https://images.assets-landingi.com/uc/2b4fb0f1-31f0-4f34-bc44-f1d201906ce1/IMG_04912.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:36.968750953674rem;left:5.5625rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(var(--color-tertiary-4),0.04) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Cif3RTgSc9VaosH1uIh8gVuX80DThTNT.adaptive-delivery-prevent-bg, #Cif3RTgSc9VaosH1uIh8gVuX80DThTNT.lazyload, #Cif3RTgSc9VaosH1uIh8gVuX80DThTNT.lazyloading { background-image: none; }
#hUGmkZmumIWHUmdCsZ3DuPsBTqBVV67c { 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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.375rem;height:3.4375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:61.8125rem;left:30.8125rem;display:block; }
#THay0NQsFZHow5hCqwhru5CnxINXfloa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IwfdbLJdUw1xfTh8EwZqOlprf1hTX6ae { color:rgba(var(--color-tertiary-3),1);display:block;width:28.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15022;line-height:1.8;letter-spacing:0;top:20.8125rem;left:6.875rem;height:7.2rem;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;font-style:normal;display:none; }
#EIsPKEQ4dqDd74lqJzRlIq2mT5I6oIP5 { color:rgba(var(--color-tertiary-3),1);display:block;width:28.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15026;line-height:1.8;letter-spacing:0;top:43.625rem;left:40.4375rem;height:9rem;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;font-style:normal;display:none; }
#GruWZlmgDW1IEXEp7Om4fexTNy0o5MA2 { box-sizing:content-box;height:23.0625rem;width:68rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;top:11.375rem;left:3.5rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(var(--color-tertiary-4),0.04) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#etpgPGTP7PITGugXJmKOSpSTKy6f0JR8 { background-color:rgba(var(--color-secondary-4),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#etpgPGTP7PITGugXJmKOSpSTKy6f0JR8 > .row .container { background-color: transparent; background-image: none; }#etpgPGTP7PITGugXJmKOSpSTKy6f0JR8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#etpgPGTP7PITGugXJmKOSpSTKy6f0JR8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#etpgPGTP7PITGugXJmKOSpSTKy6f0JR8 > .row .container > .video-iframe-container { display: none; }#etpgPGTP7PITGugXJmKOSpSTKy6f0JR8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#etpgPGTP7PITGugXJmKOSpSTKy6f0JR8 > .row > .video-iframe-container { display: none; }#etpgPGTP7PITGugXJmKOSpSTKy6f0JR8 > .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); }#etpgPGTP7PITGugXJmKOSpSTKy6f0JR8 > .row .container { border-width: 0; border-radius: 0; }#etpgPGTP7PITGugXJmKOSpSTKy6f0JR8 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#etpgPGTP7PITGugXJmKOSpSTKy6f0JR8 > .row .container { font-size:0.875rem;font-family:lato;height:41.25rem;width:75rem;overflow:visible;position:relative;display:block; }#TA0tG78vRUBzBiekyhCgmdUkmdCsVftE { box-sizing:content-box;height:34.125rem;width:55.9375rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:2.1867191791534rem;left:7.6875rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#AGKPopK4TgOsSKS6p0yUMRvSCTyCvcig { box-sizing:content-box;height:13.5rem;width:13.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15039;background-color:#2a2bab;background-image:url("https://images.assets-landingi.com/uc/5e35e0c6-a51b-416e-b23e-76195084fa6e/Evento11CongressoOdontopediatriaSoPauloDia2373.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:21.281251132488rem;left:57.150001525879rem;display:block; }#AGKPopK4TgOsSKS6p0yUMRvSCTyCvcig.adaptive-delivery-prevent-bg, #AGKPopK4TgOsSKS6p0yUMRvSCTyCvcig.lazyload, #AGKPopK4TgOsSKS6p0yUMRvSCTyCvcig.lazyloading { background-image: none; }
#uTHMAAUE9nLydAzb35O1OwL8WCMORHBJ { box-sizing:content-box;height:6.1875rem;width:35.8125rem;position:absolute;display:block;z-index:15025;background-color:#353434;background-image:none;top:24.9375rem;left:1.6875rem;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: 0.0625rem 0.0625rem 2.375rem rgba(25,25,25,0.54) ;display:block; }
#FI4A5pWXTXuaGiIINROhAc3ZyQgm0pV4 { color:rgba(var(--color-tertiary-0),1);display:block;width:24.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:normal;z-index:15027;line-height:1.2;letter-spacing:0;top:6.625rem;left:10.6875rem;height:5.8333335rem;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; }
#d4dEqVPLm8npgv5FfN3M4seFLJ2wbOI9 { color:rgba(var(--color-tertiary-0),1);display:block;width:29.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15029;line-height:1.8;letter-spacing:0;top:14rem;left:10.6875rem;height:6.6666665rem;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; }
#hpDhTwfZEFySryopfQbUKNNI4zwtV9uT { color:rgba(var(--color-tertiary-3),1);display:block;width:25.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15030;line-height:1.7;letter-spacing:0;top:26.625rem;left:9.375rem;height:2.83333325rem;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;font-style:normal;display:block; }
#lWQMv5Twr1Mzd8P2JB0TCkcXfNMLSTvo { box-sizing:content-box;height:6.1875rem;width:35.8125rem;position:absolute;display:block;z-index:15028;background-color:#2d2d37;background-image:none;top:31.9375rem;left:5.875rem;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: 0.0625rem 0.0625rem 2rem rgba(var(--color-tertiary-4),0.3) ;display:block; }
#WmkkPh0fGMUWGkXgJUvbTOgS5nXpdDR9 { color:rgba(var(--color-tertiary-3),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15033;line-height:1.7;letter-spacing:0;top:32.875rem;left:13.375rem;height:4.25rem;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;font-style:normal;display:block; }
#t3MoQmu3gvsPV525fAXGwRDL3cr2TJap { box-sizing:content-box;height:22rem;width:22rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15038;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/6e02f5cd-0538-440d-853f-6823fc3a40c7/0002.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:2.9242186546326rem;left:44.3125rem;display:block; }#t3MoQmu3gvsPV525fAXGwRDL3cr2TJap.adaptive-delivery-prevent-bg, #t3MoQmu3gvsPV525fAXGwRDL3cr2TJap.lazyload, #t3MoQmu3gvsPV525fAXGwRDL3cr2TJap.lazyloading { background-image: none; }
#hLnRzGVldrfMrCgRNutfAnNVfveWcTXs { position:absolute;display:block;z-index:15040;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.875rem;width:4.875rem;top:32.59375rem;left:6.875rem;overflow:hidden;display:block; }
#N32SB2xc66E6GRQSlsD8tPuras8xcZ8P { position:absolute;display:block;z-index:15041;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:5.0625rem;top:25.625rem;left:2.9375rem;overflow:hidden;display:block; }
#nMa3QUn9ypRNTUzVre64Xn5Vrc5nTIcN { background-color:rgba(var(--color-secondary-4),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#nMa3QUn9ypRNTUzVre64Xn5Vrc5nTIcN > .row .container { background-color: transparent; background-image: none; }#nMa3QUn9ypRNTUzVre64Xn5Vrc5nTIcN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nMa3QUn9ypRNTUzVre64Xn5Vrc5nTIcN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nMa3QUn9ypRNTUzVre64Xn5Vrc5nTIcN > .row .container > .video-iframe-container { display: none; }#nMa3QUn9ypRNTUzVre64Xn5Vrc5nTIcN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nMa3QUn9ypRNTUzVre64Xn5Vrc5nTIcN > .row > .video-iframe-container { display: none; }#nMa3QUn9ypRNTUzVre64Xn5Vrc5nTIcN > .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); }#nMa3QUn9ypRNTUzVre64Xn5Vrc5nTIcN > .row .container { border-width: 0; border-radius: 0; }#nMa3QUn9ypRNTUzVre64Xn5Vrc5nTIcN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#nMa3QUn9ypRNTUzVre64Xn5Vrc5nTIcN > .row .container { font-size:0.875rem;font-family:lato;height:46.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#B5JgUFTQJlPDl9MRTwQKTutEqEEdmcNI { color:rgba(var(--color-tertiary-1),1);display:block;width:74.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:1.6875rem;left:0rem;height:2.91666675rem;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:center;text-align-last:center;display:block; }
#rxLwOk40BmwZQwomnX0Cdwkx2w30chIa { color:rgba(var(--color-tertiary-3),1);display:block;width:29rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.8;letter-spacing:0;top:14.125rem;left:41.3125rem;height:5.25rem;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; }
#VTIa7ILsLwmnnD8Bk80qpAJiAeudH0ni { box-sizing:content-box;height:18.75rem;width:29.75rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),0);background-image:url("https://images.assets-landingi.com/uc/4595e91f-4b60-4bc7-9293-f9fd8bbce45e/Evento11CongressoOdontopediatriaSoPauloDia1644.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:24.3125rem;left:40.9375rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }#VTIa7ILsLwmnnD8Bk80qpAJiAeudH0ni.adaptive-delivery-prevent-bg, #VTIa7ILsLwmnnD8Bk80qpAJiAeudH0ni.lazyload, #VTIa7ILsLwmnnD8Bk80qpAJiAeudH0ni.lazyloading { background-image: none; }
#Ln1eZskLSVoCabumTDJuFvaxtFL1AA7V { color:#86c46b;display:block;width:24.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:9.9375rem;left:41.3125rem;height:2.41666675rem;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; }
#UiHTgX2bIc8VDJyTQREyJwCosi02P6eU .accordion-element-container { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;flex-direction:column;align-items:center;background-color:rgba(229,229,229,0.07);background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#UiHTgX2bIc8VDJyTQREyJwCosi02P6eU .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-reverse;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#UiHTgX2bIc8VDJyTQREyJwCosi02P6eU .accordion-heading-text { display:block;position:relative;width:100%;font-weight:400;font-size:1.125rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-1),1);line-height:1.5;overflow:hidden;height:auto;font-style:normal; }
#UiHTgX2bIc8VDJyTQREyJwCosi02P6eU .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.9375rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-3),1);height:auto;line-height:1.6;overflow:hidden; }
#UiHTgX2bIc8VDJyTQREyJwCosi02P6eU .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_779a29b885d8332cdd3d481a9b5cef5c0e17e27a.svg");background-size:contain !important; }#UiHTgX2bIc8VDJyTQREyJwCosi02P6eU .accordion-trigger.adaptive-delivery-prevent-bg, #UiHTgX2bIc8VDJyTQREyJwCosi02P6eU .accordion-trigger.lazyload, #UiHTgX2bIc8VDJyTQREyJwCosi02P6eU .accordion-trigger.lazyloading { background-image: none; }
#UiHTgX2bIc8VDJyTQREyJwCosi02P6eU { box-sizing:content-box;height:auto;width:34.8125rem;position:absolute;display:flex;flex-direction:column;gap:1.25rem;z-index:15074;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:9.9375rem;left:4rem; }
#UiHTgX2bIc8VDJyTQREyJwCosi02P6eU #XSLb0bbLELG0uXMn3rbhhIMnQ1w7dgFI { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#UiHTgX2bIc8VDJyTQREyJwCosi02P6eU #AuAkf1ZiN9lS53e8nHohiRnVdT876JsU { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#UiHTgX2bIc8VDJyTQREyJwCosi02P6eU #J7Fxt3Vf3T47omiWA9DL6LGV6MKXkdqh { display:block;position:relative; }
#UiHTgX2bIc8VDJyTQREyJwCosi02P6eU #TD4BuVW128gtkbaixU5vFyzPkxFqdVOI {  }
#UiHTgX2bIc8VDJyTQREyJwCosi02P6eU #zX5EkNvfmD4duXf9Va5pGGsvUSIdUDKT {  }
#UiHTgX2bIc8VDJyTQREyJwCosi02P6eU #EW5DD6lhFPfh2wzxUoutDGkuxWfIIlZN { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#UiHTgX2bIc8VDJyTQREyJwCosi02P6eU #lmrNH4Tss6oKzwEZqozoFDFBoITpucpx { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#UiHTgX2bIc8VDJyTQREyJwCosi02P6eU #HZDThlLGGouOCsTP0G5wcPT44foEQXox { display:block;position:relative; }
#UiHTgX2bIc8VDJyTQREyJwCosi02P6eU #KLS3vltyRBKA6RdmDZvWkXeGzFrqOHG2 {  }
#UiHTgX2bIc8VDJyTQREyJwCosi02P6eU #CHzro3fRFeLL2z6QnQbnLBJ7NpdJUZq1 { display:none; }
#UiHTgX2bIc8VDJyTQREyJwCosi02P6eU #uD5MCrd5NovzT8wArKKoHIVEGhD4zrZ2 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#UiHTgX2bIc8VDJyTQREyJwCosi02P6eU #XGvUsLoTPGeCp0Q7lAGgEdaUPtHDIcEr { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#UiHTgX2bIc8VDJyTQREyJwCosi02P6eU #CG3x4qMMdbtgRZugqbdZem2rrFt9OH4T { display:block;position:relative; }
#UiHTgX2bIc8VDJyTQREyJwCosi02P6eU #QPQFKT9w91ta8xTWNae80cPIRAoptxgN {  }
#UiHTgX2bIc8VDJyTQREyJwCosi02P6eU #NADKTwbf1nCL51ookS45zuM5TMtsVTkq { display:none; }
#UiHTgX2bIc8VDJyTQREyJwCosi02P6eU #V85m5mMOpkpLVdLT5ZTfP6XbOVbaNcoz { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#UiHTgX2bIc8VDJyTQREyJwCosi02P6eU #ERIi3fi268gI4BLwqTFipFBpPKtg294M { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#UiHTgX2bIc8VDJyTQREyJwCosi02P6eU #V05xAITrioxfnIQ9nQ3sIEz7eETgc2gI { display:block;position:relative; }
#UiHTgX2bIc8VDJyTQREyJwCosi02P6eU #xI1OIv5ooyNebiWdnfTpr6HV5727ftGB {  }
#UiHTgX2bIc8VDJyTQREyJwCosi02P6eU #psDR7plt0TbeiehRWJgnLccDNsIo9PaC { display:none; }
#UiHTgX2bIc8VDJyTQREyJwCosi02P6eU #zUUVz0NFrerfUDmwFbVoVM8zZENxtE3O { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#UiHTgX2bIc8VDJyTQREyJwCosi02P6eU #fJ3TrEVavRKkZIyyUKyOOypa0S3dgycr { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#UiHTgX2bIc8VDJyTQREyJwCosi02P6eU #KiHupAJzEakeXluPO0pty1d8FgoHNew9 { display:block;position:relative; }
#UiHTgX2bIc8VDJyTQREyJwCosi02P6eU #wrxWgWn1LkUTqb69GmmPy5Q7lHNegTSk {  }
#UiHTgX2bIc8VDJyTQREyJwCosi02P6eU #hMbPngZnsN4dyxS5ZrXNU4Ayq1bmsdte { display:none; }
#skCWm8IUriibhqW2PaMUpufsxBPGrNvG { color:rgba(var(--color-tertiary-3),1);display:block;width:52.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.7;letter-spacing:0;top:5.2476501464844rem;left:11.40625rem;height:1.666666625rem;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:center;text-align-last:center;display:block; }
#Vlh83xuuewpInWeyuMJsDbmI63eyJe5G { position:absolute;display:block;z-index:15042;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.875rem;width:4.875rem;top:8.7685546875rem;left:60.75rem;overflow:hidden;display:block; }
#GyIm1JLbWHu4zrn0sGSNBL0XvAehPoJ0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1c1c;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; }#GyIm1JLbWHu4zrn0sGSNBL0XvAehPoJ0 > .row .container { background-color: transparent; background-image: none; }#GyIm1JLbWHu4zrn0sGSNBL0XvAehPoJ0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GyIm1JLbWHu4zrn0sGSNBL0XvAehPoJ0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GyIm1JLbWHu4zrn0sGSNBL0XvAehPoJ0 > .row .container > .video-iframe-container { display: none; }#GyIm1JLbWHu4zrn0sGSNBL0XvAehPoJ0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GyIm1JLbWHu4zrn0sGSNBL0XvAehPoJ0 > .row > .video-iframe-container { display: none; }#GyIm1JLbWHu4zrn0sGSNBL0XvAehPoJ0 > .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); }#GyIm1JLbWHu4zrn0sGSNBL0XvAehPoJ0 > .row .container { border-width: 0; border-radius: 0; }#GyIm1JLbWHu4zrn0sGSNBL0XvAehPoJ0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GyIm1JLbWHu4zrn0sGSNBL0XvAehPoJ0 > .row .container { font-size:0.875rem;font-family:arial;height:63rem;width:75rem;position:relative;display:block; }#wQTTcbg3mh1EJIDn9XMwDfpz10n3qdut { color:rgba(var(--color-tertiary-3),1);display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.9;letter-spacing:0;top:20.5625rem;left:6.8125rem;height:8.75rem;display:block; }
#TDQHUR5X0yTdQhSMQOxv9pTBv3LSrtpk { box-sizing:content-box;height:21.375rem;width:21.875rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-3),0.44);background-image:none;top:12.3125rem;left:4rem;box-shadow: none;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:block; }
#U9HJItTbRS0MnvDAW1zzFpGpixVTwKyB { color:#82b96a;display:block;width:10.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15004;line-height:1.1;letter-spacing:0;top:14.25rem;left:10rem;height:3.16666675rem;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; }
#bFGOb18ldI1fyvsrAwTXaDlCRitxAyPB { box-sizing:content-box;height:3.5625rem;width:3.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15028;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:14.25rem;left:5.1875rem;display:block; }
#BvwexfbOeV2igqFHH17k8sE1I1x1Zr7r { color:rgba(var(--color-tertiary-3),1);display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:1.9;letter-spacing:0;top:20.5625rem;left:30.25rem;height:10.5rem;display:block; }
#sAhnBQQdOt37F5FdOieyLAyztpsRySzt { color:#82b96a;display:block;width:11.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15008;line-height:1.1;letter-spacing:0;top:14.25rem;left:32.625rem;height:3.16666675rem;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; }
#p0B38X1GM1WoRof8eCde8qTgu3q0oedb { box-sizing:content-box;height:3.5625rem;width:3.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15032;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:14.25rem;left:28.5rem;display:block; }
#idf9Whc9TNbtHogBBDddxTTBEQByVFq9 { color:rgba(var(--color-tertiary-3),1);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15008;line-height:1.9;letter-spacing:0;top:20.5625rem;left:53.125rem;height:10.5rem;display:block; }
#aQ8aQRJeeyyLLSc1PUGsiEJBrCGQptls { box-sizing:content-box;height:21.375rem;width:21.875rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-3),0.44);background-image:none;top:12.3125rem;left:50.5rem;box-shadow: none;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:block; }
#mKxznxXZxCTcbZ2fTy0vvCtropmnHs2l { color:#82b96a;display:block;width:8.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15012;line-height:1.1;letter-spacing:0;top:14.25rem;left:56.125rem;height:3.16666675rem;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; }
#RLJvPqZbCqk53Eiwt2cuXRt9o8siti1v { box-sizing:content-box;height:3.5625rem;width:3.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15036;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:14.25rem;left:51.625rem;display:block; }
#MD9bziCd7dQakMLbw3hiWR9cgPhRH0oh { box-sizing:content-box;height:21.375rem;width:21.875rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-3),0.44);background-image:none;top:36.8125rem;left:4rem;box-shadow: none;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:block; }
#Bce0u3fE9eEsrrDTTbgM9hFdGXFTaPTg { color:rgba(var(--color-tertiary-3),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15012;line-height:1.9;letter-spacing:0;top:45.0625rem;left:6.625rem;height:8.75rem;display:block; }
#KInrFqVUp7J4NdJvGRu0uIsoPvEtM7MX { color:rgba(var(--color-tertiary-3),1);display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15016;line-height:1.9;letter-spacing:0;top:45.0625rem;left:30.125rem;height:10.5rem;display:block; }
#sF8Tr6NHo4OdiWT3RdhVncEAkmJGiS0Z { box-sizing:content-box;height:21.375rem;width:21.875rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-3),0.44);background-image:none;top:36.8125rem;left:27.3125rem;box-shadow: none;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:block; }
#S24kdNFu60I19wJLFJ01wUXWBAx85T3u { color:#82b96a;display:block;width:15.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15016;line-height:1.1;letter-spacing:0;top:38.88125038147rem;left:9.8125rem;height:3.16666675rem;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; }
#gJUARaVZmBrgvKMByVDwWCKosV3Nabyk { box-sizing:content-box;height:3.5625rem;width:3.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15040;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:38.75rem;left:5.125rem;display:block; }
#DOsPg7MtqfD4d511R7U45X1RawuUT5me { color:#82b96a;display:block;width:10.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15020;line-height:1.1;letter-spacing:0;top:38.75rem;left:32.5625rem;height:3.16666675rem;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; }
#Qu9welTcfq2OVT1avqZerA6sVG8wCrGU { box-sizing:content-box;height:3.5625rem;width:3.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15044;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:38.75rem;left:28.375rem;display:block; }
#n8IoTkQEqymwyUEHV1TOnae31Er06NyM { box-sizing:content-box;height:21.375rem;width:21.875rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-secondary-3),0.44);background-image:none;top:36.8125rem;left:50.5rem;box-shadow: none;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:block; }
#d1sUgPkIdum7H58a26MuxpdbEBQN1vJh { box-sizing:content-box;height:3.5625rem;width:3.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15048;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:38.75rem;left:51.5625rem;display:block; }
#zVlwnAgGtGUXbcisCJPkNdNLxCnQ4073 { color:rgba(var(--color-tertiary-3),1);display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15020;line-height:1.9;letter-spacing:0;top:45.0625rem;left:53.25rem;height:10.5rem;display:block; }
#UZcbI80E7Vq2GXBzakSgyLpl9Z4JLmT3 { color:#82b96a;display:block;width:9.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15024;line-height:1.1;letter-spacing:0;top:38.75rem;left:56.1875rem;height:3.16666675rem;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; }
#fFCEHFnepl4X0lZ1HfikNP80dBN3A3hd { color:rgba(var(--color-tertiary-1),1);display:block;width:74.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:3.125rem;left:0.0625rem;height:2.91666675rem;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:center;text-align-last:center;display:block; }
#pqk6U9mAqgFmTtDT68S0t93pFfgBNzx8 { color:rgba(var(--color-tertiary-2),1);display:block;width:49.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.7;letter-spacing:0;top:6.5625rem;left:12.65625rem;height:1.666666625rem;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:center;text-align-last:center;display:block; }
#Jis2NVtPTp7FXI0pqM7n1iSkFNCmxo4S { box-sizing:content-box;height:21.375rem;width:21.875rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-secondary-3),0.44);background-image:none;top:12.312499761581rem;left:27.125rem;box-shadow: none;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:block; }
#gDonGIT7aa6xzcoLQ7IiAK7nESet3sdH { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:15.150000095367rem;left:52.46875rem;overflow:hidden;display:block; }
#KKAydX2FZJ7GFv5QG5KnDPLdHXVtwPEP { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:15.150000572204rem;left:5.96875rem;overflow:hidden;display:block; }
#vociKOU0bpQlhrQTLtGvmCsMU6eWE2F5 { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:15.150000572204rem;left:29.34375rem;overflow:hidden;display:block; }
#orTI4TmFLicNinvv6RT6LCD7cXSrPJCf { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:39.65625rem;left:52.40625rem;overflow:hidden;display:block; }
#GabO2c3FmoGaJDcPkT4MQHiGn0cHksNw { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:39.59375rem;left:5.90625rem;overflow:hidden;display:block; }
#Ry1Qq0KRrW7rqPcqzJOiHIus7DsnCCfx { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:39.65625rem;left:29.15625rem;overflow:hidden;display:block; }
#eEGH0K2VokuTDxG28NPdNMHqrEeW603g { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:21rem;left:5.1750001907349rem; }
#ZGNoxPFwAngh79mlpK05UoyUuOOdCaif { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:22.65625rem;left:5.1875rem; }
#gpZfwRpa69u6xBHAO7TtTsf2AOZXdGJ4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:24.5rem;left:5.1875rem; }
#iLNUTac1RvvPgqDi52dO7qMa2tkmA4nd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;opacity:1;top:26.25rem;left:5.1875rem; }
#zdxvx3IhwgKdTAEIf7RfAzlc3xADxSTz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15059;opacity:1;top:28.0625rem;left:5.1875rem; }
#GoAA0M465ah2yUEGll92QgDGL6ffSv6k { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15060;opacity:1;top:21rem;left:28.5625rem; }
#H79pIkieK4aFs086KemHO0rK0GTs7w4W { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;opacity:1;top:22.6875rem;left:28.5625rem; }
#aoFIhQ5fpMkXt7ncJO1hHWubUkxKCU2a { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:24.5rem;left:28.5625rem; }
#HQ4lyLRgNC8oHt9CyZ2f0Xn32Jtwg2t7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15064;opacity:1;top:28rem;left:28.5625rem; }
#F6KMPTsf1zZz6EkhCfWst4id7pSpMm5h { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15060;opacity:1;top:21rem;left:51.625rem; }
#VDkUqVN8PVgoUbsOfXZvG9LKzB0C0Xh1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;opacity:1;top:22.6875rem;left:51.625rem; }
#p8nCwiMNi2ryw7p2ypDJ9FImKCAhA5UH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:26.3125rem;left:51.625rem; }
#dowIXNuNagWgJ2Rsf3DJwR4qEgXxllxL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15064;opacity:1;top:29.8125rem;left:51.625rem; }
#o7PnnsEqiZM6gQN4ER4JeelfMSoyD9O8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15060;opacity:1;top:45.5rem;left:5.125rem; }
#CNr9E3FmgwZMHvTVrRxpDLw8MVgsg3m4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;opacity:1;top:47.1875rem;left:5.125rem; }
#bpAsaRy1nBd68l6gKFlORrqnzRei3hLx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:49rem;left:5.125rem; }
#wtQztMsOT1m2Xd5vaFBoy452B5XhnAOZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15064;opacity:1;top:52.5rem;left:5.125rem; }
#UDIlIQ7EHKhvPD4JRMWIhon40oumTc3B { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15060;opacity:1;top:45.4375rem;left:28.5625rem; }
#TbkVrT7IWWl8OIyS2yZMc7DndGDqifOg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:49rem;left:28.5625rem; }
#JvrOOCET1KXM53GOvwpZ7Bf7AeLJoQkI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:50.8125rem;left:28.5625rem; }
#szRKb9oehMCl8TNHcMgIxTkDlAXJnL3D { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15064;opacity:1;top:54.375rem;left:28.5625rem; }
#bfOOgUWilHKmLAcJRhW5gbXvMfIy0O7G { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:45.5rem;left:51.75rem; }
#QxyT5TZN1HWiha8Asa3Zz8GBXzNRE2t0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:49rem;left:51.75rem; }
#fT15XC4TOp4JUsgK1wcHBD0V8fCu9GkZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15064;opacity:1;top:52.546875rem;left:51.75rem; }
#RczAsfSHLMRIe4Ai7xq3h0wZZSKUV6qN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(21,22,25,0.48);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; }#RczAsfSHLMRIe4Ai7xq3h0wZZSKUV6qN > .row .container { background-color: transparent; background-image: none; }#RczAsfSHLMRIe4Ai7xq3h0wZZSKUV6qN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RczAsfSHLMRIe4Ai7xq3h0wZZSKUV6qN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RczAsfSHLMRIe4Ai7xq3h0wZZSKUV6qN > .row .container > .video-iframe-container { display: none; }#RczAsfSHLMRIe4Ai7xq3h0wZZSKUV6qN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RczAsfSHLMRIe4Ai7xq3h0wZZSKUV6qN > .row > .video-iframe-container { display: none; }#RczAsfSHLMRIe4Ai7xq3h0wZZSKUV6qN > .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); }#RczAsfSHLMRIe4Ai7xq3h0wZZSKUV6qN > .row .container { border-width: 0; border-radius: 0; }#RczAsfSHLMRIe4Ai7xq3h0wZZSKUV6qN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RczAsfSHLMRIe4Ai7xq3h0wZZSKUV6qN > .row .container { font-size:0.875rem;font-family:arial;height:102.375rem;width:75rem;position:relative;display:block; }#nqIEBsthSJR3SFwsWq2EamteyhdQMvVv { color:rgba(var(--color-tertiary-3),1);display:block;width:13.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.7;letter-spacing:0;top:73.0625rem;left:9.4375rem;height:5rem;display:block; }
#l808asC0qgoZ6sT2dGpQxHyITnnZ95by { box-sizing:content-box;height:13.625rem;width:17.25rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-3),0.44);background-image:none;top:66.875rem;left:8.0625rem;box-shadow: none;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:block; }
#pIN10emtiwxsrDf8Fo9eXhKibygogzRt { box-sizing:content-box;height:3.5625rem;width:3.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15028;background-color:#131313;background-image:none;top:68.8125rem;left:9.25rem;display:block; }
#NtO6y0MmFUolsrfxWL9DmcLHCm1efiLK { color:rgba(var(--color-tertiary-1),1);display:block;width:43.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:11.25rem;left:15.65625rem;height:6.1666665rem;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:center;text-align-last:center;display:block; }
#OtLtNZ4gRyHv13vhP2h4WVRe3kmEx4Tq { color:rgba(var(--color-tertiary-2),1);display:block;width:34.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:19.3125rem;left:20.25rem;height:3.16666675rem;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:center;text-align-last:center;display:block; }
#lstIfFysSKIvEEmT3pTBfmFZWxuiTbWf { box-sizing:content-box;height:19.5rem;width:59.375rem;position:absolute;display:block;z-index:15000;background-color:rgba(2,2,2,0.49);background-image:none;top:6.875rem;left:7.8125rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(32,32,32,0.07) ;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#W0EBPHciTpQcgeRGOKI9b48rFr7IzHKK { color:#eaeaea;display:block;width:57.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15030;line-height:1.8;letter-spacing:0;top:28.625rem;left:9.25rem;height:14rem;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; }
#kEUfUozQPgVHpCx5qdvpFQF43vLZ6tsR { box-sizing:content-box;height:3.4375rem;width:46.5625rem;position:absolute;display:block;z-index:15001;background-color:rgba(32,39,60,0.74);background-image:none;top:46.0625rem;left:14.5625rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(32,32,32,0.07) ;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#edLL7p3I13ViJlxAKw7oplDaTT0Iu57p { color:#6b88ff;display:block;width:40.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15031;line-height:1.8;letter-spacing:0;top:46.875rem;left:19.625rem;height:1.75rem;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;font-style:normal;display:block; }
#igwk79A2pH2PWZLR3Bl43aJmJEq6CJn6 { color:#82b96a;display:block;width:33.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:62.1875rem;left:21.0625rem;height:1.916666625rem;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:center;text-align-last:center;font-style:normal;display:block; }
#BxS8ONqIqubWDB8TpoC0OBgVTQvecw6O { box-sizing:content-box;height:0.0625rem;width:12.0625rem;position:absolute;display:block;z-index:15060;background-color:#506f46;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:63.25rem;left:8.6875rem;border-top-right-radius:0.1875rem;border-bottom-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-top-left-radius:0.1875rem;display:block; }
#IU1EP3XTuKwbxpyR2Ee0mCX7I7MkBTFv { box-sizing:content-box;height:0.0625rem;width:12.0625rem;position:absolute;display:block;z-index:15061;background-color:#506f46;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:63.25rem;left:54.75rem;border-top-right-radius:0.1875rem;border-bottom-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-top-left-radius:0.1875rem;display:block; }
#eDIFceEE4dmth3Sf4rNkOn9a0HnB7Pb6 { position:absolute;display:block;z-index:15062;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:3rem;width:3rem;top:69.1875rem;left:9.5rem;overflow:hidden;display:block; }
#RB1X2yu4eWg35AZ1MABaRAzXPU4tc4Hf { color:rgba(var(--color-tertiary-3),1);display:block;width:13.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.7;letter-spacing:0;top:73.0625rem;left:30.5rem;height:3.33333325rem;display:block; }
#f03pk07G7GSv905sMAEqbS9nl2ETFK2H { box-sizing:content-box;height:13.625rem;width:17.25rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-3),0.44);background-image:none;top:66.875rem;left:29.125rem;box-shadow: none;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:block; }
#iXLmJ9CXfo8oRy4Mxah7MOsPT0Um3dUP { box-sizing:content-box;height:3.5625rem;width:3.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15032;background-color:#131313;background-image:none;top:68.8125rem;left:30.3125rem;display:block; }
#gOtu99f1vQWAGIX7eRwHukXMIGUOdwGf { position:absolute;display:block;z-index:15066;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.75rem;width:2.75rem;top:69.1875rem;left:30.75rem;overflow:hidden;display:block; }
#IdzG6LJl3knTNpxIq1y4QDHq4IEl0H1E { color:rgba(var(--color-tertiary-3),1);display:block;width:13.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.7;letter-spacing:0;top:73.0625rem;left:51.125rem;height:3.33333325rem;display:block; }
#algkyFMLPnFeBAWMSsQB0Ixv7y3FhWLx { box-sizing:content-box;height:13.625rem;width:17.25rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-3),0.44);background-image:none;top:66.875rem;left:49.75rem;box-shadow: none;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:block; }
#OIO964ZRPvpaqD5pgs5MBIWBqqDafeMb { box-sizing:content-box;height:3.5625rem;width:3.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15036;background-color:#131313;background-image:none;top:68.8125rem;left:50.9375rem;display:block; }
#r9zWfFalBn3MDcqZPp4FbXlaKENG3Nuo { position:absolute;display:block;z-index:15070;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:3rem;width:3rem;top:69.0625rem;left:51.1875rem;overflow:hidden;display:block; }
#EpX5o8gxwR1gAPLbTP2Tg1ddacbIyckb { box-sizing:content-box;height:13.625rem;width:17.25rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-3),0.44);background-image:none;top:82.875rem;left:29.125rem;box-shadow: none;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:block; }
#G7rOGzzKwKJXbhedWaVi2UEXvfHsiHHH { color:rgba(var(--color-tertiary-3),1);display:block;width:13.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.7;letter-spacing:0;top:89.0625rem;left:51.125rem;height:3.33333325rem;display:block; }
#rSHWa8Scy9iuf98bQfy07UaHI3wFAhmb { box-sizing:content-box;height:13.625rem;width:17.25rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-secondary-3),0.44);background-image:none;top:82.875rem;left:49.75rem;box-shadow: none;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:block; }
#E7DzupbQ0erf4LiFOywC2HVGNggsb3sl { color:rgba(var(--color-tertiary-3),1);display:block;width:13.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.7;letter-spacing:0;top:89.0625rem;left:30.5rem;height:5rem;display:block; }
#WCTGQJ1lZvDEwRPa74ALH2lRHTmiU9TF { color:rgba(var(--color-tertiary-3),1);display:block;width:13.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.7;letter-spacing:0;top:89.0625rem;left:9.4375rem;height:3.33333325rem;display:block; }
#J7EWxckBIg8npeT4tEJi9sJNk3w12zQT { box-sizing:content-box;height:13.625rem;width:17.25rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-3),0.44);background-image:none;top:82.875rem;left:8.0625rem;box-shadow: none;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:block; }
#Pcyb2uMXEnTvcT5qeqFmmnW6PyPev8PW { box-sizing:content-box;height:3.5625rem;width:3.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15044;background-color:#131313;background-image:none;top:84.8125rem;left:30.3125rem;display:block; }
#xdTUN3r2W7qdxAFR9pgvb0dKAmpZR1P5 { position:absolute;display:block;z-index:15078;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:3rem;width:3rem;top:85.125rem;left:30.625rem;overflow:hidden;display:block; }
#iogDtKgv24MEUoPkAQa2TvR2Oq31i7VI { box-sizing:content-box;height:3.5625rem;width:3.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15048;background-color:#131313;background-image:none;top:84.8125rem;left:50.9375rem;display:block; }
#HXlebLas2rIflW42dF21fnENGrwVNXte { position:absolute;display:block;z-index:15082;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:3.125rem;width:3.125rem;top:85.125rem;left:51.1875rem;overflow:hidden;display:block; }
#eP7TATy5Ls5uTkWDh754hCVgJVZNAN7z { box-sizing:content-box;height:3.5625rem;width:3.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15040;background-color:#131313;background-image:none;top:84.8125rem;left:9.25rem;display:block; }
#kXA1tuxkCL6TGrBvZwZPVxnslToTK7MR { position:absolute;display:block;z-index:15074;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:3rem;width:3rem;top:85.1875rem;left:9.4375rem;overflow:hidden;display:block; }
#g7pX0W1MZffuZ9I1hb5hsBSTd20BEgn6 { position:absolute;display:block;z-index:15063;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.8125rem;width:2.8125rem;top:46.3125rem;left:15.6875rem;overflow:hidden;display:block; }
#Q5StMGeSkTzOP3elJA0NwRlozAJUD2DN { position:absolute;display:block;z-index:15083;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.3125rem;width:14.5rem;top:53.875rem;left:39.125rem;overflow:hidden;display:block; }
#R1f3VlHhaZsE0KqXfmv25ecr9c02iawl { position:absolute;display:block;z-index:15084;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:6.5rem;width:10.25rem;top:52.8125rem;left:21.875rem;overflow:hidden;display:block; }
#bAl8ZLUWG6SCxnc0Q6p5PLltvDh4OqE5 { box-sizing:content-box;height:4.3125rem;width:4.3125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15029;background-color:#131313;background-image:none;top:5.0625rem;left:35.34375rem;display:block; }
#cvEtLqgVMO8rkHBrinVuBZWkJaMgbBTs { position:absolute;display:block;z-index:15085;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.625rem;top:4.34375rem;left:34.6875rem;overflow:hidden;display:block; }
#UfB6XxzZdmGkU6A9zTlKvd9BkzL1ce8r { box-sizing:content-box;height:97.75rem;width:71.375rem;position:absolute;display:block;z-index:14998;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/79027b82-9d32-4d0e-b30b-9b415481b738/flyingtravelingviewfromairplanewindowwingwingairplaneflyingclouds.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:0.94921875rem;left:1.8125rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(32,32,32,0.07) ;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }#UfB6XxzZdmGkU6A9zTlKvd9BkzL1ce8r.adaptive-delivery-prevent-bg, #UfB6XxzZdmGkU6A9zTlKvd9BkzL1ce8r.lazyload, #UfB6XxzZdmGkU6A9zTlKvd9BkzL1ce8r.lazyloading { background-image: none; }
#UfB6XxzZdmGkU6A9zTlKvd9BkzL1ce8r::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem; }#UfB6XxzZdmGkU6A9zTlKvd9BkzL1ce8r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(16,16,16,0.56); }#HKxXP6rXHgnKfCSkcoGQ1sQ0qONdoTQT { position:absolute;display:block;z-index:15086;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:6.1875rem;width:6.1875rem;top:43.0234375rem;left:0rem;overflow:hidden;display:block; }
#CVlF61uMSTS3sI5QXW8ZwubLUWzC5fTe { position:absolute;display:block;z-index:15087;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:7.4375rem;width:7.4375rem;top:26.9375rem;left:67.5625rem;overflow:hidden;display:block; }
#lmkvnR6eEisa6V8LpxHoRSKn2mfBnDMx { background-color:#151915;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#lmkvnR6eEisa6V8LpxHoRSKn2mfBnDMx > .row .container { background-color: transparent; background-image: none; }#lmkvnR6eEisa6V8LpxHoRSKn2mfBnDMx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lmkvnR6eEisa6V8LpxHoRSKn2mfBnDMx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lmkvnR6eEisa6V8LpxHoRSKn2mfBnDMx > .row .container > .video-iframe-container { display: none; }#lmkvnR6eEisa6V8LpxHoRSKn2mfBnDMx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lmkvnR6eEisa6V8LpxHoRSKn2mfBnDMx > .row > .video-iframe-container { display: none; }#lmkvnR6eEisa6V8LpxHoRSKn2mfBnDMx > .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); }#lmkvnR6eEisa6V8LpxHoRSKn2mfBnDMx > .row .container { border-width: 0; border-radius: 0; }#lmkvnR6eEisa6V8LpxHoRSKn2mfBnDMx > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#lmkvnR6eEisa6V8LpxHoRSKn2mfBnDMx > .row .container { font-size:0.875rem;font-family:lato;height:60.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#krgVCo4LwJ05P29OpJoQFvCVMT5W9Vq0 { box-sizing:content-box;height:22.8125rem;width:24.0625rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:11.5625rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#ydMdmPxXTiqByd8wnhTwPV7CcJUdCtxk { color:rgba(var(--color-tertiary-3),1);display:block;width:20.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15028;line-height:1.8;letter-spacing:0;top:13.6875rem;left:1.625rem;height:9.916667rem;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;font-style:normal;display:block; }
#mOoMWT4kg7ITNgMyBGM0msDs9T9nAkWX { color:rgba(var(--color-tertiary-3),1);display:block;width:10.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:normal;z-index:15038;line-height:1.2;letter-spacing:0;top:27.75rem;left:8.125rem;height:1.25rem;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; }
#vMnzUaAR6PCRIENRUsktlyvQPb3OHZPr { box-sizing:content-box;height:6rem;width:6rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15027;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/3c74e9d5-c29b-4c1e-8189-e410c4691581/Imagem3.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:26.5625rem;left:1.375rem;display:block; }#vMnzUaAR6PCRIENRUsktlyvQPb3OHZPr.adaptive-delivery-prevent-bg, #vMnzUaAR6PCRIENRUsktlyvQPb3OHZPr.lazyload, #vMnzUaAR6PCRIENRUsktlyvQPb3OHZPr.lazyloading { background-image: none; }
#ieD0WJI7fuEPaqr6BUnQTN6N45SZuFFH { box-sizing:content-box;height:27.1875rem;width:24.0625rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:11.5625rem;left:25.5rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#ZMZWUalzKyVyOp5tluy1n6Mfnk07q8FA { color:rgba(var(--color-tertiary-3),1);display:block;width:22rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15035;line-height:1.8;letter-spacing:0;top:14.375rem;left:26.625rem;height:12.75rem;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;font-style:normal;display:block; }
#BIXUteq4JbJXfIrsScWODzKRQu2GEM4x { box-sizing:content-box;height:6rem;width:6rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15028;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/f90222a1-0922-44b0-a749-edc71056d107/Imagem5.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:31.6875rem;left:26.5rem;display:block; }#BIXUteq4JbJXfIrsScWODzKRQu2GEM4x.adaptive-delivery-prevent-bg, #BIXUteq4JbJXfIrsScWODzKRQu2GEM4x.lazyload, #BIXUteq4JbJXfIrsScWODzKRQu2GEM4x.lazyloading { background-image: none; }
#SdqkJ4C0Q8k3pwSnQlpvuatncwyGbJ0G { box-sizing:content-box;height:22.8125rem;width:24.0625rem;position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:11.625rem;left:50.9375rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#bsaDGTtJHWOIRred1yhhXiLxJu3HDTR1 { color:rgba(var(--color-tertiary-3),1);display:block;width:20.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15032;line-height:1.8;letter-spacing:0;top:13.6875rem;left:52.3125rem;height:9.916667rem;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;font-style:normal;display:block; }
#Ux2L2CbGkxzCS8Ssep5hdkaHIFsp6vty { color:rgba(var(--color-tertiary-3),1);display:block;width:12rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:normal;z-index:15042;line-height:1.2;letter-spacing:0;top:27.75rem;left:59.25rem;height:1.25rem;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; }
#RdxAtgyGOcG0EszHfhJacnfbAcGwNIUH { box-sizing:content-box;height:6rem;width:6rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15031;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b236fc43-310f-488e-b8d5-d9837df1cd41/Imagem4.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:26.5625rem;left:52.3125rem;display:block; }#RdxAtgyGOcG0EszHfhJacnfbAcGwNIUH.adaptive-delivery-prevent-bg, #RdxAtgyGOcG0EszHfhJacnfbAcGwNIUH.lazyload, #RdxAtgyGOcG0EszHfhJacnfbAcGwNIUH.lazyloading { background-image: none; }
#rfsEfxcd0ToQHQLPl05xDmJvPr4Z3xLV { color:rgba(var(--color-tertiary-3),1);display:block;width:14.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:normal;z-index:15039;line-height:1.2;letter-spacing:0;top:32.8125rem;left:33.375rem;height:1.25rem;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; }
#UJFm8LHnAugPDIZPke3ZmZ4tVAVBCsTc { color:rgba(var(--color-tertiary-0),1);display:block;width:12.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15038;line-height:1.6;letter-spacing:0;top:29.25rem;left:8.125rem;height:2.33333325rem;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;font-style:italic;display:block; }
#oeBvg7DT6picsi3oXTqI0FtPvD8UGpoy { color:rgba(var(--color-tertiary-3),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15039;line-height:1.6;letter-spacing:0;top:34.3125rem;left:33.375rem;height:2.33333325rem;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;font-style:italic;display:block; }
#U1tr3gJmTkMTV740u7PGtCyoWTTZ42pi { color:rgba(var(--color-tertiary-3),1);display:block;width:10rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15040;line-height:1.6;letter-spacing:0;top:29.125rem;left:59.25rem;height:1.166666625rem;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;font-style:italic;display:block; }
#SudKMiBBvQTJhCU1mtGik8fA8q3IHBw8 { box-sizing:content-box;height:18.125rem;width:24.0625rem;position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:35.875rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#T6tncGw9kMNxbf3JMvMGNqsWTXET1te4 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15043;line-height:1.6;letter-spacing:0;top:49rem;left:7.6875rem;height:2.33333325rem;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;font-style:italic;display:block; }
#hvNm5aIGNXMzFvrBi8mKLkUykBKADkhy { color:rgba(var(--color-tertiary-3),1);display:block;width:13.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:normal;z-index:15043;line-height:1.2;letter-spacing:0;top:47.375rem;left:7.6875rem;height:1.25rem;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; }
#bFlvcT5OW1OSZF64pIw7RbE4rpwnxqyJ { color:rgba(var(--color-tertiary-3),1);display:block;width:20.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15033;line-height:1.8;letter-spacing:0;top:38.4375rem;left:1.3125rem;height:4.25rem;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;font-style:normal;display:block; }
#FPfrLlez49t7BrlM5w4zUZhkIrpR7IPC { box-sizing:content-box;height:6rem;width:6rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15032;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/36b8808d-2206-48da-93df-4e6dc7615a34/Imagem7.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:46.25rem;left:1rem;display:block; }#FPfrLlez49t7BrlM5w4zUZhkIrpR7IPC.adaptive-delivery-prevent-bg, #FPfrLlez49t7BrlM5w4zUZhkIrpR7IPC.lazyload, #FPfrLlez49t7BrlM5w4zUZhkIrpR7IPC.lazyloading { background-image: none; }
#sxvsTSTJbSQQJ5GWF4Cau9IwoaUzTAdw { color:rgba(var(--color-tertiary-3),1);display:block;width:74.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:4.25rem;left:0rem;height:2.91666675rem;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:center;text-align-last:center;display:block; }
#tL3yWBddNPJAJ7oKH43uRhVEEdp6Gp0L { box-sizing:content-box;height:15.625rem;width:24.0625rem;position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:40.1875rem;left:25.5rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#EXvcvLZg2gm7z93unCrcoz05yTTwFmwq { color:rgba(var(--color-tertiary-0),1);display:block;width:13.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15048;line-height:1.6;letter-spacing:0;top:50.75rem;left:33.3125rem;height:3.5rem;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;font-style:italic;display:block; }
#LvUGG4VyhXGiTNloRFbi8rPqIl5SfKty { color:rgba(var(--color-tertiary-3),1);display:block;width:13.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:normal;z-index:15048;line-height:1.2;letter-spacing:0;top:49.125rem;left:33.3125rem;height:1.25rem;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; }
#sv4U0uuv8vB7igJfQ2TIgwCPdrdx6S7G { color:rgba(var(--color-tertiary-3),1);display:block;width:20.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15038;line-height:1.8;letter-spacing:0;top:42.75rem;left:26.8125rem;height:2.83333325rem;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;font-style:normal;display:block; }
#PUzq1K0c8T351991POAzwu1ilRTWzHbr { box-sizing:content-box;height:6rem;width:6rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15037;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/4d160339-8f50-4dbf-ba62-57e936c9411f/Imagem8.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:48rem;left:26.625rem;display:block; }#PUzq1K0c8T351991POAzwu1ilRTWzHbr.adaptive-delivery-prevent-bg, #PUzq1K0c8T351991POAzwu1ilRTWzHbr.lazyload, #PUzq1K0c8T351991POAzwu1ilRTWzHbr.lazyloading { background-image: none; }
#HahTCx1MeUDz9MndhpIXOWN2z6k1lTsq { box-sizing:content-box;height:18.125rem;width:24.0625rem;position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:35.875rem;left:50.9375rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#hJhQr8WGKKoTcuoNBtTRSEhbpwxTTvr6 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15048;line-height:1.6;letter-spacing:0;top:49rem;left:58.625rem;height:1.166666625rem;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;font-style:italic;display:block; }
#cDbz7blE6EyTit2qKDECqxpcvdC5NbuA { color:rgba(var(--color-tertiary-3),1);display:block;width:13.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:normal;z-index:15048;line-height:1.2;letter-spacing:0;top:47.375rem;left:58.625rem;height:1.25rem;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; }
#mGUIzLnG1xFJSGGFWVmbCDac7IKV1Vke { color:rgba(var(--color-tertiary-3),1);display:block;width:20.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15038;line-height:1.8;letter-spacing:0;top:38.4375rem;left:52.25rem;height:4.25rem;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;font-style:normal;display:block; }
#BqAW2xXogJ7qX5LHnRUr7uTW43qdP6Zw { box-sizing:content-box;height:6rem;width:6rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15037;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/32c04b47-015e-439e-92ad-854a179b7c61/Imagem6.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:46.25rem;left:51.9375rem;display:block; }#BqAW2xXogJ7qX5LHnRUr7uTW43qdP6Zw.adaptive-delivery-prevent-bg, #BqAW2xXogJ7qX5LHnRUr7uTW43qdP6Zw.lazyload, #BqAW2xXogJ7qX5LHnRUr7uTW43qdP6Zw.lazyloading { background-image: none; }
#u0NeSN4kt47O53uCBogoo9wn2LOFxuIT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c0e17203-93d5-480a-a61e-db8f095aee34/Evento11CongressoOdontopediatriaSoPauloDia132copiar.webp");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#u0NeSN4kt47O53uCBogoo9wn2LOFxuIT.adaptive-delivery-prevent-bg, #u0NeSN4kt47O53uCBogoo9wn2LOFxuIT.lazyload, #u0NeSN4kt47O53uCBogoo9wn2LOFxuIT.lazyloading { background-image: none; }#u0NeSN4kt47O53uCBogoo9wn2LOFxuIT > .row .container { background-color: transparent; background-image: none; }#u0NeSN4kt47O53uCBogoo9wn2LOFxuIT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-3),0.86); }#u0NeSN4kt47O53uCBogoo9wn2LOFxuIT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u0NeSN4kt47O53uCBogoo9wn2LOFxuIT > .row .container > .video-iframe-container { display: none; }#u0NeSN4kt47O53uCBogoo9wn2LOFxuIT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-3),0.86); }#u0NeSN4kt47O53uCBogoo9wn2LOFxuIT > .row > .video-iframe-container { display: none; }#u0NeSN4kt47O53uCBogoo9wn2LOFxuIT > .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); }#u0NeSN4kt47O53uCBogoo9wn2LOFxuIT > .row .container { border-width: 0; border-radius: 0; }#u0NeSN4kt47O53uCBogoo9wn2LOFxuIT::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; }#u0NeSN4kt47O53uCBogoo9wn2LOFxuIT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u0NeSN4kt47O53uCBogoo9wn2LOFxuIT > .row .container { font-size:0.875rem;font-family:arial;height:39.3125rem;width:75rem;position:relative;display:block; }#OMIx07ZnZwPIt8sIi0QzhOAIgNvulaxz { color:rgba(var(--color-tertiary-3),1);display:block;width:23.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:11.3125rem;left:2.6875rem;height:8rem;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; }
#asg0RWAZ8V26In2LiEXS7oOaeUTPPKuT { color:rgba(var(--color-tertiary-2),1);display:block;width:23.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.7;letter-spacing:0;top:20.875rem;left:2.6875rem;height:6.6666665rem;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; }
#FJZ5oaSfrplUJsCJLrU7cKRWtXLvQGwl { box-sizing:content-box;height:5.625rem;width:7.0625rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:7.6875rem;left:32.75rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#qqpp4zqHMQZ7V1dqUMWXv0kIfcUTHTHm { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:4.4375rem;top:8.9375rem;left:34rem;overflow:hidden;display:block; }
#yeWwedZU9If6JBMw0eRJvMPTmlTsnoei { box-sizing:content-box;height:5.625rem;width:7.0625rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:7.6875rem;left:40.375rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#gVbw4XsklvmeIF8IU21Q9ec6QivwkV3k { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:5.8125rem;top:9.75rem;left:41rem;overflow:hidden;display:block; }
#yWluvlJE3TTbxiTV0ayKCob1bZD0CQSO { box-sizing:content-box;height:5.625rem;width:7.0625rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:7.6875rem;left:47.9375rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#RAS8OyXEMzTgv74qJneCgRKJIboa3m4S { box-sizing:content-box;height:5.625rem;width:7.0625rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:7.6875rem;left:55.5rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#HSrE9pl3twmWa0TGdtyrhBGcOIdMTQX3 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:6.0625rem;top:9.875rem;left:48.4375rem;overflow:hidden;display:block; }
#SHlrpzD5iEQd7EMyIwRFKN0VZ08BJBX8 { position:absolute;display:block;z-index:15023;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:5.6875rem;width:5.6875rem;top:7.625rem;left:56.1875rem;overflow:hidden;display:block; }
#PoZ4okWcOoixOEsZIIJXBSlnUUQBbRhN { box-sizing:content-box;height:5.625rem;width:7.0625rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:7.6875rem;left:63.125rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#PWIcp6FtNshlnAm2wTiBE3G0hNsMl68b { position:absolute;display:block;z-index:15025;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.3125rem;width:3.3125rem;top:8.8125rem;left:64.9375rem;overflow:hidden;display:block; }
#ekp6CgIHqV2eTvtA0Ihe8N4F22H7TeFQ { box-sizing:content-box;height:5.625rem;width:7.0625rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:14.0625rem;left:47.9375rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#eJTXcgQWnT9cMmPcLSQGeDXBJlf6n4IW { box-sizing:content-box;height:5.625rem;width:7.0625rem;position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:14.0625rem;left:55.5rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#fzfpBDb6WhNfbxkpyoQQn8EknEzULpTF { position:absolute;display:block;z-index:15033;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:3rem;width:5.25rem;top:15.375rem;left:56.4375rem;overflow:hidden;display:block; }
#tqfEFh9yCGy7clfkMynpv7RKnzKacvIs { box-sizing:content-box;height:5.625rem;width:7.0625rem;position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:14.0625rem;left:63.125rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#r0rzF8ei2wJaJuIc3MVPJfTDo88DxRnb { box-sizing:content-box;height:5.625rem;width:7.0625rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:14.0625rem;left:40.375rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#TTqZe8v5tuRFbJUL5NTWLtCT1PBZP4Dl { position:absolute;display:block;z-index:15027;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.3125rem;width:5.0625rem;top:15.375rem;left:41.4375rem;overflow:hidden;display:block; }
#DQsBN3U4iGNQaB1EPev34siaO8EBlEcE { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:5.9375rem;top:16.25rem;left:48.4375rem;overflow:hidden;display:block; }
#pTZ5p2EUZG7AyM3xBTiSZN5PBzqP8bvg { box-sizing:content-box;height:5.625rem;width:7.0625rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:14.0625rem;left:32.75rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#xDbztGeNRouJBcdF76lPsibINaC2VTgo { position:absolute;display:block;z-index:15025;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.9375rem;width:5.3125rem;top:15.4375rem;left:33.625rem;overflow:hidden;display:block; }
#M7cwKArXUVVs4vG9a9IM7tvH9mFE7Wag { box-sizing:content-box;height:5.625rem;width:7.0625rem;position:absolute;display:block;z-index:15038;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:20.5rem;left:47.9375rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#cXwy5vLToZNern7MUxdMP7wmKKmP2BGb { box-sizing:content-box;height:5.625rem;width:7.0625rem;position:absolute;display:block;z-index:15040;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:20.5rem;left:55.5rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#uL1Dz9fkKI6no3fgCgvAy1TNVHzzIQWO { box-sizing:content-box;height:5.625rem;width:7.0625rem;position:absolute;display:block;z-index:15042;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:20.5rem;left:63.125rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#JyPtyhxPBaKmUfnnLT6wtRCEFL6Sx8Un { box-sizing:content-box;height:5.625rem;width:7.0625rem;position:absolute;display:block;z-index:15036;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:20.5rem;left:40.375rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#XMb1x8qbSMPAgOiXRFzqUUSXw9FDs7nt { box-sizing:content-box;height:5.625rem;width:7.0625rem;position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:20.5rem;left:32.75rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#rC2BXJGQbfA8IyDeH9SSiZS3KbiIMz4X { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.6875rem;top:21.5rem;left:34.4375rem;overflow:hidden;display:block; }
#rfFPewT0CAkvHZawDRParBCMWGCVSA4z { position:absolute;display:block;z-index:15047;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.4375rem;width:5.375rem;top:15.8125rem;left:64rem;overflow:hidden;display:block; }
#t2trf8Jr0O67igHPZF7PtwgBoRFexTzx { position:absolute;display:block;z-index:15048;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.3125rem;width:3.3125rem;top:21.6875rem;left:42.25rem;overflow:hidden;display:block; }
#xzlPbNw8K5gxEkqzBVbykVSsavtg7COV { position:absolute;display:block;z-index:15049;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.0625rem;width:5.3125rem;top:22.3125rem;left:48.8125rem;overflow:hidden;display:block; }
#MnNCHhHNu2HHgHRehRP1AIMiT1COOzKD { position:absolute;display:block;z-index:15050;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.0625rem;width:4.4375rem;top:21.8125rem;left:56.8125rem;overflow:hidden;display:block; }
#PrHFKmRbiLDvhtxZebM4zEMe4C8lp55c { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:5.625rem;top:22.6875rem;left:63.8125rem;overflow:hidden;display:block; }
#lf7B6xiuyptQkk7qo0epfPsa3gQtAIGm { box-sizing:content-box;height:5.625rem;width:7.0625rem;position:absolute;display:block;z-index:15048;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:26.9375rem;left:47.9375rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#BqB5xT9RgVTTpRi7l2FyTieTLF96IRvk { box-sizing:content-box;height:5.625rem;width:7.0625rem;position:absolute;display:block;z-index:15050;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:26.9375rem;left:55.5rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#xyKaXhoMWS9MaveCD2K7tBPrZfz6ZBbM { box-sizing:content-box;height:5.625rem;width:7.0625rem;position:absolute;display:block;z-index:15052;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:26.9375rem;left:63.125rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#p3Em7bqAg78yJDkyTFxso3wPsAEmPEyZ { box-sizing:content-box;height:5.625rem;width:7.0625rem;position:absolute;display:block;z-index:15046;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:26.9375rem;left:40.375rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#o2FAT3sNV2z5Xz6hIhkMXcchky1BLtFg { position:absolute;display:block;z-index:15060;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.5rem;width:3.625rem;top:28rem;left:57.25rem;overflow:hidden;display:block; }
#srTTCg3IQMUr5uc1erxmWTTE9FXwdv6x { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:5.5rem;top:28.6875rem;left:41.1875rem;overflow:hidden;display:block; }
#AzlsNQDTBrnVzTswKgIr5QUruevK08uH { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:5.5625rem;top:29.25rem;left:48.75rem;overflow:hidden;display:block; }
#Bbqx4r41dTMhb7MwHTsI2t84QroTiTTP { position:absolute;display:block;z-index:15061;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:0.875rem;width:5.3125rem;top:29.375rem;left:63.9375rem;overflow:hidden;display:block; }
#aKTyLq5hQZVFFum2OLOL7gwVGMvcXid1 { box-sizing:content-box;height:5.625rem;width:7.0625rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:26.9375rem;left:32.75rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#op4MhqphUVTUpXppma9fT5eThISk3E5p { position:absolute;display:block;z-index:15056;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.5625rem;width:3.6875rem;top:27.875rem;left:34.375rem;overflow:hidden;display:block; }
#GAx1O0H4yTk49IVybxKEgx9JweJWqfTz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dfdfdf;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; }#GAx1O0H4yTk49IVybxKEgx9JweJWqfTz > .row .container { background-color: transparent; background-image: none; }#GAx1O0H4yTk49IVybxKEgx9JweJWqfTz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GAx1O0H4yTk49IVybxKEgx9JweJWqfTz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GAx1O0H4yTk49IVybxKEgx9JweJWqfTz > .row .container > .video-iframe-container { display: none; }#GAx1O0H4yTk49IVybxKEgx9JweJWqfTz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GAx1O0H4yTk49IVybxKEgx9JweJWqfTz > .row > .video-iframe-container { display: none; }#GAx1O0H4yTk49IVybxKEgx9JweJWqfTz > .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); }#GAx1O0H4yTk49IVybxKEgx9JweJWqfTz > .row .container { border-width: 0; border-radius: 0; }#GAx1O0H4yTk49IVybxKEgx9JweJWqfTz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GAx1O0H4yTk49IVybxKEgx9JweJWqfTz > .row .container { font-size:0.875rem;font-family:arial;height:37.0625rem;width:75rem;position:relative;display:block; }#quDhLU8GrTsuDBibbkhSeKIlyQWZuzpR { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:7.6875rem;width:11.625rem;top:2.5rem;left:1.5625rem;overflow:hidden;display:block; }
#Sg4V0z6gPxFLMCl9NVsgxtc35hP3XxAD { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:7.6875rem;width:11.625rem;top:2.5rem;left:13.625rem;overflow:hidden;display:block; }
#O0EibfAGWsaBsoko3S88lMePVTTFs4on { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:7.6875rem;width:11.625rem;top:2.5rem;left:25.6875rem;overflow:hidden;display:block; }
#t4iBaa0TI65ViQVNmCQtTDqBMQIlNosp { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:7.6875rem;width:11.625rem;top:2.5rem;left:37.8125rem;overflow:hidden;display:block; }
#bpUtImm7mdWCh53sMF653WU4hTZ1ArPS { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:7.6875rem;width:11.625rem;top:2.5rem;left:61.875rem;overflow:hidden;display:block; }
#rr9PEGv77K1HxXLNMmdqFwEm2IhOnOHl { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:7.6875rem;width:11.625rem;top:10.625rem;left:1.5625rem;overflow:hidden;display:block; }
#S7tpCIf4k3CU2gkS9wOugARyPBFLxLta { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:7.6875rem;width:11.625rem;top:10.625rem;left:13.625rem;overflow:hidden;display:block; }
#M3ChtTkeoaIXudQzvTfU61VpHB0mrREN { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:7.6875rem;width:11.625rem;top:2.5rem;left:49.8125rem;overflow:hidden;display:block; }
#mv7MsRWTvnl7lCid1DDX6yeM2TeTEg43 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:7.6875rem;width:11.625rem;top:18.75rem;left:25.6875rem;overflow:hidden;display:block; }
#MBTRMNWQs4JeCTqR5JA8hfM07fZ6oLQx { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:7.6875rem;width:11.625rem;top:18.75rem;left:37.8125rem;overflow:hidden;display:block; }
#EI0sCT4DUAyLXSPzKigt1FfWXKPU9UyD { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:7.6875rem;width:11.625rem;top:18.75rem;left:13.625rem;overflow:hidden;display:block; }
#OhqRoROderSEwEvdSJbB8zkWdwxL7bPZ { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:7.6875rem;width:11.625rem;top:10.625rem;left:37.8125rem;overflow:hidden;display:block; }
#T30HP0IAe8ZzBmWeCDvnz2KwiJAo4NbF { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:7.6875rem;width:11.625rem;top:10.625rem;left:49.875rem;overflow:hidden;display:block; }
#CRWXz8XGA4JOn9RSEx3wQWmXgHymV2W9 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:7.6875rem;width:11.625rem;top:10.625rem;left:61.875rem;overflow:hidden;display:block; }
#rE09wSqumkUF8Ji6mybbIMtpopTt1wwg { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:7.6875rem;width:11.625rem;top:10.625rem;left:25.6875rem;overflow:hidden;display:block; }
#wphJeTOl9PmBkLaSeN8b3vc8DgbnRx76 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:7.6875rem;width:11.625rem;top:18.75rem;left:1.5625rem;overflow:hidden;display:block; }
#g6OrOp83tqgFXl5VMbyMuk5p7vEBmPTl { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:7.6875rem;width:11.625rem;top:26.9375rem;left:13.625rem;overflow:hidden;display:block; }
#lOpp2cHR9aI6TD9svmScz5efue4JCZw9 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:7.6875rem;width:11.625rem;top:26.9375rem;left:1.5625rem;overflow:hidden;display:block; }
#PKmBPF5DTrEqm0hGnTQu9nwwmuQtbXRa { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:7.6875rem;width:11.625rem;top:18.75rem;left:61.875rem;overflow:hidden;display:block; }
#Xv6zsJA138x0509KtEbmTxlmr82846NR { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:7.6875rem;width:11.625rem;top:18.75rem;left:49.875rem;overflow:hidden;display:block; }
#XiyX48UJwO5c5pNWNf4vTozfBBAd8wiN { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:7.625rem;width:11.5rem;top:26.9375rem;left:37.75rem;overflow:hidden;display:block; }
#DOLfod1nqtvgLeDgJ1Zeiqm1L6Q5M5G9 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:7.6875rem;width:11.5rem;top:26.9375rem;left:61.8125rem;overflow:hidden;display:block; }
#c87iTaQ8vLi8FE9JQQKZApJcNuvtsCfb { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:7.6875rem;width:11.5rem;top:26.9375rem;left:49.8125rem;overflow:hidden;display:block; }
#Q9DZxrHKa30seVTTJTzIB4Xc2p8GEOgU { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:7.6875rem;width:11.5rem;top:26.9375rem;left:25.625rem;overflow:hidden;display:block; }
#svhZctBUi5fTWIF97Gv91TNIHezAW8d3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#svhZctBUi5fTWIF97Gv91TNIHezAW8d3 > .row .container { background-color: transparent; background-image: none; }#svhZctBUi5fTWIF97Gv91TNIHezAW8d3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#svhZctBUi5fTWIF97Gv91TNIHezAW8d3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#svhZctBUi5fTWIF97Gv91TNIHezAW8d3 > .row .container > .video-iframe-container { display: none; }#svhZctBUi5fTWIF97Gv91TNIHezAW8d3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#svhZctBUi5fTWIF97Gv91TNIHezAW8d3 > .row > .video-iframe-container { display: none; }#svhZctBUi5fTWIF97Gv91TNIHezAW8d3 > .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); }#svhZctBUi5fTWIF97Gv91TNIHezAW8d3 > .row .container { border-width: 0; border-radius: 0; }#svhZctBUi5fTWIF97Gv91TNIHezAW8d3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#svhZctBUi5fTWIF97Gv91TNIHezAW8d3 > .row .container { font-size:0.875rem;font-family:arial;height:40.5rem;width:75rem;position:relative;display:block; }#vFMKGxl4cANp0bn0dD7kUiP4ZzXquXE6 { box-sizing:content-box;height:35.3125rem;width:64.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-4),1);background-image:none;top:3.7812501192093rem;left:5.25rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:none; }
#soD4RBbZfoTDzMeXNsWR3nqVnC1lcxcb { box-sizing:content-box;height:31.0625rem;width:24rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(296deg, rgba(55,55,55,0.28), rgba(42,42,42,0.63));background-image: -moz-linear-gradient(296deg, rgba(55,55,55,0.28), rgba(42,42,42,0.63));background-image: -ms-linear-gradient(296deg, rgba(55,55,55,0.28), rgba(42,42,42,0.63));background-image: -o-linear-gradient(296deg, rgba(55,55,55,0.28), rgba(42,42,42,0.63));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#37373747', endColorstr='#2a2a2aa0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#37373747', endColorstr='#2a2a2aa0' );";background-image: linear-gradient(296deg, rgba(55,55,55,0.28), rgba(42,42,42,0.63));background-size:auto !important;top:5.25rem;left:45.125rem;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;border-top:0.0625rem solid rgba(93,146,255,0.26);border-left:0.0625rem solid rgba(93,146,255,0.26);border-right:0.0625rem solid rgba(93,146,255,0.26);border-bottom:0.0625rem solid rgba(93,146,255,0.26);display:block; }
#MzGJOTuzKrHuKieeuRMKVmduEn75kZRr { color:rgba(var(--color-tertiary-1),1);display:block;width:28rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:13.6875rem;left:4.75rem;height:7.3333335rem;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;text-align:left;text-align-last:left;display:block; }
#ow6ySealE6kQckAeXRDGf62AQcxhpTLc { color:rgba(var(--color-tertiary-2),1);display:block;width:28.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.7;letter-spacing:0;top:22.625rem;left:4.75rem;height:3.16666675rem;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;font-style:normal;display:block; }
#NuSBlWubo91nfRpPgJgl1XDdB9V5W1lz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:28.75rem;left:26.625rem; }
#H5uX19G9qldvn7D3BXR88kS8TKKIGd2i .widget-form-header {  }
#H5uX19G9qldvn7D3BXR88kS8TKKIGd2i .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;color:#ababab;width:20.5rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;line-height:1.3;font-style:normal; }
#H5uX19G9qldvn7D3BXR88kS8TKKIGd2i .widget-input-text { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;background-color:rgba(26,26,26,0.84);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.5rem;box-sizing:border-box;height:3.375rem;color:#fafafa;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#H5uX19G9qldvn7D3BXR88kS8TKKIGd2i .widget-input-text {padding-top: 0; padding-bottom: 0;}#H5uX19G9qldvn7D3BXR88kS8TKKIGd2i .widget-textarea { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;background-color:rgba(26,26,26,0.84);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.5rem;box-sizing:border-box;height:4.375rem;color:#fafafa;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#H5uX19G9qldvn7D3BXR88kS8TKKIGd2i .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden; }
#H5uX19G9qldvn7D3BXR88kS8TKKIGd2i .widget-input-select {padding-top: 0; padding-bottom: 0;}#H5uX19G9qldvn7D3BXR88kS8TKKIGd2i .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#H5uX19G9qldvn7D3BXR88kS8TKKIGd2i .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#H5uX19G9qldvn7D3BXR88kS8TKKIGd2i .widget-input-button { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;background-color:transparent;background-image: -webkit-linear-gradient(160deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(160deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(160deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(160deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(160deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:700;color:rgba(var(--color-tertiary-0),1);width:20.5rem;height:3.5rem;font-family:var(--paragraphs-font-family);overflow:hidden;font-style:normal;box-shadow: none; }
#H5uX19G9qldvn7D3BXR88kS8TKKIGd2i [class*="-text"]:-moz-placeholder { color:rgba(255,255,255,0.95);font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;font-style:normal; }
#H5uX19G9qldvn7D3BXR88kS8TKKIGd2i [class*="-text"]::-moz-placeholder { color:rgba(255,255,255,0.95);font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;font-style:normal; }
#H5uX19G9qldvn7D3BXR88kS8TKKIGd2i [class*="-text"]:-ms-input-placeholder { color:rgba(255,255,255,0.95);font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;font-style:normal; }
#H5uX19G9qldvn7D3BXR88kS8TKKIGd2i [class*="-text"]::-webkit-input-placeholder { color:rgba(255,255,255,0.95);font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;font-style:normal; }
#H5uX19G9qldvn7D3BXR88kS8TKKIGd2i .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:arial;line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:19.125rem;overflow:hidden;font-style:normal; }
#H5uX19G9qldvn7D3BXR88kS8TKKIGd2i .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#H5uX19G9qldvn7D3BXR88kS8TKKIGd2i .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#H5uX19G9qldvn7D3BXR88kS8TKKIGd2i .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#H5uX19G9qldvn7D3BXR88kS8TKKIGd2i .widget-container:first-of-type{padding-top:0;}#H5uX19G9qldvn7D3BXR88kS8TKKIGd2i .widget-container:last-of-type{padding-bottom:0;}#H5uX19G9qldvn7D3BXR88kS8TKKIGd2i  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.5rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15014;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;position:absolute;top:6.625rem;left:45.625rem; }
#H5uX19G9qldvn7D3BXR88kS8TKKIGd2i .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.5rem; }
#H5uX19G9qldvn7D3BXR88kS8TKKIGd2i .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#H5uX19G9qldvn7D3BXR88kS8TKKIGd2i {display:block;}#H5uX19G9qldvn7D3BXR88kS8TKKIGd2i { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.5rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15014;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;position:absolute;top:6.625rem;left:45.625rem; }
#H5uX19G9qldvn7D3BXR88kS8TKKIGd2i #mpfXVAGI4d2ZxFZ2hrK5SVSTfnGw3vvb { position:relative; }
#H5uX19G9qldvn7D3BXR88kS8TKKIGd2i #aWIzXt2X14GJSFyWhK8f1NFkd11lddmQ { position:relative;display:block; }
#H5uX19G9qldvn7D3BXR88kS8TKKIGd2i #LvtM48XT5DQVMKGcQUGchvWnLeA6NATE { position:relative; }
#H5uX19G9qldvn7D3BXR88kS8TKKIGd2i #mLVBxMbIdfGPLW2FbDfKipIuxg3hfW2M { position:relative; }
#H5uX19G9qldvn7D3BXR88kS8TKKIGd2i #MSBbNBHPztBPypeRK0FIC5CAFWGkL9Qm { position:relative;display:block; }
#H5uX19G9qldvn7D3BXR88kS8TKKIGd2i #cxiqVqNnNWSAPxOXVcTJ8TgTBoNi6lsQ { position:relative; }
#H5uX19G9qldvn7D3BXR88kS8TKKIGd2i #ph4WJTR4M212N1pnT3zUer3SX9fDM5va { position:relative; }
#H5uX19G9qldvn7D3BXR88kS8TKKIGd2i #mZeP6eGdTAfwAT2ybkUgRdcNo9COykMS { position:relative;display:block; }
#H5uX19G9qldvn7D3BXR88kS8TKKIGd2i #PT4Vk1DgpkQ1On7SUqUpGO18mQS1u2PR { position:relative; }
#H5uX19G9qldvn7D3BXR88kS8TKKIGd2i #C1JXE0Hi3cEkL3BtKXGCQhvtGEEcrup7 { position:relative; }
#H5uX19G9qldvn7D3BXR88kS8TKKIGd2i #cizAaXn13ZcMMplSrXiT5qLRNicNHDrk { position:relative;display:block; }
#H5uX19G9qldvn7D3BXR88kS8TKKIGd2i #J7eyI8G9yQFRknOmhOh7Pd8OTrXmRv7O { position:relative; }
#H5uX19G9qldvn7D3BXR88kS8TKKIGd2i #Lbo2x6O4fRR7rLUDWhdTTUs3R6i5nVDv { position:relative; }
#H5uX19G9qldvn7D3BXR88kS8TKKIGd2i #ZhPN4CkLPkhTTfd5nnClobOzCTi1hyrv { position:relative; }
#a1S5xt5W2q4HHre15gl7SlKVRQmPRKDL { box-sizing:content-box;height:0.0625rem;width:18.75rem;position:absolute;display:block;z-index:15016;background-color:#727272;background-image:none;top:29.4375rem;left:4.75rem;display:block; }
#iFzndB3Aik7321w582P6QE1J2tEITKdv { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:30.8125rem;left:9.0625rem; }
#iFzndB3Aik7321w582P6QE1J2tEITKdv > img { max-width: 100%;max-height:100%; width:1.3125rem; height:1.3125rem; }#UWOhvcfceHBNET4HeQffHcLJHTaImHcm { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:30.8125rem;left:6.875rem; }
#UWOhvcfceHBNET4HeQffHcLJHTaImHcm > img { max-width: 100%;max-height:100%; width:1.3125rem; height:1.3125rem; }#wxICAssDSqTJGODOuHoWqFdfgmQFxhVn { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:30.8125rem;left:4.75rem; }
#wxICAssDSqTJGODOuHoWqFdfgmQFxhVn > img { max-width: 100%;max-height:100%; width:1.3125rem; height:1.3125rem; }#wPHxWEuThTkFeXL2zM3FDTplt6gkTfOV { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:8.25rem;top:7.375rem;left:11.5625rem;overflow:hidden;display:block; }
#oZnJZb7FoEifK7UbmIQimnZFLqo90AuX { position:absolute;display:block;z-index:15054;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:8.0625rem;width:8.0625rem;top:4.5rem;left:3.5rem;overflow:hidden;display:block; }
#ZblSzmLlZKENUpcCwtJIfLc0JpNA3c16 { background-color:rgba(55,55,55,0.34);background-image:none;border-top:0.0625rem solid #539948;border-left:0.0625rem solid #539948;border-right:0.0625rem solid #539948;border-bottom:0.0625rem solid #539948;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;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(--headlines-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:3rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:28rem;left:24.6875rem;display:block; }
#M1kUA7HnTU1Pn7UvR0Pno3wkDyaGLg9q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TDk7hSZ13QvHO8A6RpOdx63Jrd4euZQt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#515151;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; }#TDk7hSZ13QvHO8A6RpOdx63Jrd4euZQt > .row .container { background-color: transparent; background-image: none; }#TDk7hSZ13QvHO8A6RpOdx63Jrd4euZQt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TDk7hSZ13QvHO8A6RpOdx63Jrd4euZQt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TDk7hSZ13QvHO8A6RpOdx63Jrd4euZQt > .row .container > .video-iframe-container { display: none; }#TDk7hSZ13QvHO8A6RpOdx63Jrd4euZQt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TDk7hSZ13QvHO8A6RpOdx63Jrd4euZQt > .row > .video-iframe-container { display: none; }#TDk7hSZ13QvHO8A6RpOdx63Jrd4euZQt > .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); }#TDk7hSZ13QvHO8A6RpOdx63Jrd4euZQt > .row .container { border-width: 0; border-radius: 0; }#TDk7hSZ13QvHO8A6RpOdx63Jrd4euZQt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TDk7hSZ13QvHO8A6RpOdx63Jrd4euZQt > .row .container { font-size:0.875rem;font-family:arial;height:0.0625rem;width:75rem;position:relative;display:block; }#eTIXRDz7z2d5T5et0op06TpxbO7ICO1z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eTIXRDz7z2d5T5et0op06TpxbO7ICO1z > .row .container { background-color: transparent; background-image: none; }#eTIXRDz7z2d5T5et0op06TpxbO7ICO1z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTIXRDz7z2d5T5et0op06TpxbO7ICO1z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTIXRDz7z2d5T5et0op06TpxbO7ICO1z > .row .container > .video-iframe-container { display: none; }#eTIXRDz7z2d5T5et0op06TpxbO7ICO1z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTIXRDz7z2d5T5et0op06TpxbO7ICO1z > .row > .video-iframe-container { display: none; }#eTIXRDz7z2d5T5et0op06TpxbO7ICO1z > .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); }#eTIXRDz7z2d5T5et0op06TpxbO7ICO1z > .row .container { border-width: 0; border-radius: 0; }#eTIXRDz7z2d5T5et0op06TpxbO7ICO1z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eTIXRDz7z2d5T5et0op06TpxbO7ICO1z > .row .container { font-size:0.875rem;font-family:arial;height:3.3125rem;width:75rem;position:relative;display:block; }#s8obJhM6mcL8DqTM60J6BNrr7hPVHTvU { color:#e1e1e1;display:block;width:21.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:0.8125rem;left:27.5625rem;height:1.333333375rem;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:right;text-align-last:right;display:block; }
#QUKSXAdcoiAdsZ6Q8XeTqLOMqV2FJ3cD { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:1.25rem;top:1rem;left:26.0625rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #MJTcD4taqO7bVmLUfTHLFKzLWvzkCfdL { display:none; }#MJTcD4taqO7bVmLUfTHLFKzLWvzkCfdL > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TNfH3cFSkpbRaopZKJ8ckK7g9UU7KsZG { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #t5NTfZ7tC7lKLK3RXsd4MWpSRcucGH9S { width:12.5rem;height:1.375rem;top:7.0625rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tczSWfqqJlm8Whedf1rQMDIedmFPBXmh { width:12.5rem;height:1.375rem;top:9.8125rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UgyRwUiCbLCRhTWALBF0CENv05MRKMHu { width:7.875rem;height:1.375rem;top:13.4375rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dU69ZklnoumpfswweyZSvUJvS4IzAps8 { width:12.5rem;height:1.375rem;top:16.8125rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XqUEF0Fa4ZaSp2naEBAn3lrOImVW9HwN { width:7.25rem;height:2.5625rem;top:1.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CVqmWTTn1oLfX4kkMUMNxeK6LgzA3RkZ { width:11.25rem;height:3.75rem;top:0.875rem;left:36.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #M9i2SNneRMExy7eWBVZGLZXK8hCMJTHH { display:block; }
 }@media only screen and (max-width: 763px) { #kAwJnZFOuavqOu95ogBrKcDqoP6xmirH { width:7.875rem;height:1.375rem;top:15.3125rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wIfBgIHBzeUAat8I9Wc4EWE7KDkhyXr6 { display:block; }#wIfBgIHBzeUAat8I9Wc4EWE7KDkhyXr6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yaN3Mvva31sVHRcqWnnoEuTpZroiseTi { width:7.25rem;height:2.5625rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLaalX60hiIRLCkTUynpPtQ2zXE7awTg { width:6.875rem;height:2.5rem;top:1.5rem;left:29.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #It6COLcgEEbcL5DEUgICAKAliaQrC4Ur { display:block; }
 }@media only screen and (max-width: 763px) { #iLqWkDCe40wBOzwNT1E1qBuixHNnzhbc { width:6.875rem;height:2.5rem;top:1.5rem;left:29.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A734Xi46ACfty3hLImVOJTcyREEsIaLK { display:block; }
 }@media only screen and (max-width: 763px) { #e5FlJ2V1SvCxvFpEXdh5O3DgOg6t9fLL { width:6.875rem;height:2.5rem;top:1.5rem;left:22.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fP7aFcZEBGmew6tL5ytKqiaVREi6grnp { display:block; }
 }@media only screen and (max-width: 763px) { #yx0o6TkVoP1SVMPDHoID3Od7tk9MSIH1 { width:6.875rem;height:2.5rem;top:1.5rem;left:16rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #heeTocQ1TdhovxAc2qGWATEpMa5yC12Q { display:block; }
 }@media only screen and (max-width: 763px) { #DhqkWwoyVyWWCiqalSTPXw37RHhRRNHV { width:11.25rem;height:3.75rem;top:0.875rem;left:36.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hn77mzBMCMmc8a4wFw9AqBupnV1uEWfD { display:block; }
 }@media only screen and (max-width: 763px) { #IPKLC3GOrqhpdlHnMNXeke78O95Uw6Cw { width:6.875rem;height:2.5rem;top:1.5rem;left:29.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2WTpTqq4vANZBfclyC2OZtc6tW4Upyc { display:block; }
 }@media only screen and (max-width: 763px) { #IBbiaOXbwB3eVwoTnzyz7AnB6Ut4P6L4 { display:block; }#IBbiaOXbwB3eVwoTnzyz7AnB6Ut4P6L4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl { display:block; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AnMcBto3J0Moi6RuAFHOPL552ggLZFUu { top:22.3125rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0US93ZIST6hFygFT7WbrOPGvH28UdzM { width:13.375rem;height:3.4375rem;top:28.8125rem;left:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8QkKGZmpedf63k5Wv6gX2T0nF4lGycM { display:block; }
 }@media only screen and (max-width: 763px) { #GDNUySXEvXxfuany0UObJMUTvr5T0OXe { width:13.375rem;height:3.3125rem;top:28.875rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmLdhnufWVRmNyTTMFXRiVmSOznsgJm2 { display:block; }
 }@media only screen and (max-width: 763px) { #kubLXMiyeWyuBBkmLqQ6lDmnLiuMWG5Q { top:10.9375rem;left:0rem;width:47.75rem;height:10rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWp2NTSdtbngkzyUD5g0N37IrueeK8qc { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FikuKK6EsrM6BZ6I7WdPcNomdeg9g0ow { width:5.6875rem;height:3.1875rem;top:28.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDxIb4oy8CrHrWBSzLgm5VDdCsW1fPea { display:block; }#wDxIb4oy8CrHrWBSzLgm5VDdCsW1fPea > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZICOwfugobKgpQHSJITmSBpDpuU8rvDT { top:22.3125rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9bi86zRgaIkmTA0fp6Le0Fv7Dk3XP6M { width:13.375rem;height:3.4375rem;top:28.8125rem;left:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQ1KiDxzD8crisIa9zoszzW3BP8K6APQ { display:block; }
 }@media only screen and (max-width: 763px) { #XRI41ttOmRR10NpLfDehpfc1xKfrr3iR { width:13.375rem;height:3.3125rem;top:28.875rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLRWtluJwL2l0zNMVzXyDku9nlgpQ1H6 { display:block; }
 }@media only screen and (max-width: 763px) { #ze2vNt5sJ1ZGQWssEh6bZ0r9rxVKDKdb { top:10.9375rem;left:0rem;width:47.75rem;height:10rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJilMMwI4p1DR9h4CX3oqX3v6UPXGUMQ { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gmcinZ1ZyIJsdhvk3zvE4xuMuDzxp0xC { width:5.6875rem;height:3.1875rem;top:28.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ps2vBdo8fsvd0Sya1ygHAsxeKHXui7HK { display:block; }#Ps2vBdo8fsvd0Sya1ygHAsxeKHXui7HK > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eOsmgOebkloTWMnS3r7Ol5LThnQWvKqh { top:17.125rem;left:0rem;width:47.75rem;height:3.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehGSci2zsMOgnsPMnwwFDaDo2T3P7F7a { width:8.25rem;height:8.1875rem;top:25.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvxMBffbBmW37Q7nnsr9Z0PitKaJ4JFr { top:28.5625rem;left:1.8125rem;width:18rem;height:4.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtKEn9KgZKbq2wepzbyiLZEQIhH0TdPR { top:26.375rem;left:1.8125rem;width:17rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDH58y0y01KsirIVb7DfiteZf58ioLtR { width:6.375rem;height:6.375rem;top:2.4375rem;left:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPLIaHJPqJcbPSotmeNXG2MCl5mySibL { width:8.25rem;height:8.1875rem;top:25.625rem;left:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtD85Kc56yCT2NUHyRUITiz0G6WhTdgn { top:28.5rem;left:29.75rem;width:18rem;height:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFyepIZfQuTafP1Bz6MQkQ1A7BDQ1AUd { top:26.375rem;left:30.75rem;width:17rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFxhzPGVeANGIshVcqnlvQqbdidIr3Ts { width:8.25rem;height:8.1875rem;top:37.75rem;left:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5vVigixUz9Rep45oiFBRvPqoZK0X5Fi { top:40.875rem;left:1.8125rem;width:18rem;height:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tT8UT8kPlHF8xz59y0DoArlirHoVgmld { top:40.875rem;left:27.25rem;width:20.5rem;height:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTecRskN7STGhXaWbK85LhJ63dqXV9o4 { width:8.25rem;height:8.1875rem;top:37.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0f2cTBHa4mSwzcT4S3SeDpEWW2vHBmR { top:38.75rem;left:1.8125rem;width:18.6875rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXeKl0LTb2HybRvAR1nILnf5oR075iSz { top:38.5625rem;left:25.6875rem;width:22.0625rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghJXt084P24DLAboNELXM5VzAfU6z0U3 { width:13.375rem;height:3.4375rem;top:61.8125rem;left:17.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TJeKmxR1hmhwSQTQZkTXJVa9ntl44h06 { display:block; }
 }@media only screen and (max-width: 763px) { #xq0KAsSgKVFAkH4dqPrDl7Gg8oIcrLyy { top:9.5rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTDWD8IfXBRCcvoB3302Eeg552z5Wac7 { display:block; }#BTDWD8IfXBRCcvoB3302Eeg552z5Wac7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bZifroBNDsTlfUqgvixLCX7Mp2yGSQDI { width:4.1875rem;height:4.125rem;top:7.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSwAm9v3GXviwOtLFIqzHV44w0FIPDQ0 { width:10.75rem;height:2.75rem;top:8.4375rem;left:37rem;display:block; }
 }@media only screen and (max-width: 763px) { #haABJy1OiElydt60wUga0wwr4WnW6Da9 { width:8.1875rem;height:2.5625rem;top:8.5rem;left:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ir4hyGvE6TQILLgBsNTWOvmVCPVAme06 { width:4.125rem;height:4rem;top:7.5625rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BugZWAIXsMRZkc2nTyxWA8KkKAT0gtwX { width:6.9375rem;height:5.9375rem;top:5.375rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZoozuwJnDdPMlkIUrvMLN6q3QTkqTvu { width:5.6875rem;height:5.375rem;top:6.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbb7G3FzJz2W0ZNNdC0JRfdfATO9BSDO { width:4.625rem;height:5.375rem;top:6.25rem;left:43.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTiOFGbIyzpnSeX7Ptc1V2ZLeATB53B4 { top:2.5625rem;left:3.65625rem;width:40.4375rem;height:;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #neOEXlx8kARtiJWPtrBFTDogD57GOq0T { display:block; }#neOEXlx8kARtiJWPtrBFTDogD57GOq0T > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s0OAH3UpsnebfZVh0TODUR0ZIk2omfVL { top:3.6875rem;left:2rem;width:43.75rem;height:2.875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jp1SlILJMTgywkB5krElFn1J6IBdsWSB { top:17.8125rem;left:0rem;width:19.875rem;height:2.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdHwmg9nRQXvq26dyKGrbQhSDciEmrqB { top:20.8125rem;left:0rem;width:28.875rem;height:7.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrThdS4HX2ZTgqTs9m4iozIt2UMOzPd4 { top:43.625rem;left:19.4375rem;width:28.3125rem;height:8.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQshi3Jq3y6dpKElN346x5tTd6atkGua { top:40.5625rem;left:26.8125rem;width:18.1875rem;height:2.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1llEOpGINOIFbu1KsECnPfpudFKLTqp { top:7.25rem;left:0rem;width:47.75rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHfRdUpxNhakstLbsyGW9s0wi2BTBwNM { width:29.125rem;height:19.25rem;top:13.25rem;left:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVLb7gSaxJrgt7t4mnJcJh8XsyBMDC4O { width:47.75rem;height:23.0625rem;top:11.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U98O7pRTDH2LHTLEBqcpcK7TDqEZB5qO { width:47.75rem;height:23.0625rem;top:35.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cif3RTgSc9VaosH1uIh8gVuX80DThTNT { width:29.125rem;height:19.25rem;top:36.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUGmkZmumIWHUmdCsZ3DuPsBTqBVV67c { width:13.375rem;height:3.4375rem;top:61.8125rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #THay0NQsFZHow5hCqwhru5CnxINXfloa { display:block; }
 }@media only screen and (max-width: 763px) { #IwfdbLJdUw1xfTh8EwZqOlprf1hTX6ae { top:16rem;left:0rem;width:19.125rem;height:8.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #EIsPKEQ4dqDd74lqJzRlIq2mT5I6oIP5 { top:58.5625rem;left:0rem;width:20rem;height:11.8125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #GruWZlmgDW1IEXEp7Om4fexTNy0o5MA2 { width:47.75rem;height:23.0625rem;top:11.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #etpgPGTP7PITGugXJmKOSpSTKy6f0JR8 { display:block; }#etpgPGTP7PITGugXJmKOSpSTKy6f0JR8 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TA0tG78vRUBzBiekyhCgmdUkmdCsVftE { width:47.75rem;height:34.125rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGKPopK4TgOsSKS6p0yUMRvSCTyCvcig { width:13.5rem;height:13.5rem;top:21.25rem;left:34.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTHMAAUE9nLydAzb35O1OwL8WCMORHBJ { width:35.8125rem;height:6.1875rem;top:24.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FI4A5pWXTXuaGiIINROhAc3ZyQgm0pV4 { top:6.625rem;left:0rem;width:24.9375rem;height:5.8125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4dEqVPLm8npgv5FfN3M4seFLJ2wbOI9 { top:14rem;left:0rem;width:29.25rem;height:6.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpDhTwfZEFySryopfQbUKNNI4zwtV9uT { top:26.625rem;left:0rem;width:25.8125rem;height:2.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWQMv5Twr1Mzd8P2JB0TCkcXfNMLSTvo { width:35.8125rem;height:6.1875rem;top:31.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmkkPh0fGMUWGkXgJUvbTOgS5nXpdDR9 { top:32.875rem;left:0rem;width:25rem;height:4.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3MoQmu3gvsPV525fAXGwRDL3cr2TJap { width:22rem;height:22rem;top:2.875rem;left:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLnRzGVldrfMrCgRNutfAnNVfveWcTXs { width:4.875rem;height:4.875rem;top:32.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N32SB2xc66E6GRQSlsD8tPuras8xcZ8P { width:5.0625rem;height:5.0625rem;top:25.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMa3QUn9ypRNTUzVre64Xn5Vrc5nTIcN { display:block; }#nMa3QUn9ypRNTUzVre64Xn5Vrc5nTIcN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B5JgUFTQJlPDl9MRTwQKTutEqEEdmcNI { top:1.6875rem;left:0rem;width:47.75rem;height:;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxLwOk40BmwZQwomnX0Cdwkx2w30chIa { top:14.125rem;left:18.75rem;width:29rem;height:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTIa7ILsLwmnnD8Bk80qpAJiAeudH0ni { width:29.75rem;height:18.75rem;top:24.3125rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ln1eZskLSVoCabumTDJuFvaxtFL1AA7V { top:9.9375rem;left:23.5625rem;width:24.1875rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiHTgX2bIc8VDJyTQREyJwCosi02P6eU .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UiHTgX2bIc8VDJyTQREyJwCosi02P6eU { display:flex;height:auto;width:27.8125rem;top:21.875rem;left:3.8125rem; }
 }@media only screen and (max-width: 763px) { #UiHTgX2bIc8VDJyTQREyJwCosi02P6eU #XSLb0bbLELG0uXMn3rbhhIMnQ1w7dgFI {  }
 }@media only screen and (max-width: 763px) { #UiHTgX2bIc8VDJyTQREyJwCosi02P6eU #AuAkf1ZiN9lS53e8nHohiRnVdT876JsU {  }
 }@media only screen and (max-width: 763px) { #UiHTgX2bIc8VDJyTQREyJwCosi02P6eU #J7Fxt3Vf3T47omiWA9DL6LGV6MKXkdqh {  }
 }@media only screen and (max-width: 763px) { #UiHTgX2bIc8VDJyTQREyJwCosi02P6eU #TD4BuVW128gtkbaixU5vFyzPkxFqdVOI {  }
 }@media only screen and (max-width: 763px) { #UiHTgX2bIc8VDJyTQREyJwCosi02P6eU #zX5EkNvfmD4duXf9Va5pGGsvUSIdUDKT {  }
 }@media only screen and (max-width: 763px) { #UiHTgX2bIc8VDJyTQREyJwCosi02P6eU #EW5DD6lhFPfh2wzxUoutDGkuxWfIIlZN {  }
 }@media only screen and (max-width: 763px) { #UiHTgX2bIc8VDJyTQREyJwCosi02P6eU #lmrNH4Tss6oKzwEZqozoFDFBoITpucpx {  }
 }@media only screen and (max-width: 763px) { #UiHTgX2bIc8VDJyTQREyJwCosi02P6eU #HZDThlLGGouOCsTP0G5wcPT44foEQXox {  }
 }@media only screen and (max-width: 763px) { #UiHTgX2bIc8VDJyTQREyJwCosi02P6eU #KLS3vltyRBKA6RdmDZvWkXeGzFrqOHG2 {  }
 }@media only screen and (max-width: 763px) { #UiHTgX2bIc8VDJyTQREyJwCosi02P6eU #CHzro3fRFeLL2z6QnQbnLBJ7NpdJUZq1 {  }
 }@media only screen and (max-width: 763px) { #UiHTgX2bIc8VDJyTQREyJwCosi02P6eU #uD5MCrd5NovzT8wArKKoHIVEGhD4zrZ2 {  }
 }@media only screen and (max-width: 763px) { #UiHTgX2bIc8VDJyTQREyJwCosi02P6eU #XGvUsLoTPGeCp0Q7lAGgEdaUPtHDIcEr {  }
 }@media only screen and (max-width: 763px) { #UiHTgX2bIc8VDJyTQREyJwCosi02P6eU #CG3x4qMMdbtgRZugqbdZem2rrFt9OH4T {  }
 }@media only screen and (max-width: 763px) { #UiHTgX2bIc8VDJyTQREyJwCosi02P6eU #QPQFKT9w91ta8xTWNae80cPIRAoptxgN {  }
 }@media only screen and (max-width: 763px) { #UiHTgX2bIc8VDJyTQREyJwCosi02P6eU #NADKTwbf1nCL51ookS45zuM5TMtsVTkq {  }
 }@media only screen and (max-width: 763px) { #UiHTgX2bIc8VDJyTQREyJwCosi02P6eU #V85m5mMOpkpLVdLT5ZTfP6XbOVbaNcoz {  }
 }@media only screen and (max-width: 763px) { #UiHTgX2bIc8VDJyTQREyJwCosi02P6eU #ERIi3fi268gI4BLwqTFipFBpPKtg294M {  }
 }@media only screen and (max-width: 763px) { #UiHTgX2bIc8VDJyTQREyJwCosi02P6eU #V05xAITrioxfnIQ9nQ3sIEz7eETgc2gI {  }
 }@media only screen and (max-width: 763px) { #UiHTgX2bIc8VDJyTQREyJwCosi02P6eU #xI1OIv5ooyNebiWdnfTpr6HV5727ftGB {  }
 }@media only screen and (max-width: 763px) { #UiHTgX2bIc8VDJyTQREyJwCosi02P6eU #psDR7plt0TbeiehRWJgnLccDNsIo9PaC {  }
 }@media only screen and (max-width: 763px) { #UiHTgX2bIc8VDJyTQREyJwCosi02P6eU #zUUVz0NFrerfUDmwFbVoVM8zZENxtE3O {  }
 }@media only screen and (max-width: 763px) { #UiHTgX2bIc8VDJyTQREyJwCosi02P6eU #fJ3TrEVavRKkZIyyUKyOOypa0S3dgycr {  }
 }@media only screen and (max-width: 763px) { #UiHTgX2bIc8VDJyTQREyJwCosi02P6eU #KiHupAJzEakeXluPO0pty1d8FgoHNew9 {  }
 }@media only screen and (max-width: 763px) { #UiHTgX2bIc8VDJyTQREyJwCosi02P6eU #wrxWgWn1LkUTqb69GmmPy5Q7lHNegTSk {  }
 }@media only screen and (max-width: 763px) { #UiHTgX2bIc8VDJyTQREyJwCosi02P6eU #hMbPngZnsN4dyxS5ZrXNU4Ayq1bmsdte {  }
 }@media only screen and (max-width: 763px) { #skCWm8IUriibhqW2PaMUpufsxBPGrNvG { top:5.1875rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vlh83xuuewpInWeyuMJsDbmI63eyJe5G { width:4.875rem;height:4.875rem;top:8.75rem;left:42.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyIm1JLbWHu4zrn0sGSNBL0XvAehPoJ0 { display:block; }#GyIm1JLbWHu4zrn0sGSNBL0XvAehPoJ0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wQTTcbg3mh1EJIDn9XMwDfpz10n3qdut { width:16.625rem;height:8.875rem;top:20.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDQHUR5X0yTdQhSMQOxv9pTBv3LSrtpk { width:21.875rem;height:21.375rem;top:12.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9HJItTbRS0MnvDAW1zzFpGpixVTwKyB { top:14.25rem;left:0rem;width:10.4375rem;height:3.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFGOb18ldI1fyvsrAwTXaDlCRitxAyPB { width:3.5625rem;height:3.5625rem;top:14.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvwexfbOeV2igqFHH17k8sE1I1x1Zr7r { width:16.625rem;height:10.6875rem;top:20.5625rem;left:16.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAhnBQQdOt37F5FdOieyLAyztpsRySzt { top:14.25rem;left:19rem;width:11.375rem;height:3.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0B38X1GM1WoRof8eCde8qTgu3q0oedb { width:3.5625rem;height:3.5625rem;top:14.25rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #idf9Whc9TNbtHogBBDddxTTBEQByVFq9 { width:17.875rem;height:12.5rem;top:20.5625rem;left:29.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQ8aQRJeeyyLLSc1PUGsiEJBrCGQptls { width:21.875rem;height:21.375rem;top:12.3125rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKxznxXZxCTcbZ2fTy0vvCtropmnHs2l { top:14.25rem;left:39rem;width:8.75rem;height:3.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLJvPqZbCqk53Eiwt2cuXRt9o8siti1v { width:3.5625rem;height:3.5625rem;top:14.25rem;left:38rem;display:block; }
 }@media only screen and (max-width: 763px) { #MD9bziCd7dQakMLbw3hiWR9cgPhRH0oh { width:21.875rem;height:21.375rem;top:36.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bce0u3fE9eEsrrDTTbgM9hFdGXFTaPTg { width:15.75rem;height:8.9375rem;top:45.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KInrFqVUp7J4NdJvGRu0uIsoPvEtM7MX { width:17.375rem;height:10.6875rem;top:45.0625rem;left:16.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sF8Tr6NHo4OdiWT3RdhVncEAkmJGiS0Z { width:21.875rem;height:21.375rem;top:36.8125rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S24kdNFu60I19wJLFJ01wUXWBAx85T3u { top:38.875rem;left:0rem;width:15.375rem;height:3.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJUARaVZmBrgvKMByVDwWCKosV3Nabyk { width:3.5625rem;height:3.5625rem;top:38.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOsPg7MtqfD4d511R7U45X1RawuUT5me { top:38.75rem;left:18.9375rem;width:10.5rem;height:3.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qu9welTcfq2OVT1avqZerA6sVG8wCrGU { width:3.5625rem;height:3.5625rem;top:38.75rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8IoTkQEqymwyUEHV1TOnae31Er06NyM { width:21.875rem;height:21.375rem;top:36.8125rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1sUgPkIdum7H58a26MuxpdbEBQN1vJh { width:3.5625rem;height:3.5625rem;top:38.75rem;left:37.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVlwnAgGtGUXbcisCJPkNdNLxCnQ4073 { width:17.9375rem;height:10.6875rem;top:45.0625rem;left:29.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZcbI80E7Vq2GXBzakSgyLpl9Z4JLmT3 { top:38.75rem;left:38.375rem;width:9.375rem;height:3.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFCEHFnepl4X0lZ1HfikNP80dBN3A3hd { top:3.125rem;left:0rem;width:47.75rem;height:;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqk6U9mAqgFmTtDT68S0t93pFfgBNzx8 { top:6.5625rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jis2NVtPTp7FXI0pqM7n1iSkFNCmxo4S { width:21.875rem;height:21.375rem;top:12.25rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDonGIT7aa6xzcoLQ7IiAK7nESet3sdH { width:1.875rem;height:1.875rem;top:15.125rem;left:38.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKAydX2FZJ7GFv5QG5KnDPLdHXVtwPEP { width:1.875rem;height:1.875rem;top:15.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vociKOU0bpQlhrQTLtGvmCsMU6eWE2F5 { width:1.875rem;height:1.875rem;top:15.125rem;left:15.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #orTI4TmFLicNinvv6RT6LCD7cXSrPJCf { width:1.875rem;height:1.875rem;top:39.625rem;left:38.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GabO2c3FmoGaJDcPkT4MQHiGn0cHksNw { width:1.875rem;height:1.875rem;top:39.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ry1Qq0KRrW7rqPcqzJOiHIus7DsnCCfx { width:1.875rem;height:1.875rem;top:39.625rem;left:15.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEGH0K2VokuTDxG28NPdNMHqrEeW603g { width:1.0625rem;height:1.0625rem;top:21rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGNoxPFwAngh79mlpK05UoyUuOOdCaif { width:1.0625rem;height:1.0625rem;top:22.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpZfwRpa69u6xBHAO7TtTsf2AOZXdGJ4 { width:1.0625rem;height:1.0625rem;top:24.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLNUTac1RvvPgqDi52dO7qMa2tkmA4nd { width:1.0625rem;height:1.0625rem;top:26.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdxvx3IhwgKdTAEIf7RfAzlc3xADxSTz { width:1.0625rem;height:1.0625rem;top:28.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoAA0M465ah2yUEGll92QgDGL6ffSv6k { width:1.0625rem;height:1.0625rem;top:21rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H79pIkieK4aFs086KemHO0rK0GTs7w4W { width:1.0625rem;height:1.0625rem;top:22.6875rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoFIhQ5fpMkXt7ncJO1hHWubUkxKCU2a { width:1.0625rem;height:1.0625rem;top:24.5rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQ4lyLRgNC8oHt9CyZ2f0Xn32Jtwg2t7 { width:1.0625rem;height:1.0625rem;top:28rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6KMPTsf1zZz6EkhCfWst4id7pSpMm5h { width:1.0625rem;height:1.0625rem;top:21rem;left:38rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDkUqVN8PVgoUbsOfXZvG9LKzB0C0Xh1 { width:1.0625rem;height:1.0625rem;top:22.6875rem;left:38rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8nCwiMNi2ryw7p2ypDJ9FImKCAhA5UH { width:1.0625rem;height:1.0625rem;top:26.3125rem;left:38rem;display:block; }
 }@media only screen and (max-width: 763px) { #dowIXNuNagWgJ2Rsf3DJwR4qEgXxllxL { width:1.0625rem;height:1.0625rem;top:29.8125rem;left:38rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7PnnsEqiZM6gQN4ER4JeelfMSoyD9O8 { width:1.0625rem;height:1.0625rem;top:45.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNr9E3FmgwZMHvTVrRxpDLw8MVgsg3m4 { width:1.0625rem;height:1.0625rem;top:47.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpAsaRy1nBd68l6gKFlORrqnzRei3hLx { width:1.0625rem;height:1.0625rem;top:49rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtQztMsOT1m2Xd5vaFBoy452B5XhnAOZ { width:1.0625rem;height:1.0625rem;top:52.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDIlIQ7EHKhvPD4JRMWIhon40oumTc3B { width:1.0625rem;height:1.0625rem;top:45.4375rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbkVrT7IWWl8OIyS2yZMc7DndGDqifOg { width:1.0625rem;height:1.0625rem;top:49rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvrOOCET1KXM53GOvwpZ7Bf7AeLJoQkI { width:1.0625rem;height:1.0625rem;top:50.8125rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #szRKb9oehMCl8TNHcMgIxTkDlAXJnL3D { width:1.0625rem;height:1.0625rem;top:54.375rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfOOgUWilHKmLAcJRhW5gbXvMfIy0O7G { width:1.0625rem;height:1.0625rem;top:45.5rem;left:38.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxyT5TZN1HWiha8Asa3Zz8GBXzNRE2t0 { width:1.0625rem;height:1.0625rem;top:49rem;left:38.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fT15XC4TOp4JUsgK1wcHBD0V8fCu9GkZ { width:1.0625rem;height:1.0625rem;top:52.5rem;left:38.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RczAsfSHLMRIe4Ai7xq3h0wZZSKUV6qN { display:block; }#RczAsfSHLMRIe4Ai7xq3h0wZZSKUV6qN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nqIEBsthSJR3SFwsWq2EamteyhdQMvVv { width:13.4375rem;height:5.0625rem;top:73.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l808asC0qgoZ6sT2dGpQxHyITnnZ95by { width:17.25rem;height:13.625rem;top:66.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIN10emtiwxsrDf8Fo9eXhKibygogzRt { width:3.5625rem;height:3.5625rem;top:68.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtO6y0MmFUolsrfxWL9DmcLHCm1efiLK { top:11.25rem;left:2.03125rem;width:43.6875rem;height:6.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtLtNZ4gRyHv13vhP2h4WVRe3kmEx4Tq { top:19.3125rem;left:6.625rem;width:34.5rem;height:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lstIfFysSKIvEEmT3pTBfmFZWxuiTbWf { width:47.75rem;height:19.5rem;top:6.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0EBPHciTpQcgeRGOKI9b48rFr7IzHKK { top:28.625rem;left:0rem;width:47.75rem;height:16.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEUfUozQPgVHpCx5qdvpFQF43vLZ6tsR { width:46.5625rem;height:3.4375rem;top:46.0625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #edLL7p3I13ViJlxAKw7oplDaTT0Iu57p { top:46.875rem;left:6rem;width:40.5625rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #igwk79A2pH2PWZLR3Bl43aJmJEq6CJn6 { top:62.1875rem;left:7.4375rem;width:33.1875rem;height:1.9375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxS8ONqIqubWDB8TpoC0OBgVTQvecw6O { width:12.0625rem;height:0.0625rem;top:63.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IU1EP3XTuKwbxpyR2Ee0mCX7I7MkBTFv { width:12.0625rem;height:0.0625rem;top:63.25rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDIFceEE4dmth3Sf4rNkOn9a0HnB7Pb6 { width:3rem;height:3rem;top:69.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RB1X2yu4eWg35AZ1MABaRAzXPU4tc4Hf { width:13.4375rem;height:3.375rem;top:73.0625rem;left:16.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f03pk07G7GSv905sMAEqbS9nl2ETFK2H { width:17.25rem;height:13.625rem;top:66.875rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXLmJ9CXfo8oRy4Mxah7MOsPT0Um3dUP { width:3.5625rem;height:3.5625rem;top:68.8125rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOtu99f1vQWAGIX7eRwHukXMIGUOdwGf { width:2.75rem;height:2.75rem;top:69.1875rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdzG6LJl3knTNpxIq1y4QDHq4IEl0H1E { width:13.4375rem;height:5.0625rem;top:73.0625rem;left:34.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #algkyFMLPnFeBAWMSsQB0Ixv7y3FhWLx { width:17.25rem;height:13.625rem;top:66.875rem;left:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIO964ZRPvpaqD5pgs5MBIWBqqDafeMb { width:3.5625rem;height:3.5625rem;top:68.8125rem;left:37.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9zWfFalBn3MDcqZPp4FbXlaKENG3Nuo { width:3rem;height:3rem;top:69.0625rem;left:37.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpX5o8gxwR1gAPLbTP2Tg1ddacbIyckb { width:17.25rem;height:13.625rem;top:82.875rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7rOGzzKwKJXbhedWaVi2UEXvfHsiHHH { width:13.4375rem;height:3.375rem;top:89.0625rem;left:34.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSHWa8Scy9iuf98bQfy07UaHI3wFAhmb { width:17.25rem;height:13.625rem;top:82.875rem;left:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7DzupbQ0erf4LiFOywC2HVGNggsb3sl { width:13.4375rem;height:5.0625rem;top:89.0625rem;left:16.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCTGQJ1lZvDEwRPa74ALH2lRHTmiU9TF { width:13.4375rem;height:5.0625rem;top:89.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7EWxckBIg8npeT4tEJi9sJNk3w12zQT { width:17.25rem;height:13.625rem;top:82.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pcyb2uMXEnTvcT5qeqFmmnW6PyPev8PW { width:3.5625rem;height:3.5625rem;top:84.8125rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdTUN3r2W7qdxAFR9pgvb0dKAmpZR1P5 { width:3rem;height:3rem;top:85.125rem;left:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #iogDtKgv24MEUoPkAQa2TvR2Oq31i7VI { width:3.5625rem;height:3.5625rem;top:84.8125rem;left:37.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXlebLas2rIflW42dF21fnENGrwVNXte { width:3.125rem;height:3.125rem;top:85.125rem;left:37.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eP7TATy5Ls5uTkWDh754hCVgJVZNAN7z { width:3.5625rem;height:3.5625rem;top:84.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXA1tuxkCL6TGrBvZwZPVxnslToTK7MR { width:3rem;height:3rem;top:85.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7pX0W1MZffuZ9I1hb5hsBSTd20BEgn6 { width:2.8125rem;height:2.8125rem;top:46.3125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5StMGeSkTzOP3elJA0NwRlozAJUD2DN { width:14.5rem;height:4.3125rem;top:53.875rem;left:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1f3VlHhaZsE0KqXfmv25ecr9c02iawl { width:10.25rem;height:6.5rem;top:52.8125rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAl8ZLUWG6SCxnc0Q6p5PLltvDh4OqE5 { width:4.3125rem;height:4.3125rem;top:5.0625rem;left:21.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvEtLqgVMO8rkHBrinVuBZWkJaMgbBTs { width:5.625rem;height:5.625rem;top:4.3125rem;left:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfB6XxzZdmGkU6A9zTlKvd9BkzL1ce8r { width:47.75rem;height:97.75rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKxXP6rXHgnKfCSkcoGQ1sQ0qONdoTQT { width:6.1875rem;height:6.1875rem;top:43rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVlF61uMSTS3sI5QXW8ZwubLUWzC5fTe { width:7.4375rem;height:7.4375rem;top:26.9375rem;left:40.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmkvnR6eEisa6V8LpxHoRSKn2mfBnDMx { display:block; }#lmkvnR6eEisa6V8LpxHoRSKn2mfBnDMx > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #krgVCo4LwJ05P29OpJoQFvCVMT5W9Vq0 { width:24.0625rem;height:22.8125rem;top:11.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydMdmPxXTiqByd8wnhTwPV7CcJUdCtxk { top:13.6875rem;left:0rem;width:20.875rem;height:11.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOoMWT4kg7ITNgMyBGM0msDs9T9nAkWX { top:27.75rem;left:0rem;width:10.3125rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMnzUaAR6PCRIENRUsktlyvQPb3OHZPr { width:6rem;height:6rem;top:26.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieD0WJI7fuEPaqr6BUnQTN6N45SZuFFH { width:24.0625rem;height:27.1875rem;top:11.5625rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMZWUalzKyVyOp5tluy1n6Mfnk07q8FA { top:14.375rem;left:13rem;width:22rem;height:16.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIXUteq4JbJXfIrsScWODzKRQu2GEM4x { width:6rem;height:6rem;top:31.6875rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdqkJ4C0Q8k3pwSnQlpvuatncwyGbJ0G { width:24.0625rem;height:22.8125rem;top:11.625rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsaDGTtJHWOIRred1yhhXiLxJu3HDTR1 { top:13.6875rem;left:26.875rem;width:20.875rem;height:11.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ux2L2CbGkxzCS8Ssep5hdkaHIFsp6vty { top:27.75rem;left:35.75rem;width:12rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdxAtgyGOcG0EszHfhJacnfbAcGwNIUH { width:6rem;height:6rem;top:26.5625rem;left:38.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfsEfxcd0ToQHQLPl05xDmJvPr4Z3xLV { top:32.8125rem;left:19.75rem;width:14.8125rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJFm8LHnAugPDIZPke3ZmZ4tVAVBCsTc { top:29.25rem;left:0rem;width:12.6875rem;height:2.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeBvg7DT6picsi3oXTqI0FtPvD8UGpoy { top:34.3125rem;left:19.75rem;width:14.9375rem;height:2.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1tr3gJmTkMTV740u7PGtCyoWTTZ42pi { top:29.125rem;left:37.75rem;width:10rem;height:1.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SudKMiBBvQTJhCU1mtGik8fA8q3IHBw8 { width:24.0625rem;height:18.125rem;top:35.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6tncGw9kMNxbf3JMvMGNqsWTXET1te4 { top:49rem;left:0rem;width:15.375rem;height:2.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvNm5aIGNXMzFvrBi8mKLkUykBKADkhy { top:47.375rem;left:0rem;width:13.875rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFlvcT5OW1OSZF64pIw7RbE4rpwnxqyJ { top:38.4375rem;left:0rem;width:20.875rem;height:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPfrLlez49t7BrlM5w4zUZhkIrpR7IPC { width:6rem;height:6rem;top:46.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxvsTSTJbSQQJ5GWF4Cau9IwoaUzTAdw { top:4.25rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tL3yWBddNPJAJ7oKH43uRhVEEdp6Gp0L { width:24.0625rem;height:15.625rem;top:40.1875rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXvcvLZg2gm7z93unCrcoz05yTTwFmwq { top:50.75rem;left:19.6875rem;width:13.375rem;height:3.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvUGG4VyhXGiTNloRFbi8rPqIl5SfKty { top:49.125rem;left:19.6875rem;width:13.875rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sv4U0uuv8vB7igJfQ2TIgwCPdrdx6S7G { top:42.75rem;left:13.1875rem;width:20.875rem;height:2.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUzq1K0c8T351991POAzwu1ilRTWzHbr { width:6rem;height:6rem;top:48rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #HahTCx1MeUDz9MndhpIXOWN2z6k1lTsq { width:24.0625rem;height:18.125rem;top:35.875rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJhQr8WGKKoTcuoNBtTRSEhbpwxTTvr6 { top:49rem;left:32.375rem;width:15.375rem;height:1.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDbz7blE6EyTit2qKDECqxpcvdC5NbuA { top:47.375rem;left:33.875rem;width:13.875rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGUIzLnG1xFJSGGFWVmbCDac7IKV1Vke { top:38.4375rem;left:26.875rem;width:20.875rem;height:4.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqAW2xXogJ7qX5LHnRUr7uTW43qdP6Zw { width:6rem;height:6rem;top:46.25rem;left:38.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0NeSN4kt47O53uCBogoo9wn2LOFxuIT { display:block; }#u0NeSN4kt47O53uCBogoo9wn2LOFxuIT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OMIx07ZnZwPIt8sIi0QzhOAIgNvulaxz { top:11.3125rem;left:0rem;width:23.125rem;height:8.0625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #asg0RWAZ8V26In2LiEXS7oOaeUTPPKuT { top:20.875rem;left:0rem;width:23.8125rem;height:6.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJZ5oaSfrplUJsCJLrU7cKRWtXLvQGwl { width:7.0625rem;height:5.625rem;top:7.6875rem;left:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqpp4zqHMQZ7V1dqUMWXv0kIfcUTHTHm { width:4.4375rem;height:3.3125rem;top:8.9375rem;left:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeWwedZU9If6JBMw0eRJvMPTmlTsnoei { width:7.0625rem;height:5.625rem;top:7.6875rem;left:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVbw4XsklvmeIF8IU21Q9ec6QivwkV3k { width:5.8125rem;height:1.5625rem;top:9.75rem;left:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWluvlJE3TTbxiTV0ayKCob1bZD0CQSO { width:7.0625rem;height:5.625rem;top:7.6875rem;left:34.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAS8OyXEMzTgv74qJneCgRKJIboa3m4S { width:7.0625rem;height:5.625rem;top:7.6875rem;left:40.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSrE9pl3twmWa0TGdtyrhBGcOIdMTQX3 { width:6.0625rem;height:1.3125rem;top:9.875rem;left:34.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHlrpzD5iEQd7EMyIwRFKN0VZ08BJBX8 { width:5.6875rem;height:5.6875rem;top:7.625rem;left:42.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoZ4okWcOoixOEsZIIJXBSlnUUQBbRhN { width:7.0625rem;height:5.625rem;top:7.6875rem;left:40.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWIcp6FtNshlnAm2wTiBE3G0hNsMl68b { width:3.3125rem;height:3.3125rem;top:8.8125rem;left:44.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekp6CgIHqV2eTvtA0Ihe8N4F22H7TeFQ { width:7.0625rem;height:5.625rem;top:14.0625rem;left:34.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJTXcgQWnT9cMmPcLSQGeDXBJlf6n4IW { width:7.0625rem;height:5.625rem;top:14.0625rem;left:40.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzfpBDb6WhNfbxkpyoQQn8EknEzULpTF { width:5.25rem;height:3rem;top:15.375rem;left:42.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqfEFh9yCGy7clfkMynpv7RKnzKacvIs { width:7.0625rem;height:5.625rem;top:14.0625rem;left:40.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0rzF8ei2wJaJuIc3MVPJfTDo88DxRnb { width:7.0625rem;height:5.625rem;top:14.0625rem;left:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTqZe8v5tuRFbJUL5NTWLtCT1PBZP4Dl { width:5.0625rem;height:3.3125rem;top:15.375rem;left:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQsBN3U4iGNQaB1EPev34siaO8EBlEcE { width:5.9375rem;height:1.375rem;top:16.25rem;left:34.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTZ5p2EUZG7AyM3xBTiSZN5PBzqP8bvg { width:7.0625rem;height:5.625rem;top:14.0625rem;left:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDbztGeNRouJBcdF76lPsibINaC2VTgo { width:5.3125rem;height:2.9375rem;top:15.4375rem;left:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7cwKArXUVVs4vG9a9IM7tvH9mFE7Wag { width:7.0625rem;height:5.625rem;top:20.5rem;left:34.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXwy5vLToZNern7MUxdMP7wmKKmP2BGb { width:7.0625rem;height:5.625rem;top:20.5rem;left:40.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uL1Dz9fkKI6no3fgCgvAy1TNVHzzIQWO { width:7.0625rem;height:5.625rem;top:20.5rem;left:40.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyPtyhxPBaKmUfnnLT6wtRCEFL6Sx8Un { width:7.0625rem;height:5.625rem;top:20.5rem;left:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMb1x8qbSMPAgOiXRFzqUUSXw9FDs7nt { width:7.0625rem;height:5.625rem;top:20.5rem;left:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rC2BXJGQbfA8IyDeH9SSiZS3KbiIMz4X { width:3.6875rem;height:3.6875rem;top:21.5rem;left:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfFPewT0CAkvHZawDRParBCMWGCVSA4z { width:5.375rem;height:2.4375rem;top:15.8125rem;left:42.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2trf8Jr0O67igHPZF7PtwgBoRFexTzx { width:3.3125rem;height:3.3125rem;top:21.6875rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzlPbNw8K5gxEkqzBVbykVSsavtg7COV { width:5.3125rem;height:2.0625rem;top:22.3125rem;left:35.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnNCHhHNu2HHgHRehRP1AIMiT1COOzKD { width:4.4375rem;height:3.0625rem;top:21.8125rem;left:43.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrHFKmRbiLDvhtxZebM4zEMe4C8lp55c { width:5.625rem;height:1.25rem;top:22.6875rem;left:42.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lf7B6xiuyptQkk7qo0epfPsa3gQtAIGm { width:7.0625rem;height:5.625rem;top:26.9375rem;left:34.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqB5xT9RgVTTpRi7l2FyTieTLF96IRvk { width:7.0625rem;height:5.625rem;top:26.9375rem;left:40.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyKaXhoMWS9MaveCD2K7tBPrZfz6ZBbM { width:7.0625rem;height:5.625rem;top:26.9375rem;left:40.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3Em7bqAg78yJDkyTFxso3wPsAEmPEyZ { width:7.0625rem;height:5.625rem;top:26.9375rem;left:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2FAT3sNV2z5Xz6hIhkMXcchky1BLtFg { width:3.625rem;height:3.5rem;top:28rem;left:43.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #srTTCg3IQMUr5uc1erxmWTTE9FXwdv6x { width:5.5rem;height:2.125rem;top:28.6875rem;left:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzlsNQDTBrnVzTswKgIr5QUruevK08uH { width:5.5625rem;height:1.25rem;top:29.25rem;left:35.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bbqx4r41dTMhb7MwHTsI2t84QroTiTTP { width:5.3125rem;height:0.875rem;top:29.375rem;left:42.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKTyLq5hQZVFFum2OLOL7gwVGMvcXid1 { width:7.0625rem;height:5.625rem;top:26.9375rem;left:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #op4MhqphUVTUpXppma9fT5eThISk3E5p { width:3.6875rem;height:3.5625rem;top:27.875rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAx1O0H4yTk49IVybxKEgx9JweJWqfTz { display:block; }#GAx1O0H4yTk49IVybxKEgx9JweJWqfTz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #quDhLU8GrTsuDBibbkhSeKIlyQWZuzpR { width:11.625rem;height:7.6875rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sg4V0z6gPxFLMCl9NVsgxtc35hP3XxAD { width:11.625rem;height:7.6875rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0EibfAGWsaBsoko3S88lMePVTTFs4on { width:11.625rem;height:7.6875rem;top:2.5rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4iBaa0TI65ViQVNmCQtTDqBMQIlNosp { width:11.625rem;height:7.6875rem;top:2.5rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpUtImm7mdWCh53sMF653WU4hTZ1ArPS { width:11.625rem;height:7.6875rem;top:2.5rem;left:36.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rr9PEGv77K1HxXLNMmdqFwEm2IhOnOHl { width:11.625rem;height:7.6875rem;top:10.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7tpCIf4k3CU2gkS9wOugARyPBFLxLta { width:11.625rem;height:7.6875rem;top:10.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3ChtTkeoaIXudQzvTfU61VpHB0mrREN { width:11.625rem;height:7.6875rem;top:2.5rem;left:36.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mv7MsRWTvnl7lCid1DDX6yeM2TeTEg43 { width:11.625rem;height:7.6875rem;top:18.75rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBTRMNWQs4JeCTqR5JA8hfM07fZ6oLQx { width:11.625rem;height:7.6875rem;top:18.75rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EI0sCT4DUAyLXSPzKigt1FfWXKPU9UyD { width:11.625rem;height:7.6875rem;top:18.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhqRoROderSEwEvdSJbB8zkWdwxL7bPZ { width:11.625rem;height:7.6875rem;top:10.625rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T30HP0IAe8ZzBmWeCDvnz2KwiJAo4NbF { width:11.625rem;height:7.6875rem;top:10.625rem;left:36.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRWXz8XGA4JOn9RSEx3wQWmXgHymV2W9 { width:11.625rem;height:7.6875rem;top:10.625rem;left:36.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rE09wSqumkUF8Ji6mybbIMtpopTt1wwg { width:11.625rem;height:7.6875rem;top:10.625rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wphJeTOl9PmBkLaSeN8b3vc8DgbnRx76 { width:11.625rem;height:7.6875rem;top:18.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6OrOp83tqgFXl5VMbyMuk5p7vEBmPTl { width:11.625rem;height:7.6875rem;top:26.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOpp2cHR9aI6TD9svmScz5efue4JCZw9 { width:11.625rem;height:7.6875rem;top:26.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKmBPF5DTrEqm0hGnTQu9nwwmuQtbXRa { width:11.625rem;height:7.6875rem;top:18.75rem;left:36.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xv6zsJA138x0509KtEbmTxlmr82846NR { width:11.625rem;height:7.6875rem;top:18.75rem;left:36.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiyX48UJwO5c5pNWNf4vTozfBBAd8wiN { width:11.5rem;height:7.625rem;top:26.9375rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOLfod1nqtvgLeDgJ1Zeiqm1L6Q5M5G9 { width:11.5rem;height:7.6875rem;top:26.9375rem;left:36.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c87iTaQ8vLi8FE9JQQKZApJcNuvtsCfb { width:11.5rem;height:7.6875rem;top:26.9375rem;left:36.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9DZxrHKa30seVTTJTzIB4Xc2p8GEOgU { width:11.5rem;height:7.6875rem;top:26.9375rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #svhZctBUi5fTWIF97Gv91TNIHezAW8d3 { display:block; }#svhZctBUi5fTWIF97Gv91TNIHezAW8d3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vFMKGxl4cANp0bn0dD7kUiP4ZzXquXE6 { width:47.75rem;height:35.3125rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #soD4RBbZfoTDzMeXNsWR3nqVnC1lcxcb { width:24rem;height:31.0625rem;top:5.25rem;left:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzGJOTuzKrHuKieeuRMKVmduEn75kZRr { top:13.6875rem;left:0rem;width:28rem;height:7.4375rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ow6ySealE6kQckAeXRDGf62AQcxhpTLc { top:22.625rem;left:0rem;width:28.375rem;height:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuSBlWubo91nfRpPgJgl1XDdB9V5W1lz { width:1.5rem;height:1.5rem;top:28.75rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5uX19G9qldvn7D3BXR88kS8TKKIGd2i .widget-regular-label { width:20.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#H5uX19G9qldvn7D3BXR88kS8TKKIGd2i .widget-input-text { width:20.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#H5uX19G9qldvn7D3BXR88kS8TKKIGd2i .widget-input-text {padding-top: 0; padding-bottom: 0;}#H5uX19G9qldvn7D3BXR88kS8TKKIGd2i .widget-textarea { width:20.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#H5uX19G9qldvn7D3BXR88kS8TKKIGd2i .widget-input-select { width:20.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#H5uX19G9qldvn7D3BXR88kS8TKKIGd2i .widget-input-select {padding-top: 0; padding-bottom: 0;}#H5uX19G9qldvn7D3BXR88kS8TKKIGd2i .widget-input-button { width:20.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#H5uX19G9qldvn7D3BXR88kS8TKKIGd2i .widget-checkbox-label { width:19.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#H5uX19G9qldvn7D3BXR88kS8TKKIGd2i  { width:20.5rem;height:auto;top:6.625rem;left:24.75rem; }
#H5uX19G9qldvn7D3BXR88kS8TKKIGd2i .radio-container { width:20.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#H5uX19G9qldvn7D3BXR88kS8TKKIGd2i {display:block;}#H5uX19G9qldvn7D3BXR88kS8TKKIGd2i { width:20.5rem;height:auto;top:6.625rem;left:24.75rem; }
 }@media only screen and (max-width: 763px) { #H5uX19G9qldvn7D3BXR88kS8TKKIGd2i #mpfXVAGI4d2ZxFZ2hrK5SVSTfnGw3vvb {  }
 }@media only screen and (max-width: 763px) { #H5uX19G9qldvn7D3BXR88kS8TKKIGd2i #aWIzXt2X14GJSFyWhK8f1NFkd11lddmQ {  }
 }@media only screen and (max-width: 763px) { #H5uX19G9qldvn7D3BXR88kS8TKKIGd2i #LvtM48XT5DQVMKGcQUGchvWnLeA6NATE {  }
 }@media only screen and (max-width: 763px) { #H5uX19G9qldvn7D3BXR88kS8TKKIGd2i #mLVBxMbIdfGPLW2FbDfKipIuxg3hfW2M {  }
 }@media only screen and (max-width: 763px) { #H5uX19G9qldvn7D3BXR88kS8TKKIGd2i #MSBbNBHPztBPypeRK0FIC5CAFWGkL9Qm {  }
 }@media only screen and (max-width: 763px) { #H5uX19G9qldvn7D3BXR88kS8TKKIGd2i #cxiqVqNnNWSAPxOXVcTJ8TgTBoNi6lsQ {  }
 }@media only screen and (max-width: 763px) { #H5uX19G9qldvn7D3BXR88kS8TKKIGd2i #ph4WJTR4M212N1pnT3zUer3SX9fDM5va {  }
 }@media only screen and (max-width: 763px) { #H5uX19G9qldvn7D3BXR88kS8TKKIGd2i #mZeP6eGdTAfwAT2ybkUgRdcNo9COykMS {  }
 }@media only screen and (max-width: 763px) { #H5uX19G9qldvn7D3BXR88kS8TKKIGd2i #PT4Vk1DgpkQ1On7SUqUpGO18mQS1u2PR {  }
 }@media only screen and (max-width: 763px) { #H5uX19G9qldvn7D3BXR88kS8TKKIGd2i #C1JXE0Hi3cEkL3BtKXGCQhvtGEEcrup7 {  }
 }@media only screen and (max-width: 763px) { #H5uX19G9qldvn7D3BXR88kS8TKKIGd2i #cizAaXn13ZcMMplSrXiT5qLRNicNHDrk {  }
 }@media only screen and (max-width: 763px) { #H5uX19G9qldvn7D3BXR88kS8TKKIGd2i #J7eyI8G9yQFRknOmhOh7Pd8OTrXmRv7O {  }
 }@media only screen and (max-width: 763px) { #H5uX19G9qldvn7D3BXR88kS8TKKIGd2i #Lbo2x6O4fRR7rLUDWhdTTUs3R6i5nVDv {  }
 }@media only screen and (max-width: 763px) { #H5uX19G9qldvn7D3BXR88kS8TKKIGd2i #ZhPN4CkLPkhTTfd5nnClobOzCTi1hyrv {  }
 }@media only screen and (max-width: 763px) { #a1S5xt5W2q4HHre15gl7SlKVRQmPRKDL { width:18.75rem;height:0.0625rem;top:29.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFzndB3Aik7321w582P6QE1J2tEITKdv { width:1.3125rem;height:1.3125rem;top:30.8125rem;left:0rem;display:block; }
#iFzndB3Aik7321w582P6QE1J2tEITKdv > img { max-width: 100%;max-height:100%; width:1.3125rem; height:1.3125rem; } }@media only screen and (max-width: 763px) { #UWOhvcfceHBNET4HeQffHcLJHTaImHcm { width:1.3125rem;height:1.3125rem;top:30.8125rem;left:0rem;display:block; }
#UWOhvcfceHBNET4HeQffHcLJHTaImHcm > img { max-width: 100%;max-height:100%; width:1.3125rem; height:1.3125rem; } }@media only screen and (max-width: 763px) { #wxICAssDSqTJGODOuHoWqFdfgmQFxhVn { width:1.3125rem;height:1.3125rem;top:30.8125rem;left:0rem;display:block; }
#wxICAssDSqTJGODOuHoWqFdfgmQFxhVn > img { max-width: 100%;max-height:100%; width:1.3125rem; height:1.3125rem; } }@media only screen and (max-width: 763px) { #wPHxWEuThTkFeXL2zM3FDTplt6gkTfOV { width:8.25rem;height:3rem;top:7.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZnJZb7FoEifK7UbmIQimnZFLqo90AuX { width:8.0625rem;height:8.0625rem;top:4.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZblSzmLlZKENUpcCwtJIfLc0JpNA3c16 { width:11.25rem;height:3.75rem;top:0.875rem;left:36.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1kUA7HnTU1Pn7UvR0Pno3wkDyaGLg9q { display:block; }
 }@media only screen and (max-width: 763px) { #TDk7hSZ13QvHO8A6RpOdx63Jrd4euZQt { display:block; }#TDk7hSZ13QvHO8A6RpOdx63Jrd4euZQt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eTIXRDz7z2d5T5et0op06TpxbO7ICO1z { display:block; }#eTIXRDz7z2d5T5et0op06TpxbO7ICO1z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s8obJhM6mcL8DqTM60J6BNrr7hPVHTvU { top:0.8125rem;left:13.9375rem;width:21.375rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUKSXAdcoiAdsZ6Q8XeTqLOMqV2FJ3cD { width:1.25rem;height:1rem;top:1rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #MJTcD4taqO7bVmLUfTHLFKzLWvzkCfdL { background-color:#202020;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; }#MJTcD4taqO7bVmLUfTHLFKzLWvzkCfdL > .row .container { background-color: transparent; background-image: none; }#MJTcD4taqO7bVmLUfTHLFKzLWvzkCfdL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MJTcD4taqO7bVmLUfTHLFKzLWvzkCfdL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MJTcD4taqO7bVmLUfTHLFKzLWvzkCfdL > .row .container > .video-iframe-container { display: none; }#MJTcD4taqO7bVmLUfTHLFKzLWvzkCfdL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MJTcD4taqO7bVmLUfTHLFKzLWvzkCfdL > .row > .video-iframe-container { display: none; }#MJTcD4taqO7bVmLUfTHLFKzLWvzkCfdL > .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); }#MJTcD4taqO7bVmLUfTHLFKzLWvzkCfdL > .row .container { border-width: 0; border-radius: 0; }#MJTcD4taqO7bVmLUfTHLFKzLWvzkCfdL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MJTcD4taqO7bVmLUfTHLFKzLWvzkCfdL > .row .container { width:20rem;height:27.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TNfH3cFSkpbRaopZKJ8ckK7g9UU7KsZG { display:flex;top:1.40625rem;left:16.962500751019rem;width:1.8125rem;height:1.8125rem;z-index:15000; }
 }@media only screen and (max-width: 763px) { #t5NTfZ7tC7lKLK3RXsd4MWpSRcucGH9S { top:6.1875rem;left:13.312500178814rem;width:5.5625rem;height:1.38125rem;z-index:15019;text-align:right;text-align-last:right;font-family:"plus jakarta sans";color:#515151;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tczSWfqqJlm8Whedf1rQMDIedmFPBXmh { top:9.625rem;left:11.75rem;width:7.125rem;height:1.3808625rem;z-index:15020;text-align:right;text-align-last:right;font-family:"plus jakarta sans";color:#e7e7e7;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgyRwUiCbLCRhTWALBF0CENv05MRKMHu { top:12.875rem;left:11rem;width:7.875rem;height:1.3808625rem;z-index:15021;text-align:right;text-align-last:right;font-family:"plus jakarta sans";color:#e7e7e7;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dU69ZklnoumpfswweyZSvUJvS4IzAps8 { top:19.125rem;left:10.349609375rem;width:8.5rem;height:1.3808625rem;z-index:15022;text-align:right;text-align-last:right;font-family:"plus jakarta sans";color:#e7e7e7;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqUEF0Fa4ZaSp2naEBAn3lrOImVW9HwN { width:6.9375rem;height:2.25rem;top:1.1875rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #CVqmWTTn1oLfX4kkMUMNxeK6LgzA3RkZ { width:10.875rem;height:3.0625rem;top:22.125rem;left:8.099609375rem;font-size:1.0625rem;z-index:15009;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;font-family:"plus jakarta sans";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #M9i2SNneRMExy7eWBVZGLZXK8hCMJTHH { display:block; }
 }@media only screen and (max-width: 763px) { #kAwJnZFOuavqOu95ogBrKcDqoP6xmirH { top:16.08984375rem;left:10.9619140625rem;width:7.875rem;height:1.3808625rem;z-index:15022;text-align:right;text-align-last:right;font-family:"plus jakarta sans";color:#e7e7e7;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIfBgIHBzeUAat8I9Wc4EWE7KDkhyXr6 { display:none; }#wIfBgIHBzeUAat8I9Wc4EWE7KDkhyXr6 > .row .container { width:20rem;height:34.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yaN3Mvva31sVHRcqWnnoEuTpZroiseTi { width:7.3125rem;height:2.625rem;top:1.25rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLaalX60hiIRLCkTUynpPtQ2zXE7awTg { width:6.875rem;height:3.75rem;top:20.125rem;left:6.5625rem;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #It6COLcgEEbcL5DEUgICAKAliaQrC4Ur { display:block; }
 }@media only screen and (max-width: 763px) { #iLqWkDCe40wBOzwNT1E1qBuixHNnzhbc { width:6.875rem;height:3.75rem;top:15.125rem;left:6.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A734Xi46ACfty3hLImVOJTcyREEsIaLK { display:block; }
 }@media only screen and (max-width: 763px) { #e5FlJ2V1SvCxvFpEXdh5O3DgOg6t9fLL { width:6.875rem;height:3.75rem;top:10.125rem;left:6.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fP7aFcZEBGmew6tL5ytKqiaVREi6grnp { display:block; }
 }@media only screen and (max-width: 763px) { #yx0o6TkVoP1SVMPDHoID3Od7tk9MSIH1 { width:6.875rem;height:3.75rem;top:5.125rem;left:6.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #heeTocQ1TdhovxAc2qGWATEpMa5yC12Q { display:block; }
 }@media only screen and (max-width: 763px) { #DhqkWwoyVyWWCiqalSTPXw37RHhRRNHV { width:13.125rem;height:3.25rem;top:25.125rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hn77mzBMCMmc8a4wFw9AqBupnV1uEWfD { display:block; }
 }@media only screen and (max-width: 763px) { #IPKLC3GOrqhpdlHnMNXeke78O95Uw6Cw { width:7.4375rem;height:3.75rem;top:29.625rem;left:6.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2WTpTqq4vANZBfclyC2OZtc6tW4Upyc { display:block; }
 }@media only screen and (max-width: 763px) { #IBbiaOXbwB3eVwoTnzyz7AnB6Ut4P6L4 { display:block; }#IBbiaOXbwB3eVwoTnzyz7AnB6Ut4P6L4 > .row .container { width:20rem;height:0.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c27a000e-7981-4539-af9d-402dc0793119/Evento11CongressoOdontopediatriaSoPauloDia1450.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl.adaptive-delivery-prevent-bg, #FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl.lazyload, #FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl.lazyloading { background-image: none; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container { background-color: transparent; background-image: none; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(26,26,26,0.55); }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container > .video-iframe-container { display: none; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(26,26,26,0.55); }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row > .video-iframe-container { display: none; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .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); }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container { width:20rem;height:33.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AnMcBto3J0Moi6RuAFHOPL552ggLZFUu { width:16.5rem;height:3.1875rem;top:14.8125rem;left:1.75rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x0US93ZIST6hFygFT7WbrOPGvH28UdzM { width:17.9375rem;height:3.4375rem;top:21.75rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8QkKGZmpedf63k5Wv6gX2T0nF4lGycM { display:block; }
 }@media only screen and (max-width: 763px) { #GDNUySXEvXxfuany0UObJMUTvr5T0OXe { width:17.9375rem;height:3.4375rem;top:25.875rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmLdhnufWVRmNyTTMFXRiVmSOznsgJm2 { display:block; }
 }@media only screen and (max-width: 763px) { #kubLXMiyeWyuBBkmLqQ6lDmnLiuMWG5Q { width:18.3125rem;height:8.25rem;top:5.1875rem;left:0.84375005960463rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iWp2NTSdtbngkzyUD5g0N37IrueeK8qc { display:flex;top:1.125rem;left:16.687501132488rem;width:2.1875rem;height:2.1875rem;z-index:15022;display:none; }
 }@media only screen and (max-width: 763px) { #FikuKK6EsrM6BZ6I7WdPcNomdeg9g0ow { width:5.6875rem;height:3.1875rem;top:2.0625rem;left:7.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDxIb4oy8CrHrWBSzLgm5VDdCsW1fPea { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c27a000e-7981-4539-af9d-402dc0793119/Evento11CongressoOdontopediatriaSoPauloDia1450.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#wDxIb4oy8CrHrWBSzLgm5VDdCsW1fPea.adaptive-delivery-prevent-bg, #wDxIb4oy8CrHrWBSzLgm5VDdCsW1fPea.lazyload, #wDxIb4oy8CrHrWBSzLgm5VDdCsW1fPea.lazyloading { background-image: none; }#wDxIb4oy8CrHrWBSzLgm5VDdCsW1fPea > .row .container { background-color: transparent; background-image: none; }#wDxIb4oy8CrHrWBSzLgm5VDdCsW1fPea::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(26,26,26,0.55); }#wDxIb4oy8CrHrWBSzLgm5VDdCsW1fPea > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wDxIb4oy8CrHrWBSzLgm5VDdCsW1fPea > .row .container > .video-iframe-container { display: none; }#wDxIb4oy8CrHrWBSzLgm5VDdCsW1fPea > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(26,26,26,0.55); }#wDxIb4oy8CrHrWBSzLgm5VDdCsW1fPea > .row > .video-iframe-container { display: none; }#wDxIb4oy8CrHrWBSzLgm5VDdCsW1fPea > .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); }#wDxIb4oy8CrHrWBSzLgm5VDdCsW1fPea > .row .container { width:20rem;height:33.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZICOwfugobKgpQHSJITmSBpDpuU8rvDT { width:16.5rem;height:3.1875rem;top:14.8125rem;left:1.75rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m9bi86zRgaIkmTA0fp6Le0Fv7Dk3XP6M { width:17.9375rem;height:3.4375rem;top:21.75rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQ1KiDxzD8crisIa9zoszzW3BP8K6APQ { display:block; }
 }@media only screen and (max-width: 763px) { #XRI41ttOmRR10NpLfDehpfc1xKfrr3iR { width:17.9375rem;height:3.4375rem;top:25.875rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLRWtluJwL2l0zNMVzXyDku9nlgpQ1H6 { display:block; }
 }@media only screen and (max-width: 763px) { #ze2vNt5sJ1ZGQWssEh6bZ0r9rxVKDKdb { width:18.3125rem;height:8.25rem;top:5.1875rem;left:0.84375005960463rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iJilMMwI4p1DR9h4CX3oqX3v6UPXGUMQ { display:flex;top:1.125rem;left:16.687501132488rem;width:2.1875rem;height:2.1875rem;z-index:15022;display:none; }
 }@media only screen and (max-width: 763px) { #gmcinZ1ZyIJsdhvk3zvE4xuMuDzxp0xC { width:5.6875rem;height:3.1875rem;top:2.0625rem;left:7.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ps2vBdo8fsvd0Sya1ygHAsxeKHXui7HK { display:block; }#Ps2vBdo8fsvd0Sya1ygHAsxeKHXui7HK > .row .container { width:20rem;height:91rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eOsmgOebkloTWMnS3r7Ol5LThnQWvKqh { width:17.625rem;height:9rem;top:16.4375rem;left:1.1875rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #ehGSci2zsMOgnsPMnwwFDaDo2T3P7F7a { width:6.0625rem;height:6rem;top:28.1875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvxMBffbBmW37Q7nnsr9Z0PitKaJ4JFr { width:18rem;height:4.78125rem;top:35.25rem;left:1.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vtKEn9KgZKbq2wepzbyiLZEQIhH0TdPR { width:9.6875rem;height:3rem;top:29.6875rem;left:7.8125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LDH58y0y01KsirIVb7DfiteZf58ioLtR { width:4.625rem;height:4.625rem;top:0.875rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPLIaHJPqJcbPSotmeNXG2MCl5mySibL { width:6.0625rem;height:6rem;top:41.875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtD85Kc56yCT2NUHyRUITiz0G6WhTdgn { width:18rem;height:3.1875rem;top:48.875rem;left:0.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BFyepIZfQuTafP1Bz6MQkQ1A7BDQ1AUd { width:7.875rem;height:3rem;top:43.375rem;left:7.8125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IFxhzPGVeANGIshVcqnlvQqbdidIr3Ts { width:6.0625rem;height:6rem;top:69.4375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5vVigixUz9Rep45oiFBRvPqoZK0X5Fi { width:18rem;height:3.1875rem;top:63.1875rem;left:0.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tT8UT8kPlHF8xz59y0DoArlirHoVgmld { width:18rem;height:4.78125rem;top:76.75rem;left:0.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zTecRskN7STGhXaWbK85LhJ63dqXV9o4 { width:6.0625rem;height:6rem;top:55.9375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0f2cTBHa4mSwzcT4S3SeDpEWW2vHBmR { width:10.5625rem;height:3rem;top:57.4375rem;left:7.8125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lXeKl0LTb2HybRvAR1nILnf5oR075iSz { width:11.4375rem;height:3rem;top:70.9375rem;left:7.6875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ghJXt084P24DLAboNELXM5VzAfU6z0U3 { width:18rem;height:3.4375rem;top:84.375rem;left:1rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #TJeKmxR1hmhwSQTQZkTXJVa9ntl44h06 { display:block; }
 }@media only screen and (max-width: 763px) { #xq0KAsSgKVFAkH4dqPrDl7Gg8oIcrLyy { width:17.625rem;height:8.097625rem;top:6.4375rem;left:1.1875rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BTDWD8IfXBRCcvoB3302Eeg552z5Wac7 { display:block; }#BTDWD8IfXBRCcvoB3302Eeg552z5Wac7 > .row .container { width:20rem;height:24.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bZifroBNDsTlfUqgvixLCX7Mp2yGSQDI { width:3.625rem;height:3.5625rem;top:7.662109375rem;left:1.4873046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSwAm9v3GXviwOtLFIqzHV44w0FIPDQ0 { width:6.25rem;height:1.5625rem;top:13.7744140625rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #haABJy1OiElydt60wUga0wwr4WnW6Da9 { width:5.75rem;height:1.6875rem;top:13.7119140625rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #ir4hyGvE6TQILLgBsNTWOvmVCPVAme06 { width:4.125rem;height:4rem;top:7.412109375rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BugZWAIXsMRZkc2nTyxWA8KkKAT0gtwX { width:5rem;height:4.25rem;top:11.412109375rem;left:0.7373046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZoozuwJnDdPMlkIUrvMLN6q3QTkqTvu { width:4.9375rem;height:4.6875rem;top:7.193359375rem;left:7.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbb7G3FzJz2W0ZNNdC0JRfdfATO9BSDO { width:4.3125rem;height:5rem;top:17.0498046875rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTiOFGbIyzpnSeX7Ptc1V2ZLeATB53B4 { width:20rem;height:4.048825rem;top:1.25rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #neOEXlx8kARtiJWPtrBFTDogD57GOq0T { display:block; }#neOEXlx8kARtiJWPtrBFTDogD57GOq0T > .row .container { width:20rem;height:72.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s0OAH3UpsnebfZVh0TODUR0ZIk2omfVL { width:14.3125rem;height:4.048825rem;top:2.8125rem;left:2.8125rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jp1SlILJMTgywkB5krElFn1J6IBdsWSB { width:18.1875rem;height:1.875rem;top:13.1875rem;left:0.9375rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QdHwmg9nRQXvq26dyKGrbQhSDciEmrqB { width:19.125rem;height:11.8125rem;top:14.159376144409rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #NrThdS4HX2ZTgqTs9m4iozIt2UMOzPd4 { width:20rem;height:15.1875rem;top:50.379687309265rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #vQshi3Jq3y6dpKElN346x5tTd6atkGua { width:18.1875rem;height:1.875rem;top:38.25rem;left:0.9375rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y1llEOpGINOIFbu1KsECnPfpudFKLTqp { width:16.875rem;height:3rem;top:8.0625rem;left:1.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #LHfRdUpxNhakstLbsyGW9s0wi2BTBwNM { width:16.625rem;height:10.875rem;top:25.0625rem;left:2.0625rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVLb7gSaxJrgt7t4mnJcJh8XsyBMDC4O { width:15.875rem;height:10.3125rem;top:26rem;left:1.25rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U98O7pRTDH2LHTLEBqcpcK7TDqEZB5qO { width:20rem;height:23.0625rem;top:102.06719970703rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cif3RTgSc9VaosH1uIh8gVuX80DThTNT { width:16.625rem;height:10.875rem;top:53.5rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUGmkZmumIWHUmdCsZ3DuPsBTqBVV67c { width:18rem;height:3.4375rem;top:67.0625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #THay0NQsFZHow5hCqwhru5CnxINXfloa { display:block; }
 }@media only screen and (max-width: 763px) { #IwfdbLJdUw1xfTh8EwZqOlprf1hTX6ae { width:19.125rem;height:7.5rem;top:16.1875rem;left:0.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15023;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #EIsPKEQ4dqDd74lqJzRlIq2mT5I6oIP5 { width:19.0625rem;height:10.5rem;top:41.25rem;left:0.5rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15027;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #GruWZlmgDW1IEXEp7Om4fexTNy0o5MA2 { width:15.875rem;height:10.3125rem;top:53.1875rem;left:1.4375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #etpgPGTP7PITGugXJmKOSpSTKy6f0JR8 { display:block; }#etpgPGTP7PITGugXJmKOSpSTKy6f0JR8 > .row .container { width:20rem;height:68.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TA0tG78vRUBzBiekyhCgmdUkmdCsVftE { width:20rem;height:39.0625rem;top:0.88749980926512rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGKPopK4TgOsSKS6p0yUMRvSCTyCvcig { width:7.875rem;height:7.875rem;top:30.375rem;left:1.3124999403954rem;background-color:#2a2bab;background-image:url("https://images.assets-landingi.com/uc/5e35e0c6-a51b-416e-b23e-76195084fa6e/Evento11CongressoOdontopediatriaSoPauloDia2373.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:15041;display:block; }#AGKPopK4TgOsSKS6p0yUMRvSCTyCvcig.adaptive-delivery-prevent-bg, #AGKPopK4TgOsSKS6p0yUMRvSCTyCvcig.lazyload, #AGKPopK4TgOsSKS6p0yUMRvSCTyCvcig.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #uTHMAAUE9nLydAzb35O1OwL8WCMORHBJ { width:20rem;height:12rem;top:40.90625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FI4A5pWXTXuaGiIINROhAc3ZyQgm0pV4 { width:20rem;height:4.048825rem;top:2.875rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d4dEqVPLm8npgv5FfN3M4seFLJ2wbOI9 { width:18.9375rem;height:11.19725rem;top:8.875rem;left:0.53125005960464rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #hpDhTwfZEFySryopfQbUKNNI4zwtV9uT { width:16.75rem;height:4.4625rem;top:47.3125rem;left:1.6249999403954rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lWQMv5Twr1Mzd8P2JB0TCkcXfNMLSTvo { width:20rem;height:13.125rem;top:53.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmkkPh0fGMUWGkXgJUvbTOgS5nXpdDR9 { width:17.5rem;height:5.95rem;top:59.625rem;left:1.2492188811302rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t3MoQmu3gvsPV525fAXGwRDL3cr2TJap { width:13.1875rem;height:14.5rem;top:21.8125rem;left:5.3750001788139rem;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #hLnRzGVldrfMrCgRNutfAnNVfveWcTXs { width:4.875rem;height:4.875rem;top:54.3125rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N32SB2xc66E6GRQSlsD8tPuras8xcZ8P { width:4.625rem;height:4.625rem;top:42.15625rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMa3QUn9ypRNTUzVre64Xn5Vrc5nTIcN { display:block; }#nMa3QUn9ypRNTUzVre64Xn5Vrc5nTIcN > .row .container { width:20rem;height:73.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B5JgUFTQJlPDl9MRTwQKTutEqEEdmcNI { width:20rem;height:4.798825rem;top:1.6875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rxLwOk40BmwZQwomnX0Cdwkx2w30chIa { width:17.875rem;height:9rem;top:8.25rem;left:1.0625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #VTIa7ILsLwmnnD8Bk80qpAJiAeudH0ni { width:20rem;height:13.0625rem;top:69.380468368531rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ln1eZskLSVoCabumTDJuFvaxtFL1AA7V { width:20rem;height:2.0244125rem;top:18.818359375rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UiHTgX2bIc8VDJyTQREyJwCosi02P6eU .accordion-element-container { background-color:rgba(229,229,229,0.07);background-image:none; }
#UiHTgX2bIc8VDJyTQREyJwCosi02P6eU .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UiHTgX2bIc8VDJyTQREyJwCosi02P6eU { display:flex;height:auto;width:20rem;top:33.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UiHTgX2bIc8VDJyTQREyJwCosi02P6eU #XSLb0bbLELG0uXMn3rbhhIMnQ1w7dgFI {  }
 }@media only screen and (max-width: 763px) { #UiHTgX2bIc8VDJyTQREyJwCosi02P6eU #AuAkf1ZiN9lS53e8nHohiRnVdT876JsU {  }
 }@media only screen and (max-width: 763px) { #UiHTgX2bIc8VDJyTQREyJwCosi02P6eU #J7Fxt3Vf3T47omiWA9DL6LGV6MKXkdqh {  }
 }@media only screen and (max-width: 763px) { #UiHTgX2bIc8VDJyTQREyJwCosi02P6eU #TD4BuVW128gtkbaixU5vFyzPkxFqdVOI {  }
 }@media only screen and (max-width: 763px) { #UiHTgX2bIc8VDJyTQREyJwCosi02P6eU #zX5EkNvfmD4duXf9Va5pGGsvUSIdUDKT {  }
 }@media only screen and (max-width: 763px) { #UiHTgX2bIc8VDJyTQREyJwCosi02P6eU #EW5DD6lhFPfh2wzxUoutDGkuxWfIIlZN {  }
 }@media only screen and (max-width: 763px) { #UiHTgX2bIc8VDJyTQREyJwCosi02P6eU #lmrNH4Tss6oKzwEZqozoFDFBoITpucpx {  }
 }@media only screen and (max-width: 763px) { #UiHTgX2bIc8VDJyTQREyJwCosi02P6eU #HZDThlLGGouOCsTP0G5wcPT44foEQXox {  }
 }@media only screen and (max-width: 763px) { #UiHTgX2bIc8VDJyTQREyJwCosi02P6eU #KLS3vltyRBKA6RdmDZvWkXeGzFrqOHG2 {  }
 }@media only screen and (max-width: 763px) { #UiHTgX2bIc8VDJyTQREyJwCosi02P6eU #CHzro3fRFeLL2z6QnQbnLBJ7NpdJUZq1 {  }
 }@media only screen and (max-width: 763px) { #UiHTgX2bIc8VDJyTQREyJwCosi02P6eU #uD5MCrd5NovzT8wArKKoHIVEGhD4zrZ2 {  }
 }@media only screen and (max-width: 763px) { #UiHTgX2bIc8VDJyTQREyJwCosi02P6eU #XGvUsLoTPGeCp0Q7lAGgEdaUPtHDIcEr {  }
 }@media only screen and (max-width: 763px) { #UiHTgX2bIc8VDJyTQREyJwCosi02P6eU #CG3x4qMMdbtgRZugqbdZem2rrFt9OH4T {  }
 }@media only screen and (max-width: 763px) { #UiHTgX2bIc8VDJyTQREyJwCosi02P6eU #QPQFKT9w91ta8xTWNae80cPIRAoptxgN {  }
 }@media only screen and (max-width: 763px) { #UiHTgX2bIc8VDJyTQREyJwCosi02P6eU #NADKTwbf1nCL51ookS45zuM5TMtsVTkq {  }
 }@media only screen and (max-width: 763px) { #UiHTgX2bIc8VDJyTQREyJwCosi02P6eU #V85m5mMOpkpLVdLT5ZTfP6XbOVbaNcoz {  }
 }@media only screen and (max-width: 763px) { #UiHTgX2bIc8VDJyTQREyJwCosi02P6eU #ERIi3fi268gI4BLwqTFipFBpPKtg294M {  }
 }@media only screen and (max-width: 763px) { #UiHTgX2bIc8VDJyTQREyJwCosi02P6eU #V05xAITrioxfnIQ9nQ3sIEz7eETgc2gI {  }
 }@media only screen and (max-width: 763px) { #UiHTgX2bIc8VDJyTQREyJwCosi02P6eU #xI1OIv5ooyNebiWdnfTpr6HV5727ftGB {  }
 }@media only screen and (max-width: 763px) { #UiHTgX2bIc8VDJyTQREyJwCosi02P6eU #psDR7plt0TbeiehRWJgnLccDNsIo9PaC {  }
 }@media only screen and (max-width: 763px) { #UiHTgX2bIc8VDJyTQREyJwCosi02P6eU #zUUVz0NFrerfUDmwFbVoVM8zZENxtE3O {  }
 }@media only screen and (max-width: 763px) { #UiHTgX2bIc8VDJyTQREyJwCosi02P6eU #fJ3TrEVavRKkZIyyUKyOOypa0S3dgycr {  }
 }@media only screen and (max-width: 763px) { #UiHTgX2bIc8VDJyTQREyJwCosi02P6eU #KiHupAJzEakeXluPO0pty1d8FgoHNew9 {  }
 }@media only screen and (max-width: 763px) { #UiHTgX2bIc8VDJyTQREyJwCosi02P6eU #wrxWgWn1LkUTqb69GmmPy5Q7lHNegTSk {  }
 }@media only screen and (max-width: 763px) { #UiHTgX2bIc8VDJyTQREyJwCosi02P6eU #hMbPngZnsN4dyxS5ZrXNU4Ayq1bmsdte {  }
 }@media only screen and (max-width: 763px) { #skCWm8IUriibhqW2PaMUpufsxBPGrNvG { width:16.6875rem;height:4.78125rem;top:21.7548828125rem;left:1.65625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vlh83xuuewpInWeyuMJsDbmI63eyJe5G { width:6.125rem;height:6.125rem;top:26.4736328125rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyIm1JLbWHu4zrn0sGSNBL0XvAehPoJ0 { display:block; }#GyIm1JLbWHu4zrn0sGSNBL0XvAehPoJ0 > .row .container { width:20rem;height:147.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wQTTcbg3mh1EJIDn9XMwDfpz10n3qdut { width:16.625rem;height:8.90625rem;top:21.9rem;left:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDQHUR5X0yTdQhSMQOxv9pTBv3LSrtpk { width:20rem;height:21.375rem;top:13.65rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9HJItTbRS0MnvDAW1zzFpGpixVTwKyB { width:10.4375rem;height:3.298825rem;top:15.5875rem;left:6rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bFGOb18ldI1fyvsrAwTXaDlCRitxAyPB { width:3.5625rem;height:3.5625rem;top:15.5875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvwexfbOeV2igqFHH17k8sE1I1x1Zr7r { width:16.625rem;height:10.6875rem;top:44.525rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAhnBQQdOt37F5FdOieyLAyztpsRySzt { width:11.375rem;height:3.298825rem;top:38.2125rem;left:5.5rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #p0B38X1GM1WoRof8eCde8qTgu3q0oedb { width:3.5625rem;height:3.5625rem;top:38.2125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #idf9Whc9TNbtHogBBDddxTTBEQByVFq9 { width:17.875rem;height:10.6875rem;top:67.150024414062rem;left:1.8124999403954rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQ8aQRJeeyyLLSc1PUGsiEJBrCGQptls { width:20rem;height:21.375rem;top:58.9rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKxznxXZxCTcbZ2fTy0vvCtropmnHs2l { width:8.75rem;height:3.298825rem;top:60.8375rem;left:5.625rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RLJvPqZbCqk53Eiwt2cuXRt9o8siti1v { width:3.5625rem;height:3.5625rem;top:60.8375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MD9bziCd7dQakMLbw3hiWR9cgPhRH0oh { width:20rem;height:19.25rem;top:81.525024414062rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bce0u3fE9eEsrrDTTbgM9hFdGXFTaPTg { width:15.75rem;height:8.90625rem;top:89.775rem;left:2.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KInrFqVUp7J4NdJvGRu0uIsoPvEtM7MX { width:17.375rem;height:10.6875rem;top:110.5625rem;left:2.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sF8Tr6NHo4OdiWT3RdhVncEAkmJGiS0Z { width:20rem;height:21.375rem;top:102.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S24kdNFu60I19wJLFJ01wUXWBAx85T3u { width:14.375rem;height:3.298825rem;top:83.59375rem;left:5.3750001788139rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gJUARaVZmBrgvKMByVDwWCKosV3Nabyk { width:3.5625rem;height:3.5625rem;top:83.4625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOsPg7MtqfD4d511R7U45X1RawuUT5me { width:10.5rem;height:3.298825rem;top:104.25rem;left:5.25rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Qu9welTcfq2OVT1avqZerA6sVG8wCrGU { width:3.5625rem;height:3.5625rem;top:104.25rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8IoTkQEqymwyUEHV1TOnae31Er06NyM { width:20rem;height:16.75rem;top:125.15002441406rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1sUgPkIdum7H58a26MuxpdbEBQN1vJh { width:3.5625rem;height:3.5625rem;top:127.08752441406rem;left:1.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVlwnAgGtGUXbcisCJPkNdNLxCnQ4073 { width:16.125rem;height:10.6875rem;top:133.40002441406rem;left:2.6249999403954rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZcbI80E7Vq2GXBzakSgyLpl9Z4JLmT3 { width:9.375rem;height:3.298825rem;top:127.08752441406rem;left:5.6875001788139rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fFCEHFnepl4X0lZ1HfikNP80dBN3A3hd { width:20rem;height:4.048825rem;top:1.75rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pqk6U9mAqgFmTtDT68S0t93pFfgBNzx8 { width:17.0625rem;height:4.5rem;top:6.7992186546325rem;left:1.4679688811302rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #Jis2NVtPTp7FXI0pqM7n1iSkFNCmxo4S { width:20rem;height:21.375rem;top:36.275rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDonGIT7aa6xzcoLQ7IiAK7nESet3sdH { width:1.875rem;height:1.875rem;top:61.737509155273rem;left:1.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKAydX2FZJ7GFv5QG5KnDPLdHXVtwPEP { width:1.875rem;height:1.875rem;top:16.487509155273rem;left:1.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vociKOU0bpQlhrQTLtGvmCsMU6eWE2F5 { width:1.875rem;height:1.875rem;top:39.112509155273rem;left:2.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #orTI4TmFLicNinvv6RT6LCD7cXSrPJCf { width:1.875rem;height:1.875rem;top:127.99377441406rem;left:1.9062499403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #GabO2c3FmoGaJDcPkT4MQHiGn0cHksNw { width:1.875rem;height:1.875rem;top:84.30625rem;left:1.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ry1Qq0KRrW7rqPcqzJOiHIus7DsnCCfx { width:1.875rem;height:1.875rem;top:105.125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEGH0K2VokuTDxG28NPdNMHqrEeW603g { display:flex;width:1.0625rem;height:1.0625rem;top:22.3375rem;left:1.1750001907349rem; }
 }@media only screen and (max-width: 763px) { #ZGNoxPFwAngh79mlpK05UoyUuOOdCaif { display:flex;width:1.0625rem;height:1.0625rem;top:24.056274414062rem;left:1.1875000596046rem; }
 }@media only screen and (max-width: 763px) { #gpZfwRpa69u6xBHAO7TtTsf2AOZXdGJ4 { display:flex;width:1.0625rem;height:1.0625rem;top:25.775024414062rem;left:1.1875000596046rem; }
 }@media only screen and (max-width: 763px) { #iLNUTac1RvvPgqDi52dO7qMa2tkmA4nd { display:flex;width:1.0625rem;height:1.0625rem;top:27.5875rem;left:1.1875rem; }
 }@media only screen and (max-width: 763px) { #zdxvx3IhwgKdTAEIf7RfAzlc3xADxSTz { display:flex;width:1.0625rem;height:1.0625rem;top:29.462524414062rem;left:1.1875000596046rem; }
 }@media only screen and (max-width: 763px) { #GoAA0M465ah2yUEGll92QgDGL6ffSv6k { display:flex;width:1.0625rem;height:1.0625rem;top:44.9625rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #H79pIkieK4aFs086KemHO0rK0GTs7w4W { display:flex;width:1.0625rem;height:1.0625rem;top:46.65rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #aoFIhQ5fpMkXt7ncJO1hHWubUkxKCU2a { display:flex;width:1.0625rem;height:1.0625rem;top:48.4625rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #HQ4lyLRgNC8oHt9CyZ2f0Xn32Jtwg2t7 { display:flex;width:1.0625rem;height:1.0625rem;top:51.9625rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #F6KMPTsf1zZz6EkhCfWst4id7pSpMm5h { display:flex;width:1.0625rem;height:1.0625rem;top:67.587524414062rem;left:0.50000005960464rem; }
 }@media only screen and (max-width: 763px) { #VDkUqVN8PVgoUbsOfXZvG9LKzB0C0Xh1 { display:flex;width:1.0625rem;height:1.0625rem;top:69.275024414062rem;left:0.50000005960464rem; }
 }@media only screen and (max-width: 763px) { #p8nCwiMNi2ryw7p2ypDJ9FImKCAhA5UH { display:flex;width:1.0625rem;height:1.0625rem;top:72.900024414062rem;left:0.50000005960464rem; }
 }@media only screen and (max-width: 763px) { #dowIXNuNagWgJ2Rsf3DJwR4qEgXxllxL { display:flex;width:1.0625rem;height:1.0625rem;top:76.400024414062rem;left:0.50000005960464rem; }
 }@media only screen and (max-width: 763px) { #o7PnnsEqiZM6gQN4ER4JeelfMSoyD9O8 { display:flex;width:1.0625rem;height:1.0625rem;top:90.2125rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #CNr9E3FmgwZMHvTVrRxpDLw8MVgsg3m4 { display:flex;width:1.0625rem;height:1.0625rem;top:91.9rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #bpAsaRy1nBd68l6gKFlORrqnzRei3hLx { display:flex;width:1.0625rem;height:1.0625rem;top:93.7125rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #wtQztMsOT1m2Xd5vaFBoy452B5XhnAOZ { display:flex;width:1.0625rem;height:1.0625rem;top:97.2125rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #UDIlIQ7EHKhvPD4JRMWIhon40oumTc3B { display:flex;width:1.0625rem;height:1.0625rem;top:112.775rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #TbkVrT7IWWl8OIyS2yZMc7DndGDqifOg { display:flex;width:1.0625rem;height:1.0625rem;top:116.3375rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #JvrOOCET1KXM53GOvwpZ7Bf7AeLJoQkI { display:flex;width:1.0625rem;height:1.0625rem;top:118.15rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #szRKb9oehMCl8TNHcMgIxTkDlAXJnL3D { display:flex;width:1.0625rem;height:1.0625rem;top:119.8994140625rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #bfOOgUWilHKmLAcJRhW5gbXvMfIy0O7G { display:flex;width:1.0625rem;height:1.0625rem;top:133.83752441406rem;left:1.2499999403954rem; }
 }@media only screen and (max-width: 763px) { #QxyT5TZN1HWiha8Asa3Zz8GBXzNRE2t0 { display:flex;width:1.0625rem;height:1.0625rem;top:137.33752441406rem;left:1.2499999403954rem; }
 }@media only screen and (max-width: 763px) { #fT15XC4TOp4JUsgK1wcHBD0V8fCu9GkZ { display:flex;width:1.0625rem;height:1.0625rem;top:140.9619140625rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #RczAsfSHLMRIe4Ai7xq3h0wZZSKUV6qN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/23471447-7012-4e5f-8d17-7978e550f41d/bg_mobile.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#RczAsfSHLMRIe4Ai7xq3h0wZZSKUV6qN.adaptive-delivery-prevent-bg, #RczAsfSHLMRIe4Ai7xq3h0wZZSKUV6qN.lazyload, #RczAsfSHLMRIe4Ai7xq3h0wZZSKUV6qN.lazyloading { background-image: none; }#RczAsfSHLMRIe4Ai7xq3h0wZZSKUV6qN > .row .container { background-color: transparent; background-image: none; }#RczAsfSHLMRIe4Ai7xq3h0wZZSKUV6qN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(21,22,25,0.3); }#RczAsfSHLMRIe4Ai7xq3h0wZZSKUV6qN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RczAsfSHLMRIe4Ai7xq3h0wZZSKUV6qN > .row .container > .video-iframe-container { display: none; }#RczAsfSHLMRIe4Ai7xq3h0wZZSKUV6qN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(21,22,25,0.3); }#RczAsfSHLMRIe4Ai7xq3h0wZZSKUV6qN > .row > .video-iframe-container { display: none; }#RczAsfSHLMRIe4Ai7xq3h0wZZSKUV6qN > .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); }#RczAsfSHLMRIe4Ai7xq3h0wZZSKUV6qN > .row .container { width:20rem;height:181.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nqIEBsthSJR3SFwsWq2EamteyhdQMvVv { width:13.5625rem;height:4.78125rem;top:98.9375rem;left:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l808asC0qgoZ6sT2dGpQxHyITnnZ95by { width:20rem;height:22.875rem;top:2.0625rem;left:0rem;background-color:rgba(var(--color-secondary-3),0.74);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #pIN10emtiwxsrDf8Fo9eXhKibygogzRt { width:3.5625rem;height:3.5625rem;top:94.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtO6y0MmFUolsrfxWL9DmcLHCm1efiLK { width:19.0625rem;height:6.2988125rem;top:9.1875rem;left:0.65625rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OtLtNZ4gRyHv13vhP2h4WVRe3kmEx4Tq { width:18.125rem;height:4.798825rem;top:17.2431640625rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #lstIfFysSKIvEEmT3pTBfmFZWxuiTbWf { width:17.25rem;height:13.625rem;top:92rem;left:1.375rem;z-index:14998;background-color:rgba(55,55,55,0.81);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #W0EBPHciTpQcgeRGOKI9b48rFr7IzHKK { width:19rem;height:31.9921625rem;top:26.6875rem;left:0.5rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.6;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #kEUfUozQPgVHpCx5qdvpFQF43vLZ6tsR { width:20rem;height:11.375rem;top:61.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #edLL7p3I13ViJlxAKw7oplDaTT0Iu57p { width:15.875rem;height:4.798825rem;top:66.1875rem;left:2.0625rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #igwk79A2pH2PWZLR3Bl43aJmJEq6CJn6 { width:20rem;height:3.986325rem;top:84.5625rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BxS8ONqIqubWDB8TpoC0OBgVTQvecw6O { width:12.0625rem;height:0.0625rem;top:83.25rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IU1EP3XTuKwbxpyR2Ee0mCX7I7MkBTFv { width:12.0625rem;height:0.0625rem;top:89.8125rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDIFceEE4dmth3Sf4rNkOn9a0HnB7Pb6 { width:3rem;height:3rem;top:94.5625rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RB1X2yu4eWg35AZ1MABaRAzXPU4tc4Hf { width:13.4375rem;height:3.1875rem;top:113.1875rem;left:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f03pk07G7GSv905sMAEqbS9nl2ETFK2H { width:17.25rem;height:13.625rem;top:107rem;left:1.375rem;background-color:rgba(55,55,55,0.44);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #iXLmJ9CXfo8oRy4Mxah7MOsPT0Um3dUP { width:3.5625rem;height:3.5625rem;top:108.9375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOtu99f1vQWAGIX7eRwHukXMIGUOdwGf { width:2.75rem;height:2.75rem;top:109.3125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdzG6LJl3knTNpxIq1y4QDHq4IEl0H1E { width:13.4375rem;height:4.78125rem;top:128.0625rem;left:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #algkyFMLPnFeBAWMSsQB0Ixv7y3FhWLx { width:17.25rem;height:13.625rem;top:121.875rem;left:1.375rem;background-color:rgba(55,55,55,0.44);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #OIO964ZRPvpaqD5pgs5MBIWBqqDafeMb { width:3.5625rem;height:3.5625rem;top:123.8125rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9zWfFalBn3MDcqZPp4FbXlaKENG3Nuo { width:3rem;height:3rem;top:124.0625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpX5o8gxwR1gAPLbTP2Tg1ddacbIyckb { width:17.25rem;height:13.625rem;top:151.625rem;left:1.375rem;background-color:rgba(55,55,55,0.44);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #G7rOGzzKwKJXbhedWaVi2UEXvfHsiHHH { width:13.4375rem;height:3.1875rem;top:172.6875rem;left:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSHWa8Scy9iuf98bQfy07UaHI3wFAhmb { width:17.25rem;height:13.625rem;top:166.5rem;left:1.375rem;background-color:rgba(55,55,55,0.44);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #E7DzupbQ0erf4LiFOywC2HVGNggsb3sl { width:13.4375rem;height:4.78125rem;top:157.8125rem;left:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCTGQJ1lZvDEwRPa74ALH2lRHTmiU9TF { width:13.4375rem;height:3.1875rem;top:142.9375rem;left:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7EWxckBIg8npeT4tEJi9sJNk3w12zQT { width:17.25rem;height:13.625rem;top:136.75rem;left:1.375rem;background-color:rgba(55,55,55,0.44);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Pcyb2uMXEnTvcT5qeqFmmnW6PyPev8PW { width:3.5625rem;height:3.5625rem;top:153.5625rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdTUN3r2W7qdxAFR9pgvb0dKAmpZR1P5 { width:3rem;height:3rem;top:153.875rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iogDtKgv24MEUoPkAQa2TvR2Oq31i7VI { width:3.5625rem;height:3.5625rem;top:168.4375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXlebLas2rIflW42dF21fnENGrwVNXte { width:3.125rem;height:3.125rem;top:168.75rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eP7TATy5Ls5uTkWDh754hCVgJVZNAN7z { width:3.5625rem;height:3.5625rem;top:138.6875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXA1tuxkCL6TGrBvZwZPVxnslToTK7MR { width:3rem;height:3rem;top:139.0625rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7pX0W1MZffuZ9I1hb5hsBSTd20BEgn6 { width:3.8125rem;height:3.8125rem;top:62.0625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5StMGeSkTzOP3elJA0NwRlozAJUD2DN { width:10.8125rem;height:3.0625rem;top:76.5625rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1f3VlHhaZsE0KqXfmv25ecr9c02iawl { width:7.1875rem;height:4.5rem;top:75.5rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAl8ZLUWG6SCxnc0Q6p5PLltvDh4OqE5 { width:4.3125rem;height:4.3125rem;top:3.75rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvEtLqgVMO8rkHBrinVuBZWkJaMgbBTs { width:5.625rem;height:5.625rem;top:3.0625rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfB6XxzZdmGkU6A9zTlKvd9BkzL1ce8r { width:20rem;height:97.75rem;top:181.375rem;left:0rem;z-index:14998;background-color:rgba(55,55,55,0.81);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #HKxXP6rXHgnKfCSkcoGQ1sQ0qONdoTQT { width:6.1875rem;height:6.1875rem;top:289.0625rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CVlF61uMSTS3sI5QXW8ZwubLUWzC5fTe { width:3.875rem;height:3.875rem;top:22.0400390625rem;left:15.90625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lmkvnR6eEisa6V8LpxHoRSKn2mfBnDMx { display:block; }#lmkvnR6eEisa6V8LpxHoRSKn2mfBnDMx > .row .container { width:20rem;height:138.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #krgVCo4LwJ05P29OpJoQFvCVMT5W9Vq0 { width:20rem;height:22.8125rem;top:7.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydMdmPxXTiqByd8wnhTwPV7CcJUdCtxk { width:18.6875rem;height:13.15725rem;top:9.75rem;left:0.6875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mOoMWT4kg7ITNgMyBGM0msDs9T9nAkWX { width:10.3125rem;height:1.275rem;top:24.6875rem;left:7.5625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vMnzUaAR6PCRIENRUsktlyvQPb3OHZPr { width:6rem;height:6rem;top:23.625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieD0WJI7fuEPaqr6BUnQTN6N45SZuFFH { width:20rem;height:29.1875rem;top:32.0625rem;left:0.0625rem;background-color:#2c2c2c;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ZMZWUalzKyVyOp5tluy1n6Mfnk07q8FA { width:18.9375rem;height:19.004875rem;top:33.25rem;left:0.5625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BIXUteq4JbJXfIrsScWODzKRQu2GEM4x { width:6rem;height:6rem;top:53.9375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdqkJ4C0Q8k3pwSnQlpvuatncwyGbJ0G { width:20rem;height:22.8125rem;top:62.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsaDGTtJHWOIRred1yhhXiLxJu3HDTR1 { width:18.3125rem;height:13.15725rem;top:63.9375rem;left:0.875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ux2L2CbGkxzCS8Ssep5hdkaHIFsp6vty { width:11.6875rem;height:1.275rem;top:80.5625rem;left:7.4375rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RdxAtgyGOcG0EszHfhJacnfbAcGwNIUH { width:6rem;height:6rem;top:78.875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfsEfxcd0ToQHQLPl05xDmJvPr4Z3xLV { width:11.125rem;height:2.548825rem;top:53.75rem;left:7.375rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UJFm8LHnAugPDIZPke3ZmZ4tVAVBCsTc { width:10.5625rem;height:2.2rem;top:26.1875rem;left:7.625rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oeBvg7DT6picsi3oXTqI0FtPvD8UGpoy { width:11.5rem;height:3.298825rem;top:56.5625rem;left:7.375rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #U1tr3gJmTkMTV740u7PGtCyoWTTZ42pi { width:10rem;height:1.1rem;top:81.875rem;left:7.5625rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SudKMiBBvQTJhCU1mtGik8fA8q3IHBw8 { width:20rem;height:17.125rem;top:87rem;left:0rem;background-color:#2c2c2c;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #T6tncGw9kMNxbf3JMvMGNqsWTXET1te4 { width:12.875rem;height:2rem;top:99.625rem;left:7.125rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hvNm5aIGNXMzFvrBi8mKLkUykBKADkhy { width:9.4375rem;height:2.548825rem;top:96.75rem;left:7.0625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bFlvcT5OW1OSZF64pIw7RbE4rpwnxqyJ { width:18.1875rem;height:5.84765625rem;top:88.8125rem;left:0.9375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FPfrLlez49t7BrlM5w4zUZhkIrpR7IPC { width:6rem;height:6rem;top:96.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxvsTSTJbSQQJ5GWF4Cau9IwoaUzTAdw { width:20rem;height:4.048825rem;top:1.1874990463257rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tL3yWBddNPJAJ7oKH43uRhVEEdp6Gp0L { width:20rem;height:14.25rem;top:105.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXvcvLZg2gm7z93unCrcoz05yTTwFmwq { width:11.5625rem;height:3rem;top:114.625rem;left:7.125rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LvUGG4VyhXGiTNloRFbi8rPqIl5SfKty { width:10.3125rem;height:1.275rem;top:113.125rem;left:7.1875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sv4U0uuv8vB7igJfQ2TIgwCPdrdx6S7G { width:17rem;height:4.38574375rem;top:107rem;left:1.5rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PUzq1K0c8T351991POAzwu1ilRTWzHbr { width:6rem;height:6rem;top:112.4375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HahTCx1MeUDz9MndhpIXOWN2z6k1lTsq { width:20rem;height:14.625rem;top:121.25rem;left:0rem;background-color:#2c2c2c;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #hJhQr8WGKKoTcuoNBtTRSEhbpwxTTvr6 { width:11.125rem;height:1.1rem;top:132rem;left:7.875rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cDbz7blE6EyTit2qKDECqxpcvdC5NbuA { width:10.25rem;height:1.275rem;top:130.4375rem;left:7.875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mGUIzLnG1xFJSGGFWVmbCDac7IKV1Vke { width:18.375rem;height:4.38574375rem;top:122.75rem;left:0.8125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BqAW2xXogJ7qX5LHnRUr7uTW43qdP6Zw { width:6rem;height:6rem;top:128.75rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0NeSN4kt47O53uCBogoo9wn2LOFxuIT { display:block; }#u0NeSN4kt47O53uCBogoo9wn2LOFxuIT > .row .container { width:20rem;height:92.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OMIx07ZnZwPIt8sIi0QzhOAIgNvulaxz { width:18rem;height:6.07324375rem;top:2.375rem;left:1rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #asg0RWAZ8V26In2LiEXS7oOaeUTPPKuT { width:19.3125rem;height:7.5rem;top:9.76171875rem;left:0.34375rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #FJZ5oaSfrplUJsCJLrU7cKRWtXLvQGwl { width:7.0625rem;height:5.625rem;top:19.5625rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqpp4zqHMQZ7V1dqUMWXv0kIfcUTHTHm { width:4.4375rem;height:3.3125rem;top:20.8125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeWwedZU9If6JBMw0eRJvMPTmlTsnoei { width:7.0625rem;height:5.625rem;top:19.5625rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVbw4XsklvmeIF8IU21Q9ec6QivwkV3k { width:5.8125rem;height:1.5625rem;top:21.625rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWluvlJE3TTbxiTV0ayKCob1bZD0CQSO { width:7.0625rem;height:5.625rem;top:26.3125rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAS8OyXEMzTgv74qJneCgRKJIboa3m4S { width:7.0625rem;height:5.625rem;top:26.375rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSrE9pl3twmWa0TGdtyrhBGcOIdMTQX3 { width:6.0625rem;height:1.3125rem;top:28.5rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHlrpzD5iEQd7EMyIwRFKN0VZ08BJBX8 { width:5.6875rem;height:5.6875rem;top:26.25rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoZ4okWcOoixOEsZIIJXBSlnUUQBbRhN { width:7.0625rem;height:5.625rem;top:33.25rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWIcp6FtNshlnAm2wTiBE3G0hNsMl68b { width:3.3125rem;height:3.3125rem;top:34.375rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekp6CgIHqV2eTvtA0Ihe8N4F22H7TeFQ { width:7.0625rem;height:5.625rem;top:40.125rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJTXcgQWnT9cMmPcLSQGeDXBJlf6n4IW { width:7.0625rem;height:5.625rem;top:46.9375rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzfpBDb6WhNfbxkpyoQQn8EknEzULpTF { width:5.25rem;height:3rem;top:48.25rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqfEFh9yCGy7clfkMynpv7RKnzKacvIs { width:7.0625rem;height:5.625rem;top:46.9375rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0rzF8ei2wJaJuIc3MVPJfTDo88DxRnb { width:7.0625rem;height:5.625rem;top:40.125rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTqZe8v5tuRFbJUL5NTWLtCT1PBZP4Dl { width:5.0625rem;height:3.3125rem;top:41.4375rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQsBN3U4iGNQaB1EPev34siaO8EBlEcE { width:5.9375rem;height:1.375rem;top:42.3125rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTZ5p2EUZG7AyM3xBTiSZN5PBzqP8bvg { width:7.0625rem;height:5.625rem;top:33.25rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDbztGeNRouJBcdF76lPsibINaC2VTgo { width:5.3125rem;height:2.9375rem;top:34.625rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7cwKArXUVVs4vG9a9IM7tvH9mFE7Wag { width:7.0625rem;height:5.625rem;top:60.5625rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXwy5vLToZNern7MUxdMP7wmKKmP2BGb { width:7.0625rem;height:5.625rem;top:60.5625rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uL1Dz9fkKI6no3fgCgvAy1TNVHzzIQWO { width:7.0625rem;height:5.625rem;top:67.4375rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyPtyhxPBaKmUfnnLT6wtRCEFL6Sx8Un { width:7.0625rem;height:5.625rem;top:53.6875rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMb1x8qbSMPAgOiXRFzqUUSXw9FDs7nt { width:7.0625rem;height:5.625rem;top:53.6875rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rC2BXJGQbfA8IyDeH9SSiZS3KbiIMz4X { width:3.6875rem;height:3.6875rem;top:54.6875rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfFPewT0CAkvHZawDRParBCMWGCVSA4z { width:5.375rem;height:2.4375rem;top:48.6875rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2trf8Jr0O67igHPZF7PtwgBoRFexTzx { width:3.3125rem;height:3.3125rem;top:54.875rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzlPbNw8K5gxEkqzBVbykVSsavtg7COV { width:5.3125rem;height:2.0625rem;top:62.375rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnNCHhHNu2HHgHRehRP1AIMiT1COOzKD { width:4.4375rem;height:3.0625rem;top:61.875rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrHFKmRbiLDvhtxZebM4zEMe4C8lp55c { width:5.625rem;height:1.25rem;top:69.625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #lf7B6xiuyptQkk7qo0epfPsa3gQtAIGm { width:7.0625rem;height:5.625rem;top:74.3125rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqB5xT9RgVTTpRi7l2FyTieTLF96IRvk { width:7.0625rem;height:5.625rem;top:81.25rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyKaXhoMWS9MaveCD2K7tBPrZfz6ZBbM { width:7.0625rem;height:5.625rem;top:81.25rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3Em7bqAg78yJDkyTFxso3wPsAEmPEyZ { width:7.0625rem;height:5.625rem;top:74.3125rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2FAT3sNV2z5Xz6hIhkMXcchky1BLtFg { width:3.625rem;height:3.5rem;top:82.3125rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #srTTCg3IQMUr5uc1erxmWTTE9FXwdv6x { width:5.5rem;height:2.125rem;top:76.0625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzlsNQDTBrnVzTswKgIr5QUruevK08uH { width:5.5625rem;height:1.25rem;top:76.625rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bbqx4r41dTMhb7MwHTsI2t84QroTiTTP { width:5.3125rem;height:0.875rem;top:83.6875rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKTyLq5hQZVFFum2OLOL7gwVGMvcXid1 { width:7.0625rem;height:5.625rem;top:67.4375rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #op4MhqphUVTUpXppma9fT5eThISk3E5p { width:3.6875rem;height:3.5625rem;top:68.375rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAx1O0H4yTk49IVybxKEgx9JweJWqfTz { display:block; }#GAx1O0H4yTk49IVybxKEgx9JweJWqfTz > .row .container { width:20rem;height:87.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #quDhLU8GrTsuDBibbkhSeKIlyQWZuzpR { width:9.8125rem;height:6.4375rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sg4V0z6gPxFLMCl9NVsgxtc35hP3XxAD { width:9.8125rem;height:6.4375rem;top:1.5625rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0EibfAGWsaBsoko3S88lMePVTTFs4on { width:9.8125rem;height:6.4375rem;top:8.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4iBaa0TI65ViQVNmCQtTDqBMQIlNosp { width:9.8125rem;height:6.4375rem;top:8.5625rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpUtImm7mdWCh53sMF653WU4hTZ1ArPS { width:9.8125rem;height:6.4375rem;top:15.625rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rr9PEGv77K1HxXLNMmdqFwEm2IhOnOHl { width:9.8125rem;height:6.4375rem;top:22.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7tpCIf4k3CU2gkS9wOugARyPBFLxLta { width:9.8125rem;height:6.4375rem;top:22.6875rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3ChtTkeoaIXudQzvTfU61VpHB0mrREN { width:9.8125rem;height:6.4375rem;top:15.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mv7MsRWTvnl7lCid1DDX6yeM2TeTEg43 { width:9.8125rem;height:6.4375rem;top:50.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBTRMNWQs4JeCTqR5JA8hfM07fZ6oLQx { width:9.8125rem;height:6.4375rem;top:50.9375rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EI0sCT4DUAyLXSPzKigt1FfWXKPU9UyD { width:9.8125rem;height:6.4375rem;top:43.875rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhqRoROderSEwEvdSJbB8zkWdwxL7bPZ { width:9.8125rem;height:6.4375rem;top:29.6875rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T30HP0IAe8ZzBmWeCDvnz2KwiJAo4NbF { width:9.8125rem;height:6.4375rem;top:36.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRWXz8XGA4JOn9RSEx3wQWmXgHymV2W9 { width:9.8125rem;height:6.4375rem;top:43.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rE09wSqumkUF8Ji6mybbIMtpopTt1wwg { width:9.8125rem;height:6.4375rem;top:29.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wphJeTOl9PmBkLaSeN8b3vc8DgbnRx76 { width:9.8125rem;height:6.4375rem;top:36.8125rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6OrOp83tqgFXl5VMbyMuk5p7vEBmPTl { width:9.8125rem;height:6.4375rem;top:65.0625rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOpp2cHR9aI6TD9svmScz5efue4JCZw9 { width:9.8125rem;height:6.4375rem;top:65.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKmBPF5DTrEqm0hGnTQu9nwwmuQtbXRa { width:9.8125rem;height:6.4375rem;top:58rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xv6zsJA138x0509KtEbmTxlmr82846NR { width:9.8125rem;height:6.4375rem;top:58rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiyX48UJwO5c5pNWNf4vTozfBBAd8wiN { width:9.8125rem;height:6.5rem;top:72.0625rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOLfod1nqtvgLeDgJ1Zeiqm1L6Q5M5G9 { width:9.8125rem;height:6.5rem;top:79.1875rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c87iTaQ8vLi8FE9JQQKZApJcNuvtsCfb { width:9.8125rem;height:6.5rem;top:79.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9DZxrHKa30seVTTJTzIB4Xc2p8GEOgU { width:9.8125rem;height:6.5rem;top:72.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #svhZctBUi5fTWIF97Gv91TNIHezAW8d3 { display:block; }#svhZctBUi5fTWIF97Gv91TNIHezAW8d3 > .row .container { width:20rem;height:59.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vFMKGxl4cANp0bn0dD7kUiP4ZzXquXE6 { width:19.375rem;height:58.6875rem;top:2.4867188930511rem;left:0.31250005960464rem;display:none; }
 }@media only screen and (max-width: 763px) { #soD4RBbZfoTDzMeXNsWR3nqVnC1lcxcb { width:20rem;height:28.9375rem;top:25.40625rem;left:0rem;background-color:#2a2a2a;background-image:none;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzGJOTuzKrHuKieeuRMKVmduEn75kZRr { width:18.625rem;height:5.0375rem;top:8.6562502384187rem;left:0.68750005960463rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ow6ySealE6kQckAeXRDGf62AQcxhpTLc { width:17.9375rem;height:4.19824375rem;top:14.656250238419rem;left:1.0312500596046rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #NuSBlWubo91nfRpPgJgl1XDdB9V5W1lz { display:flex;width:1.5rem;height:1.5rem;top:21.5625rem;left:5.8125rem; }
 }@media only screen and (max-width: 763px) { #H5uX19G9qldvn7D3BXR88kS8TKKIGd2i .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#H5uX19G9qldvn7D3BXR88kS8TKKIGd2i .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#H5uX19G9qldvn7D3BXR88kS8TKKIGd2i .widget-input-text {padding-top: 0; padding-bottom: 0;}#H5uX19G9qldvn7D3BXR88kS8TKKIGd2i .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#H5uX19G9qldvn7D3BXR88kS8TKKIGd2i .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#H5uX19G9qldvn7D3BXR88kS8TKKIGd2i .widget-input-select {padding-top: 0; padding-bottom: 0;}#H5uX19G9qldvn7D3BXR88kS8TKKIGd2i .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#H5uX19G9qldvn7D3BXR88kS8TKKIGd2i .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#H5uX19G9qldvn7D3BXR88kS8TKKIGd2i  { width:17.5rem;height:auto;top:25.768749713897rem;left:0rem; }
#H5uX19G9qldvn7D3BXR88kS8TKKIGd2i .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#H5uX19G9qldvn7D3BXR88kS8TKKIGd2i {display:block;}#H5uX19G9qldvn7D3BXR88kS8TKKIGd2i { width:17.5rem;height:auto;top:25.768749713897rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #H5uX19G9qldvn7D3BXR88kS8TKKIGd2i #mpfXVAGI4d2ZxFZ2hrK5SVSTfnGw3vvb {  }
 }@media only screen and (max-width: 763px) { #H5uX19G9qldvn7D3BXR88kS8TKKIGd2i #aWIzXt2X14GJSFyWhK8f1NFkd11lddmQ {  }
 }@media only screen and (max-width: 763px) { #H5uX19G9qldvn7D3BXR88kS8TKKIGd2i #LvtM48XT5DQVMKGcQUGchvWnLeA6NATE {  }
 }@media only screen and (max-width: 763px) { #H5uX19G9qldvn7D3BXR88kS8TKKIGd2i #mLVBxMbIdfGPLW2FbDfKipIuxg3hfW2M {  }
 }@media only screen and (max-width: 763px) { #H5uX19G9qldvn7D3BXR88kS8TKKIGd2i #MSBbNBHPztBPypeRK0FIC5CAFWGkL9Qm {  }
 }@media only screen and (max-width: 763px) { #H5uX19G9qldvn7D3BXR88kS8TKKIGd2i #cxiqVqNnNWSAPxOXVcTJ8TgTBoNi6lsQ {  }
 }@media only screen and (max-width: 763px) { #H5uX19G9qldvn7D3BXR88kS8TKKIGd2i #ph4WJTR4M212N1pnT3zUer3SX9fDM5va {  }
 }@media only screen and (max-width: 763px) { #H5uX19G9qldvn7D3BXR88kS8TKKIGd2i #mZeP6eGdTAfwAT2ybkUgRdcNo9COykMS {  }
 }@media only screen and (max-width: 763px) { #H5uX19G9qldvn7D3BXR88kS8TKKIGd2i #PT4Vk1DgpkQ1On7SUqUpGO18mQS1u2PR {  }
 }@media only screen and (max-width: 763px) { #H5uX19G9qldvn7D3BXR88kS8TKKIGd2i #C1JXE0Hi3cEkL3BtKXGCQhvtGEEcrup7 {  }
 }@media only screen and (max-width: 763px) { #H5uX19G9qldvn7D3BXR88kS8TKKIGd2i #cizAaXn13ZcMMplSrXiT5qLRNicNHDrk {  }
 }@media only screen and (max-width: 763px) { #H5uX19G9qldvn7D3BXR88kS8TKKIGd2i #J7eyI8G9yQFRknOmhOh7Pd8OTrXmRv7O {  }
 }@media only screen and (max-width: 763px) { #H5uX19G9qldvn7D3BXR88kS8TKKIGd2i #Lbo2x6O4fRR7rLUDWhdTTUs3R6i5nVDv {  }
 }@media only screen and (max-width: 763px) { #H5uX19G9qldvn7D3BXR88kS8TKKIGd2i #ZhPN4CkLPkhTTfd5nnClobOzCTi1hyrv {  }
 }@media only screen and (max-width: 763px) { #a1S5xt5W2q4HHre15gl7SlKVRQmPRKDL { width:18.75rem;height:0.0625rem;top:25.906251907349rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #iFzndB3Aik7321w582P6QE1J2tEITKdv { display:flex;width:1.3125rem;height:1.3125rem;top:56.6875rem;left:11.4375rem; }
#iFzndB3Aik7321w582P6QE1J2tEITKdv > img { max-width: 100%;max-height:100%; width:1.3125rem; height:1.3125rem; } }@media only screen and (max-width: 763px) { #UWOhvcfceHBNET4HeQffHcLJHTaImHcm { display:flex;width:1.3125rem;height:1.3125rem;top:56.6875rem;left:9.25rem; }
#UWOhvcfceHBNET4HeQffHcLJHTaImHcm > img { max-width: 100%;max-height:100%; width:1.3125rem; height:1.3125rem; } }@media only screen and (max-width: 763px) { #wxICAssDSqTJGODOuHoWqFdfgmQFxhVn { display:flex;width:1.3125rem;height:1.3125rem;top:56.625rem;left:7.1875rem; }
#wxICAssDSqTJGODOuHoWqFdfgmQFxhVn > img { max-width: 100%;max-height:100%; width:1.3125rem; height:1.3125rem; } }@media only screen and (max-width: 763px) { #wPHxWEuThTkFeXL2zM3FDTplt6gkTfOV { width:6rem;height:2.125rem;top:3.9375rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZnJZb7FoEifK7UbmIQimnZFLqo90AuX { width:4.8125rem;height:4.8125rem;top:2.625rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZblSzmLlZKENUpcCwtJIfLc0JpNA3c16 { width:11.875rem;height:3rem;top:20.8125rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1kUA7HnTU1Pn7UvR0Pno3wkDyaGLg9q { display:block; }
 }@media only screen and (max-width: 763px) { #TDk7hSZ13QvHO8A6RpOdx63Jrd4euZQt { display:block; }#TDk7hSZ13QvHO8A6RpOdx63Jrd4euZQt > .row .container { width:20rem;height:0.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eTIXRDz7z2d5T5et0op06TpxbO7ICO1z { display:block; }#eTIXRDz7z2d5T5et0op06TpxbO7ICO1z > .row .container { width:20rem;height:7.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s8obJhM6mcL8DqTM60J6BNrr7hPVHTvU { width:11.625rem;height:2.7625rem;top:2.9375rem;left:4.1875001788139rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QUKSXAdcoiAdsZ6Q8XeTqLOMqV2FJ3cD { width:1.25rem;height:1rem;top:1.25rem;left:9.375rem;display:block; }
 }