.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:255,255,255;--color-primary-1:223,223,223;--color-primary-2:204,204,204;--color-primary-3:122,122,122;--color-primary-4:0,0,0;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:188,188,188;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Barlow";--paragraphs-font-family:"Barlow"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xo8H62CygqOT6rUSZHDZ9s42o4ciPZ37 { background-color:#0c0c0c;background-image:url("https://images.assets-landingi.com/uc/e2e9db77-4b85-4484-8efb-beb053b34c21/fundoimgestrelasmasc.jpg");background-position:center !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:block; }#Xo8H62CygqOT6rUSZHDZ9s42o4ciPZ37.adaptive-delivery-prevent-bg, #Xo8H62CygqOT6rUSZHDZ9s42o4ciPZ37.lazyload, #Xo8H62CygqOT6rUSZHDZ9s42o4ciPZ37.lazyloading { background-image: none; }#Xo8H62CygqOT6rUSZHDZ9s42o4ciPZ37 > .row .container { background-color: transparent; background-image: none; }#Xo8H62CygqOT6rUSZHDZ9s42o4ciPZ37::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xo8H62CygqOT6rUSZHDZ9s42o4ciPZ37 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xo8H62CygqOT6rUSZHDZ9s42o4ciPZ37 > .row .container > .video-iframe-container { display: none; }#Xo8H62CygqOT6rUSZHDZ9s42o4ciPZ37 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xo8H62CygqOT6rUSZHDZ9s42o4ciPZ37 > .row > .video-iframe-container { display: none; }#Xo8H62CygqOT6rUSZHDZ9s42o4ciPZ37 > .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); }#Xo8H62CygqOT6rUSZHDZ9s42o4ciPZ37 > .row .container { border-width: 0; border-radius: 0; }#Xo8H62CygqOT6rUSZHDZ9s42o4ciPZ37 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Xo8H62CygqOT6rUSZHDZ9s42o4ciPZ37 > .row .container { font-size:0.875rem;font-family:arial;height:116.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#aMzVo19SIL9sbTrJK2imBiqHfGfpz4S9 { color:rgba(var(--color-tertiary-0),1);display:block;width:50.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:9.875rem;left:12.1875rem;height:11.21191875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sNfSsGOydkwQTAWJZfPZnqtFE6JEay5s { position:absolute;display:block;z-index:15002;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.6875rem;width:11.25rem;top:4.9375rem;left:31.875rem;overflow:hidden;display:block; }
#WhwtXqZwZ1e4AoKVGpOVMSrIbuIL4gTt { color:rgba(var(--color-tertiary-0),1);display:block;width:38.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:24.25rem;left:18.40625rem;height:4.2246125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yHc2HvmRdkB3RFQrN63o3wVrK6y4mRZM { background-color:rgba(var(--color-primary-0),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:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0rem 0rem 0.375rem rgba(var(--color-primary-0),0.53) ;box-sizing:border-box;color:#101010;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:1.1875rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:15.4375rem;height:3.1875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:32.9375rem;left:29.78125rem;display:block; }
#p9Muita4ATynNSRL29WBo2JuaXq9HPOt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vFJr0UKTfXTRi8TwUtpBTpxJNZLIEEOM { background-color:rgba(var(--color-primary-0),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:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0rem 0rem 0.375rem rgba(var(--color-primary-0),0.53) ;box-sizing:border-box;color:#101010;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:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:3.1875rem;text-decoration:none;z-index:14999;text-align:center;text-align-last:center;top:43.0625rem;left:30.8125rem;display:block; }
#FgwNeX0GvmTuiTFh7hUBi7ubCWxXBI13 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IZHUJfo1bVk2tEczPFxgNfTNr7lsHgxQ { color:rgba(var(--color-tertiary-4),1);display:block;width:10.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:43.9375rem;left:32.25rem;height:1.54296875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hGEQdsIxQ779vBuTlhEIexQWBx0LbPc9 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:43.8125rem;left:41.8125rem;overflow:hidden;display:block; }
#dJwEx8BECd2pT4M8x2xOv6ZRRdcTHt5A { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#101010;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:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.9375rem;height:3.1875rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:43.0625rem;left:30.5625rem;display:block; }
#IWdnnwGQ0ldelWG4peZZ5Hp08hL4V8f0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zZT77ceoymJx07FBDgD2DHXueBRSJ3E4 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:105.8125rem;left:28.875rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d7s1fSVeCl49aTATga750I7VqwfRoqBx { color:rgba(var(--color-tertiary-0),1);display:block;width:8.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:103.3125rem;left:33.1875rem;height:1.86865rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ssCzXmny2CmvK9DHSRTyDpOz53cA20Ty { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.0625rem;width:32.9375rem;top:66.5625rem;left:21rem;overflow:hidden;display:block; }
#DuiWopuTtn1spkPlqR4lndvKmcRE0fi3 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:91.3125rem;left:54.125rem;height:2.5996125rem;font-style:normal;display:block; }
#oVcdn6D8zp3Jz1Rvg6oZguFS5Os6DFJ3 { 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:11.0625rem;width:12.6875rem;top:79.5625rem;left:30.875rem;overflow:hidden;display:block; }
#rifrtIZFwspItzMOeZWdIzxis2CRE0tK { color:rgba(var(--color-tertiary-0),1);display:block;width:8.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:88.875rem;left:53.9375rem;height:1.86865rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FZNtfX1Xvx5JTixZeub2PECr5g93OxhX { color:rgba(var(--color-tertiary-0),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:91.25rem;left:6.25rem;height:3.8994125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#OSoQIr0fufNVk7hOdvpR1J2kJJZDwKcR { color:rgba(var(--color-tertiary-0),1);display:block;width:8.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:88.8125rem;left:12.4375rem;height:1.86865rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#EwaIRS72HqTR8sHQzT26o8V2DPvZaUxv { color:rgba(var(--color-tertiary-0),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:77.5rem;left:54rem;height:2.5996125rem;font-style:normal;display:block; }
#Mev94r6TFeUWkSFHSZkXZ2o3Q4VPdEbV { color:rgba(var(--color-tertiary-0),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:77.5625rem;left:3.75rem;height:3.8994125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#gBDU09ltZN4mzf8wLd9DQrf1A4bBRU1Q { color:rgba(var(--color-tertiary-0),1);display:block;width:8.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:75rem;left:53.9375rem;height:1.86865rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DkEPxwOU2AcRh5ipAT2QTP1wRH6ixPGc { color:rgba(var(--color-tertiary-0),1);display:block;width:8.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:75.125rem;left:12.4375rem;height:1.86865rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#uoqCas4JX9vy4A0pfMwwJxblVOah0vkZ { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:64rem;left:27.5rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i3CoUK2JgldPan71tTOIO0SzqnhzZr6S { color:rgba(var(--color-tertiary-0),1);display:block;width:8.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:61.8125rem;left:32.875rem;height:1.86865rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ABfVzoGZxiUc74bRWUMUayVqw05Jczhw { box-sizing:content-box;height:0.0625rem;width:18.75rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-1),1);background-image:none;top:58.6875rem;left:28.3125rem;display:block; }
#wpLAuJDJIEapr4gGppC9U9Q0EiiuKCHw { color:rgba(var(--color-tertiary-0),1);display:block;width:47.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:53.1875rem;left:13.78125rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZRX6dLBWIWh0ddM1pHXKsnTUABps0Kk3 { background-color:rgba(var(--color-primary-0),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:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0rem 0rem 0.375rem rgba(var(--color-primary-0),0.53) ;box-sizing:border-box;color:#101010;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:1.1875rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:23.9375rem;height:3.1875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:38rem;left:25.71875rem;display:block; }
#LKJk5vaVkmyb0zgvDqPIsUwT7dsTzX1l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GHOXH7a4CRx1JLTUCRPZuS62hTV0511T { background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/e2e9db77-4b85-4484-8efb-beb053b34c21/fundoimgestrelasmasc.jpg");background-position:center !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; }#GHOXH7a4CRx1JLTUCRPZuS62hTV0511T.adaptive-delivery-prevent-bg, #GHOXH7a4CRx1JLTUCRPZuS62hTV0511T.lazyload, #GHOXH7a4CRx1JLTUCRPZuS62hTV0511T.lazyloading { background-image: none; }#GHOXH7a4CRx1JLTUCRPZuS62hTV0511T > .row .container { border-width: 0; border-radius: 0; }#GHOXH7a4CRx1JLTUCRPZuS62hTV0511T > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#GHOXH7a4CRx1JLTUCRPZuS62hTV0511T > .row .container { font-size:0.875rem;font-family:arial;height:71.25rem;width:75rem;overflow:visible;position:relative;display:none; }#XKH5n5vTIrwMTocAwgEAgXwWRLeE0ibN { color:rgba(var(--color-tertiary-0),1);display:block;width:40rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.1845703125rem;left:17.5rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FFq1RRV2lJ07c3COrO71bn2xtD2qIqZL { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:12.7744140625rem;left:27.5rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EWuHNbIFhI7KGub6rHuka2m7X70bQrw1 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.0625rem;width:32.9375rem;top:15.0625rem;left:21rem;overflow:hidden;display:block; }
#d6MWF91mOgKah73WAXCHvSGWxTNXdIiV { box-sizing:content-box;height:0.0625rem;width:18.75rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-1),1);background-image:none;top:7.125rem;left:28.125rem;display:block; }
#OL0Hh6uPPO46PurifTVIHMNW4k9mIwVR { 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:11.0625rem;width:12.6875rem;top:28.0625rem;left:30.875rem;overflow:hidden;display:block; }
#htmbJTZRUHUPHlteH3WUgoNBJdd9yMZy { color:rgba(var(--color-tertiary-0),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:26rem;left:53.9375rem;height:3.8994125rem;font-style:normal;display:block; }
#XwgiIBPW6o3mTrQQC7UkASu2mQul3Iwi { color:rgba(var(--color-tertiary-0),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:39.8125rem;left:53.9375rem;height:3.8994125rem;font-style:normal;display:block; }
#FJs84iVQXJqS2dGC0SA3VCp4qzstbBxS { color:rgba(var(--color-tertiary-0),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:54.3125rem;left:28.875rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#evyeorkC7UacELUTWoKOkK5looNVi24i { color:rgba(var(--color-tertiary-0),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:39.75rem;left:6.25rem;height:3.8994125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ZTtNUXUDdCXxyuzp46J4z3lWmrTEd5Rn { color:rgba(var(--color-tertiary-0),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:26.0625rem;left:3.75rem;height:3.8994125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#nuNiCSwrs8347iQDCB0oOzAlGfmtZXiA { color:rgba(var(--color-tertiary-0),1);display:block;width:8.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:10.2822265625rem;left:32.90625rem;height:1.8681625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MfMh5ksXecXqI0yhaZfRphJFc3CaFV3P { color:rgba(var(--color-tertiary-0),1);display:block;width:8.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:23.5078125rem;left:53.9375rem;height:1.8681625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rgcSf5rFGUWP5oFcckdggWKfzhKcv8lC { color:rgba(var(--color-tertiary-0),1);display:block;width:8.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:37.375rem;left:53.9375rem;height:1.8681625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QXProcOlzPx4dR38H1sTR7INFmMGhDBR { color:rgba(var(--color-tertiary-0),1);display:block;width:8.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:51.8125rem;left:33.1875rem;height:1.8681625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ltTiwC8urqgG8DupT9QzMiusoLH7NAbr { color:rgba(var(--color-tertiary-0),1);display:block;width:8.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:37.3203125rem;left:12.4375rem;height:1.8681625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#fTGch02LGmHM9Jbf6HrsNhDEixRf6fbR { color:rgba(var(--color-tertiary-0),1);display:block;width:8.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:23.625rem;left:12.4375rem;height:1.8681625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#gtsVP0wRyu7F23BHZOqXr1rrLsF6ntRI { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:23.82421875rem;left:0rem;overflow:hidden;display:none; }
#vrc1mLGakJxhN28893HbgmMsTPB0Whd5 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:29.625rem;left:0rem;overflow:hidden;display:none; }
#mwLzZXAcP2zuPoiew3zGnCef7A5aioDo { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:35.375rem;left:0rem;overflow:hidden;display:none; }
#XNxzycSnrxLAWJcc2AmagwGEXssxvGWI { position:absolute;display:block;z-index:15009;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.5rem;top:40.75rem;left:0rem;overflow:hidden;display:none; }
#QQov7N6rVkeAVtubEsgghQ2UTI5a30uT { box-sizing:content-box;height:3.5rem;width:3.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:15014;background-color:transparent;background-image:none;top:40.6875rem;left:0rem;border-top:0.0625rem solid #878787;border-left:0.0625rem solid #878787;border-right:0.0625rem solid #878787;border-bottom:0.0625rem solid #878787;display:none; }
#Iws0Bf0ObQyeo7NmSJska18pl7mVIFhN { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:46.375rem;left:0.0625rem;overflow:hidden;display:none; }
#f1GatcZfgO65oFt3BNEvR6mvcG5Qo37B { box-sizing:content-box;height:3.5rem;width:3.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:15015;background-color:transparent;background-image:none;top:46.3125rem;left:0rem;border-top:0.0625rem solid #878787;border-left:0.0625rem solid #878787;border-right:0.0625rem solid #878787;border-bottom:0.0625rem solid #878787;display:none; }
#EyT62MXK1HHO9RiKrgUqZQfUvkQ1AvG2 { box-sizing:content-box;height:3.5rem;width:3.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:15016;background-color:transparent;background-image:none;top:51.9375rem;left:0rem;border-top:0.0625rem solid #878787;border-left:0.0625rem solid #878787;border-right:0.0625rem solid #878787;border-bottom:0.0625rem solid #878787;display:none; }
#y3LISKlGvSHZxv4b4l37KP6xHAGpQPH4 { 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:3.5rem;width:3.5rem;top:52rem;left:0.0625rem;overflow:hidden;display:none; }
#z1lfVfzvKUv2vL6CUB7agigzDtalsbu8 { box-sizing:content-box;height:0.0625rem;width:18.75rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-1),1);background-image:none;top:58.6875rem;left:28.3125rem;display:none; }
#Q8rSkt3ZJ5PSHNrEZsrKnhyGzsc2HomU { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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:block; }#Q8rSkt3ZJ5PSHNrEZsrKnhyGzsc2HomU > .row .container { background-color: transparent; background-image: none; }#Q8rSkt3ZJ5PSHNrEZsrKnhyGzsc2HomU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q8rSkt3ZJ5PSHNrEZsrKnhyGzsc2HomU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q8rSkt3ZJ5PSHNrEZsrKnhyGzsc2HomU > .row .container > .video-iframe-container { display: none; }#Q8rSkt3ZJ5PSHNrEZsrKnhyGzsc2HomU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q8rSkt3ZJ5PSHNrEZsrKnhyGzsc2HomU > .row > .video-iframe-container { display: none; }#Q8rSkt3ZJ5PSHNrEZsrKnhyGzsc2HomU > .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); }#Q8rSkt3ZJ5PSHNrEZsrKnhyGzsc2HomU > .row .container { border-width: 0; border-radius: 0; }#Q8rSkt3ZJ5PSHNrEZsrKnhyGzsc2HomU > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Q8rSkt3ZJ5PSHNrEZsrKnhyGzsc2HomU > .row .container { font-size:0.875rem;font-family:arial;height:14.625rem;width:75rem;overflow:visible;position:relative;display:block; }#RwuwUnoeHXwX57NyniqWBIT2NrtHH7G7 { color:rgba(var(--color-tertiary-1),1);display:block;width:25.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:11.505859375rem;left:24.8125rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AC9TWUOpAymxCZiiqH5f3N7iVgQOE9yy { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:12.5rem;top:2.875rem;left:0rem;overflow:hidden;display:block; }
#s6bCLfAbUqQNccgfXGyTunOuT4owbkoA { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-0),1);background-image:none;top:5.1875rem;left:63.125rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#GN5KqWv4xyUXrOltOlFK74PLR15tkD8M { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:5.6875rem;left:63.6875rem; }
#GN5KqWv4xyUXrOltOlFK74PLR15tkD8M > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; }#excanSPoBCR9VwRhncRdw9aA6KwGEXyd { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-0),1);background-image:none;top:5.1875rem;left:72.5rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#UHzDus2Rd3oa7Ari7MyIfEz6i71bzeq1 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:5.6875rem;left:73.0625rem; }
#UHzDus2Rd3oa7Ari7MyIfEz6i71bzeq1 > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; }#dQPJRd00n9OeJZUX9WM0uWaMTCvNEANr { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-0),1);background-image:none;top:5.1875rem;left:66.25rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#JL2Qw9Gd3H9uMf2zohypHWMyFZsn3OGq { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:5.6875rem;left:66.8125rem; }
#JL2Qw9Gd3H9uMf2zohypHWMyFZsn3OGq > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; }#FFwZ25JTgPS82TbaUv9QicsJnVpnTxBs { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-0),1);background-image:none;top:5.1875rem;left:69.375rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#fS0kkg8M3bXSAfTdzaDuAffDy2f30e5O { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:5.6875rem;left:69.9375rem; }
#fS0kkg8M3bXSAfTdzaDuAffDy2f30e5O > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; }#yWp2oNqZolBStdOZOgv5GKop2DkxE255 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:3.32421875rem;left:57.3125rem;height:1.3rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Xo8H62CygqOT6rUSZHDZ9s42o4ciPZ37 { display:block; }#Xo8H62CygqOT6rUSZHDZ9s42o4ciPZ37 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aMzVo19SIL9sbTrJK2imBiqHfGfpz4S9 { top:9.875rem;left:0rem;width:47.75rem;height:11.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNfSsGOydkwQTAWJZfPZnqtFE6JEay5s { top:4.9375rem;left:18.25rem;width:11.25rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhwtXqZwZ1e4AoKVGpOVMSrIbuIL4gTt { top:24.25rem;left:4.78125rem;width:38.1875rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHc2HvmRdkB3RFQrN63o3wVrK6y4mRZM { width:15.4375rem;height:3.1875rem;top:32.9375rem;left:16.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9Muita4ATynNSRL29WBo2JuaXq9HPOt { display:block; }
 }@media only screen and (max-width: 763px) { #vFJr0UKTfXTRi8TwUtpBTpxJNZLIEEOM { width:13.5rem;height:3.1875rem;top:43.0625rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgwNeX0GvmTuiTFh7hUBi7ubCWxXBI13 { display:block; }
 }@media only screen and (max-width: 763px) { #IZHUJfo1bVk2tEczPFxgNfTNr7lsHgxQ { top:43.9375rem;left:18.625rem;width:10.1875rem;height:1.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGEQdsIxQ779vBuTlhEIexQWBx0LbPc9 { top:43.8125rem;left:28.1875rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJwEx8BECd2pT4M8x2xOv6ZRRdcTHt5A { width:13.9375rem;height:3.1875rem;top:43.0625rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWdnnwGQ0ldelWG4peZZ5Hp08hL4V8f0 { display:block; }
 }@media only screen and (max-width: 763px) { #zZT77ceoymJx07FBDgD2DHXueBRSJ3E4 { top:105.8125rem;left:15.25rem;width:17.3125rem;height:2.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7s1fSVeCl49aTATga750I7VqwfRoqBx { top:103.3125rem;left:19.5625rem;width:8.625rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssCzXmny2CmvK9DHSRTyDpOz53cA20Ty { top:66.5625rem;left:7.375rem;width:32.9375rem;height:37.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuiWopuTtn1spkPlqR4lndvKmcRE0fi3 { top:91.3125rem;left:33.125rem;width:14.625rem;height:3.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVcdn6D8zp3Jz1Rvg6oZguFS5Os6DFJ3 { top:79.5625rem;left:17.25rem;width:12.6875rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rifrtIZFwspItzMOeZWdIzxis2CRE0tK { top:88.875rem;left:39.125rem;width:8.625rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZNtfX1Xvx5JTixZeub2PECr5g93OxhX { top:91.25rem;left:0rem;width:14.8125rem;height:3.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSoQIr0fufNVk7hOdvpR1J2kJJZDwKcR { top:88.8125rem;left:0rem;width:8.625rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwaIRS72HqTR8sHQzT26o8V2DPvZaUxv { top:77.5rem;left:30.4375rem;width:17.3125rem;height:3.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mev94r6TFeUWkSFHSZkXZ2o3Q4VPdEbV { top:77.5625rem;left:0rem;width:17.3125rem;height:3.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBDU09ltZN4mzf8wLd9DQrf1A4bBRU1Q { top:75rem;left:39.125rem;width:8.625rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkEPxwOU2AcRh5ipAT2QTP1wRH6ixPGc { top:75.125rem;left:0rem;width:8.625rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoqCas4JX9vy4A0pfMwwJxblVOah0vkZ { top:64rem;left:13.875rem;width:20rem;height:2.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3CoUK2JgldPan71tTOIO0SzqnhzZr6S { top:61.8125rem;left:19.25rem;width:8.625rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABfVzoGZxiUc74bRWUMUayVqw05Jczhw { top:58.6875rem;left:14.6875rem;width:18.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpLAuJDJIEapr4gGppC9U9Q0EiiuKCHw { top:53.1875rem;left:0.15625rem;width:47.4375rem;height:2.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRX6dLBWIWh0ddM1pHXKsnTUABps0Kk3 { width:23.9375rem;height:3.1875rem;top:38rem;left:12.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKJk5vaVkmyb0zgvDqPIsUwT7dsTzX1l { display:block; }
 }@media only screen and (max-width: 763px) { #GHOXH7a4CRx1JLTUCRPZuS62hTV0511T { display:none; }#GHOXH7a4CRx1JLTUCRPZuS62hTV0511T > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XKH5n5vTIrwMTocAwgEAgXwWRLeE0ibN { top:1.875rem;left:0rem;width:17.5625rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFq1RRV2lJ07c3COrO71bn2xtD2qIqZL { top:12.75rem;left:13.875rem;width:20rem;height:2.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWuHNbIFhI7KGub6rHuka2m7X70bQrw1 { top:15.0625rem;left:7.375rem;width:32.9375rem;height:37.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6MWF91mOgKah73WAXCHvSGWxTNXdIiV { top:7.125rem;left:14.5rem;width:18.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OL0Hh6uPPO46PurifTVIHMNW4k9mIwVR { top:28.0625rem;left:17.25rem;width:12.6875rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #htmbJTZRUHUPHlteH3WUgoNBJdd9yMZy { top:26rem;left:30.4375rem;width:17.3125rem;height:3.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwgiIBPW6o3mTrQQC7UkASu2mQul3Iwi { top:39.8125rem;left:33.125rem;width:14.625rem;height:3.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJs84iVQXJqS2dGC0SA3VCp4qzstbBxS { top:54.3125rem;left:15.25rem;width:17.3125rem;height:2.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #evyeorkC7UacELUTWoKOkK5looNVi24i { top:39.75rem;left:0rem;width:14.8125rem;height:3.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTtNUXUDdCXxyuzp46J4z3lWmrTEd5Rn { top:41.75rem;left:0rem;width:14.625rem;height:1.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuNiCSwrs8347iQDCB0oOzAlGfmtZXiA { top:10.25rem;left:19.28125rem;width:8.625rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfMh5ksXecXqI0yhaZfRphJFc3CaFV3P { top:23.5rem;left:39.125rem;width:8.625rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgcSf5rFGUWP5oFcckdggWKfzhKcv8lC { top:37.375rem;left:39.125rem;width:8.625rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXProcOlzPx4dR38H1sTR7INFmMGhDBR { top:51.8125rem;left:19.5625rem;width:8.625rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltTiwC8urqgG8DupT9QzMiusoLH7NAbr { top:37.3125rem;left:0rem;width:8.625rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTGch02LGmHM9Jbf6HrsNhDEixRf6fbR { top:23.625rem;left:0rem;width:8.625rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtsVP0wRyu7F23BHZOqXr1rrLsF6ntRI { top:23.8125rem;left:0rem;width:3.5rem;height:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #vrc1mLGakJxhN28893HbgmMsTPB0Whd5 { top:29.625rem;left:0rem;width:3.5rem;height:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #mwLzZXAcP2zuPoiew3zGnCef7A5aioDo { top:35.375rem;left:0rem;width:3.5rem;height:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #XNxzycSnrxLAWJcc2AmagwGEXssxvGWI { top:40.75rem;left:0rem;width:3.5rem;height:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #QQov7N6rVkeAVtubEsgghQ2UTI5a30uT { top:40.6875rem;left:0rem;width:3.5rem;height:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Iws0Bf0ObQyeo7NmSJska18pl7mVIFhN { top:46.375rem;left:0rem;width:3.5rem;height:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #f1GatcZfgO65oFt3BNEvR6mvcG5Qo37B { top:46.3125rem;left:0rem;width:3.5rem;height:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #EyT62MXK1HHO9RiKrgUqZQfUvkQ1AvG2 { top:51.9375rem;left:0rem;width:3.5rem;height:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #y3LISKlGvSHZxv4b4l37KP6xHAGpQPH4 { top:52rem;left:0rem;width:3.5rem;height:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #z1lfVfzvKUv2vL6CUB7agigzDtalsbu8 { top:58.6875rem;left:14.6875rem;width:18.75rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q8rSkt3ZJ5PSHNrEZsrKnhyGzsc2HomU { display:block; }#Q8rSkt3ZJ5PSHNrEZsrKnhyGzsc2HomU > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RwuwUnoeHXwX57NyniqWBIT2NrtHH7G7 { top:11.5rem;left:11.1875rem;width:25.375rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AC9TWUOpAymxCZiiqH5f3N7iVgQOE9yy { top:2.875rem;left:0rem;width:12.5rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6bCLfAbUqQNccgfXGyTunOuT4owbkoA { top:5.1875rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GN5KqWv4xyUXrOltOlFK74PLR15tkD8M { top:5.6875rem;left:46.3125rem;width:1.4375rem;height:1.4375rem;display:block; }
#GN5KqWv4xyUXrOltOlFK74PLR15tkD8M > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #excanSPoBCR9VwRhncRdw9aA6KwGEXyd { top:5.1875rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHzDus2Rd3oa7Ari7MyIfEz6i71bzeq1 { top:5.6875rem;left:46.3125rem;width:1.4375rem;height:1.4375rem;display:block; }
#UHzDus2Rd3oa7Ari7MyIfEz6i71bzeq1 > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #dQPJRd00n9OeJZUX9WM0uWaMTCvNEANr { top:5.1875rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JL2Qw9Gd3H9uMf2zohypHWMyFZsn3OGq { top:5.6875rem;left:46.3125rem;width:1.4375rem;height:1.4375rem;display:block; }
#JL2Qw9Gd3H9uMf2zohypHWMyFZsn3OGq > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #FFwZ25JTgPS82TbaUv9QicsJnVpnTxBs { top:5.1875rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fS0kkg8M3bXSAfTdzaDuAffDy2f30e5O { top:5.6875rem;left:46.3125rem;width:1.4375rem;height:1.4375rem;display:block; }
#fS0kkg8M3bXSAfTdzaDuAffDy2f30e5O > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #yWp2oNqZolBStdOZOgv5GKop2DkxE255 { top:3.3125rem;left:30.0625rem;width:17.6875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Xo8H62CygqOT6rUSZHDZ9s42o4ciPZ37 { display:block; }#Xo8H62CygqOT6rUSZHDZ9s42o4ciPZ37 > .row .container { width:20rem;height:29.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aMzVo19SIL9sbTrJK2imBiqHfGfpz4S9 { width:16.75rem;height:6.33691875rem;top:4.875rem;left:1.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNfSsGOydkwQTAWJZfPZnqtFE6JEay5s { width:8.4375rem;height:1.1875rem;top:1.787109375rem;left:5.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhwtXqZwZ1e4AoKVGpOVMSrIbuIL4gTt { width:16.875rem;height:3.8994125rem;top:12.625rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHc2HvmRdkB3RFQrN63o3wVrK6y4mRZM { width:10rem;height:2.25rem;top:18.484375rem;left:5rem;font-size:0.8125rem;border-top:0.5625rem solid #ffffff;border-left:0.5625rem solid #ffffff;border-right:0.5625rem solid #ffffff;border-bottom:0.5625rem solid #ffffff;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9Muita4ATynNSRL29WBo2JuaXq9HPOt { display:block; }
 }@media only screen and (max-width: 763px) { #vFJr0UKTfXTRi8TwUtpBTpxJNZLIEEOM { width:9.74107125rem;height:2.36607125rem;top:25.625rem;left:5.125rem;font-size:1rem;border-top:0.5625rem solid #ffffff;border-left:0.5625rem solid #ffffff;border-right:0.5625rem solid #ffffff;border-bottom:0.5625rem solid #ffffff;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgwNeX0GvmTuiTFh7hUBi7ubCWxXBI13 { display:block; }
 }@media only screen and (max-width: 763px) { #IZHUJfo1bVk2tEczPFxgNfTNr7lsHgxQ { width:6.375rem;height:0.89355625rem;top:26.375rem;left:6.3125rem;font-size:0.8125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #hGEQdsIxQ779vBuTlhEIexQWBx0LbPc9 { width:1rem;height:1rem;top:26.3125rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJwEx8BECd2pT4M8x2xOv6ZRRdcTHt5A { width:9.9375rem;height:2.25rem;top:25.5rem;left:5.0625rem;font-size:1rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWdnnwGQ0ldelWG4peZZ5Hp08hL4V8f0 { display:block; }
 }@media only screen and (max-width: 763px) { #zZT77ceoymJx07FBDgD2DHXueBRSJ3E4 { width:11.6875rem;height:1.7871125rem;top:34.625rem;left:4.3125rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #d7s1fSVeCl49aTATga750I7VqwfRoqBx { width:8.625rem;height:1.29980625rem;top:33.3125rem;left:4.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #ssCzXmny2CmvK9DHSRTyDpOz53cA20Ty { width:14.5rem;height:16.5625rem;top:5.1875rem;left:2.75rem;z-index:14998;display:none; }
 }@media only screen and (max-width: 763px) { #DuiWopuTtn1spkPlqR4lndvKmcRE0fi3 { width:11.9375rem;height:1.7871125rem;top:31.0625rem;left:4.5rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #oVcdn6D8zp3Jz1Rvg6oZguFS5Os6DFJ3 { width:5.875rem;height:5.125rem;top:10.9375rem;left:7.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rifrtIZFwspItzMOeZWdIzxis2CRE0tK { width:8.625rem;height:1.29980625rem;top:29.8125rem;left:4.5rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #FZNtfX1Xvx5JTixZeub2PECr5g93OxhX { width:14rem;height:1.7871125rem;top:38.25rem;left:4.4375rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #OSoQIr0fufNVk7hOdvpR1J2kJJZDwKcR { width:8.625rem;height:1.29980625rem;top:36.9375rem;left:4.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #EwaIRS72HqTR8sHQzT26o8V2DPvZaUxv { width:13.625rem;height:1.7871125rem;top:27.625rem;left:4.5rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #Mev94r6TFeUWkSFHSZkXZ2o3Q4VPdEbV { width:14.625rem;height:1.7871125rem;top:41.75rem;left:4.5rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #gBDU09ltZN4mzf8wLd9DQrf1A4bBRU1Q { width:8.625rem;height:1.29980625rem;top:26.3125rem;left:4.5rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #DkEPxwOU2AcRh5ipAT2QTP1wRH6ixPGc { width:8.625rem;height:1.29980625rem;top:40.5rem;left:4.5rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #uoqCas4JX9vy4A0pfMwwJxblVOah0vkZ { width:14.25rem;height:1.7871125rem;top:24.1123046875rem;left:4.5rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #i3CoUK2JgldPan71tTOIO0SzqnhzZr6S { width:8.625rem;height:1.29980625rem;top:22.8740234375rem;left:4.5rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #ABfVzoGZxiUc74bRWUMUayVqw05Jczhw { width:18.75rem;height:0.0625rem;top:58.6875rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wpLAuJDJIEapr4gGppC9U9Q0EiiuKCHw { width:17.5625rem;height:1.54296875rem;top:1.875rem;left:1.21875rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ZRX6dLBWIWh0ddM1pHXKsnTUABps0Kk3 { width:16.125rem;height:2.25rem;top:21.984375rem;left:1.9375rem;font-size:0.8125rem;border-top:0.5625rem solid #ffffff;border-left:0.5625rem solid #ffffff;border-right:0.5625rem solid #ffffff;border-bottom:0.5625rem solid #ffffff;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKJk5vaVkmyb0zgvDqPIsUwT7dsTzX1l { display:block; }
 }@media only screen and (max-width: 763px) { #GHOXH7a4CRx1JLTUCRPZuS62hTV0511T { display:block; }#GHOXH7a4CRx1JLTUCRPZuS62hTV0511T > .row .container { width:20rem;height:46.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XKH5n5vTIrwMTocAwgEAgXwWRLeE0ibN { width:17.5625rem;height:3.0859375rem;top:1.25rem;left:1.21875rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FFq1RRV2lJ07c3COrO71bn2xtD2qIqZL { width:14.25rem;height:1.7871125rem;top:24.1123046875rem;left:4.5rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EWuHNbIFhI7KGub6rHuka2m7X70bQrw1 { width:14.5rem;height:16.5625rem;top:5.1875rem;left:2.75rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #d6MWF91mOgKah73WAXCHvSGWxTNXdIiV { width:18.75rem;height:0.0625rem;top:7.125rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OL0Hh6uPPO46PurifTVIHMNW4k9mIwVR { width:5.875rem;height:5.125rem;top:10.9375rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #htmbJTZRUHUPHlteH3WUgoNBJdd9yMZy { width:13.625rem;height:1.7871125rem;top:27.625rem;left:4.5rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XwgiIBPW6o3mTrQQC7UkASu2mQul3Iwi { width:11.9375rem;height:1.7871125rem;top:31.0625rem;left:4.5rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FJs84iVQXJqS2dGC0SA3VCp4qzstbBxS { width:11.6875rem;height:1.7871125rem;top:34.625rem;left:4.3125rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #evyeorkC7UacELUTWoKOkK5looNVi24i { width:14rem;height:1.7871125rem;top:38.25rem;left:4.4375rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZTtNUXUDdCXxyuzp46J4z3lWmrTEd5Rn { width:14.625rem;height:1.7871125rem;top:41.75rem;left:4.5rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nuNiCSwrs8347iQDCB0oOzAlGfmtZXiA { width:8.625rem;height:1.29980625rem;top:22.8740234375rem;left:4.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MfMh5ksXecXqI0yhaZfRphJFc3CaFV3P { width:8.625rem;height:1.29980625rem;top:26.3125rem;left:4.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rgcSf5rFGUWP5oFcckdggWKfzhKcv8lC { width:8.625rem;height:1.29980625rem;top:29.8125rem;left:4.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QXProcOlzPx4dR38H1sTR7INFmMGhDBR { width:8.625rem;height:1.29980625rem;top:33.3125rem;left:4.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ltTiwC8urqgG8DupT9QzMiusoLH7NAbr { width:8.625rem;height:1.29980625rem;top:36.9375rem;left:4.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fTGch02LGmHM9Jbf6HrsNhDEixRf6fbR { width:8.625rem;height:1.29980625rem;top:40.5rem;left:4.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gtsVP0wRyu7F23BHZOqXr1rrLsF6ntRI { width:2.4375rem;height:2.4375rem;top:23.1875rem;left:1.34375rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #vrc1mLGakJxhN28893HbgmMsTPB0Whd5 { width:2.4375rem;height:2.4375rem;top:26.625rem;left:1.375rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #mwLzZXAcP2zuPoiew3zGnCef7A5aioDo { width:2.4375rem;height:2.4375rem;top:30.099609375rem;left:1.34375rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #XNxzycSnrxLAWJcc2AmagwGEXssxvGWI { width:2.4375rem;height:2.4375rem;top:33.625rem;left:1.4375rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #QQov7N6rVkeAVtubEsgghQ2UTI5a30uT { width:2.4375rem;height:2.4375rem;top:33.5625rem;left:1.375rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #Iws0Bf0ObQyeo7NmSJska18pl7mVIFhN { width:2.4375rem;height:2.4375rem;top:37.125rem;left:1.4375rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #f1GatcZfgO65oFt3BNEvR6mvcG5Qo37B { width:2.4375rem;height:2.4375rem;top:37.0625rem;left:1.375rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #EyT62MXK1HHO9RiKrgUqZQfUvkQ1AvG2 { width:2.4375rem;height:2.4375rem;top:40.75rem;left:1.375rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #y3LISKlGvSHZxv4b4l37KP6xHAGpQPH4 { width:2.4375rem;height:2.4375rem;top:40.8125rem;left:1.4375rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #z1lfVfzvKUv2vL6CUB7agigzDtalsbu8 { width:18.75rem;height:0.0625rem;top:5.6875rem;left:2.78125rem;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #Q8rSkt3ZJ5PSHNrEZsrKnhyGzsc2HomU { display:block; }#Q8rSkt3ZJ5PSHNrEZsrKnhyGzsc2HomU > .row .container { width:20rem;height:14.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RwuwUnoeHXwX57NyniqWBIT2NrtHH7G7 { width:17.4375rem;height:1.0559875rem;top:11.78515625rem;left:1.28125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AC9TWUOpAymxCZiiqH5f3N7iVgQOE9yy { width:12.5rem;height:1.6875rem;top:1.603515625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6bCLfAbUqQNccgfXGyTunOuT4owbkoA { width:2.0625rem;height:2.0625rem;top:7.3125rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GN5KqWv4xyUXrOltOlFK74PLR15tkD8M { display:flex;width:1.1875rem;height:1.1875rem;top:7.75rem;left:5.375rem;font-size:0.8125rem; }
#GN5KqWv4xyUXrOltOlFK74PLR15tkD8M > img { max-width: 100%;max-height:100%; width:1.1875rem; height:1.1875rem; } }@media only screen and (max-width: 763px) { #excanSPoBCR9VwRhncRdw9aA6KwGEXyd { width:2.0625rem;height:2.0625rem;top:7.3125rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHzDus2Rd3oa7Ari7MyIfEz6i71bzeq1 { display:flex;width:1.1875rem;height:1.1875rem;top:7.75rem;left:13.4375rem;font-size:0.8125rem; }
#UHzDus2Rd3oa7Ari7MyIfEz6i71bzeq1 > img { max-width: 100%;max-height:100%; width:1.1875rem; height:1.1875rem; } }@media only screen and (max-width: 763px) { #dQPJRd00n9OeJZUX9WM0uWaMTCvNEANr { width:2.0625rem;height:2.0625rem;top:7.3125rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JL2Qw9Gd3H9uMf2zohypHWMyFZsn3OGq { display:flex;width:1.1875rem;height:1.1875rem;top:7.75rem;left:8.0625rem;font-size:0.8125rem; }
#JL2Qw9Gd3H9uMf2zohypHWMyFZsn3OGq > img { max-width: 100%;max-height:100%; width:1.1875rem; height:1.1875rem; } }@media only screen and (max-width: 763px) { #FFwZ25JTgPS82TbaUv9QicsJnVpnTxBs { width:2.0625rem;height:2.0625rem;top:7.3125rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fS0kkg8M3bXSAfTdzaDuAffDy2f30e5O { display:flex;width:1.1875rem;height:1.1875rem;top:7.75rem;left:10.75rem;font-size:0.8125rem; }
#fS0kkg8M3bXSAfTdzaDuAffDy2f30e5O > img { max-width: 100%;max-height:100%; width:1.1875rem; height:1.1875rem; } }@media only screen and (max-width: 763px) { #yWp2oNqZolBStdOZOgv5GKop2DkxE255 { width:17.6875rem;height:1.137275rem;top:5.228515625rem;left:1.15625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }