.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;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); }#wFXCtMWTWOEJUUMOxHOUWGAgHoMvisVy { background-color:#0d3127;background-image:none;z-index:199999;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:fixed;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;top:0rem;left:0rem;right:0rem;display:block; }#wFXCtMWTWOEJUUMOxHOUWGAgHoMvisVy > .row .container { background-color: transparent; background-image: none; }#wFXCtMWTWOEJUUMOxHOUWGAgHoMvisVy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFXCtMWTWOEJUUMOxHOUWGAgHoMvisVy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFXCtMWTWOEJUUMOxHOUWGAgHoMvisVy > .row .container > .video-iframe-container { display: none; }#wFXCtMWTWOEJUUMOxHOUWGAgHoMvisVy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFXCtMWTWOEJUUMOxHOUWGAgHoMvisVy > .row > .video-iframe-container { display: none; }#wFXCtMWTWOEJUUMOxHOUWGAgHoMvisVy > .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); }#wFXCtMWTWOEJUUMOxHOUWGAgHoMvisVy > .row .container { border-width: 0; border-radius: 0; }#wFXCtMWTWOEJUUMOxHOUWGAgHoMvisVy > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#wFXCtMWTWOEJUUMOxHOUWGAgHoMvisVy > .row .container { font-size:0.875rem;font-family:lato;height:5.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#s4GbXTUuapeQrTunfmyn1lLf30dlrUBe { background-color:#d1b675;background-image:none;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;box-sizing:border-box;color:#0d3127;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:helixa;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.0625rem;height:3.5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.21875rem;left:55.375rem;display:block; }
#oOlOoCNNhqQr9qdymZMF4eOWAr2Dm9z7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ODm71yBmwTIIuwRuzOZkTeDE2fDc0vqU { position:absolute;display:block;z-index:15010;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.75rem;width:10.875rem;top:1.09375rem;left:0.8125rem;overflow:hidden;display:block; }
#yU5dSZNn2Bqv0H6sH1Ec4KfVHT5BZi8D { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/images/wizard/topics/consulting_1920x1080_5.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !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; }#yU5dSZNn2Bqv0H6sH1Ec4KfVHT5BZi8D.adaptive-delivery-prevent-bg, #yU5dSZNn2Bqv0H6sH1Ec4KfVHT5BZi8D.lazyload, #yU5dSZNn2Bqv0H6sH1Ec4KfVHT5BZi8D.lazyloading { background-image: none; }#yU5dSZNn2Bqv0H6sH1Ec4KfVHT5BZi8D > .row .container { background-color: transparent; background-image: none; }#yU5dSZNn2Bqv0H6sH1Ec4KfVHT5BZi8D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#yU5dSZNn2Bqv0H6sH1Ec4KfVHT5BZi8D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yU5dSZNn2Bqv0H6sH1Ec4KfVHT5BZi8D > .row .container > .video-iframe-container { display: none; }#yU5dSZNn2Bqv0H6sH1Ec4KfVHT5BZi8D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#yU5dSZNn2Bqv0H6sH1Ec4KfVHT5BZi8D > .row > .video-iframe-container { display: none; }#yU5dSZNn2Bqv0H6sH1Ec4KfVHT5BZi8D > .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); }#yU5dSZNn2Bqv0H6sH1Ec4KfVHT5BZi8D > .row .container { border-width: 0; border-radius: 0; }#yU5dSZNn2Bqv0H6sH1Ec4KfVHT5BZi8D::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; }#yU5dSZNn2Bqv0H6sH1Ec4KfVHT5BZi8D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yU5dSZNn2Bqv0H6sH1Ec4KfVHT5BZi8D > .row .container { font-size:0.875rem;font-family:inter;height:42.5625rem;width:75rem;position:relative;display:block; }#X9CRFo4wuHKiiCdD0T7BgtsTsrlRFv1Q { color:#ffffff;display:block;width:26.25rem;position:absolute;font-family:"helixa ii";font-size:1.4375rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:26.5625rem;left:2.125rem;height:3.736325rem;display:block; }
#sKUL64bOQKEe2gLzi9vhbUWV6xEEEUbr { color:#050907;display:block;width:35.5rem;position:absolute;font-family:helixa;font-size:2.8125rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:13.5rem;left:2.125rem;height:11.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;font-style:normal;display:block; }
#kcxxMulQkqnkp6ccpWT0OaxOP3TTsetH { position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(134,152,147,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(134,152,147,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(134,152,147,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(134,152,147,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c869893', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c869893', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(134,152,147,0.3), rgba(0,0,0,0));background-size:auto !important;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:31.25rem;width:0.5rem;top:0rem;left:63.625rem;display:block; }
#QgJlgtM0n16xAprgyHZqGvlvMt9Twaeg { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(134,152,147,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(134,152,147,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(134,152,147,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(134,152,147,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c869893', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c869893', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(134,152,147,0.3), rgba(0,0,0,0));background-size:auto !important;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:31.25rem;width:0.5rem;top:0rem;left:66rem;display:block; }
#mVxsHLVML0OXL2l8iUgUVpVmacS70spZ { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(134,152,147,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(134,152,147,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(134,152,147,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(134,152,147,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c869893', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c869893', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(134,152,147,0.3), rgba(0,0,0,0));background-size:auto !important;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:31.25rem;width:0.5rem;top:0rem;left:70.75rem;display:block; }
#KaFilkFb4pAn22mgT2owpp4Vng9iTlAW { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(134,152,147,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(134,152,147,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(134,152,147,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(134,152,147,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c869893', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c869893', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(134,152,147,0.3), rgba(0,0,0,0));background-size:auto !important;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:31.25rem;width:0.5rem;top:0rem;left:68.375rem;display:block; }
#eM9ArlXPLFL8LTGFpvvuS5z8oEbc2zHS { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(134,152,147,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(134,152,147,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(134,152,147,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(134,152,147,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4c869893' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4c869893' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(134,152,147,0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:37.4375rem;width:37.4375rem;top:4.9375rem;left:37.5625rem;display:block; }
#kMAf6ST70NGehLPWnHKzffxCAOB3nKTv { box-sizing:content-box;height:43.6875rem;width:29.4375rem;position:absolute;display:block;z-index:15034;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/cc2a8a54-04b8-4fbb-82cc-5c9ec8ce5caa/johnweslleyfotografias60.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:-1.125rem;left:41.75rem;display:block; }#kMAf6ST70NGehLPWnHKzffxCAOB3nKTv.adaptive-delivery-prevent-bg, #kMAf6ST70NGehLPWnHKzffxCAOB3nKTv.lazyload, #kMAf6ST70NGehLPWnHKzffxCAOB3nKTv.lazyloading { background-image: none; }
#Ss99FG6Juoc6IkvtMLTQ5th6LAPan6Ux { background-color:#d1b675;background-image:none;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;box-sizing:border-box;color:#0d3127;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:helixa;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.0625rem;height:3.5rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:32.25rem;left:2.125rem;display:block; }
#kn7kkBy9QW99NGLu78WO6DESnxnJlTwr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hLimpPmugdRuqnp3z9CV6u9bSBh79ZHH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(13,49,39,0.43);background-image:url("https://images.assets-landingi.com/uc/c7351b00-5276-486d-9cc5-474b4c137329/johnweslleyfotografias48.jpg");background-position:center right !important;background-repeat:no-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; }#hLimpPmugdRuqnp3z9CV6u9bSBh79ZHH.adaptive-delivery-prevent-bg, #hLimpPmugdRuqnp3z9CV6u9bSBh79ZHH.lazyload, #hLimpPmugdRuqnp3z9CV6u9bSBh79ZHH.lazyloading { background-image: none; }#hLimpPmugdRuqnp3z9CV6u9bSBh79ZHH > .row .container { background-color: transparent; background-image: none; }#hLimpPmugdRuqnp3z9CV6u9bSBh79ZHH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hLimpPmugdRuqnp3z9CV6u9bSBh79ZHH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hLimpPmugdRuqnp3z9CV6u9bSBh79ZHH > .row .container > .video-iframe-container { display: none; }#hLimpPmugdRuqnp3z9CV6u9bSBh79ZHH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hLimpPmugdRuqnp3z9CV6u9bSBh79ZHH > .row > .video-iframe-container { display: none; }#hLimpPmugdRuqnp3z9CV6u9bSBh79ZHH > .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); }#hLimpPmugdRuqnp3z9CV6u9bSBh79ZHH > .row .container { border-width: 0; border-radius: 0; }#hLimpPmugdRuqnp3z9CV6u9bSBh79ZHH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hLimpPmugdRuqnp3z9CV6u9bSBh79ZHH > .row .container { font-size:0.875rem;font-family:helixa;height:41.6875rem;width:75rem;position:relative;display:block; }#zEsLhTwNn9D72yOnAetOqhcN9QHSkyKW { position:absolute;display:block;z-index:15004;background-color:#0d3127;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:41.625rem;width:37.5rem;top:0rem;left:0rem;display:block; }
#o0ZfMaKFSyJ3iFm84CBuT2A9OlDzLM1K { color:#ffffff;display:block;width:25rem;position:absolute;font-family:helixa;font-size:1rem;font-weight:300;z-index:15019;line-height:1.7;letter-spacing:0;top:13.1875rem;left:6.25rem;height:18.69140625rem;font-style:normal;display:block; }
#dnmfAquUUTmUqZnq2lnkOs0kdPzcBqET { color:#ffffff;display:block;width:25rem;position:absolute;font-family:helixa;font-size:2.625rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:4.3125rem;left:6.25rem;height:7.349625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CvIoVMz9ckTGbPH5S18TaoXzD1DfRJUI { background-color:#d1b675;background-image:none;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;box-sizing:border-box;color:#0d3127;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:helixa;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.5rem;height:3.5rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:34.4375rem;left:6.25rem;display:block; }
#AiVkF0Z2D9V2MbLstBGif1WRhzMe4qcV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fIpITCsupvsayqRbMrm3vc4lulU5m26P { position:relative;display:block; }#fIpITCsupvsayqRbMrm3vc4lulU5m26P { background-color: transparent; background-image: none; }#fIpITCsupvsayqRbMrm3vc4lulU5m26P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fIpITCsupvsayqRbMrm3vc4lulU5m26P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fIpITCsupvsayqRbMrm3vc4lulU5m26P > .row .container > .video-iframe-container { display: none; }#fIpITCsupvsayqRbMrm3vc4lulU5m26P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fIpITCsupvsayqRbMrm3vc4lulU5m26P > .row > .video-iframe-container { display: none; }#fIpITCsupvsayqRbMrm3vc4lulU5m26P > .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); }#fIpITCsupvsayqRbMrm3vc4lulU5m26P { border-width: 0; border-radius: 0; }#fIpITCsupvsayqRbMrm3vc4lulU5m26P > .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; }#fIpITCsupvsayqRbMrm3vc4lulU5m26P > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:8.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:block; }#wz3rGCTc6EMM3FWhvBl6h3ypNnq3ZzAM { color:#0d3127;display:block;width:75rem;position:absolute;font-family:helixa;font-size:2.625rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:2.0625rem;left:0.25rem;height:3.67480625rem;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; }
#zm1ndO7nTQem1pIuEcafNvnCbu6pktB3 { color:#0d3127;display:block;width:75rem;position:absolute;font-family:helixa;font-size:1.25rem;font-weight:300;z-index:15020;line-height:1.7;letter-spacing:0;top:5.6875rem;left:0rem;height:2.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UnxpzpOpCqnt9yb7HW3nZnprc158evVt { background-color:#ffffff;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; }#UnxpzpOpCqnt9yb7HW3nZnprc158evVt > .row .container { background-color: transparent; background-image: none; }#UnxpzpOpCqnt9yb7HW3nZnprc158evVt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UnxpzpOpCqnt9yb7HW3nZnprc158evVt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UnxpzpOpCqnt9yb7HW3nZnprc158evVt > .row .container > .video-iframe-container { display: none; }#UnxpzpOpCqnt9yb7HW3nZnprc158evVt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UnxpzpOpCqnt9yb7HW3nZnprc158evVt > .row > .video-iframe-container { display: none; }#UnxpzpOpCqnt9yb7HW3nZnprc158evVt > .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); }#UnxpzpOpCqnt9yb7HW3nZnprc158evVt > .row .container { border-width: 0; border-radius: 0; }#UnxpzpOpCqnt9yb7HW3nZnprc158evVt > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#UnxpzpOpCqnt9yb7HW3nZnprc158evVt > .row .container { font-size:0.875rem;font-family:helixa;height:37.5rem;width:75rem;overflow:visible;position:relative;display:block; }#CMs8wZ8Lfi6WiIXg0nZZJJzqOsypDLLy { color:#0d3127;display:block;width:17.25rem;position:absolute;font-family:helixa;font-size:1.8125rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:13.3125rem;left:0rem;height:4.3496125rem;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; }
#QJBD6dqTUyvLvEI5yCtX9lZTBu04Xp0e { color:#0d3127;display:block;width:14.25rem;position:absolute;font-family:helixa;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:19.125rem;left:1.5rem;height:6rem;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; }
#tFB3Ik4d1sTbUGw2aBD4sT0qVs4zJ3vB { position:absolute;display:block;z-index:15004;background-color:#eaeaea;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.5rem;width:17.1875rem;top:7.1875rem;left:0rem;display:block; }
#ep9qxCGXy4K328S5HwupogQxMMESHuxW { background-color:#0d3127;background-image:none;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;box-sizing:border-box;color:#d1b675;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:helixa;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5625rem;height:2.875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:28.9375rem;left:2.4375rem;display:block; }
#L91F4d7tpPSkx5dBVOHfJSh3Et4x66aD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mBhcK5yNIx0FSPCnLSQSiyVrF1dIfg5V { box-sizing:content-box;height:10.1875rem;width:17.1875rem;position:absolute;display:block;z-index:15012;background-color:#0d3127;background-image:url("https://images.assets-landingi.com/uc/7e7200ca-9e90-451b-a666-0f9b55d176b6/sectorimobiliario.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:1.75rem;left:0rem;display:block; }#mBhcK5yNIx0FSPCnLSQSiyVrF1dIfg5V.adaptive-delivery-prevent-bg, #mBhcK5yNIx0FSPCnLSQSiyVrF1dIfg5V.lazyload, #mBhcK5yNIx0FSPCnLSQSiyVrF1dIfg5V.lazyloading { background-image: none; }
#AOZ8NfI1SmZV6R5eVUCOR3WZUav3UX1l { position:absolute;display:block;z-index:15009;background-color:#eaeaea;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.5rem;width:17.1875rem;top:7.25rem;left:17.9375rem;display:block; }
#XCGz3w2sH0VX01Ktn7ldrO2GExDR4cs2 { color:#0d3127;display:block;width:14.25rem;position:absolute;font-family:helixa;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:19.1875rem;left:19.4375rem;height:7.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:center;text-align-last:center;display:block; }
#Sv64LTGzHWJ6U91LKV6TCAtCT0sk3dwW { background-color:#0d3127;background-image:none;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;box-sizing:border-box;color:#d1b675;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:helixa;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5625rem;height:2.875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:29rem;left:20.375rem;display:block; }
#N5DpuNi51Ow5XDuvy1w2BXo6HdryF4Hm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Bld88Pc96K32hhoJBomMT2eKHd4cEMqa { color:#0d3127;display:block;width:17.1875rem;position:absolute;font-family:helixa;font-size:1.8125rem;font-weight:normal;z-index:15010;line-height:1.2;letter-spacing:0;top:13.375rem;left:17.9375rem;height:4.3496125rem;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; }
#yN1JstAkydVZZTVbxVA35E6HIdLsIZmP { box-sizing:content-box;height:10.1875rem;width:17.1875rem;position:absolute;display:block;z-index:15017;background-color:#0d3127;background-image:url("https://images.assets-landingi.com/uc/89fa9683-1cbe-416c-b64f-e9ad73395024/acaojudicialeconceitodejusticaadvogadotrabalhandocomparceironalei.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:1.8125rem;left:17.9375rem;display:block; }#yN1JstAkydVZZTVbxVA35E6HIdLsIZmP.adaptive-delivery-prevent-bg, #yN1JstAkydVZZTVbxVA35E6HIdLsIZmP.lazyload, #yN1JstAkydVZZTVbxVA35E6HIdLsIZmP.lazyloading { background-image: none; }
#BuLT9CORttZukFpICqbTNbJbZHBeB0k6 { box-sizing:content-box;height:10.1875rem;width:17.1875rem;position:absolute;display:block;z-index:15027;background-color:#0d3127;background-image:url("https://images.assets-landingi.com/uc/89fa9683-1cbe-416c-b64f-e9ad73395024/acaojudicialeconceitodejusticaadvogadotrabalhandocomparceironalei.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:1.8125rem;left:53.75rem;display:block; }#BuLT9CORttZukFpICqbTNbJbZHBeB0k6.adaptive-delivery-prevent-bg, #BuLT9CORttZukFpICqbTNbJbZHBeB0k6.lazyload, #BuLT9CORttZukFpICqbTNbJbZHBeB0k6.lazyloading { background-image: none; }
#oUZBt5CE605umueOypdpWQ1FBTrDpWPF { position:absolute;display:block;z-index:15019;background-color:#eaeaea;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.5rem;width:17.1875rem;top:7.25rem;left:53.75rem;display:block; }
#kIzshpFuy7qp2Sl2GOJTQQNzhMG0VCMl { color:#0d3127;display:block;width:17.25rem;position:absolute;font-family:helixa;font-size:1.8125rem;font-weight:normal;z-index:15020;line-height:1.2;letter-spacing:0;top:13.375rem;left:53.75rem;height:4.3496125rem;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; }
#cWGX5n6koG5sQcicXiH1pNTQPI56TK1h { color:#0d3127;display:block;width:16.375rem;position:absolute;font-family:helixa;font-size:1.8125rem;font-weight:normal;z-index:15015;line-height:1.2;letter-spacing:0;top:13.3125rem;left:35.8125rem;height:4.3496125rem;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; }
#TSlGmoykKNCTTW7bAAzIbp1p2Wygfwcp { position:absolute;display:block;z-index:15014;background-color:#eaeaea;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.5rem;width:17.1875rem;top:7.1875rem;left:35.8125rem;display:block; }
#DZU1TyFRBQmrispP7AhEwglCzW6fhlsV { box-sizing:content-box;height:10.1875rem;width:17.1875rem;position:absolute;display:block;z-index:15022;background-color:#0d3127;background-image:url("https://images.assets-landingi.com/uc/b279cc1c-b3c1-414a-ae21-088d67f7a366/dolardinheirojuizmartelomarteloconceitofinanceirosubornocorrupcaonegociostribunaldireitochegadaepunicao.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:1.75rem;left:35.8125rem;display:block; }#DZU1TyFRBQmrispP7AhEwglCzW6fhlsV.adaptive-delivery-prevent-bg, #DZU1TyFRBQmrispP7AhEwglCzW6fhlsV.lazyload, #DZU1TyFRBQmrispP7AhEwglCzW6fhlsV.lazyloading { background-image: none; }
#zT0e3i0l0rieGkCHtN9D6F3q5zTLACnz { color:#0d3127;display:block;width:14.25rem;position:absolute;font-family:helixa;font-size:1rem;font-weight:normal;z-index:15020;line-height:1.5;letter-spacing:0;top:19.125rem;left:37.3125rem;height:7.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:center;text-align-last:center;display:block; }
#d5fkp4iqU5Dd8HuxmLH3GTcJAGFoyB4Q { color:#0d3127;display:block;width:14.25rem;position:absolute;font-family:helixa;font-size:1rem;font-weight:normal;z-index:15025;line-height:1.5;letter-spacing:0;top:19.1875rem;left:55.25rem;height:7.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:center;text-align-last:center;display:block; }
#K0LbfZHoxIFsXfs9dOqZz0I1McoVgeBf { background-color:#0d3127;background-image:none;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;box-sizing:border-box;color:#d1b675;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:helixa;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5625rem;height:2.875rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:28.9375rem;left:38.25rem;display:block; }
#cVEQiekSMP5U5UHGTrACry1Sm1LoeRAD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gAPDoG6phmhEkO1ty5WTuwBRoZfpribH { background-color:#0d3127;background-image:none;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;box-sizing:border-box;color:#d1b675;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:helixa;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5625rem;height:2.875rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:29rem;left:56.1875rem;display:block; }
#UWaFw1LfNhTRQr1g0PQmmFqwsovcm67v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HtZCQqmvB3H8qILuk7LhNeeHTFvlII2P { position:relative;display:block; }#HtZCQqmvB3H8qILuk7LhNeeHTFvlII2P { background-color: transparent; background-image: none; }#HtZCQqmvB3H8qILuk7LhNeeHTFvlII2P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HtZCQqmvB3H8qILuk7LhNeeHTFvlII2P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HtZCQqmvB3H8qILuk7LhNeeHTFvlII2P > .row .container > .video-iframe-container { display: none; }#HtZCQqmvB3H8qILuk7LhNeeHTFvlII2P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HtZCQqmvB3H8qILuk7LhNeeHTFvlII2P > .row > .video-iframe-container { display: none; }#HtZCQqmvB3H8qILuk7LhNeeHTFvlII2P > .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); }#HtZCQqmvB3H8qILuk7LhNeeHTFvlII2P { border-width: 0; border-radius: 0; }#HtZCQqmvB3H8qILuk7LhNeeHTFvlII2P > .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; }#HtZCQqmvB3H8qILuk7LhNeeHTFvlII2P > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:10.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:block; }#Q8M3fcfB8DfWbJDVAFAkLFT06Zob8zCe { color:#0d3127;display:block;width:75rem;position:absolute;font-family:helixa;font-size:1.25rem;font-weight:300;z-index:15020;line-height:1.2;letter-spacing:0;top:1.375rem;left:0rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XWFZy2rex4LIRVJa0UWK1gvmNbzAgkKW { background-color:#0d3127;background-image:none;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;box-sizing:border-box;color:#d1b675;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:helixa;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.1875rem;height:2.875rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:5.1875rem;left:27.90625rem;display:block; }
#zBS4RHkwh4TubPVszCpdDgI3OHNltTPs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#b2CscXMTDzrkfkF9M3DZRlmkvJDRIzN2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/05995d1c-241c-4304-a0ee-e2146137e229/johnweslleyfotografias75.jpg");background-position:center !important;background-repeat:no-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; }#b2CscXMTDzrkfkF9M3DZRlmkvJDRIzN2.adaptive-delivery-prevent-bg, #b2CscXMTDzrkfkF9M3DZRlmkvJDRIzN2.lazyload, #b2CscXMTDzrkfkF9M3DZRlmkvJDRIzN2.lazyloading { background-image: none; }#b2CscXMTDzrkfkF9M3DZRlmkvJDRIzN2 > .row .container { background-color: transparent; background-image: none; }#b2CscXMTDzrkfkF9M3DZRlmkvJDRIzN2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(31,27,18,0.6); }#b2CscXMTDzrkfkF9M3DZRlmkvJDRIzN2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b2CscXMTDzrkfkF9M3DZRlmkvJDRIzN2 > .row .container > .video-iframe-container { display: none; }#b2CscXMTDzrkfkF9M3DZRlmkvJDRIzN2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(31,27,18,0.6); }#b2CscXMTDzrkfkF9M3DZRlmkvJDRIzN2 > .row > .video-iframe-container { display: none; }#b2CscXMTDzrkfkF9M3DZRlmkvJDRIzN2 > .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); }#b2CscXMTDzrkfkF9M3DZRlmkvJDRIzN2 > .row .container { border-width: 0; border-radius: 0; }#b2CscXMTDzrkfkF9M3DZRlmkvJDRIzN2::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; }#b2CscXMTDzrkfkF9M3DZRlmkvJDRIzN2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b2CscXMTDzrkfkF9M3DZRlmkvJDRIzN2 > .row .container { font-size:0.875rem;font-family:helixa;height:39.0625rem;width:75rem;position:relative;display:block; }#cOSLf1fALq3zK9nTJaqJskybC6xOrf20 { position:absolute;display:block;z-index:15000;background-color:#21432e;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25rem;width:56.25rem;top:6.5625rem;left:9.375rem;display:block; }
#RFu4NA782uUFD07HBh3HhZSTRAcVIOls { color:#ffffff;display:block;width:56.0625rem;position:absolute;font-family:helixa;font-size:3.1875rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:11.4375rem;left:9.46875rem;height:4.4624rem;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; }
#FMSSl47Q0S0oCtBuxdTUTeyKCfVUIbDH { color:#dcc792;display:block;width:35.1875rem;position:absolute;font-family:helixa;font-size:1rem;font-weight:300;z-index:15017;line-height:1.7;letter-spacing:0;top:17.3125rem;left:19.90625rem;height:10.1953125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wtiLhGi3miekkJNPpR1Tw5Tdq0SqCOUO { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(134,152,147,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(134,152,147,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(134,152,147,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(134,152,147,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4c869893' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4c869893' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(134,152,147,0.3));background-size:auto !important;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:9.375rem;width:0.5rem;top:26.6875rem;left:55.875rem;display:block; }
#MhGuDR1SoKGwb8Mu5x93zloTaPS8MP7B { position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(134,152,147,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(134,152,147,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(134,152,147,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(134,152,147,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c869893', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c869893', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(134,152,147,0.3), rgba(0,0,0,0));background-size:auto !important;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:9.375rem;width:0.5rem;top:26.6875rem;left:58.25rem;display:block; }
#bV23Tx8L8KI05EmaBX5zTvvnsROn6ERb { position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(134,152,147,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(134,152,147,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(134,152,147,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(134,152,147,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4c869893' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4c869893' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(134,152,147,0.3));background-size:auto !important;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:9.375rem;width:0.5rem;top:26.6875rem;left:60.625rem;display:block; }
#xd0rkvNd91QdJbf0leZmVTR8mcQN3r9r { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(134,152,147,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(134,152,147,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(134,152,147,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(134,152,147,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c869893', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c869893', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(134,152,147,0.3), rgba(0,0,0,0));background-size:auto !important;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:9.375rem;width:0.5rem;top:26.6875rem;left:63rem;display:block; }
#Zui32yokdVbqET6KxMXTSRvbK5Jzygxl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.8);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; }#Zui32yokdVbqET6KxMXTSRvbK5Jzygxl > .row .container { background-color: transparent; background-image: none; }#Zui32yokdVbqET6KxMXTSRvbK5Jzygxl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zui32yokdVbqET6KxMXTSRvbK5Jzygxl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zui32yokdVbqET6KxMXTSRvbK5Jzygxl > .row .container > .video-iframe-container { display: none; }#Zui32yokdVbqET6KxMXTSRvbK5Jzygxl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zui32yokdVbqET6KxMXTSRvbK5Jzygxl > .row > .video-iframe-container { display: none; }#Zui32yokdVbqET6KxMXTSRvbK5Jzygxl > .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); }#Zui32yokdVbqET6KxMXTSRvbK5Jzygxl > .row .container { border-width: 0; border-radius: 0; }#Zui32yokdVbqET6KxMXTSRvbK5Jzygxl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Zui32yokdVbqET6KxMXTSRvbK5Jzygxl > .row .container { font-size:0.875rem;font-family:helixa;height:41.6875rem;width:75rem;position:relative;display:block; }#W9NA4eA6QM2p4zqTTxTxvRXT20WCKTc8 { position:absolute;display:block;z-index:15004;background-color:#0d3127;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:41.625rem;width:37.5rem;top:0rem;left:35.8125rem;display:block; }
#HCr8OWpkesPcWXqlVUh6tpNGlBFOMlup { color:#ffffff;display:block;width:29rem;position:absolute;font-family:helixa;font-size:1rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:12.625rem;left:39.25rem;height:19rem;font-style:normal;overflow:hidden;display:block; }#HCr8OWpkesPcWXqlVUh6tpNGlBFOMlup li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#HCr8OWpkesPcWXqlVUh6tpNGlBFOMlup li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/34897cfd-a304-4261-9fab-741fc73bb47d/fredericoidsimples.png); }
#rD1zL4NdGgoFwDcEOVBTK4kiNlge9WEm { color:#ffffff;display:block;width:29.5625rem;position:absolute;font-family:helixa;font-size:2.625rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:3.4375rem;left:38.9375rem;height:11.0244375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RLsC8Q6zSAn26P700TBmMSCMPywKnu6C { background-color:#d1b675;background-image:none;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;box-sizing:border-box;color:#0d3127;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:helixa;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.5rem;height:3.5rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:34.125rem;left:39.25rem;display:block; }
#WQOn7o3dbUSvyqoPhPPIpiCT2bB1MhTr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gWIN72hb4emC6oC0EXmTKUpEfaO3zwJ5 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.3125rem;width:34.3125rem;top:3.6875rem;left:0.625rem;overflow:hidden;display:block; }
#tCQTKboZQMnbwS53Kr9wyrxdALwBemVi { position:relative;display:block; }#tCQTKboZQMnbwS53Kr9wyrxdALwBemVi { background-color: transparent; background-image: none; }#tCQTKboZQMnbwS53Kr9wyrxdALwBemVi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tCQTKboZQMnbwS53Kr9wyrxdALwBemVi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tCQTKboZQMnbwS53Kr9wyrxdALwBemVi > .row .container > .video-iframe-container { display: none; }#tCQTKboZQMnbwS53Kr9wyrxdALwBemVi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tCQTKboZQMnbwS53Kr9wyrxdALwBemVi > .row > .video-iframe-container { display: none; }#tCQTKboZQMnbwS53Kr9wyrxdALwBemVi > .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); }#tCQTKboZQMnbwS53Kr9wyrxdALwBemVi { border-width: 0; border-radius: 0; }#tCQTKboZQMnbwS53Kr9wyrxdALwBemVi > .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; }#tCQTKboZQMnbwS53Kr9wyrxdALwBemVi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:10.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:block; }#shcrg2CwTSQhWq52WA2Lby4sF6kCLukS { color:#0d3127;display:block;width:75rem;position:absolute;font-family:helixa;font-size:1.25rem;font-weight:300;z-index:15020;line-height:1.2;letter-spacing:0;top:1.5rem;left:0rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mmA9Di9ALOESzqeq4pDBaZFUSCQfkO06 { background-color:#0d3127;background-image:none;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;box-sizing:border-box;color:#d1b675;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:helixa;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.1875rem;height:2.875rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:6.0625rem;left:27.90625rem;display:block; }
#oSZCk6tKwSRthubMNrPXtsgxFny4Q03D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W6JXkITsynsa13ZTfRQJaIke466RAXNu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0d3127;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; }#W6JXkITsynsa13ZTfRQJaIke466RAXNu > .row .container { background-color: transparent; background-image: none; }#W6JXkITsynsa13ZTfRQJaIke466RAXNu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W6JXkITsynsa13ZTfRQJaIke466RAXNu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W6JXkITsynsa13ZTfRQJaIke466RAXNu > .row .container > .video-iframe-container { display: none; }#W6JXkITsynsa13ZTfRQJaIke466RAXNu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W6JXkITsynsa13ZTfRQJaIke466RAXNu > .row > .video-iframe-container { display: none; }#W6JXkITsynsa13ZTfRQJaIke466RAXNu > .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); }#W6JXkITsynsa13ZTfRQJaIke466RAXNu > .row .container { border-width: 0; border-radius: 0; }#W6JXkITsynsa13ZTfRQJaIke466RAXNu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W6JXkITsynsa13ZTfRQJaIke466RAXNu > .row .container { font-size:0.875rem;font-family:arial;height:6.9375rem;width:75rem;position:relative;display:block; }#XxON64ozlXhNcBNLMwsEl8BTOLIWOtP0 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:helixa;font-size:2.625rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:2.0625rem;left:0.25rem;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;display:block; }
#N56XWPbhxOdcFovtfbeGLJXz3CPckATf { background-color:#0d3127;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; }#N56XWPbhxOdcFovtfbeGLJXz3CPckATf > .row .container { background-color: transparent; background-image: none; }#N56XWPbhxOdcFovtfbeGLJXz3CPckATf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N56XWPbhxOdcFovtfbeGLJXz3CPckATf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N56XWPbhxOdcFovtfbeGLJXz3CPckATf > .row .container > .video-iframe-container { display: none; }#N56XWPbhxOdcFovtfbeGLJXz3CPckATf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N56XWPbhxOdcFovtfbeGLJXz3CPckATf > .row > .video-iframe-container { display: none; }#N56XWPbhxOdcFovtfbeGLJXz3CPckATf > .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); }#N56XWPbhxOdcFovtfbeGLJXz3CPckATf > .row .container { border-width: 0; border-radius: 0; }#N56XWPbhxOdcFovtfbeGLJXz3CPckATf > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#N56XWPbhxOdcFovtfbeGLJXz3CPckATf > .row .container { font-size:0.875rem;font-family:helixa;height:28.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#VpeTGL3X0zI44EHwlWgoTu1KLtKMhBQq { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:helixa;font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.2;letter-spacing:0;top:6.25rem;left:5.3125rem;height:4.048825rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qSkEN9lziUHLfF8eMlIay2OggtGTSkyw { box-sizing:content-box;color:#5d92ff;font-size:1rem;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:15009;opacity:1;top:4.125rem;left:5.3125rem; }
#oJK6vV8mr0dgkQ4Dae4LJfFSbgfn9IRU { box-sizing:content-box;height:10.4375rem;width:21.5rem;position:absolute;display:block;z-index:15002;background-color:#21432e;background-image:none;top:2.25rem;left:3.375rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#CzMJPydRWpREqB4T5yWZec0ORwBIlI2g { box-sizing:content-box;height:10.4375rem;width:21.5rem;position:absolute;display:block;z-index:15005;background-color:#21432e;background-image:none;top:2.25rem;left:25.625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#p1HxVNqxiRzldX7AT6tCDW6graewlHsf { color:#ffffff;display:block;width:17.25rem;position:absolute;font-family:helixa;font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.2;letter-spacing:0;top:6.25rem;left:27.5625rem;height:5.3984375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fF8dKRoV5bhz17uK1iLA8uibQCBs4CeM { box-sizing:content-box;color:#5d92ff;font-size:1rem;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:15012;opacity:1;top:4.125rem;left:27.5625rem; }
#kcoyWAEHX3V7JVhZwCtkQ3sDIQURLJZ7 { box-sizing:content-box;height:10.4375rem;width:21.5rem;position:absolute;display:block;z-index:15008;background-color:#21432e;background-image:none;top:2.25rem;left:48.125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#tcHwyhIcnechnAhaOwB2wxnhGlK7rbTl { color:#ffffff;display:block;width:17.25rem;position:absolute;font-family:helixa;font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.2;letter-spacing:0;top:6.25rem;left:50.0625rem;height:4.048825rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pv1JSETErWuSXwJfidvSsFUS6bdHTWEK { box-sizing:content-box;color:#5d92ff;font-size:1rem;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:4.125rem;left:50.0625rem; }
#MChGC2vZpT5520o0c9CCeDCH3GaqCARS { box-sizing:content-box;height:10.4375rem;width:32.3125rem;position:absolute;display:block;z-index:15011;background-color:#21432e;background-image:none;top:14.0625rem;left:3.25rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#G7hvezeIapkPEG1G9hkrTHMpDc5JlDQO { color:#ffffff;display:block;width:26.8125rem;position:absolute;font-family:helixa;font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.2;letter-spacing:0;top:18.0625rem;left:5.1875rem;height:2.69921875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dqeOSpUgVNMDPTs4vUmrVbvfE81kx5Gy { box-sizing:content-box;color:#5d92ff;font-size:1rem;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:15018;opacity:1;top:15.9375rem;left:5.1875rem; }
#dpQeOVdGxlp8ToSvB4LhOeAsS2dZfsxm { box-sizing:content-box;height:10.4375rem;width:33.125rem;position:absolute;display:block;z-index:15014;background-color:#21432e;background-image:none;top:14.0625rem;left:36.5625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#Qb6y5H09Uqu4b4ReWO9MUcyGIISP3upD { color:#ffffff;display:block;width:26.8125rem;position:absolute;font-family:helixa;font-size:1.125rem;font-weight:300;z-index:15021;line-height:1.2;letter-spacing:0;top:18.125rem;left:39.0625rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vXNSlHi5nOQV8lOpyviZr5mXKm6gzR4Q { box-sizing:content-box;color:#5d92ff;font-size:1rem;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:15021;opacity:1;top:16rem;left:39.0625rem; }
#mgukue2Hd2ZXFEysNAezE1HUZXziLGy1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.8);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; }#mgukue2Hd2ZXFEysNAezE1HUZXziLGy1 > .row .container { background-color: transparent; background-image: none; }#mgukue2Hd2ZXFEysNAezE1HUZXziLGy1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mgukue2Hd2ZXFEysNAezE1HUZXziLGy1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mgukue2Hd2ZXFEysNAezE1HUZXziLGy1 > .row .container > .video-iframe-container { display: none; }#mgukue2Hd2ZXFEysNAezE1HUZXziLGy1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mgukue2Hd2ZXFEysNAezE1HUZXziLGy1 > .row > .video-iframe-container { display: none; }#mgukue2Hd2ZXFEysNAezE1HUZXziLGy1 > .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); }#mgukue2Hd2ZXFEysNAezE1HUZXziLGy1 > .row .container { border-width: 0; border-radius: 0; }#mgukue2Hd2ZXFEysNAezE1HUZXziLGy1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mgukue2Hd2ZXFEysNAezE1HUZXziLGy1 > .row .container { font-size:0.875rem;font-family:helixa;height:34rem;width:75rem;position:relative;display:block; }#vcDchM0lJPJ0MUabrQQwvcHLlZaWrJ4T { color:#ffffff;display:block;width:55rem;position:absolute;font-family:helixa;font-size:2.625rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:11.0625rem;left:10rem;height:3.1499rem;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; }
#xKpa3nuFgxdSNexesasPPPshNHeiQnon { color:#ffffff;display:block;width:26.8125rem;position:absolute;font-family:helixa;font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:15.25rem;left:24.125rem;height:3.82421875rem;text-align:center;text-align-last:center;display:block; }
#RwKWCSpO699krEuVoqf2AbBbvwM53RCQ { position:absolute;display:block;z-index:15001;background-color:#0d3127;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.25rem;width:60rem;top:6.5625rem;left:7.5rem;display:block; }
#uRCO4TOegquze6Opl5bTF0wz0SU311m9 { position:absolute;display:block;z-index:15029;background-color:#21432e;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5625rem;width:12.5rem;top:3.6875rem;left:59.625rem;display:block; }
#usJNWVXTKnDz0IrtHpVO1XRwnue1Flvw { position:absolute;display:block;z-index:15030;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.375rem;width:11.375rem;top:1.3125rem;left:60.1875rem;overflow:hidden;display:block; }
#M7DALTWgE40zNiVWInWleGTQC0Ks8NdM { background-color:#146638;background-image:none;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;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:helixa;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.5rem;height:3.5rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:20.25rem;left:28.25rem;display:block; }
#REofipethsm7RnHUXIIlEQIxmLvmDkZS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t78mEMknSKdc2uBMxDvNZvDpqg70HpUL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:20.21875rem;left:25.375rem; }
#zWoBcOGJEc251xcZfuv2tvDrfwugPeIX { background-color:#101010;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; }#zWoBcOGJEc251xcZfuv2tvDrfwugPeIX > .row .container { background-color: transparent; background-image: none; }#zWoBcOGJEc251xcZfuv2tvDrfwugPeIX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zWoBcOGJEc251xcZfuv2tvDrfwugPeIX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zWoBcOGJEc251xcZfuv2tvDrfwugPeIX > .row .container > .video-iframe-container { display: none; }#zWoBcOGJEc251xcZfuv2tvDrfwugPeIX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zWoBcOGJEc251xcZfuv2tvDrfwugPeIX > .row > .video-iframe-container { display: none; }#zWoBcOGJEc251xcZfuv2tvDrfwugPeIX > .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); }#zWoBcOGJEc251xcZfuv2tvDrfwugPeIX > .row .container { border-width: 0; border-radius: 0; }#zWoBcOGJEc251xcZfuv2tvDrfwugPeIX > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#zWoBcOGJEc251xcZfuv2tvDrfwugPeIX > .row .container { font-size:0.875rem;font-family:helixa;height:7.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#zy4bgGP6a3c5kSdH9R85tKmxFAQs4xwl { color:rgba(255,255,255,0.86);display:block;width:28.6875rem;position:absolute;font-family:helixa;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:2.8125rem;left:29.8125rem;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:center;text-align-last:center;display:block; }
#chgrTVxc8NluaRCyfp5uWg4Pp3gZK2hu { 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:4.375rem;width:10.4375rem;top:1.375rem;left:16.5rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wFXCtMWTWOEJUUMOxHOUWGAgHoMvisVy { display:block; }#wFXCtMWTWOEJUUMOxHOUWGAgHoMvisVy > .row .container { width:47.75rem;height:5.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s4GbXTUuapeQrTunfmyn1lLf30dlrUBe { width:11.25rem;height:3.75rem;top:0.875rem;left:36.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOlOoCNNhqQr9qdymZMF4eOWAr2Dm9z7 { display:block; }
 }@media only screen and (max-width: 763px) { #ODm71yBmwTIIuwRuzOZkTeDE2fDc0vqU { top:1.0625rem;left:0rem;width:10.875rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yU5dSZNn2Bqv0H6sH1Ec4KfVHT5BZi8D { display:block; }#yU5dSZNn2Bqv0H6sH1Ec4KfVHT5BZi8D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X9CRFo4wuHKiiCdD0T7BgtsTsrlRFv1Q { top:26.5625rem;left:0rem;width:26.25rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKUL64bOQKEe2gLzi9vhbUWV6xEEEUbr { top:13.5rem;left:0rem;width:35.5rem;height:11.25rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcxxMulQkqnkp6ccpWT0OaxOP3TTsetH { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgJlgtM0n16xAprgyHZqGvlvMt9Twaeg { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVxsHLVML0OXL2l8iUgUVpVmacS70spZ { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaFilkFb4pAn22mgT2owpp4Vng9iTlAW { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eM9ArlXPLFL8LTGFpvvuS5z8oEbc2zHS { width:37.4375rem;height:37.4375rem;top:4.9375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMAf6ST70NGehLPWnHKzffxCAOB3nKTv { width:29.4375rem;height:43.6875rem;top:-1.125rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ss99FG6Juoc6IkvtMLTQ5th6LAPan6Ux { width:11.25rem;height:3.75rem;top:0.875rem;left:36.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kn7kkBy9QW99NGLu78WO6DESnxnJlTwr { display:block; }
 }@media only screen and (max-width: 763px) { #hLimpPmugdRuqnp3z9CV6u9bSBh79ZHH { display:block; }#hLimpPmugdRuqnp3z9CV6u9bSBh79ZHH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zEsLhTwNn9D72yOnAetOqhcN9QHSkyKW { width:47.75rem;height:20rem;top:25rem;left:-0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0ZfMaKFSyJ3iFm84CBuT2A9OlDzLM1K { top:28.9375rem;left:24.5rem;width:21.25rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnmfAquUUTmUqZnq2lnkOs0kdPzcBqET { top:28.9375rem;left:1.75rem;width:21.25rem;height:7.349625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvIoVMz9ckTGbPH5S18TaoXzD1DfRJUI { width:11.25rem;height:3.75rem;top:0.875rem;left:36.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiVkF0Z2D9V2MbLstBGif1WRhzMe4qcV { display:block; }
 }@media only screen and (max-width: 763px) { #fIpITCsupvsayqRbMrm3vc4lulU5m26P { display:block; }#fIpITCsupvsayqRbMrm3vc4lulU5m26P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wz3rGCTc6EMM3FWhvBl6h3ypNnq3ZzAM { top:28.9375rem;left:1.75rem;width:21.25rem;height:7.349625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zm1ndO7nTQem1pIuEcafNvnCbu6pktB3 { top:28.9375rem;left:24.5rem;width:21.25rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnxpzpOpCqnt9yb7HW3nZnprc158evVt { display:block; }#UnxpzpOpCqnt9yb7HW3nZnprc158evVt > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CMs8wZ8Lfi6WiIXg0nZZJJzqOsypDLLy { top:13.3125rem;left:0rem;width:17.25rem;height:4.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJBD6dqTUyvLvEI5yCtX9lZTBu04Xp0e { top:19.125rem;left:0rem;width:14.25rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFB3Ik4d1sTbUGw2aBD4sT0qVs4zJ3vB { width:47.75rem;height:20rem;top:25rem;left:-0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ep9qxCGXy4K328S5HwupogQxMMESHuxW { width:11.25rem;height:3.75rem;top:0.875rem;left:36.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L91F4d7tpPSkx5dBVOHfJSh3Et4x66aD { display:block; }
 }@media only screen and (max-width: 763px) { #mBhcK5yNIx0FSPCnLSQSiyVrF1dIfg5V { width:17.1875rem;height:10.1875rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOZ8NfI1SmZV6R5eVUCOR3WZUav3UX1l { width:47.75rem;height:20rem;top:25rem;left:-0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCGz3w2sH0VX01Ktn7ldrO2GExDR4cs2 { top:19.1875rem;left:5.8125rem;width:14.25rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sv64LTGzHWJ6U91LKV6TCAtCT0sk3dwW { width:11.25rem;height:3.75rem;top:0.875rem;left:36.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5DpuNi51Ow5XDuvy1w2BXo6HdryF4Hm { display:block; }
 }@media only screen and (max-width: 763px) { #Bld88Pc96K32hhoJBomMT2eKHd4cEMqa { top:13.375rem;left:4.3125rem;width:17.1875rem;height:4.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yN1JstAkydVZZTVbxVA35E6HIdLsIZmP { width:17.1875rem;height:10.1875rem;top:1.8125rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuLT9CORttZukFpICqbTNbJbZHBeB0k6 { width:17.1875rem;height:10.1875rem;top:1.8125rem;left:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUZBt5CE605umueOypdpWQ1FBTrDpWPF { width:47.75rem;height:20rem;top:25rem;left:-0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIzshpFuy7qp2Sl2GOJTQQNzhMG0VCMl { top:13.375rem;left:30.5rem;width:17.25rem;height:4.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWGX5n6koG5sQcicXiH1pNTQPI56TK1h { top:13.3125rem;left:22.1875rem;width:16.375rem;height:4.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSlGmoykKNCTTW7bAAzIbp1p2Wygfwcp { width:47.75rem;height:20rem;top:25rem;left:-0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZU1TyFRBQmrispP7AhEwglCzW6fhlsV { width:17.1875rem;height:10.1875rem;top:1.75rem;left:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zT0e3i0l0rieGkCHtN9D6F3q5zTLACnz { top:19.125rem;left:23.6875rem;width:14.25rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5fkp4iqU5Dd8HuxmLH3GTcJAGFoyB4Q { top:19.1875rem;left:33.5rem;width:14.25rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0LbfZHoxIFsXfs9dOqZz0I1McoVgeBf { width:11.25rem;height:3.75rem;top:0.875rem;left:36.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVEQiekSMP5U5UHGTrACry1Sm1LoeRAD { display:block; }
 }@media only screen and (max-width: 763px) { #gAPDoG6phmhEkO1ty5WTuwBRoZfpribH { width:11.25rem;height:3.75rem;top:0.875rem;left:36.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWaFw1LfNhTRQr1g0PQmmFqwsovcm67v { display:block; }
 }@media only screen and (max-width: 763px) { #HtZCQqmvB3H8qILuk7LhNeeHTFvlII2P { display:block; }#HtZCQqmvB3H8qILuk7LhNeeHTFvlII2P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q8M3fcfB8DfWbJDVAFAkLFT06Zob8zCe { top:28.9375rem;left:24.5rem;width:21.25rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWFZy2rex4LIRVJa0UWK1gvmNbzAgkKW { width:11.25rem;height:3.75rem;top:0.875rem;left:36.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBS4RHkwh4TubPVszCpdDgI3OHNltTPs { display:block; }
 }@media only screen and (max-width: 763px) { #b2CscXMTDzrkfkF9M3DZRlmkvJDRIzN2 { display:block; }#b2CscXMTDzrkfkF9M3DZRlmkvJDRIzN2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cOSLf1fALq3zK9nTJaqJskybC6xOrf20 { width:47.75rem;height:25rem;top:6.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFu4NA782uUFD07HBh3HhZSTRAcVIOls { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMSSl47Q0S0oCtBuxdTUTeyKCfVUIbDH { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtiLhGi3miekkJNPpR1Tw5Tdq0SqCOUO { width:0.5rem;height:9.375rem;top:26.6875rem;left:42.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhGuDR1SoKGwb8Mu5x93zloTaPS8MP7B { width:0.5rem;height:9.375rem;top:26.6875rem;left:44.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bV23Tx8L8KI05EmaBX5zTvvnsROn6ERb { width:0.5rem;height:9.375rem;top:26.6875rem;left:47rem;display:block; }
 }@media only screen and (max-width: 763px) { #xd0rkvNd91QdJbf0leZmVTR8mcQN3r9r { width:0.5rem;height:9.375rem;top:26.6875rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zui32yokdVbqET6KxMXTSRvbK5Jzygxl { display:block; }#Zui32yokdVbqET6KxMXTSRvbK5Jzygxl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W9NA4eA6QM2p4zqTTxTxvRXT20WCKTc8 { width:47.75rem;height:20rem;top:25rem;left:-0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCr8OWpkesPcWXqlVUh6tpNGlBFOMlup { top:28.9375rem;left:24.5rem;width:21.25rem;height:6.796875rem;font-size:1rem;display:block; }#HCr8OWpkesPcWXqlVUh6tpNGlBFOMlup li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/34897cfd-a304-4261-9fab-741fc73bb47d/fredericoidsimples.png); }
 }@media only screen and (max-width: 763px) { #rD1zL4NdGgoFwDcEOVBTK4kiNlge9WEm { top:28.9375rem;left:1.75rem;width:21.25rem;height:7.349625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLsC8Q6zSAn26P700TBmMSCMPywKnu6C { width:11.25rem;height:3.75rem;top:0.875rem;left:36.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQOn7o3dbUSvyqoPhPPIpiCT2bB1MhTr { display:block; }
 }@media only screen and (max-width: 763px) { #gWIN72hb4emC6oC0EXmTKUpEfaO3zwJ5 { width:34.3125rem;height:34.3125rem;top:3.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCQTKboZQMnbwS53Kr9wyrxdALwBemVi { display:block; }#tCQTKboZQMnbwS53Kr9wyrxdALwBemVi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #shcrg2CwTSQhWq52WA2Lby4sF6kCLukS { top:28.9375rem;left:24.5rem;width:21.25rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmA9Di9ALOESzqeq4pDBaZFUSCQfkO06 { width:11.25rem;height:3.75rem;top:0.875rem;left:36.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSZCk6tKwSRthubMNrPXtsgxFny4Q03D { display:block; }
 }@media only screen and (max-width: 763px) { #W6JXkITsynsa13ZTfRQJaIke466RAXNu { display:block; }#W6JXkITsynsa13ZTfRQJaIke466RAXNu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XxON64ozlXhNcBNLMwsEl8BTOLIWOtP0 { top:28.9375rem;left:1.75rem;width:21.25rem;height:7.349625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N56XWPbhxOdcFovtfbeGLJXz3CPckATf { display:block; }#N56XWPbhxOdcFovtfbeGLJXz3CPckATf > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VpeTGL3X0zI44EHwlWgoTu1KLtKMhBQq { top:6.25rem;left:0rem;width:19.375rem;height:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSkEN9lziUHLfF8eMlIay2OggtGTSkyw { top:4.125rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJK6vV8mr0dgkQ4Dae4LJfFSbgfn9IRU { top:2.25rem;left:0rem;width:21.5rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzMJPydRWpREqB4T5yWZec0ORwBIlI2g { top:2.25rem;left:12rem;width:21.5rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1HxVNqxiRzldX7AT6tCDW6graewlHsf { top:6.25rem;left:13.9375rem;width:17.25rem;height:5.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fF8dKRoV5bhz17uK1iLA8uibQCBs4CeM { top:4.125rem;left:13.9375rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcoyWAEHX3V7JVhZwCtkQ3sDIQURLJZ7 { top:2.25rem;left:26.25rem;width:21.5rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcHwyhIcnechnAhaOwB2wxnhGlK7rbTl { top:6.25rem;left:30.5rem;width:17.25rem;height:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pv1JSETErWuSXwJfidvSsFUS6bdHTWEK { top:4.125rem;left:36.4375rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MChGC2vZpT5520o0c9CCeDCH3GaqCARS { top:14.0625rem;left:0rem;width:32.3125rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7hvezeIapkPEG1G9hkrTHMpDc5JlDQO { top:18.0625rem;left:0rem;width:26.8125rem;height:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqeOSpUgVNMDPTs4vUmrVbvfE81kx5Gy { top:15.9375rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpQeOVdGxlp8ToSvB4LhOeAsS2dZfsxm { top:14.0625rem;left:14.625rem;width:33.125rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qb6y5H09Uqu4b4ReWO9MUcyGIISP3upD { top:18.125rem;left:20.9375rem;width:26.8125rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXNSlHi5nOQV8lOpyviZr5mXKm6gzR4Q { top:16rem;left:25.4375rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgukue2Hd2ZXFEysNAezE1HUZXziLGy1 { display:block; }#mgukue2Hd2ZXFEysNAezE1HUZXziLGy1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vcDchM0lJPJ0MUabrQQwvcHLlZaWrJ4T { top:11.0625rem;left:0rem;width:47.75rem;height:3.125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKpa3nuFgxdSNexesasPPPshNHeiQnon { top:15.25rem;left:10.5rem;width:26.8125rem;height:3.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwKWCSpO699krEuVoqf2AbBbvwM53RCQ { width:47.75rem;height:21.25rem;top:6.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRCO4TOegquze6Opl5bTF0wz0SU311m9 { width:12.5rem;height:6.5625rem;top:3.6875rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #usJNWVXTKnDz0IrtHpVO1XRwnue1Flvw { width:11.375rem;height:11.375rem;top:1.3125rem;left:36.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7DALTWgE40zNiVWInWleGTQC0Ks8NdM { width:11.25rem;height:3.75rem;top:0.875rem;left:36.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #REofipethsm7RnHUXIIlEQIxmLvmDkZS { display:block; }
 }@media only screen and (max-width: 763px) { #t78mEMknSKdc2uBMxDvNZvDpqg70HpUL { width:3.5625rem;height:3.5625rem;top:20.1875rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWoBcOGJEc251xcZfuv2tvDrfwugPeIX { display:block; }#zWoBcOGJEc251xcZfuv2tvDrfwugPeIX > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zy4bgGP6a3c5kSdH9R85tKmxFAQs4xwl { top:2.8125rem;left:16.1875rem;width:28.6875rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #chgrTVxc8NluaRCyfp5uWg4Pp3gZK2hu { width:10.4375rem;height:4.375rem;top:1.375rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wFXCtMWTWOEJUUMOxHOUWGAgHoMvisVy { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#wFXCtMWTWOEJUUMOxHOUWGAgHoMvisVy > .row .container { width:20rem;height:6.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s4GbXTUuapeQrTunfmyn1lLf30dlrUBe { width:17.4375rem;height:3.125rem;top:1.75rem;left:1.28125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOlOoCNNhqQr9qdymZMF4eOWAr2Dm9z7 { display:block; }
 }@media only screen and (max-width: 763px) { #ODm71yBmwTIIuwRuzOZkTeDE2fDc0vqU { width:3.75rem;height:1.25rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yU5dSZNn2Bqv0H6sH1Ec4KfVHT5BZi8D { display:block; }#yU5dSZNn2Bqv0H6sH1Ec4KfVHT5BZi8D > .row .container { width:20rem;height:60.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X9CRFo4wuHKiiCdD0T7BgtsTsrlRFv1Q { width:20rem;height:2.5996125rem;top:25.5rem;left:0rem;font-size:1rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sKUL64bOQKEe2gLzi9vhbUWV6xEEEUbr { width:20rem;height:15.75rem;top:8.4375rem;left:0rem;font-size:2.625rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kcxxMulQkqnkp6ccpWT0OaxOP3TTsetH { width:0.5rem;height:31.25rem;top:4.6875rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgJlgtM0n16xAprgyHZqGvlvMt9Twaeg { width:0.5rem;height:31.25rem;top:4.6875rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVxsHLVML0OXL2l8iUgUVpVmacS70spZ { width:0.5rem;height:31.25rem;top:4.6875rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaFilkFb4pAn22mgT2owpp4Vng9iTlAW { width:0.5rem;height:31.25rem;top:4.6875rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eM9ArlXPLFL8LTGFpvvuS5z8oEbc2zHS { width:20rem;height:20rem;top:34.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMAf6ST70NGehLPWnHKzffxCAOB3nKTv { width:16.5rem;height:24rem;top:30.125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ss99FG6Juoc6IkvtMLTQ5th6LAPan6Ux { width:18.0625rem;height:3.5rem;top:55.3125rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kn7kkBy9QW99NGLu78WO6DESnxnJlTwr { display:block; }
 }@media only screen and (max-width: 763px) { #hLimpPmugdRuqnp3z9CV6u9bSBh79ZHH { display:block; }#hLimpPmugdRuqnp3z9CV6u9bSBh79ZHH > .row .container { width:20rem;height:44.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zEsLhTwNn9D72yOnAetOqhcN9QHSkyKW { width:20rem;height:44.125rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0ZfMaKFSyJ3iFm84CBuT2A9OlDzLM1K { width:17.5rem;height:25.48834375rem;top:9.974609375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnmfAquUUTmUqZnq2lnkOs0kdPzcBqET { width:17.5rem;height:5.5996125rem;top:3.125rem;left:1.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvIoVMz9ckTGbPH5S18TaoXzD1DfRJUI { width:19rem;height:3.5rem;top:37.3369140625rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiVkF0Z2D9V2MbLstBGif1WRhzMe4qcV { display:block; }
 }@media only screen and (max-width: 763px) { #fIpITCsupvsayqRbMrm3vc4lulU5m26P { display:block; }#fIpITCsupvsayqRbMrm3vc4lulU5m26P > .row .container { width:20rem;height:8.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wz3rGCTc6EMM3FWhvBl6h3ypNnq3ZzAM { width:20rem;height:2.79980625rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zm1ndO7nTQem1pIuEcafNvnCbu6pktB3 { width:20rem;height:3.5rem;top:4.0498046875rem;left:0rem;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #UnxpzpOpCqnt9yb7HW3nZnprc158evVt { display:block; }#UnxpzpOpCqnt9yb7HW3nZnprc158evVt > .row .container { width:20rem;height:122.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CMs8wZ8Lfi6WiIXg0nZZJJzqOsypDLLy { width:14.5625rem;height:3.298825rem;top:13.1875rem;left:2.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJBD6dqTUyvLvEI5yCtX9lZTBu04Xp0e { width:14.25rem;height:6rem;top:16.4375rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFB3Ik4d1sTbUGw2aBD4sT0qVs4zJ3vB { width:17.1875rem;height:25.6875rem;top:2.0625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ep9qxCGXy4K328S5HwupogQxMMESHuxW { width:11.5625rem;height:2.875rem;top:23.375rem;left:4.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L91F4d7tpPSkx5dBVOHfJSh3Et4x66aD { display:block; }
 }@media only screen and (max-width: 763px) { #mBhcK5yNIx0FSPCnLSQSiyVrF1dIfg5V { width:17.1875rem;height:10.1875rem;top:2.0625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOZ8NfI1SmZV6R5eVUCOR3WZUav3UX1l { width:17.1875rem;height:28.5625rem;top:29.1875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCGz3w2sH0VX01Ktn7ldrO2GExDR4cs2 { width:14.25rem;height:7.5rem;top:44.5625rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sv64LTGzHWJ6U91LKV6TCAtCT0sk3dwW { width:11.5625rem;height:2.875rem;top:53.25rem;left:4.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5DpuNi51Ow5XDuvy1w2BXo6HdryF4Hm { display:block; }
 }@media only screen and (max-width: 763px) { #Bld88Pc96K32hhoJBomMT2eKHd4cEMqa { width:17.1875rem;height:3.298825rem;top:40.25rem;left:1.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yN1JstAkydVZZTVbxVA35E6HIdLsIZmP { width:17.1875rem;height:10.1875rem;top:29.1875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuLT9CORttZukFpICqbTNbJbZHBeB0k6 { width:17.1875rem;height:10.1875rem;top:88.625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUZBt5CE605umueOypdpWQ1FBTrDpWPF { width:17.1875rem;height:30rem;top:90.75rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIzshpFuy7qp2Sl2GOJTQQNzhMG0VCMl { width:17.25rem;height:3.298825rem;top:100.9375rem;left:1.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWGX5n6koG5sQcicXiH1pNTQPI56TK1h { width:16.375rem;height:1.6494125rem;top:71.125rem;left:1.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSlGmoykKNCTTW7bAAzIbp1p2Wygfwcp { width:17.1875rem;height:27.5rem;top:59.5rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZU1TyFRBQmrispP7AhEwglCzW6fhlsV { width:17.1875rem;height:10.1875rem;top:59.5rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zT0e3i0l0rieGkCHtN9D6F3q5zTLACnz { width:14.25rem;height:7.5rem;top:73.5625rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5fkp4iqU5Dd8HuxmLH3GTcJAGFoyB4Q { width:14.25rem;height:7.5rem;top:105.1875rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0LbfZHoxIFsXfs9dOqZz0I1McoVgeBf { width:11.5625rem;height:2.875rem;top:81.75rem;left:4.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVEQiekSMP5U5UHGTrACry1Sm1LoeRAD { display:block; }
 }@media only screen and (max-width: 763px) { #gAPDoG6phmhEkO1ty5WTuwBRoZfpribH { width:11.5625rem;height:2.875rem;top:115rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWaFw1LfNhTRQr1g0PQmmFqwsovcm67v { display:block; }
 }@media only screen and (max-width: 763px) { #HtZCQqmvB3H8qILuk7LhNeeHTFvlII2P { display:block; }#HtZCQqmvB3H8qILuk7LhNeeHTFvlII2P > .row .container { width:20rem;height:12.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q8M3fcfB8DfWbJDVAFAkLFT06Zob8zCe { width:20rem;height:6rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWFZy2rex4LIRVJa0UWK1gvmNbzAgkKW { width:19.1875rem;height:2.875rem;top:8.5rem;left:0.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBS4RHkwh4TubPVszCpdDgI3OHNltTPs { display:block; }
 }@media only screen and (max-width: 763px) { #b2CscXMTDzrkfkF9M3DZRlmkvJDRIzN2 { display:block; }#b2CscXMTDzrkfkF9M3DZRlmkvJDRIzN2 > .row .container { width:20rem;height:36.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cOSLf1fALq3zK9nTJaqJskybC6xOrf20 { width:20rem;height:31.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFu4NA782uUFD07HBh3HhZSTRAcVIOls { width:17.5rem;height:5.5996125rem;top:3.5rem;left:1.25rem;font-size:2rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #FMSSl47Q0S0oCtBuxdTUTeyKCfVUIbDH { width:17.5rem;height:20.390625rem;top:10.8125rem;left:1.25rem;font-size:1rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #wtiLhGi3miekkJNPpR1Tw5Tdq0SqCOUO { width:0.5rem;height:9.375rem;top:26.625rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhGuDR1SoKGwb8Mu5x93zloTaPS8MP7B { width:0.5rem;height:9.375rem;top:26.625rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bV23Tx8L8KI05EmaBX5zTvvnsROn6ERb { width:0.5rem;height:9.375rem;top:26.625rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xd0rkvNd91QdJbf0leZmVTR8mcQN3r9r { width:0.5rem;height:9.375rem;top:26.625rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zui32yokdVbqET6KxMXTSRvbK5Jzygxl { display:block; }#Zui32yokdVbqET6KxMXTSRvbK5Jzygxl > .row .container { width:20rem;height:58.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W9NA4eA6QM2p4zqTTxTxvRXT20WCKTc8 { width:20rem;height:54.875rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCr8OWpkesPcWXqlVUh6tpNGlBFOMlup { width:17.5rem;height:31rem;top:17.375rem;left:1.25rem;font-size:1rem;display:block; }#HCr8OWpkesPcWXqlVUh6tpNGlBFOMlup li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/34897cfd-a304-4261-9fab-741fc73bb47d/fredericoidsimples.png); }
 }@media only screen and (max-width: 763px) { #rD1zL4NdGgoFwDcEOVBTK4kiNlge9WEm { width:17.5rem;height:11.19925rem;top:3.125rem;left:1.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLsC8Q6zSAn26P700TBmMSCMPywKnu6C { width:19rem;height:3.5rem;top:50.625rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQOn7o3dbUSvyqoPhPPIpiCT2bB1MhTr { display:block; }
 }@media only screen and (max-width: 763px) { #gWIN72hb4emC6oC0EXmTKUpEfaO3zwJ5 { width:20rem;height:20rem;top:42.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tCQTKboZQMnbwS53Kr9wyrxdALwBemVi { display:block; }#tCQTKboZQMnbwS53Kr9wyrxdALwBemVi > .row .container { width:20rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #shcrg2CwTSQhWq52WA2Lby4sF6kCLukS { width:20rem;height:9rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmA9Di9ALOESzqeq4pDBaZFUSCQfkO06 { width:19.1875rem;height:2.875rem;top:11.5rem;left:0.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSZCk6tKwSRthubMNrPXtsgxFny4Q03D { display:block; }
 }@media only screen and (max-width: 763px) { #W6JXkITsynsa13ZTfRQJaIke466RAXNu { display:block; }#W6JXkITsynsa13ZTfRQJaIke466RAXNu > .row .container { width:20rem;height:10.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XxON64ozlXhNcBNLMwsEl8BTOLIWOtP0 { width:20rem;height:8.3994375rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #N56XWPbhxOdcFovtfbeGLJXz3CPckATf { display:block; }#N56XWPbhxOdcFovtfbeGLJXz3CPckATf > .row .container { width:20rem;height:78.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VpeTGL3X0zI44EHwlWgoTu1KLtKMhBQq { width:17.5rem;height:6.597625rem;top:8.125rem;left:1.25rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qSkEN9lziUHLfF8eMlIay2OggtGTSkyw { display:flex;width:1.5rem;height:1.5rem;top:5.6875rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #oJK6vV8mr0dgkQ4Dae4LJfFSbgfn9IRU { width:20rem;height:13.8125rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzMJPydRWpREqB4T5yWZec0ORwBIlI2g { width:20rem;height:14.875rem;top:19.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1HxVNqxiRzldX7AT6tCDW6graewlHsf { width:17.25rem;height:8.2470625rem;top:23.3125rem;left:1.9375rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fF8dKRoV5bhz17uK1iLA8uibQCBs4CeM { display:flex;width:1.5rem;height:1.5rem;top:21.1875rem;left:1.9375rem; }
 }@media only screen and (max-width: 763px) { #kcoyWAEHX3V7JVhZwCtkQ3sDIQURLJZ7 { width:20rem;height:12.4375rem;top:35.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcHwyhIcnechnAhaOwB2wxnhGlK7rbTl { width:17.25rem;height:6.597625rem;top:39.75rem;left:1.9375rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pv1JSETErWuSXwJfidvSsFUS6bdHTWEK { display:flex;width:1.5rem;height:1.5rem;top:37.625rem;left:1.9375rem; }
 }@media only screen and (max-width: 763px) { #MChGC2vZpT5520o0c9CCeDCH3GaqCARS { width:20rem;height:12.4375rem;top:50.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7hvezeIapkPEG1G9hkrTHMpDc5JlDQO { width:20rem;height:6.597625rem;top:54.375rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dqeOSpUgVNMDPTs4vUmrVbvfE81kx5Gy { display:flex;width:1.5rem;height:1.5rem;top:52.25rem;left:1.9375rem; }
 }@media only screen and (max-width: 763px) { #dpQeOVdGxlp8ToSvB4LhOeAsS2dZfsxm { width:20rem;height:10.4375rem;top:64.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qb6y5H09Uqu4b4ReWO9MUcyGIISP3upD { width:20rem;height:4.94824375rem;top:68.4375rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vXNSlHi5nOQV8lOpyviZr5mXKm6gzR4Q { display:flex;width:1.5rem;height:1.5rem;top:66.3125rem;left:2.5rem; }
 }@media only screen and (max-width: 763px) { #mgukue2Hd2ZXFEysNAezE1HUZXziLGy1 { display:block; }#mgukue2Hd2ZXFEysNAezE1HUZXziLGy1 > .row .container { width:20rem;height:38.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vcDchM0lJPJ0MUabrQQwvcHLlZaWrJ4T { width:17.5rem;height:9.44825rem;top:8.75rem;left:1.25rem;font-size:2.625rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #xKpa3nuFgxdSNexesasPPPshNHeiQnon { width:17.5rem;height:5.736325rem;top:18.8125rem;left:1.25rem;font-size:1.125rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #RwKWCSpO699krEuVoqf2AbBbvwM53RCQ { width:20rem;height:28.75rem;top:5.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRCO4TOegquze6Opl5bTF0wz0SU311m9 { width:12.5rem;height:4.4375rem;top:3.5rem;left:7.5rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #usJNWVXTKnDz0IrtHpVO1XRwnue1Flvw { width:11.375rem;height:11.375rem;top:0rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7DALTWgE40zNiVWInWleGTQC0Ks8NdM { width:16.6875rem;height:3.5rem;top:27.1875rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #REofipethsm7RnHUXIIlEQIxmLvmDkZS { display:block; }
 }@media only screen and (max-width: 763px) { #t78mEMknSKdc2uBMxDvNZvDpqg70HpUL { display:flex;width:3.5625rem;height:3.5625rem;top:27.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zWoBcOGJEc251xcZfuv2tvDrfwugPeIX { display:block; }#zWoBcOGJEc251xcZfuv2tvDrfwugPeIX > .row .container { width:20rem;height:9.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zy4bgGP6a3c5kSdH9R85tKmxFAQs4xwl { width:18.5625rem;height:3rem;top:4.625rem;left:0.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #chgrTVxc8NluaRCyfp5uWg4Pp3gZK2hu { width:6.5rem;height:2.4375rem;top:1.5625rem;left:6rem;display:block; }
 }