.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@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;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#U8LdvFO3VRO9tZ1BQSyO0KC07xdnHsMd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00132d;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;z-index:auto;display:block; }#U8LdvFO3VRO9tZ1BQSyO0KC07xdnHsMd > .row .container { background-color: transparent; background-image: none; }#U8LdvFO3VRO9tZ1BQSyO0KC07xdnHsMd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U8LdvFO3VRO9tZ1BQSyO0KC07xdnHsMd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U8LdvFO3VRO9tZ1BQSyO0KC07xdnHsMd > .row .container > .video-iframe-container { display: none; }#U8LdvFO3VRO9tZ1BQSyO0KC07xdnHsMd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U8LdvFO3VRO9tZ1BQSyO0KC07xdnHsMd > .row > .video-iframe-container { display: none; }#U8LdvFO3VRO9tZ1BQSyO0KC07xdnHsMd > .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); }#U8LdvFO3VRO9tZ1BQSyO0KC07xdnHsMd > .row .container { border-width: 0; border-radius: 0; }#U8LdvFO3VRO9tZ1BQSyO0KC07xdnHsMd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U8LdvFO3VRO9tZ1BQSyO0KC07xdnHsMd > .row .container { font-size:0.875rem;font-family:arial;height:3.5625rem;width:75rem;position:relative;display:block; }#QiVNTs194mooDba5SEUymo7LGTsmDe4a { color:#ffffff;display:block;width:64.874375rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:0.84635412693025rem;left:5.0615530014038rem;height:1.8684875rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#mmxhsXmd3nXqvaP7OSt71pJSNSSTm1bK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#043c86;background-image:url("https://images.assets-landingi.com/uc/647b273a-65df-4a44-811f-61dda24c3f58/CapaInicialV5LADO2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#mmxhsXmd3nXqvaP7OSt71pJSNSSTm1bK.adaptive-delivery-prevent-bg, #mmxhsXmd3nXqvaP7OSt71pJSNSSTm1bK.lazyload, #mmxhsXmd3nXqvaP7OSt71pJSNSSTm1bK.lazyloading { background-image: none; }#mmxhsXmd3nXqvaP7OSt71pJSNSSTm1bK > .row .container { background-color: transparent; background-image: none; }#mmxhsXmd3nXqvaP7OSt71pJSNSSTm1bK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmxhsXmd3nXqvaP7OSt71pJSNSSTm1bK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmxhsXmd3nXqvaP7OSt71pJSNSSTm1bK > .row .container > .video-iframe-container { display: none; }#mmxhsXmd3nXqvaP7OSt71pJSNSSTm1bK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmxhsXmd3nXqvaP7OSt71pJSNSSTm1bK > .row > .video-iframe-container { display: none; }#mmxhsXmd3nXqvaP7OSt71pJSNSSTm1bK > .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); }#mmxhsXmd3nXqvaP7OSt71pJSNSSTm1bK > .row .container { border-width: 0; border-radius: 0; }#mmxhsXmd3nXqvaP7OSt71pJSNSSTm1bK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mmxhsXmd3nXqvaP7OSt71pJSNSSTm1bK > .row .container { font-size:0.875rem;font-family:arial;height:44.25rem;width:75rem;position:relative;display:block; }#as8hdf2h2DL4uTu3olJs94So1VKbQqb2 { color:#fff41a;display:block;width:41.4375rem;position:absolute;font-family:helvetica;font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:-0.25rem 0.25rem 0.5625rem rgba(0,0,0,0.5);top:5.3089489936829rem;left:5.3107242584229rem;height:9.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ODbQD54ePS0ETZGa0fVZkibv7XZ2RInR { background-color:#fff41a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.9375rem 0.625rem 1.875rem rgba(67,43,30,0.5) ;box-sizing:border-box;color:#00132d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:helvetica;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.8125rem;height:4.8125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:25.3125rem;left:5.3125rem;display:block; }
#VHMQIvbEtusceaBHdphQSEEqgc4cILMa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UsVzK6DvweRVVymfFXBEmAoTxJnOyXqd { color:#ffffff;display:block;width:29.2495rem;position:absolute;font-family:nunito;font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:17.0625rem;left:5.3125rem;height:4.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#g5bIk0esTW6AbtBVtD6aB4q4NqdOoXoM { color:#ffffff;display:block;width:17.1875rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:31.125rem;left:7.625rem;height:1.29980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Lo2qk9tvxbtVxhM51Gz0N8tAmDgcr3hJ { color:#ffffff;display:block;width:11.18725rem;position:absolute;font-family:nunito;font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:38.375rem;left:7.1875rem;height:2.923825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#nZe2VFW7bvZzNKxop1A31rtiDTigCeUp { color:#fff41a;display:block;width:7.624875rem;position:absolute;font-family:nunito;font-size:1.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:36rem;left:8.9375rem;height:1.7871125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Q1ZPFMbA0VTIGXzcLg1g2SAPtC5F47k6 { color:#ffffff;display:block;width:15.9990625rem;position:absolute;font-family:nunito;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:38.375rem;left:29.375rem;height:2.923825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#uwbDGVAfpVCfoZ53kDTmavruQCxuhWsh { color:#fff41a;display:block;width:10.3125rem;position:absolute;font-family:nunito;font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:36rem;left:32.25rem;height:1.7871125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#FxcBPD1isRsRoLgdssNMhcLLMzhJdE3N { color:#fff41a;display:block;width:20.187rem;position:absolute;font-family:nunito;font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:36rem;left:51.375rem;height:1.7871125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Wos85fCidHhgA4XKCP6G04xQ0CaFdzWG { color:#ffffff;display:block;width:11.18725rem;position:absolute;font-family:nunito;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:38.375rem;left:55.875rem;height:2.923825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#HdRRehZk2KSUN06eXNLSo2wvWatSxMx2 { box-sizing:content-box;height:5.0625rem;width:0.1875rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;top:36.25rem;left:24.0625rem;display:block; }
#MxT6953thC9JWB6moGrhQbgXwkPaQHr7 { box-sizing:content-box;height:5.06214375rem;width:0.18702625rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;top:36.25rem;left:50rem;display:block; }
#cOyPs08aOA9WazZen16L6ni00ZInAFzZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#cOyPs08aOA9WazZen16L6ni00ZInAFzZ > .row .container { background-color: transparent; background-image: none; }#cOyPs08aOA9WazZen16L6ni00ZInAFzZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cOyPs08aOA9WazZen16L6ni00ZInAFzZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cOyPs08aOA9WazZen16L6ni00ZInAFzZ > .row .container > .video-iframe-container { display: none; }#cOyPs08aOA9WazZen16L6ni00ZInAFzZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cOyPs08aOA9WazZen16L6ni00ZInAFzZ > .row > .video-iframe-container { display: none; }#cOyPs08aOA9WazZen16L6ni00ZInAFzZ > .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); }#cOyPs08aOA9WazZen16L6ni00ZInAFzZ > .row .container { border-width: 0; border-radius: 0; }#cOyPs08aOA9WazZen16L6ni00ZInAFzZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cOyPs08aOA9WazZen16L6ni00ZInAFzZ > .row .container { font-size:0.875rem;font-family:arial;height:43.3125rem;width:75rem;position:relative;display:block; }#VfUtkyosF0Xbuy6hg5GSneAUvNKWJSls { color:#00132d;display:block;width:57.43725rem;position:absolute;font-family:nunito;font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:16.243488311767rem;left:8.780776023865rem;height:2.8125rem;text-align:center;text-align-last:center;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; }
#EkL5SfSEJn3cmmWCQnSvKS91NgIP7MJ3 { color:#00132d;display:block;width:58.4996875rem;position:absolute;font-family:nunito;font-size:1.625rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:12.3125rem;left:8.1875rem;height:2.43785625rem;text-align:center;text-align-last:center;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; }
#iDmT1ID3scKBLEf6KTJvymuvE8s9DgQw { position:absolute;display:block;z-index:15001;background-color:rgba(255,255,255,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem dashed #b99f84;border-left:0.1875rem dashed #b99f84;border-right:0.1875rem dashed #b99f84;border-bottom:0.1875rem dashed #b99f84;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:3.375rem;width:60.3125rem;top:15.8125rem;left:7.3125rem;display:block; }
#gKp51UX1D3Km1UT2P18bSFc9SOPTdu3C { color:#00132d;display:block;width:54.874875rem;position:absolute;font-family:nunito;font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:21.1875rem;left:10.125rem;height:2.8125rem;text-align:center;text-align-last:center;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; }
#uuEafWd2LbPvXewcAtnhFMKoOh29PD1k { position:absolute;display:block;z-index:15003;background-color:rgba(255,255,255,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem dashed #b99f84;border-left:0.1875rem dashed #b99f84;border-right:0.1875rem dashed #b99f84;border-bottom:0.1875rem dashed #b99f84;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:3.375rem;width:60.3125rem;top:20.6875rem;left:7.3125rem;display:block; }
#chln7JmBDbXihMmDatTpGuHCpnUWrupE { color:#00132d;display:block;width:54.874875rem;position:absolute;font-family:nunito;font-size:1.875rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:30.9375rem;left:10.125rem;height:2.8125rem;text-align:center;text-align-last:center;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; }
#XrhK361IGwoB5vvo88bKDJlVvSwzOGKy { position:absolute;display:block;z-index:15007;background-color:rgba(255,255,255,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem dashed #b99f84;border-left:0.1875rem dashed #b99f84;border-right:0.1875rem dashed #b99f84;border-bottom:0.1875rem dashed #b99f84;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:3.375rem;width:60.3125rem;top:30.4375rem;left:7.3125rem;display:block; }
#R549JUtCqu9hVBM6TpxSxxM2nIb5uNca { color:#00132d;display:block;width:54.874875rem;position:absolute;font-family:nunito;font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:26.0625rem;left:10.125rem;height:2.8125rem;text-align:center;text-align-last:center;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; }
#iHwiLTTsuzho8g85eAa7t5alTuasHK13 { position:absolute;display:block;z-index:15005;background-color:rgba(255,255,255,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem dashed #b99f84;border-left:0.1875rem dashed #b99f84;border-right:0.1875rem dashed #b99f84;border-bottom:0.1875rem dashed #b99f84;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:3.375rem;width:60.3125rem;top:25.5625rem;left:7.3125rem;display:block; }
#Sb0FzSUk1yCXBRpmJcCqXCruR3vifZWa { color:#00132d;display:block;width:63.311875rem;position:absolute;font-family:nunito;font-size:2.25rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:2.4532432556152rem;left:5.8428030014038rem;height:5.84990625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#PuQzc8Xhp2b6LgwIJASZ8mXXb9sx7cVC { background-color:#fff41a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.9375rem 0.625rem 1.875rem rgba(67,43,30,0.5) ;box-sizing:border-box;color:#00132d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:helvetica;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.25rem;height:5.3125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:36.8134765625rem;left:23.875rem;display:block; }
#lekedtoxTSN6lCGZwhJRUbNaOANHkTwJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RmAv51J2LeZu0nZyBQmNbZkvH1A7diyD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c7c09a4d-1610-4c0b-b325-4be394c41e5d/LPUltimoFundo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#RmAv51J2LeZu0nZyBQmNbZkvH1A7diyD.adaptive-delivery-prevent-bg, #RmAv51J2LeZu0nZyBQmNbZkvH1A7diyD.lazyload, #RmAv51J2LeZu0nZyBQmNbZkvH1A7diyD.lazyloading { background-image: none; }#RmAv51J2LeZu0nZyBQmNbZkvH1A7diyD > .row .container { background-color: transparent; background-image: none; }#RmAv51J2LeZu0nZyBQmNbZkvH1A7diyD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RmAv51J2LeZu0nZyBQmNbZkvH1A7diyD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RmAv51J2LeZu0nZyBQmNbZkvH1A7diyD > .row .container > .video-iframe-container { display: none; }#RmAv51J2LeZu0nZyBQmNbZkvH1A7diyD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RmAv51J2LeZu0nZyBQmNbZkvH1A7diyD > .row > .video-iframe-container { display: none; }#RmAv51J2LeZu0nZyBQmNbZkvH1A7diyD > .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); }#RmAv51J2LeZu0nZyBQmNbZkvH1A7diyD > .row .container { border-width: 0; border-radius: 0; }#RmAv51J2LeZu0nZyBQmNbZkvH1A7diyD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RmAv51J2LeZu0nZyBQmNbZkvH1A7diyD > .row .container { font-size:0.875rem;font-family:arial;height:31.9375rem;width:75rem;position:relative;display:block; }#JXDZxRe4SKQT7N5QlKlkh8fWonIzQaWT { color:#000000;display:block;width:16.624625rem;position:absolute;font-family:helvetica;font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:16.796281814575rem;left:3.7174472808838rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KrZk3NyWQLZIc6CZ8wXcFtlh2D7S2i6l { color:#ffffff;display:block;width:60rem;position:absolute;font-family:nunito;font-size:1.3125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:8.4593982696531rem;left:7.4994077682494rem;height:3.41264375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#avVZ3IbVIfx1Ewi0RuXCHTRZClt1uFe8 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:helvetica;font-size:2.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.5524387359619rem;left:0rem;height:5.8499rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ngmiT6CnTuvl1zobPuCrhNxagTi7LwkE { color:#000000;display:block;width:16.624625rem;position:absolute;font-family:helvetica;font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:16.796281814575rem;left:29.186194419861rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zAERDFfpioV7irls2enNq4LSOfKEeDfH { color:#000000;display:block;width:16.624625rem;position:absolute;font-family:helvetica;font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:16.796281814575rem;left:54.749049186706rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NnumypWUACFDzZSndppy1SMRbnbD2lUS { position:absolute;display:block;z-index:15002;background-color:rgba(255,255,255,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem dashed #b99f84;border-left:0.1875rem dashed #b99f84;border-right:0.1875rem dashed #b99f84;border-bottom:0.1875rem dashed #b99f84;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:4.43714375rem;width:17.74975rem;top:15.456911087036rem;left:3.0344457626342rem;display:block; }
#KLm0omeDQe0uHyCkXsZtevkLh7vJPhoi { position:absolute;display:block;z-index:15004;background-color:rgba(255,255,255,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem dashed #b99f84;border-left:0.1875rem dashed #b99f84;border-right:0.1875rem dashed #b99f84;border-bottom:0.1875rem dashed #b99f84;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:4.43655rem;width:17.7491875rem;top:15.441524505615rem;left:28.472418785095rem;display:block; }
#X5W48of5dmcgcF1hDeVR9aGGUe0AeRq6 { position:absolute;display:block;z-index:15006;background-color:rgba(255,255,255,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem dashed #b99f84;border-left:0.1875rem dashed #b99f84;border-right:0.1875rem dashed #b99f84;border-bottom:0.1875rem dashed #b99f84;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:4.43714375rem;width:17.74975rem;top:15.4375rem;left:54.0625rem;display:block; }
#GUsmBnALRuwta5xM9U1v0QM8T0OaN05a { background-color:#fff41a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.9375rem 0.625rem 1.875rem rgba(67,43,30,0.5) ;box-sizing:border-box;color:#00132d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:helvetica;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.375rem;height:5.375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:24.1884765625rem;left:23.8115234375rem;display:block; }
#NFrBFrtmmntUbMuLZH9b73Cr4zfFLDzO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BHStD6BOVApH2P49PTEyVwyX7muMXIGZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#BHStD6BOVApH2P49PTEyVwyX7muMXIGZ > .row .container { background-color: transparent; background-image: none; }#BHStD6BOVApH2P49PTEyVwyX7muMXIGZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BHStD6BOVApH2P49PTEyVwyX7muMXIGZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BHStD6BOVApH2P49PTEyVwyX7muMXIGZ > .row .container > .video-iframe-container { display: none; }#BHStD6BOVApH2P49PTEyVwyX7muMXIGZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BHStD6BOVApH2P49PTEyVwyX7muMXIGZ > .row > .video-iframe-container { display: none; }#BHStD6BOVApH2P49PTEyVwyX7muMXIGZ > .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); }#BHStD6BOVApH2P49PTEyVwyX7muMXIGZ > .row .container { border-width: 0; border-radius: 0; }#BHStD6BOVApH2P49PTEyVwyX7muMXIGZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BHStD6BOVApH2P49PTEyVwyX7muMXIGZ > .row .container { font-size:0.875rem;font-family:arial;height:51.125rem;width:75rem;position:relative;display:block; }#p2x3XCVZTIBDO6wrrEhWGtDc66NXTNkk { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:44.812375rem;width:35.812rem;top:3.1545925140381rem;left:0.84339523315431rem;overflow:hidden;display:block; }
#kN9dR2iw6XTWnzRJvEa7Ig5M0FRR3rHL { color:#000000;display:block;width:32rem;position:absolute;font-family:nunito;font-size:1.1875rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:7.453125rem;left:40.25rem;height:33.84375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TCxPcxoROcdcrety3qZvpFoZZco7kclG { color:#00132d;display:block;width:35.9375rem;position:absolute;font-family:helvetica;font-size:2.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.90625rem;left:38.28125rem;height:2.92495rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pWDq4T3y5L2uecvLNEyQg8T7gGIURT23 { background-color:#fff41a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.9375rem 0.625rem 1.875rem rgba(67,43,30,0.5) ;box-sizing:border-box;color:#00132d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:helvetica;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.4375rem;height:5.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:43.4384765625rem;left:42.53125rem;display:block; }
#ZavG8Littwm6DlA4kncFptmegJGWhJDO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W3TJ5IoiRs4c0BouBkmBZsf2sZIN9ePN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7ef26436-c533-43e0-854e-5b252421f9ff/LPMeioFundo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#W3TJ5IoiRs4c0BouBkmBZsf2sZIN9ePN.adaptive-delivery-prevent-bg, #W3TJ5IoiRs4c0BouBkmBZsf2sZIN9ePN.lazyload, #W3TJ5IoiRs4c0BouBkmBZsf2sZIN9ePN.lazyloading { background-image: none; }#W3TJ5IoiRs4c0BouBkmBZsf2sZIN9ePN > .row .container { background-color: transparent; background-image: none; }#W3TJ5IoiRs4c0BouBkmBZsf2sZIN9ePN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W3TJ5IoiRs4c0BouBkmBZsf2sZIN9ePN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W3TJ5IoiRs4c0BouBkmBZsf2sZIN9ePN > .row .container > .video-iframe-container { display: none; }#W3TJ5IoiRs4c0BouBkmBZsf2sZIN9ePN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W3TJ5IoiRs4c0BouBkmBZsf2sZIN9ePN > .row > .video-iframe-container { display: none; }#W3TJ5IoiRs4c0BouBkmBZsf2sZIN9ePN > .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); }#W3TJ5IoiRs4c0BouBkmBZsf2sZIN9ePN > .row .container { border-width: 0; border-radius: 0; }#W3TJ5IoiRs4c0BouBkmBZsf2sZIN9ePN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W3TJ5IoiRs4c0BouBkmBZsf2sZIN9ePN > .row .container { font-size:0.875rem;font-family:arial;height:51.25rem;width:75rem;position:relative;display:block; }#OBdfvUvEgzBFEgAOQ3OVbNw5wyPupJfT { color:#ffffff;display:block;width:74.999375rem;position:absolute;font-family:helvetica;font-size:2.25rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:2.375rem;left:0rem;height:2.92495rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HM2342CZlFUdBZSLQrgJrCubRT1QCETm { position:absolute;display:block;z-index:15022;background-color:rgba(255,255,255,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #b99f84;border-left:0.1875rem solid #b99f84;border-right:0.1875rem solid #b99f84;border-bottom:0.1875rem solid #b99f84;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:6.4375rem;width:60.4375rem;top:7.0661735534669rem;left:7.1602735519406rem;display:block; }
#LFlf6nm1RNQl8da2hgTrcr6lyVym4Gkf { color:#fff41a;display:block;width:54.8745rem;position:absolute;font-family:nunito;font-size:1.875rem;font-weight:700;z-index:15031;line-height:1.5;letter-spacing:0;top:7.6242904663088rem;left:10.06214427948rem;height:2.8125rem;text-align:center;text-align-last:center;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; }
#TEqyRRc32TkT9EnWSQiPVPASdIl77xBc { color:#ffffff;display:block;width:53.8743125rem;position:absolute;font-family:nunito;font-size:1.75rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:10.999052047729rem;left:10.562262535095rem;height:2.27509375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nEgsIfPFhDcBzfvCZIIeH7ZruAEHXXkn { position:absolute;display:block;z-index:15025;background-color:rgba(255,255,255,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #b99f84;border-left:0.1875rem solid #b99f84;border-right:0.1875rem solid #b99f84;border-bottom:0.1875rem solid #b99f84;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:3.6872625rem;width:60.4995rem;top:14.9375rem;left:7.1875rem;display:block; }
#LoMXAuX6HlB5GBHqqTG1w0wE2dJr2TWT { color:#fff41a;display:block;width:54.8745rem;position:absolute;font-family:nunito;font-size:1.875rem;font-weight:700;z-index:15034;line-height:1.5;letter-spacing:0;top:15.5rem;left:11.5rem;height:2.8125rem;text-align:center;text-align-last:center;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; }
#veSnDwTHocTuO3znn0TSOTpF0MxxiM4q { position:absolute;display:block;z-index:15027;background-color:rgba(255,255,255,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #b99f84;border-left:0.1875rem solid #b99f84;border-right:0.1875rem solid #b99f84;border-bottom:0.1875rem solid #b99f84;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:3.6872625rem;width:60.4995rem;top:20.0625rem;left:7.25rem;display:block; }
#pohFO8g6Ofb8gCoqkkv3GhIKlTASuJsT { color:#fff41a;display:block;width:54.8739375rem;position:absolute;font-family:nunito;font-size:1.875rem;font-weight:700;z-index:15036;line-height:1.5;letter-spacing:0;top:20.625rem;left:11.375rem;height:2.8125rem;text-align:center;text-align-last:center;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; }
#rzBvG1y3RIRxR4NzCuqRdeV0LLyK0e5T { position:absolute;display:block;z-index:15031;background-color:rgba(255,255,255,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #b99f84;border-left:0.1875rem solid #b99f84;border-right:0.1875rem solid #b99f84;border-bottom:0.1875rem solid #b99f84;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:3.6872625rem;width:60.4995rem;top:30.3125rem;left:7.25rem;display:block; }
#PUm91FSKA4yTuhOlegZp1HBvhEHfuGBt { color:#fff41a;display:block;width:54.8739375rem;position:absolute;font-family:nunito;font-size:1.875rem;font-weight:700;z-index:15040;line-height:1.5;letter-spacing:0;top:30.875rem;left:11.6875rem;height:2.8125rem;text-align:center;text-align-last:center;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; }
#ChxBG38fcRbX4RPsTftP3aLlO5Sxte1D { position:absolute;display:block;z-index:15029;background-color:rgba(255,255,255,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #b99f84;border-left:0.1875rem solid #b99f84;border-right:0.1875rem solid #b99f84;border-bottom:0.1875rem solid #b99f84;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:3.6872625rem;width:60.4995rem;top:25.1875rem;left:7.25rem;display:block; }
#abgIVm8S9yDsw18xwonCfrW3ir7bbESh { color:#fff41a;display:block;width:54.8745rem;position:absolute;font-family:nunito;font-size:1.875rem;font-weight:700;z-index:15038;line-height:1.5;letter-spacing:0;top:25.75rem;left:11.8125rem;height:2.8125rem;text-align:center;text-align-last:center;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; }
#BToWJ2fkCWpU4rMpdPHMNo1K56sExXHM { position:absolute;display:block;z-index:15033;background-color:rgba(255,255,255,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #b99f84;border-left:0.1875rem solid #b99f84;border-right:0.1875rem solid #b99f84;border-bottom:0.1875rem solid #b99f84;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:3.6872625rem;width:60.4995rem;top:35.5625rem;left:7.25rem;display:block; }
#MG9vWmTwLnupoMJsrTHVCELp1v1hwddD { color:#fff41a;display:block;width:54.8739375rem;position:absolute;font-family:nunito;font-size:1.875rem;font-weight:700;z-index:15042;line-height:1.5;letter-spacing:0;top:36.150565290824rem;left:11.499762535095rem;height:2.8125rem;text-align:center;text-align-last:center;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; }
#Tu4eTV1ozloWI4nzUoAJVawfN2XXJ26S { background-color:#fff41a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.9375rem 0.625rem 1.875rem rgba(67,43,30,0.5) ;box-sizing:border-box;color:#00132d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:helvetica;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.625rem;height:5.5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:42.7509765625rem;left:23.6875rem;display:block; }
#HLzv2TODKPlEPX3bBFSCBFHaBfc1JHvL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EGTsyO55bHKpN7Mc2qpBHK0zZaHGHWav { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#EGTsyO55bHKpN7Mc2qpBHK0zZaHGHWav > .row .container { background-color: transparent; background-image: none; }#EGTsyO55bHKpN7Mc2qpBHK0zZaHGHWav::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EGTsyO55bHKpN7Mc2qpBHK0zZaHGHWav > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EGTsyO55bHKpN7Mc2qpBHK0zZaHGHWav > .row .container > .video-iframe-container { display: none; }#EGTsyO55bHKpN7Mc2qpBHK0zZaHGHWav > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EGTsyO55bHKpN7Mc2qpBHK0zZaHGHWav > .row > .video-iframe-container { display: none; }#EGTsyO55bHKpN7Mc2qpBHK0zZaHGHWav > .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); }#EGTsyO55bHKpN7Mc2qpBHK0zZaHGHWav > .row .container { border-width: 0; border-radius: 0; }#EGTsyO55bHKpN7Mc2qpBHK0zZaHGHWav > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EGTsyO55bHKpN7Mc2qpBHK0zZaHGHWav > .row .container { font-size:0.875rem;font-family:arial;height:32.5625rem;width:75rem;position:relative;display:block; }#kbVo41iJgrReA7p7m41TH2dK2ZzCMkZ7 { color:#00132d;display:block;width:75rem;position:absolute;font-family:helvetica;font-size:2.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.916015625rem;left:0rem;height:2.92495rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hpk2sTmNgazciqlwmczInpvqzGZ7pAgF { color:#e60000;display:block;width:37.5rem;position:absolute;font-family:nunito;font-size:1.4375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:5.8747632503509rem;left:0rem;height:1.8684875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qn4Qlz31sThlVddV38VuDkAv4bppLm7G { color:#00b94a;display:block;width:37.5rem;position:absolute;font-family:nunito;font-size:1.4375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:5.8747632503509rem;left:37.499403953553rem;height:1.8684875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VTzJkNzqv3aAWBGUM4tI7hdipTvnXrFy { position:absolute;display:block;z-index:15006;background-color:rgba(255,255,255,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem dashed #e60000;border-left:0.1875rem dashed #e60000;border-right:0.1875rem dashed #e60000;border-bottom:0.1875rem dashed #e60000;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:4.5rem;width:19.9375rem;top:8.4375rem;left:8.8125rem;display:block; }
#kEI9XZ9FsTnc4zABmw7kogSXABdy67xs { color:#000000;display:block;width:18.6245rem;position:absolute;font-family:nunito;font-size:1.4375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:8.9375rem;left:9.625rem;height:3.73698125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m7HoEQb16Nf81E2qhCqtk0Qw7NrgcmdO { position:absolute;display:block;z-index:15008;background-color:rgba(255,255,255,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem dashed #e60000;border-left:0.1875rem dashed #e60000;border-right:0.1875rem dashed #e60000;border-bottom:0.1875rem dashed #e60000;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:4.5rem;width:19.9375rem;top:14.1875rem;left:8.8125rem;display:block; }
#r3MJoA4CXUBCT7pvafItadNGmMz1STUS { color:#000000;display:block;width:18.6245rem;position:absolute;font-family:nunito;font-size:1.4375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:14.6875rem;left:9.625rem;height:3.736975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zHTioA1k2oX6MGerT7cEEfb4EiTPG4e6 { position:absolute;display:block;z-index:15012;background-color:rgba(255,255,255,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem dashed #e60000;border-left:0.1875rem dashed #e60000;border-right:0.1875rem dashed #e60000;border-bottom:0.1875rem dashed #e60000;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:4.5rem;width:19.9375rem;top:25.8125rem;left:8.8125rem;display:block; }
#SnW2QGwhGa3IcLJRb8rvE4Dfzm7Udo7e { color:#000000;display:block;width:18.6245rem;position:absolute;font-family:nunito;font-size:1.4375rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:26.3125rem;left:9.625rem;height:3.736975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tm85FcvFHf0cPOcOP6WnRg4sizA4QIoo { position:absolute;display:block;z-index:15010;background-color:rgba(255,255,255,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem dashed #e60000;border-left:0.1875rem dashed #e60000;border-right:0.1875rem dashed #e60000;border-bottom:0.1875rem dashed #e60000;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:4.5rem;width:19.9375rem;top:20.0625rem;left:8.8125rem;display:block; }
#h3VmOLrAFEg66A6vfv60JS23oPZzqxV9 { color:#000000;display:block;width:18.6245rem;position:absolute;font-family:nunito;font-size:1.4375rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:20.5625rem;left:9.625rem;height:3.736975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tIydbcN2qTCA0c6sK3skyTaL1Rwi8e7w { position:absolute;display:block;z-index:15028;background-color:rgba(255,255,255,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem dashed #00b94a;border-left:0.1875rem dashed #00b94a;border-right:0.1875rem dashed #00b94a;border-bottom:0.1875rem dashed #00b94a;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:4.5rem;width:19.9375rem;top:25.8125rem;left:46.125rem;display:block; }
#IKPw8mMVRim0tMoA6AZdc2PWJpwmGQ26 { color:#000000;display:block;width:18.6245rem;position:absolute;font-family:nunito;font-size:1.4375rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:26.3125rem;left:46.9375rem;height:3.73698125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iz6HmrPOkFsHoF8s8pFrkv6c3STmeg5i { position:absolute;display:block;z-index:15026;background-color:rgba(255,255,255,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem dashed #00b94a;border-left:0.1875rem dashed #00b94a;border-right:0.1875rem dashed #00b94a;border-bottom:0.1875rem dashed #00b94a;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:4.5rem;width:19.9375rem;top:20.0625rem;left:46.125rem;display:block; }
#CAHD3LqZWR8vXgNf83DCegytyT7b7fBQ { color:#000000;display:block;width:18.6245rem;position:absolute;font-family:nunito;font-size:1.4375rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:20.5625rem;left:46.9375rem;height:3.736975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NZIoD0quau7KK1dmEgTnuO2RvHZGs0CO { position:absolute;display:block;z-index:15024;background-color:rgba(255,255,255,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem dashed #00b94a;border-left:0.1875rem dashed #00b94a;border-right:0.1875rem dashed #00b94a;border-bottom:0.1875rem dashed #00b94a;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:4.5rem;width:19.9375rem;top:14.1875rem;left:46.125rem;display:block; }
#Um5AduSZGPT9PPB5O9fvbfRlxOPxVf9I { color:#000000;display:block;width:18.6245rem;position:absolute;font-family:nunito;font-size:1.4375rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:14.6875rem;left:46.9375rem;height:3.73698125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oJqgpSNleLm96z3h2GZv8fIO81CFb0l6 { position:absolute;display:block;z-index:15022;background-color:rgba(255,255,255,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem dashed #00b94a;border-left:0.1875rem dashed #00b94a;border-right:0.1875rem dashed #00b94a;border-bottom:0.1875rem dashed #00b94a;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:4.5rem;width:19.9375rem;top:8.4375rem;left:46.125rem;display:block; }
#RqJ6UMZVdshCSSpqiTQWaLLHgFrOVSk7 { color:#000000;display:block;width:18.6245rem;position:absolute;font-family:nunito;font-size:1.4375rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:8.9375rem;left:46.9375rem;height:3.736975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AW8OaszuHlBs9UaOEhKo4tPld86BVIrz { position:relative;display:block; }#AW8OaszuHlBs9UaOEhKo4tPld86BVIrz { background-color: transparent; background-image: none; }#AW8OaszuHlBs9UaOEhKo4tPld86BVIrz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AW8OaszuHlBs9UaOEhKo4tPld86BVIrz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AW8OaszuHlBs9UaOEhKo4tPld86BVIrz > .row .container > .video-iframe-container { display: none; }#AW8OaszuHlBs9UaOEhKo4tPld86BVIrz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AW8OaszuHlBs9UaOEhKo4tPld86BVIrz > .row > .video-iframe-container { display: none; }#AW8OaszuHlBs9UaOEhKo4tPld86BVIrz > .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); }#AW8OaszuHlBs9UaOEhKo4tPld86BVIrz { border-width: 0; border-radius: 0; }#AW8OaszuHlBs9UaOEhKo4tPld86BVIrz > .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; }#AW8OaszuHlBs9UaOEhKo4tPld86BVIrz > .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:22.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Llv34PBafz6d539ogWJilc4B0zbV3pgT { box-sizing:content-box;color:#5d92ff;font-size:3.1875rem;font-weight:400;line-height:1;height:4.625rem;width:4.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:0.806640625rem;left:7.0625rem; }
#TeIzr1CXtkJLZPeMTrTifqET3EolPcnX { box-sizing:content-box;color:#5d92ff;font-size:3.1875rem;font-weight:400;line-height:1;height:4.625rem;width:4.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:0.806640625rem;left:44.562501907349rem; }
#u8qPJXwbWWks9kAPp8brwFTFpmyflJq1 { box-sizing:content-box;color:#5d92ff;font-size:3.1875rem;font-weight:400;line-height:1;height:4.625rem;width:4.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:0.806640625rem;left:25.812501907349rem; }
#fNSpMo3M6ELuCoTU2JTTwIZeg1Skfp5U { box-sizing:content-box;color:#5d92ff;font-size:3.1875rem;font-weight:400;line-height:1;height:4.625rem;width:4.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:0.806640625rem;left:63.31250190735rem; }
#EvCKd8Xanrl8Qb6Tnat8zMOcf3bFwuzu { color:#00132d;display:block;width:14.5rem;position:absolute;font-family:helvetica;font-size:1.3125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:6.603515625rem;left:2.125rem;height:3.41264375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LhD6USKPxbMDT9lPbrQTpH3pTBOuhDX6 { color:#00132d;display:block;width:14.5rem;position:absolute;font-family:helvetica;font-size:1.3125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:6.6028652191163rem;left:20.875001907349rem;height:3.41264375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cA6c4MiA3koqsNQRZTJb2TrAQT9pWGgy { color:#00132d;display:block;width:14.5rem;position:absolute;font-family:helvetica;font-size:1.3125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:6.6028652191163rem;left:39.625001907349rem;height:3.41264375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zOfEThi2ZgAUKURbPT2U69kIhg6pRzkw { color:#00132d;display:block;width:14.5rem;position:absolute;font-family:helvetica;font-size:1.3125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:6.603515625rem;left:58.375001907349rem;height:3.41264375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aECU85qzITeLC1BXWkv4GamtnstZWoSA { background-color:#fff41a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.9375rem 0.625rem 1.875rem rgba(67,43,30,0.5) ;box-sizing:border-box;color:#00132d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:helvetica;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.625rem;height:5.5625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:13.1259765625rem;left:23.625rem;display:block; }
#pyggQA6kikQKKJuTpgzpEbnZedXRx6bK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SDVI8LL8lR9NqIVxsZDu4q2wC4QBCFl0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000713;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; }#SDVI8LL8lR9NqIVxsZDu4q2wC4QBCFl0 > .row .container { background-color: transparent; background-image: none; }#SDVI8LL8lR9NqIVxsZDu4q2wC4QBCFl0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SDVI8LL8lR9NqIVxsZDu4q2wC4QBCFl0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SDVI8LL8lR9NqIVxsZDu4q2wC4QBCFl0 > .row .container > .video-iframe-container { display: none; }#SDVI8LL8lR9NqIVxsZDu4q2wC4QBCFl0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SDVI8LL8lR9NqIVxsZDu4q2wC4QBCFl0 > .row > .video-iframe-container { display: none; }#SDVI8LL8lR9NqIVxsZDu4q2wC4QBCFl0 > .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); }#SDVI8LL8lR9NqIVxsZDu4q2wC4QBCFl0 > .row .container { border-width: 0; border-radius: 0; }#SDVI8LL8lR9NqIVxsZDu4q2wC4QBCFl0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SDVI8LL8lR9NqIVxsZDu4q2wC4QBCFl0 > .row .container { font-size:0.875rem;font-family:arial;height:55.4375rem;width:75rem;position:relative;display:block; }#eOtWbSw1InfzpLhK66MDHrsxqUCyPCA5 { color:#ffffff;display:block;width:74.999375rem;position:absolute;font-family:helvetica;font-size:2.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:2.265625rem;left:0rem;height:2.92495rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FrmDQm7RTG4BDy9dNzhnkvffUzw9hDX1 { position:absolute;display:block;z-index:15016;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:45.8745625rem;width:30.499875rem;top:6.9364876747131rem;left:2.3357925415039rem;overflow:hidden;display:block; }
#Si42qLo9Rkmaoy4ths97ugNX6EC6Tgzh { color:#ffffff;display:block;width:35.6865rem;position:absolute;font-family:nunito;font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:6.9364876747131rem;left:36.435186386108rem;height:37.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nLVDmI3P07ulTIDuwVFHOmamLhk4l8T5 { color:#ffffff;display:block;width:7.1875rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:49.4375rem;left:36.4375rem;height:2.3984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o20wZEz6HT5eT1A3pzbZhXmZb5tUcEIT { color:#ffffff;display:block;width:6.875rem;position:absolute;font-family:helvetica;font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:47rem;left:36.5625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WfRrI3iv08MJURPthDMvB93GKdEzatzZ { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:helvetica;font-size:1.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:47rem;left:46.5625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mVhMlVTbm47poa3R7NuPppplemEPfmAM { color:#ffffff;display:block;width:11.6875rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:400;z-index:15020;line-height:1.2;letter-spacing:0;top:49.5rem;left:49.75rem;height:2.3984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bx81ICZaXiDvwp0tJTzOXZGMpHbKwAyE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#bx81ICZaXiDvwp0tJTzOXZGMpHbKwAyE > .row .container { background-color: transparent; background-image: none; }#bx81ICZaXiDvwp0tJTzOXZGMpHbKwAyE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bx81ICZaXiDvwp0tJTzOXZGMpHbKwAyE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bx81ICZaXiDvwp0tJTzOXZGMpHbKwAyE > .row .container > .video-iframe-container { display: none; }#bx81ICZaXiDvwp0tJTzOXZGMpHbKwAyE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bx81ICZaXiDvwp0tJTzOXZGMpHbKwAyE > .row > .video-iframe-container { display: none; }#bx81ICZaXiDvwp0tJTzOXZGMpHbKwAyE > .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); }#bx81ICZaXiDvwp0tJTzOXZGMpHbKwAyE > .row .container { border-width: 0; border-radius: 0; }#bx81ICZaXiDvwp0tJTzOXZGMpHbKwAyE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bx81ICZaXiDvwp0tJTzOXZGMpHbKwAyE > .row .container { font-size:0.875rem;font-family:arial;height:60rem;width:75rem;position:relative;display:block; }#RNXasQRHL7ZT13l7LzyUoBaAoN9epqfV { color:#00132d;display:block;width:74.999375rem;position:absolute;font-family:nunito;font-size:2.625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:3.4375rem;left:0rem;height:3.4121125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#ffffff;background-image:none;vertical-align:top;border-top:0.1875rem dashed #b99f84;border-left:0.1875rem dashed #b99f84;border-right:0.1875rem dashed #b99f84;border-bottom:0.1875rem dashed #b99f84; }
#uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH .accordion-heading-text { display:block;position:relative;width:100%;font-family:"open sans";font-weight:700;font-size:1.375rem;color:#00132d;height:auto; }
#uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.25rem;font-family:"open sans";color:#00132d;height:auto; }
#uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH .accordion-trigger.adaptive-delivery-prevent-bg, #uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH .accordion-trigger.lazyload, #uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH .accordion-trigger.lazyloading { background-image: none; }
#uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH { box-sizing:content-box;height:auto;width:58.1865625rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15026;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:8.972544670105rem;left:6.8146295547488rem;border-top:0.375rem solid #00132d;border-left:0.375rem solid #00132d;border-right:0.375rem solid #00132d;border-bottom:0.375rem solid #00132d; }
#uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH #OBFslNI9UAXybK4kqua6sZeobKofGvDC { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH #rDfqZGiQxRBi0Q6VQJ4vfaFNCuFrJKCV { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH #ING72kZ69L2e8sdqiWtwGCgEQvud6TGm { display:block;position:relative; }
#uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH #yTNwy65ua20E1efelSy1ODmWmQHZiyqr {  }
#uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH #ElDtChOQULOdVvgIHkTQItssUBhyP9cs {  }
#uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH #JA87tt0XmbVSavtf4FHFT6S8z7TFLCk0 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH #hwXmaFCvw3NB7EnlHIXtfrgQUauV97mB { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH #Bo6FiboatGozE53KhHEushJ8VN6Igo2L { display:block;position:relative; }
#uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH #pUmkOUqONfxWnonnTpkmMeAFBvBZCh40 {  }
#uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH #TSk1qu1sedTopk7MvXJOiKQ3TGEFCawp { display:none; }
#uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH #ygRfwGeI6ADElhF0NnFk04KOBK889Ed8 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH #wBmGEraKDGmCpItm6afKiUau9fiCASot { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH #u4RmaTkwuwUCA3wZ4tKpDfPVvE1233qu { display:block;position:relative; }
#uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH #JqWrqJNc7veKoMdZsgNZ8HTUSqrTLhhb {  }
#uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH #zcwmOLaLLwL3yL0Vo1micueX4DMbE7yD { display:none; }
#uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH #SE4VveMPo1F5FtE57M3axPWfUQpkyRCF { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH #Rpzay1zOTH4HaDbnRc6BUxgSgoALG2Nw { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH #UX3oBhwALmyiQVaDMqbAa2HiKOL6dFq3 { display:block;position:relative; }
#uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH #hBBGQPG0qOQXszTeSwMNSb7C2IrUdwT9 {  }
#uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH #BAntbPDFzRnsqwIw0LFCUif0k67CePg4 { display:none; }
#uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH #CNHcnqGrJcrn0ngLUGCHTZodV0yUcylh { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH #pDov6dDrLtUDmEafye7OJQNLnbTXy2Tx { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH #t9dKALqr2pRBnN4tyR24AHxZexSy7JmM { display:block;position:relative; }
#uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH #LRRT9i9oQrkXUgI6JIJQRKiSdk9XBv4w {  }
#uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH #ysgnB61PsLzIhqbs7hHI2t3n3yU1L7yq { display:none; }
#uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH #wbqSqUVZs08TFm27yrephJwqhZffBUTb { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH #hSVlvwCPXU3VsCAZPJmOBHPAzcQAXTpG { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH #ed33q5y3BkCxIR7UXVq7X6sUgaCM9bbr { display:block;position:relative; }
#uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH #zKlEGqxaxAfTx07JMRB1bDs8h4W4TUnz {  }
#uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH #Kt9n1Pw2n2lDFW7Q0h0NM77T7206v6w7 { display:none; }
#uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH #wmn86iiPXHVHnxcCWeKGsR6UpnITAsV6 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH #Dde5WlIpiXWgC4feEFdrkmgtZgzZAGbZ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH #W9S4TvdnmKodclSWLFynDNfrzaak5gdW { display:block;position:relative; }
#uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH #aNwOgfTC07pNuJKwJJ36rbn3oZNTTw3V {  }
#uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH #OW3G72RP1QnuTEk8tIRwemmH8w4Uasgx { display:none; }
#uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH #uUAAfiElC0gBneRlGUyAiSKtKXaRmVE3 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH #tyXJ4CRDcfBq8seDKs6SX6DRuWoaFgF3 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH #T0HAUITIWTEf7Dfo8tpHIThT9xipCgDd { display:block;position:relative; }
#uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH #PGV5BExXTo55y2bsmQfzuBQ8AGTgZ0Qy {  }
#uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH #TbuopFDBgbCllQ0Q3LRbq4L5cMeyOHbE { display:none; }
#F5dr7N4TNKtxw6KiXZTzMOCA7BUqqLOI { background-color:#fff41a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.9375rem 0.625rem 1.875rem rgba(67,43,30,0.5) ;box-sizing:border-box;color:#00132d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:helvetica;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.6875rem;height:5.5625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:51.8759765625rem;left:23.65625rem;display:block; }
#zhVcz91olfDNErRiCLI7DrpqQJQ7pV9o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/235bd247-78ee-4dce-b555-7493bc742476/LPMeioFundo2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN.adaptive-delivery-prevent-bg, #UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN.lazyload, #UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN.lazyloading { background-image: none; }#UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN > .row .container { background-color: transparent; background-image: none; }#UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN > .row .container > .video-iframe-container { display: none; }#UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN > .row > .video-iframe-container { display: none; }#UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN > .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); }#UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN > .row .container { border-width: 0; border-radius: 0; }#UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN > .row .container { font-size:0.875rem;font-family:arial;height:60.375rem;width:75rem;position:relative;display:block; }#wlVEmJamKx6pIZrTNwk1rS16QoKHLVCr { color:#ffffff;display:block;width:52.062rem;position:absolute;font-family:helvetica;font-size:2.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.2378206253052rem;left:11.46839427948rem;height:5.84990625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ddHKznW0ewldE3iJ40M2dpVoXRBHAKls { color:#ffffff;display:block;width:42.43725rem;position:absolute;font-family:nunito;font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:9.875rem;left:16.3125rem;height:5.361325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-form-header {  }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-regular-label { height:auto;display:block;font-family:helvetica;font-size:1.375rem;font-weight:700;color:#ffffff;width:20.4375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;line-height:1;font-style:normal; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.4375rem;box-sizing:border-box;height:3.125rem;color:#121c1b;font-size:1.0625rem;overflow:hidden;font-family:dosis;vertical-align:top;text-align:center;text-align-last:center; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-input-text {padding-top: 0; padding-bottom: 0;}#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.4375rem;box-sizing:border-box;height:4.375rem;color:#121c1b;font-size:1.0625rem;overflow:hidden;font-family:dosis;vertical-align:top;text-align:center;text-align-last:center; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.4375rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-input-select {padding-top: 0; padding-bottom: 0;}#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-input-button { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:#fff41a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:2.125rem;margin-bottom:0.25rem;margin-left:2.125rem;display:block;box-sizing:border-box;font-size:1.5rem;font-weight:700;color:#00132d;width:16.125rem;height:6.875rem;font-family:helvetica;overflow:hidden;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(67,43,30,0.5) ;font-style:normal; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 [class*="-text"]:-moz-placeholder { color:#121c1b;font-family:"open sans";font-size:1.0625rem; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 [class*="-text"]::-moz-placeholder { color:#121c1b;font-family:"open sans";font-size:1.0625rem; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 [class*="-text"]:-ms-input-placeholder { color:#121c1b;font-family:"open sans";font-size:1.0625rem; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 [class*="-text"]::-webkit-input-placeholder { color:#121c1b;font-family:"open sans";font-size:1.0625rem; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:nunito;line-height:1.3;font-size:0.9375rem;font-weight:300;color:#ffffff;vertical-align:top;width:19.1875rem;overflow:hidden;font-style:normal;float:none; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-container { padding-top:0.375rem;padding-right:0;padding-bottom:0.375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-container:first-of-type{padding-top:0;}#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-container:last-of-type{padding-bottom:0;}#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:25.99964427948rem;top:16.187255859375rem;z-index:15005;position:absolute; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.4375rem;display:block;vertical-align:top; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 {display:block;}#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:25.99964427948rem;top:16.187255859375rem;z-index:15005;position:absolute; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #I6EODbw7r3HD5TnfRwphMNOwt6UdxgPk { position:relative; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #hZuyM7patqZfUzPLkQCKlydIe55gS2wR { position:relative;display:block; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #LVZHQq0xzPusunswuxUS8ASoKh9L1CO8 { position:relative; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #omftMxQFU9L3JGKPl13IKsh0Fyad9kw8 { position:relative; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #lAOsRSSu5pIKRcWQUSzXVVqye3aguydd { position:relative;display:block; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #TPMbHBnbGZKCo4q4KJDLVqUmJ6BrTK8y { position:relative; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #LmNIIzwDeLuxLHO3TKJCZguP627raGkD { position:relative; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #llSLeQhkgpFurQVO321fKq7EZ8E0kftp { position:relative;display:block; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #vPF2QuzDrpHmMNv7WeTWeU6SFvpzDaJc { position:relative; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #THpHToJhh3QvUgJwHeiEeTNIDCdWHNfu { position:relative; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #Cu6U6toC26QKJyPRytAy32RzTtyZaiGo { position:relative;display:block; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #auvpTqIx3P0KmIDJbySrF8zEG12t318L { position:relative; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #un2h2gL9Cs4NHigqZsVB006tBusFLbUE { position:relative; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #t2TfGdSl5c8N7qiIrryIksDuIWBFrOMg { position:relative;z-index:2; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #RcA2XRzc2BpofWVWvwKg8hhiruSlG4do { position:relative; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #Lik4x5D3pqiN8nMHL5fKwMdGHmOJoFTs { position:relative; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #dNVZ4VVO58ZSOnm28qPTToNN5D0si8gJ { position:relative; }
#V3Mxkmh4RPASlIG5t15935VcfXohyeLM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:54.874526977539rem;left:35.937499046326rem; }
#V3Mxkmh4RPASlIG5t15935VcfXohyeLM > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#KZuOXnuBptQp5D3qMkaDDRFpWJitm6N9 { background-color:#00132d;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; }#KZuOXnuBptQp5D3qMkaDDRFpWJitm6N9 > .row .container { background-color: transparent; background-image: none; }#KZuOXnuBptQp5D3qMkaDDRFpWJitm6N9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KZuOXnuBptQp5D3qMkaDDRFpWJitm6N9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KZuOXnuBptQp5D3qMkaDDRFpWJitm6N9 > .row .container > .video-iframe-container { display: none; }#KZuOXnuBptQp5D3qMkaDDRFpWJitm6N9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KZuOXnuBptQp5D3qMkaDDRFpWJitm6N9 > .row > .video-iframe-container { display: none; }#KZuOXnuBptQp5D3qMkaDDRFpWJitm6N9 > .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); }#KZuOXnuBptQp5D3qMkaDDRFpWJitm6N9 > .row .container { border-width: 0; border-radius: 0; }#KZuOXnuBptQp5D3qMkaDDRFpWJitm6N9 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#KZuOXnuBptQp5D3qMkaDDRFpWJitm6N9 > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;overflow:visible;position:relative;display:block; }#xgwSKMv6TPl3zZ5EROU94IPqGcAvTiTw { color:#f9f9f9;display:block;width:27.5621875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.98118972778319rem;left:23.717447280884rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pdk2r3ltpV2dmUgXxSyIehO0QpgIbfNJ { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.49925rem;height:3.436775rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:2.8117752075195rem;left:28.750001907349rem;display:block; }
#NeGlpSZWNqQSyBH6iETKEpPpm4mkKA10 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #U8LdvFO3VRO9tZ1BQSyO0KC07xdnHsMd { display:block; }#U8LdvFO3VRO9tZ1BQSyO0KC07xdnHsMd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QiVNTs194mooDba5SEUymo7LGTsmDe4a { top:0.8125rem;left:0rem;width:47.75rem;height:1.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmxhsXmd3nXqvaP7OSt71pJSNSSTm1bK { display:block; }#mmxhsXmd3nXqvaP7OSt71pJSNSSTm1bK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #as8hdf2h2DL4uTu3olJs94So1VKbQqb2 { top:5.25rem;left:0rem;width:41.375rem;height:9.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODbQD54ePS0ETZGa0fVZkibv7XZ2RInR { width:21.8125rem;height:4.8125rem;top:25.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHMQIvbEtusceaBHdphQSEEqgc4cILMa { display:block; }
 }@media only screen and (max-width: 763px) { #UsVzK6DvweRVVymfFXBEmAoTxJnOyXqd { top:17.0625rem;left:0rem;width:29.1875rem;height:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5bIk0esTW6AbtBVtD6aB4q4NqdOoXoM { top:31.125rem;left:0rem;width:17.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lo2qk9tvxbtVxhM51Gz0N8tAmDgcr3hJ { top:38.375rem;left:0rem;width:11.125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZe2VFW7bvZzNKxop1A31rtiDTigCeUp { top:36rem;left:0rem;width:7.5625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1ZPFMbA0VTIGXzcLg1g2SAPtC5F47k6 { top:38.375rem;left:15.75rem;width:15.9375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwbDGVAfpVCfoZ53kDTmavruQCxuhWsh { top:36rem;left:18.625rem;width:10.3125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxcBPD1isRsRoLgdssNMhcLLMzhJdE3N { top:36rem;left:27.625rem;width:20.125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wos85fCidHhgA4XKCP6G04xQ0CaFdzWG { top:38.375rem;left:36.625rem;width:11.125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdRRehZk2KSUN06eXNLSo2wvWatSxMx2 { top:36.25rem;left:10.4375rem;width:0.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxT6953thC9JWB6moGrhQbgXwkPaQHr7 { top:36.25rem;left:36.375rem;width:0.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOyPs08aOA9WazZen16L6ni00ZInAFzZ { display:block; }#cOyPs08aOA9WazZen16L6ni00ZInAFzZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VfUtkyosF0Xbuy6hg5GSneAUvNKWJSls { top:16.1875rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkL5SfSEJn3cmmWCQnSvKS91NgIP7MJ3 { top:12.25rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDmT1ID3scKBLEf6KTJvymuvE8s9DgQw { top:15.8125rem;left:0rem;width:47.375rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKp51UX1D3Km1UT2P18bSFc9SOPTdu3C { top:21.125rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuEafWd2LbPvXewcAtnhFMKoOh29PD1k { top:20.6875rem;left:0rem;width:47.375rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #chln7JmBDbXihMmDatTpGuHCpnUWrupE { top:30.875rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrhK361IGwoB5vvo88bKDJlVvSwzOGKy { top:30.4375rem;left:0rem;width:47.375rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R549JUtCqu9hVBM6TpxSxxM2nIb5uNca { top:26rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHwiLTTsuzho8g85eAa7t5alTuasHK13 { top:25.5625rem;left:0rem;width:47.375rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sb0FzSUk1yCXBRpmJcCqXCruR3vifZWa { top:2.4375rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuQzc8Xhp2b6LgwIJASZ8mXXb9sx7cVC { width:27.25rem;height:5.3125rem;top:36.8125rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lekedtoxTSN6lCGZwhJRUbNaOANHkTwJ { display:block; }
 }@media only screen and (max-width: 763px) { #RmAv51J2LeZu0nZyBQmNbZkvH1A7diyD { display:block; }#RmAv51J2LeZu0nZyBQmNbZkvH1A7diyD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JXDZxRe4SKQT7N5QlKlkh8fWonIzQaWT { top:16.75rem;left:0rem;width:16.5625rem;height:2rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrZk3NyWQLZIc6CZ8wXcFtlh2D7S2i6l { top:8.4375rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #avVZ3IbVIfx1Ewi0RuXCHTRZClt1uFe8 { top:1.5rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngmiT6CnTuvl1zobPuCrhNxagTi7LwkE { top:16.75rem;left:7.3125rem;width:16.5625rem;height:2rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAERDFfpioV7irls2enNq4LSOfKEeDfH { top:16.75rem;left:31.1875rem;width:16.5625rem;height:2rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnumypWUACFDzZSndppy1SMRbnbD2lUS { top:15.4375rem;left:0rem;width:17.6875rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLm0omeDQe0uHyCkXsZtevkLh7vJPhoi { top:15.4375rem;left:5.8125rem;width:17.6875rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5W48of5dmcgcF1hDeVR9aGGUe0AeRq6 { top:15.4375rem;left:29.6875rem;width:17.6875rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUsmBnALRuwta5xM9U1v0QM8T0OaN05a { width:27.375rem;height:5.375rem;top:24.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFrBFrtmmntUbMuLZH9b73Cr4zfFLDzO { display:block; }
 }@media only screen and (max-width: 763px) { #BHStD6BOVApH2P49PTEyVwyX7muMXIGZ { display:block; }#BHStD6BOVApH2P49PTEyVwyX7muMXIGZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p2x3XCVZTIBDO6wrrEhWGtDc66NXTNkk { top:3.125rem;left:0rem;width:35.75rem;height:44.734792981403rem;display:block; }
 }@media only screen and (max-width: 763px) { #kN9dR2iw6XTWnzRJvEa7Ig5M0FRR3rHL { top:7.4375rem;left:15.75rem;width:32rem;height:33.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCxPcxoROcdcrety3qZvpFoZZco7kclG { top:2.875rem;left:11.8125rem;width:35.9375rem;height:2.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWDq4T3y5L2uecvLNEyQg8T7gGIURT23 { width:27.4375rem;height:5.4375rem;top:43.4375rem;left:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZavG8Littwm6DlA4kncFptmegJGWhJDO { display:block; }
 }@media only screen and (max-width: 763px) { #W3TJ5IoiRs4c0BouBkmBZsf2sZIN9ePN { display:block; }#W3TJ5IoiRs4c0BouBkmBZsf2sZIN9ePN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OBdfvUvEgzBFEgAOQ3OVbNw5wyPupJfT { top:2.375rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HM2342CZlFUdBZSLQrgJrCubRT1QCETm { top:7.0625rem;left:0rem;width:47.375rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFlf6nm1RNQl8da2hgTrcr6lyVym4Gkf { top:7.5625rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEqyRRc32TkT9EnWSQiPVPASdIl77xBc { top:10.9375rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEgsIfPFhDcBzfvCZIIeH7ZruAEHXXkn { top:14.9375rem;left:0rem;width:47.375rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoMXAuX6HlB5GBHqqTG1w0wE2dJr2TWT { top:15.5rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #veSnDwTHocTuO3znn0TSOTpF0MxxiM4q { top:20.0625rem;left:0rem;width:47.375rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pohFO8g6Ofb8gCoqkkv3GhIKlTASuJsT { top:20.625rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzBvG1y3RIRxR4NzCuqRdeV0LLyK0e5T { top:30.3125rem;left:0rem;width:47.375rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUm91FSKA4yTuhOlegZp1HBvhEHfuGBt { top:30.875rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChxBG38fcRbX4RPsTftP3aLlO5Sxte1D { top:25.1875rem;left:0rem;width:47.375rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #abgIVm8S9yDsw18xwonCfrW3ir7bbESh { top:25.75rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BToWJ2fkCWpU4rMpdPHMNo1K56sExXHM { top:35.5625rem;left:0rem;width:47.375rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MG9vWmTwLnupoMJsrTHVCELp1v1hwddD { top:36.125rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tu4eTV1ozloWI4nzUoAJVawfN2XXJ26S { width:27.625rem;height:5.5rem;top:42.75rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLzv2TODKPlEPX3bBFSCBFHaBfc1JHvL { display:block; }
 }@media only screen and (max-width: 763px) { #EGTsyO55bHKpN7Mc2qpBHK0zZaHGHWav { display:block; }#EGTsyO55bHKpN7Mc2qpBHK0zZaHGHWav > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kbVo41iJgrReA7p7m41TH2dK2ZzCMkZ7 { top:1.875rem;left:0rem;width:47.75rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpk2sTmNgazciqlwmczInpvqzGZ7pAgF { top:5.8125rem;left:0rem;width:37.5rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qn4Qlz31sThlVddV38VuDkAv4bppLm7G { top:5.8125rem;left:0rem;width:37.5rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTzJkNzqv3aAWBGUM4tI7hdipTvnXrFy { top:8.4375rem;left:2rem;width:19.875rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEI9XZ9FsTnc4zABmw7kogSXABdy67xs { top:8.9375rem;left:2.8125rem;width:18.5625rem;height:3.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7HoEQb16Nf81E2qhCqtk0Qw7NrgcmdO { top:14.1875rem;left:2rem;width:19.875rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3MJoA4CXUBCT7pvafItadNGmMz1STUS { top:14.6875rem;left:2.8125rem;width:18.5625rem;height:3.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHTioA1k2oX6MGerT7cEEfb4EiTPG4e6 { top:25.8125rem;left:2rem;width:19.875rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnW2QGwhGa3IcLJRb8rvE4Dfzm7Udo7e { top:26.3125rem;left:2.8125rem;width:18.5625rem;height:3.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tm85FcvFHf0cPOcOP6WnRg4sizA4QIoo { top:20.0625rem;left:2rem;width:19.875rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3VmOLrAFEg66A6vfv60JS23oPZzqxV9 { top:20.5625rem;left:2.8125rem;width:18.5625rem;height:3.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIydbcN2qTCA0c6sK3skyTaL1Rwi8e7w { top:25.8125rem;left:25.6875rem;width:19.875rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKPw8mMVRim0tMoA6AZdc2PWJpwmGQ26 { top:26.25rem;left:26.499640464783rem;width:18.5625rem;height:3.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iz6HmrPOkFsHoF8s8pFrkv6c3STmeg5i { top:20.0625rem;left:25.6875rem;width:19.875rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAHD3LqZWR8vXgNf83DCegytyT7b7fBQ { top:20.5625rem;left:26.5rem;width:18.5625rem;height:3.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZIoD0quau7KK1dmEgTnuO2RvHZGs0CO { top:14.1875rem;left:25.6875rem;width:19.875rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Um5AduSZGPT9PPB5O9fvbfRlxOPxVf9I { top:14.6875rem;left:26.5rem;width:18.5625rem;height:3.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJqgpSNleLm96z3h2GZv8fIO81CFb0l6 { top:8.4375rem;left:25.6875rem;width:19.875rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqJ6UMZVdshCSSpqiTQWaLLHgFrOVSk7 { top:8.9375rem;left:26.5rem;width:18.5625rem;height:3.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AW8OaszuHlBs9UaOEhKo4tPld86BVIrz { display:block; }#AW8OaszuHlBs9UaOEhKo4tPld86BVIrz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Llv34PBafz6d539ogWJilc4B0zbV3pgT { top:0.75rem;left:3.65625rem;width:4.625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeIzr1CXtkJLZPeMTrTifqET3EolPcnX { top:0.75rem;left:27.531251907349rem;width:4.625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8qPJXwbWWks9kAPp8brwFTFpmyflJq1 { top:0.75rem;left:15.593751907349rem;width:4.625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNSpMo3M6ELuCoTU2JTTwIZeg1Skfp5U { top:0.75rem;left:39.468751907349rem;width:4.625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvCKd8Xanrl8Qb6Tnat8zMOcf3bFwuzu { top:6.5625rem;left:0rem;width:14.5rem;height:3.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhD6USKPxbMDT9lPbrQTpH3pTBOuhDX6 { top:6.5625rem;left:9.375rem;width:14.5rem;height:3.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cA6c4MiA3koqsNQRZTJb2TrAQT9pWGgy { top:6.5625rem;left:21.3125rem;width:14.5rem;height:3.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOfEThi2ZgAUKURbPT2U69kIhg6pRzkw { top:6.5625rem;left:33.25rem;width:14.5rem;height:3.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aECU85qzITeLC1BXWkv4GamtnstZWoSA { width:27.625rem;height:5.5625rem;top:13.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyggQA6kikQKKJuTpgzpEbnZedXRx6bK { display:block; }
 }@media only screen and (max-width: 763px) { #SDVI8LL8lR9NqIVxsZDu4q2wC4QBCFl0 { display:block; }#SDVI8LL8lR9NqIVxsZDu4q2wC4QBCFl0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eOtWbSw1InfzpLhK66MDHrsxqUCyPCA5 { top:2.25rem;left:0rem;width:47.75rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrmDQm7RTG4BDy9dNzhnkvffUzw9hDX1 { top:6.875rem;left:0rem;width:30.4375rem;height:45.780744874979rem;display:block; }
 }@media only screen and (max-width: 763px) { #Si42qLo9Rkmaoy4ths97ugNX6EC6Tgzh { top:6.875rem;left:12.125rem;width:35.625rem;height:37.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLVDmI3P07ulTIDuwVFHOmamLhk4l8T5 { top:49.4375rem;left:22.8125rem;width:7.125rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o20wZEz6HT5eT1A3pzbZhXmZb5tUcEIT { top:47rem;left:22.9375rem;width:6.8125rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfRrI3iv08MJURPthDMvB93GKdEzatzZ { top:47rem;left:29.6875rem;width:18.0625rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVhMlVTbm47poa3R7NuPppplemEPfmAM { top:49.5rem;left:36.125rem;width:11.625rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bx81ICZaXiDvwp0tJTzOXZGMpHbKwAyE { display:block; }#bx81ICZaXiDvwp0tJTzOXZGMpHbKwAyE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RNXasQRHL7ZT13l7LzyUoBaAoN9epqfV { top:3.4375rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH { display:flex;height:auto;width:45.25rem;top:8.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH #OBFslNI9UAXybK4kqua6sZeobKofGvDC {  }
 }@media only screen and (max-width: 763px) { #uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH #rDfqZGiQxRBi0Q6VQJ4vfaFNCuFrJKCV {  }
 }@media only screen and (max-width: 763px) { #uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH #ING72kZ69L2e8sdqiWtwGCgEQvud6TGm {  }
 }@media only screen and (max-width: 763px) { #uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH #yTNwy65ua20E1efelSy1ODmWmQHZiyqr {  }
 }@media only screen and (max-width: 763px) { #uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH #ElDtChOQULOdVvgIHkTQItssUBhyP9cs {  }
 }@media only screen and (max-width: 763px) { #uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH #JA87tt0XmbVSavtf4FHFT6S8z7TFLCk0 {  }
 }@media only screen and (max-width: 763px) { #uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH #hwXmaFCvw3NB7EnlHIXtfrgQUauV97mB {  }
 }@media only screen and (max-width: 763px) { #uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH #Bo6FiboatGozE53KhHEushJ8VN6Igo2L {  }
 }@media only screen and (max-width: 763px) { #uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH #pUmkOUqONfxWnonnTpkmMeAFBvBZCh40 {  }
 }@media only screen and (max-width: 763px) { #uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH #TSk1qu1sedTopk7MvXJOiKQ3TGEFCawp {  }
 }@media only screen and (max-width: 763px) { #uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH #ygRfwGeI6ADElhF0NnFk04KOBK889Ed8 {  }
 }@media only screen and (max-width: 763px) { #uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH #wBmGEraKDGmCpItm6afKiUau9fiCASot {  }
 }@media only screen and (max-width: 763px) { #uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH #u4RmaTkwuwUCA3wZ4tKpDfPVvE1233qu {  }
 }@media only screen and (max-width: 763px) { #uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH #JqWrqJNc7veKoMdZsgNZ8HTUSqrTLhhb {  }
 }@media only screen and (max-width: 763px) { #uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH #zcwmOLaLLwL3yL0Vo1micueX4DMbE7yD {  }
 }@media only screen and (max-width: 763px) { #uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH #SE4VveMPo1F5FtE57M3axPWfUQpkyRCF {  }
 }@media only screen and (max-width: 763px) { #uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH #Rpzay1zOTH4HaDbnRc6BUxgSgoALG2Nw {  }
 }@media only screen and (max-width: 763px) { #uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH #UX3oBhwALmyiQVaDMqbAa2HiKOL6dFq3 {  }
 }@media only screen and (max-width: 763px) { #uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH #hBBGQPG0qOQXszTeSwMNSb7C2IrUdwT9 {  }
 }@media only screen and (max-width: 763px) { #uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH #BAntbPDFzRnsqwIw0LFCUif0k67CePg4 {  }
 }@media only screen and (max-width: 763px) { #uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH #CNHcnqGrJcrn0ngLUGCHTZodV0yUcylh {  }
 }@media only screen and (max-width: 763px) { #uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH #pDov6dDrLtUDmEafye7OJQNLnbTXy2Tx {  }
 }@media only screen and (max-width: 763px) { #uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH #t9dKALqr2pRBnN4tyR24AHxZexSy7JmM {  }
 }@media only screen and (max-width: 763px) { #uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH #LRRT9i9oQrkXUgI6JIJQRKiSdk9XBv4w {  }
 }@media only screen and (max-width: 763px) { #uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH #ysgnB61PsLzIhqbs7hHI2t3n3yU1L7yq {  }
 }@media only screen and (max-width: 763px) { #uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH #wbqSqUVZs08TFm27yrephJwqhZffBUTb {  }
 }@media only screen and (max-width: 763px) { #uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH #hSVlvwCPXU3VsCAZPJmOBHPAzcQAXTpG {  }
 }@media only screen and (max-width: 763px) { #uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH #ed33q5y3BkCxIR7UXVq7X6sUgaCM9bbr {  }
 }@media only screen and (max-width: 763px) { #uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH #zKlEGqxaxAfTx07JMRB1bDs8h4W4TUnz {  }
 }@media only screen and (max-width: 763px) { #uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH #Kt9n1Pw2n2lDFW7Q0h0NM77T7206v6w7 {  }
 }@media only screen and (max-width: 763px) { #uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH #wmn86iiPXHVHnxcCWeKGsR6UpnITAsV6 {  }
 }@media only screen and (max-width: 763px) { #uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH #Dde5WlIpiXWgC4feEFdrkmgtZgzZAGbZ {  }
 }@media only screen and (max-width: 763px) { #uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH #W9S4TvdnmKodclSWLFynDNfrzaak5gdW {  }
 }@media only screen and (max-width: 763px) { #uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH #aNwOgfTC07pNuJKwJJ36rbn3oZNTTw3V {  }
 }@media only screen and (max-width: 763px) { #uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH #OW3G72RP1QnuTEk8tIRwemmH8w4Uasgx {  }
 }@media only screen and (max-width: 763px) { #uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH #uUAAfiElC0gBneRlGUyAiSKtKXaRmVE3 {  }
 }@media only screen and (max-width: 763px) { #uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH #tyXJ4CRDcfBq8seDKs6SX6DRuWoaFgF3 {  }
 }@media only screen and (max-width: 763px) { #uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH #T0HAUITIWTEf7Dfo8tpHIThT9xipCgDd {  }
 }@media only screen and (max-width: 763px) { #uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH #PGV5BExXTo55y2bsmQfzuBQ8AGTgZ0Qy {  }
 }@media only screen and (max-width: 763px) { #uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH #TbuopFDBgbCllQ0Q3LRbq4L5cMeyOHbE {  }
 }@media only screen and (max-width: 763px) { #F5dr7N4TNKtxw6KiXZTzMOCA7BUqqLOI { width:27.6875rem;height:5.5625rem;top:51.875rem;left:10.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhVcz91olfDNErRiCLI7DrpqQJQ7pV9o { display:block; }
 }@media only screen and (max-width: 763px) { #UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN { display:block; }#UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wlVEmJamKx6pIZrTNwk1rS16QoKHLVCr { top:2.1875rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddHKznW0ewldE3iJ40M2dpVoXRBHAKls { top:9.875rem;left:2.6875rem;width:42.375rem;height:5.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-regular-label { width:20.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-input-text { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-input-text {padding-top: 0; padding-bottom: 0;}#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-textarea { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-input-select { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-input-select {padding-top: 0; padding-bottom: 0;}#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-input-button { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:2.125rem; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-checkbox-label { width:19.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6  { width:20.4375rem;height:auto;top:16.125rem;left:12.37464427948rem; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .radio-container { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 {display:block;}#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 { width:20.4375rem;height:auto;top:16.125rem;left:12.37464427948rem; }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #I6EODbw7r3HD5TnfRwphMNOwt6UdxgPk {  }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #hZuyM7patqZfUzPLkQCKlydIe55gS2wR { display:none; }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #LVZHQq0xzPusunswuxUS8ASoKh9L1CO8 {  }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #omftMxQFU9L3JGKPl13IKsh0Fyad9kw8 {  }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #lAOsRSSu5pIKRcWQUSzXVVqye3aguydd { display:none; }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #TPMbHBnbGZKCo4q4KJDLVqUmJ6BrTK8y {  }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #LmNIIzwDeLuxLHO3TKJCZguP627raGkD {  }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #llSLeQhkgpFurQVO321fKq7EZ8E0kftp { display:none; }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #vPF2QuzDrpHmMNv7WeTWeU6SFvpzDaJc {  }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #THpHToJhh3QvUgJwHeiEeTNIDCdWHNfu {  }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #Cu6U6toC26QKJyPRytAy32RzTtyZaiGo { display:none; }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #auvpTqIx3P0KmIDJbySrF8zEG12t318L {  }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #un2h2gL9Cs4NHigqZsVB006tBusFLbUE {  }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #t2TfGdSl5c8N7qiIrryIksDuIWBFrOMg {  }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #RcA2XRzc2BpofWVWvwKg8hhiruSlG4do {  }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #Lik4x5D3pqiN8nMHL5fKwMdGHmOJoFTs {  }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #dNVZ4VVO58ZSOnm28qPTToNN5D0si8gJ {  }
 }@media only screen and (max-width: 763px) { #V3Mxkmh4RPASlIG5t15935VcfXohyeLM { top:54.8125rem;left:22.312499046326rem;width:3.125rem;height:3.125rem;display:block; }
#V3Mxkmh4RPASlIG5t15935VcfXohyeLM > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #KZuOXnuBptQp5D3qMkaDDRFpWJitm6N9 { display:block; }#KZuOXnuBptQp5D3qMkaDDRFpWJitm6N9 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xgwSKMv6TPl3zZ5EROU94IPqGcAvTiTw { width:27.5rem;height:1.5625rem;top:0.9375rem;left:10.092447280884rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdk2r3ltpV2dmUgXxSyIehO0QpgIbfNJ { width:17.4375rem;height:3.375rem;top:2.75rem;left:15.125001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #NeGlpSZWNqQSyBH6iETKEpPpm4mkKA10 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #U8LdvFO3VRO9tZ1BQSyO0KC07xdnHsMd { position:relative;z-index:auto;display:block; }#U8LdvFO3VRO9tZ1BQSyO0KC07xdnHsMd > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QiVNTs194mooDba5SEUymo7LGTsmDe4a { width:19.99925rem;height:0.8125rem;top:0.59375rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mmxhsXmd3nXqvaP7OSt71pJSNSSTm1bK { background-color:#fbfaff;background-image:url("https://images.assets-landingi.com/uc/5395d8d8-a739-4671-866c-fc3a68fb2c3d/CapaMobile2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#mmxhsXmd3nXqvaP7OSt71pJSNSSTm1bK.adaptive-delivery-prevent-bg, #mmxhsXmd3nXqvaP7OSt71pJSNSSTm1bK.lazyload, #mmxhsXmd3nXqvaP7OSt71pJSNSSTm1bK.lazyloading { background-image: none; }#mmxhsXmd3nXqvaP7OSt71pJSNSSTm1bK > .row .container { background-color: transparent; background-image: none; }#mmxhsXmd3nXqvaP7OSt71pJSNSSTm1bK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmxhsXmd3nXqvaP7OSt71pJSNSSTm1bK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmxhsXmd3nXqvaP7OSt71pJSNSSTm1bK > .row .container > .video-iframe-container { display: none; }#mmxhsXmd3nXqvaP7OSt71pJSNSSTm1bK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmxhsXmd3nXqvaP7OSt71pJSNSSTm1bK > .row > .video-iframe-container { display: none; }#mmxhsXmd3nXqvaP7OSt71pJSNSSTm1bK > .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); }#mmxhsXmd3nXqvaP7OSt71pJSNSSTm1bK > .row .container { width:20rem;height:60.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #as8hdf2h2DL4uTu3olJs94So1VKbQqb2 { width:19.62475rem;height:7.1484375rem;top:1.6601561307907rem;left:0.18761837482453rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ODbQD54ePS0ETZGa0fVZkibv7XZ2RInR { width:16.375rem;height:5.3125rem;top:32.625rem;left:1.8125rem;z-index:15010;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHMQIvbEtusceaBHdphQSEEqgc4cILMa { display:block; }
 }@media only screen and (max-width: 763px) { #UsVzK6DvweRVVymfFXBEmAoTxJnOyXqd { width:14.6875rem;height:5.19921875rem;top:9.87156689167rem;left:2.6562498807907rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #g5bIk0esTW6AbtBVtD6aB4q4NqdOoXoM { width:20rem;height:1.29980625rem;top:39.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Lo2qk9tvxbtVxhM51Gz0N8tAmDgcr3hJ { width:11.1239375rem;height:2.923825rem;top:44rem;left:4.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nZe2VFW7bvZzNKxop1A31rtiDTigCeUp { width:7.562125rem;height:1.7871125rem;top:42.1875rem;left:6.1875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q1ZPFMbA0VTIGXzcLg1g2SAPtC5F47k6 { width:15.9375rem;height:2.923825rem;top:50.125rem;left:2rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uwbDGVAfpVCfoZ53kDTmavruQCxuhWsh { width:10.3125rem;height:1.7871125rem;top:48.3125rem;left:4.8125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FxcBPD1isRsRoLgdssNMhcLLMzhJdE3N { width:20rem;height:1.7871125rem;top:54.625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wos85fCidHhgA4XKCP6G04xQ0CaFdzWG { width:11.1239375rem;height:2.923825rem;top:56.375rem;left:4.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HdRRehZk2KSUN06eXNLSo2wvWatSxMx2 { width:0.062144875rem;height:0.062144875rem;top:35.875rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxT6953thC9JWB6moGrhQbgXwkPaQHr7 { width:0.062144875rem;height:0.062144875rem;top:34.5rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOyPs08aOA9WazZen16L6ni00ZInAFzZ { display:block; }#cOyPs08aOA9WazZen16L6ni00ZInAFzZ > .row .container { width:20rem;height:50.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VfUtkyosF0Xbuy6hg5GSneAUvNKWJSls { width:19.0625rem;height:3.75rem;top:15.9375rem;left:0.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkL5SfSEJn3cmmWCQnSvKS91NgIP7MJ3 { width:19.99825rem;height:4.8757125rem;top:9.875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDmT1ID3scKBLEf6KTJvymuvE8s9DgQw { width:19.625rem;height:4.8125rem;top:15.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKp51UX1D3Km1UT2P18bSFc9SOPTdu3C { width:18.6245rem;height:3.75rem;top:22.25rem;left:0.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuEafWd2LbPvXewcAtnhFMKoOh29PD1k { width:19.625rem;height:4.9375rem;top:21.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #chln7JmBDbXihMmDatTpGuHCpnUWrupE { width:18.68725rem;height:3.75rem;top:35.0625rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrhK361IGwoB5vvo88bKDJlVvSwzOGKy { width:19.625rem;height:4.875rem;top:34.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R549JUtCqu9hVBM6TpxSxxM2nIb5uNca { width:17.12475rem;height:3.75rem;top:28.75rem;left:1.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHwiLTTsuzho8g85eAa7t5alTuasHK13 { width:19.625rem;height:4.9375rem;top:28rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sb0FzSUk1yCXBRpmJcCqXCruR3vifZWa { width:20rem;height:5.84765625rem;top:1.4808239936829rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuQzc8Xhp2b6LgwIJASZ8mXXb9sx7cVC { width:19rem;height:5.4375rem;top:43.25rem;left:0.5rem;z-index:15010;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lekedtoxTSN6lCGZwhJRUbNaOANHkTwJ { display:block; }
 }@media only screen and (max-width: 763px) { #RmAv51J2LeZu0nZyBQmNbZkvH1A7diyD { display:block; }#RmAv51J2LeZu0nZyBQmNbZkvH1A7diyD > .row .container { width:20rem;height:42.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JXDZxRe4SKQT7N5QlKlkh8fWonIzQaWT { width:12.12475rem;height:1.8684875rem;top:20.340906143189rem;left:3.9370261430741rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrZk3NyWQLZIc6CZ8wXcFtlh2D7S2i6l { width:18.1865625rem;height:8.7715rem;top:9.2495222091675rem;left:0.9061316251755rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #avVZ3IbVIfx1Ewi0RuXCHTRZClt1uFe8 { width:20rem;height:6.33691875rem;top:1.2494041919708rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ngmiT6CnTuvl1zobPuCrhNxagTi7LwkE { width:16.624625rem;height:1.8684875rem;top:24.75rem;left:1.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAERDFfpioV7irls2enNq4LSOfKEeDfH { width:16.624625rem;height:1.8684875rem;top:29rem;left:1.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnumypWUACFDzZSndppy1SMRbnbD2lUS { width:12.874625rem;height:3.125rem;top:19.56143283844rem;left:3.4096823930741rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLm0omeDQe0uHyCkXsZtevkLh7vJPhoi { width:12.9995rem;height:3.125rem;top:23.9375rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5W48of5dmcgcF1hDeVR9aGGUe0AeRq6 { width:12.937375rem;height:3.125rem;top:28.25rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUsmBnALRuwta5xM9U1v0QM8T0OaN05a { width:19rem;height:5.1875rem;top:34.9375rem;left:0.5rem;z-index:15010;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFrBFrtmmntUbMuLZH9b73Cr4zfFLDzO { display:block; }
 }@media only screen and (max-width: 763px) { #BHStD6BOVApH2P49PTEyVwyX7muMXIGZ { display:block; }#BHStD6BOVApH2P49PTEyVwyX7muMXIGZ > .row .container { width:20rem;height:80.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p2x3XCVZTIBDO6wrrEhWGtDc66NXTNkk { width:12.5rem;height:15.625rem;top:1.1875rem;left:3.7500001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #kN9dR2iw6XTWnzRJvEa7Ig5M0FRR3rHL { width:18.125rem;height:48.9375rem;top:22.311193466186rem;left:0.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TCxPcxoROcdcrety3qZvpFoZZco7kclG { width:14.375rem;height:4.22466875rem;top:17.292263031006rem;left:2.8124998807907rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pWDq4T3y5L2uecvLNEyQg8T7gGIURT23 { width:19rem;height:5.625rem;top:73.560546875rem;left:0.5rem;z-index:15010;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZavG8Littwm6DlA4kncFptmegJGWhJDO { display:block; }
 }@media only screen and (max-width: 763px) { #W3TJ5IoiRs4c0BouBkmBZsf2sZIN9ePN { display:block; }#W3TJ5IoiRs4c0BouBkmBZsf2sZIN9ePN > .row .container { width:20rem;height:54.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OBdfvUvEgzBFEgAOQ3OVbNw5wyPupJfT { width:14.93725rem;height:4.22466875rem;top:1.3748817443848rem;left:2.5307763814926rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HM2342CZlFUdBZSLQrgJrCubRT1QCETm { width:19.6875rem;height:8.3125rem;top:7.697677612305rem;left:0.062144875526428rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFlf6nm1RNQl8da2hgTrcr6lyVym4Gkf { width:20rem;height:2.15625rem;top:8.2563894775394rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEqyRRc32TkT9EnWSQiPVPASdIl77xBc { width:18.812125rem;height:4.875rem;top:10.410747051239rem;left:0.59303975105286rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEgsIfPFhDcBzfvCZIIeH7ZruAEHXXkn { width:19.625rem;height:3.625rem;top:17.5rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoMXAuX6HlB5GBHqqTG1w0wE2dJr2TWT { width:20rem;height:2.15625rem;top:18.432771682739rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #veSnDwTHocTuO3znn0TSOTpF0MxxiM4q { width:19.625rem;height:3.625rem;top:22.625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pohFO8g6Ofb8gCoqkkv3GhIKlTASuJsT { width:19.875rem;height:2.15625rem;top:23.509765625rem;left:0.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzBvG1y3RIRxR4NzCuqRdeV0LLyK0e5T { width:19.625rem;height:3.625rem;top:33rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUm91FSKA4yTuhOlegZp1HBvhEHfuGBt { width:20rem;height:2.15625rem;top:33.932280063629rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChxBG38fcRbX4RPsTftP3aLlO5Sxte1D { width:19.625rem;height:3.625rem;top:27.8125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #abgIVm8S9yDsw18xwonCfrW3ir7bbESh { width:20rem;height:2.15625rem;top:28.697914600372rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BToWJ2fkCWpU4rMpdPHMNo1K56sExXHM { width:19.6875rem;height:5.1875rem;top:38.1875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MG9vWmTwLnupoMJsrTHVCELp1v1hwddD { width:19.0625rem;height:4.3125rem;top:38.8125rem;left:0.46875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tu4eTV1ozloWI4nzUoAJVawfN2XXJ26S { width:19rem;height:5.25rem;top:47.9375rem;left:0.5rem;z-index:15010;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLzv2TODKPlEPX3bBFSCBFHaBfc1JHvL { display:block; }
 }@media only screen and (max-width: 763px) { #EGTsyO55bHKpN7Mc2qpBHK0zZaHGHWav { display:block; }#EGTsyO55bHKpN7Mc2qpBHK0zZaHGHWav > .row .container { width:20rem;height:45.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kbVo41iJgrReA7p7m41TH2dK2ZzCMkZ7 { width:20rem;height:3.41264375rem;top:1.25rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hpk2sTmNgazciqlwmczInpvqzGZ7pAgF { width:20rem;height:1.30030625rem;top:5.6752958297729rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qn4Qlz31sThlVddV38VuDkAv4bppLm7G { width:20rem;height:1.30030625rem;top:25.724453926086rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VTzJkNzqv3aAWBGUM4tI7hdipTvnXrFy { width:19.6875rem;height:3.1875rem;top:7.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEI9XZ9FsTnc4zABmw7kogSXABdy67xs { width:18.562375rem;height:2.5996125rem;top:8rem;left:0.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m7HoEQb16Nf81E2qhCqtk0Qw7NrgcmdO { width:19.6875rem;height:3.18714375rem;top:11.624053001404rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3MJoA4CXUBCT7pvafItadNGmMz1STUS { width:18.562375rem;height:2.5996125rem;top:12.067944526673rem;left:0.71851325035094rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zHTioA1k2oX6MGerT7cEEfb4EiTPG4e6 { width:19.6875rem;height:3.18714375rem;top:19.933711051941rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnW2QGwhGa3IcLJRb8rvE4Dfzm7Udo7e { width:18.5618125rem;height:2.5996125rem;top:20.377604484558rem;left:0.71851325035094rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tm85FcvFHf0cPOcOP6WnRg4sizA4QIoo { width:19.6875rem;height:3.18714375rem;top:15.747513771057rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3VmOLrAFEg66A6vfv60JS23oPZzqxV9 { width:18.5618125rem;height:2.5996125rem;top:16.191405296326rem;left:0.71851325035094rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tIydbcN2qTCA0c6sK3skyTaL1Rwi8e7w { width:19.6875rem;height:3.18714375rem;top:40.681816101074rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKPw8mMVRim0tMoA6AZdc2PWJpwmGQ26 { width:18.5618125rem;height:2.5996125rem;top:41.126298904419rem;left:0.71851325035094rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iz6HmrPOkFsHoF8s8pFrkv6c3STmeg5i { width:19.6875rem;height:3.18714375rem;top:36.432289123535rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAHD3LqZWR8vXgNf83DCegytyT7b7fBQ { width:18.5618125rem;height:2.5996125rem;top:36.876772880554rem;left:0.71851325035094rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NZIoD0quau7KK1dmEgTnuO2RvHZGs0CO { width:19.6875rem;height:3.18714375rem;top:32.057880878449rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Um5AduSZGPT9PPB5O9fvbfRlxOPxVf9I { width:18.5618125rem;height:1.30030625rem;top:33.152224063873rem;left:0.71851325035094rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oJqgpSNleLm96z3h2GZv8fIO81CFb0l6 { width:19.6875rem;height:3.18714375rem;top:27.808355331421rem;left:0.00946968793869rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqJ6UMZVdshCSSpqiTQWaLLHgFrOVSk7 { width:18.5618125rem;height:2.5996125rem;top:28.25283241272rem;left:0.71851325035094rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AW8OaszuHlBs9UaOEhKo4tPld86BVIrz { display:block; }#AW8OaszuHlBs9UaOEhKo4tPld86BVIrz > .row .container { width:20rem;height:42.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Llv34PBafz6d539ogWJilc4B0zbV3pgT { display:flex;width:4.625rem;height:4.625rem;top:1.25rem;left:7.6875rem; }
 }@media only screen and (max-width: 763px) { #TeIzr1CXtkJLZPeMTrTifqET3EolPcnX { display:flex;width:4.625rem;height:4.625rem;top:18.4375rem;left:7.6875005960462rem; }
 }@media only screen and (max-width: 763px) { #u8qPJXwbWWks9kAPp8brwFTFpmyflJq1 { display:flex;width:4.625rem;height:4.625rem;top:9.8125rem;left:7.6875005960462rem; }
 }@media only screen and (max-width: 763px) { #fNSpMo3M6ELuCoTU2JTTwIZeg1Skfp5U { display:flex;width:4.625rem;height:4.625rem;top:25.375rem;left:7.6875005960462rem; }
 }@media only screen and (max-width: 763px) { #EvCKd8Xanrl8Qb6Tnat8zMOcf3bFwuzu { width:14.5rem;height:2.7618625rem;top:5.875rem;left:2.7500001192093rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LhD6USKPxbMDT9lPbrQTpH3pTBOuhDX6 { width:14.5rem;height:2.7618625rem;top:15.0625rem;left:2.7500001192093rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cA6c4MiA3koqsNQRZTJb2TrAQT9pWGgy { width:14.5rem;height:1.38093125rem;top:23.062501907349rem;left:2.7500001192093rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zOfEThi2ZgAUKURbPT2U69kIhg6pRzkw { width:14.5rem;height:2.7618625rem;top:30.750000953674rem;left:2.7500001192093rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aECU85qzITeLC1BXWkv4GamtnstZWoSA { width:19rem;height:4.75rem;top:35.88671875rem;left:0.5rem;z-index:15010;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyggQA6kikQKKJuTpgzpEbnZedXRx6bK { display:block; }
 }@media only screen and (max-width: 763px) { #SDVI8LL8lR9NqIVxsZDu4q2wC4QBCFl0 { display:block; }#SDVI8LL8lR9NqIVxsZDu4q2wC4QBCFl0 > .row .container { width:20rem;height:86.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eOtWbSw1InfzpLhK66MDHrsxqUCyPCA5 { width:19.9986875rem;height:2.11233125rem;top:0.8125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrmDQm7RTG4BDy9dNzhnkvffUzw9hDX1 { width:13.25rem;height:20rem;top:3.7864589691162rem;left:3.3750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #Si42qLo9Rkmaoy4ths97ugNX6EC6Tgzh { width:19.9986875rem;height:46.21875rem;top:24.6796875rem;left:0.0013020634651184rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nLVDmI3P07ulTIDuwVFHOmamLhk4l8T5 { width:7.124375rem;height:2.3984375rem;top:74.554037094119rem;left:6.4375001192094rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o20wZEz6HT5eT1A3pzbZhXmZb5tUcEIT { width:6.811875rem;height:2.11233125rem;top:71.8671875rem;left:6.5937501192094rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WfRrI3iv08MJURPthDMvB93GKdEzatzZ { width:18.061875rem;height:2.11233125rem;top:78.491537094119rem;left:0.96875rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mVhMlVTbm47poa3R7NuPppplemEPfmAM { width:11.624375rem;height:2.3984375rem;top:81.201824188231rem;left:4.1875001192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bx81ICZaXiDvwp0tJTzOXZGMpHbKwAyE { display:block; }#bx81ICZaXiDvwp0tJTzOXZGMpHbKwAyE > .row .container { width:20rem;height:94.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RNXasQRHL7ZT13l7LzyUoBaAoN9epqfV { width:19.99825rem;height:4.22466875rem;top:1.6228694915771rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH { display:flex;height:auto;width:17.5rem;top:6.8288345336912rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH #OBFslNI9UAXybK4kqua6sZeobKofGvDC {  }
 }@media only screen and (max-width: 763px) { #uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH #rDfqZGiQxRBi0Q6VQJ4vfaFNCuFrJKCV {  }
 }@media only screen and (max-width: 763px) { #uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH #ING72kZ69L2e8sdqiWtwGCgEQvud6TGm {  }
 }@media only screen and (max-width: 763px) { #uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH #yTNwy65ua20E1efelSy1ODmWmQHZiyqr {  }
 }@media only screen and (max-width: 763px) { #uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH #ElDtChOQULOdVvgIHkTQItssUBhyP9cs {  }
 }@media only screen and (max-width: 763px) { #uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH #JA87tt0XmbVSavtf4FHFT6S8z7TFLCk0 {  }
 }@media only screen and (max-width: 763px) { #uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH #hwXmaFCvw3NB7EnlHIXtfrgQUauV97mB {  }
 }@media only screen and (max-width: 763px) { #uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH #Bo6FiboatGozE53KhHEushJ8VN6Igo2L {  }
 }@media only screen and (max-width: 763px) { #uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH #pUmkOUqONfxWnonnTpkmMeAFBvBZCh40 {  }
 }@media only screen and (max-width: 763px) { #uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH #TSk1qu1sedTopk7MvXJOiKQ3TGEFCawp {  }
 }@media only screen and (max-width: 763px) { #uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH #ygRfwGeI6ADElhF0NnFk04KOBK889Ed8 {  }
 }@media only screen and (max-width: 763px) { #uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH #wBmGEraKDGmCpItm6afKiUau9fiCASot {  }
 }@media only screen and (max-width: 763px) { #uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH #u4RmaTkwuwUCA3wZ4tKpDfPVvE1233qu {  }
 }@media only screen and (max-width: 763px) { #uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH #JqWrqJNc7veKoMdZsgNZ8HTUSqrTLhhb {  }
 }@media only screen and (max-width: 763px) { #uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH #zcwmOLaLLwL3yL0Vo1micueX4DMbE7yD {  }
 }@media only screen and (max-width: 763px) { #uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH #SE4VveMPo1F5FtE57M3axPWfUQpkyRCF {  }
 }@media only screen and (max-width: 763px) { #uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH #Rpzay1zOTH4HaDbnRc6BUxgSgoALG2Nw {  }
 }@media only screen and (max-width: 763px) { #uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH #UX3oBhwALmyiQVaDMqbAa2HiKOL6dFq3 {  }
 }@media only screen and (max-width: 763px) { #uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH #hBBGQPG0qOQXszTeSwMNSb7C2IrUdwT9 {  }
 }@media only screen and (max-width: 763px) { #uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH #BAntbPDFzRnsqwIw0LFCUif0k67CePg4 {  }
 }@media only screen and (max-width: 763px) { #uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH #CNHcnqGrJcrn0ngLUGCHTZodV0yUcylh {  }
 }@media only screen and (max-width: 763px) { #uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH #pDov6dDrLtUDmEafye7OJQNLnbTXy2Tx {  }
 }@media only screen and (max-width: 763px) { #uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH #t9dKALqr2pRBnN4tyR24AHxZexSy7JmM {  }
 }@media only screen and (max-width: 763px) { #uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH #LRRT9i9oQrkXUgI6JIJQRKiSdk9XBv4w {  }
 }@media only screen and (max-width: 763px) { #uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH #ysgnB61PsLzIhqbs7hHI2t3n3yU1L7yq {  }
 }@media only screen and (max-width: 763px) { #uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH #wbqSqUVZs08TFm27yrephJwqhZffBUTb {  }
 }@media only screen and (max-width: 763px) { #uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH #hSVlvwCPXU3VsCAZPJmOBHPAzcQAXTpG {  }
 }@media only screen and (max-width: 763px) { #uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH #ed33q5y3BkCxIR7UXVq7X6sUgaCM9bbr {  }
 }@media only screen and (max-width: 763px) { #uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH #zKlEGqxaxAfTx07JMRB1bDs8h4W4TUnz {  }
 }@media only screen and (max-width: 763px) { #uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH #Kt9n1Pw2n2lDFW7Q0h0NM77T7206v6w7 {  }
 }@media only screen and (max-width: 763px) { #uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH #wmn86iiPXHVHnxcCWeKGsR6UpnITAsV6 {  }
 }@media only screen and (max-width: 763px) { #uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH #Dde5WlIpiXWgC4feEFdrkmgtZgzZAGbZ {  }
 }@media only screen and (max-width: 763px) { #uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH #W9S4TvdnmKodclSWLFynDNfrzaak5gdW {  }
 }@media only screen and (max-width: 763px) { #uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH #aNwOgfTC07pNuJKwJJ36rbn3oZNTTw3V {  }
 }@media only screen and (max-width: 763px) { #uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH #OW3G72RP1QnuTEk8tIRwemmH8w4Uasgx {  }
 }@media only screen and (max-width: 763px) { #uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH #uUAAfiElC0gBneRlGUyAiSKtKXaRmVE3 {  }
 }@media only screen and (max-width: 763px) { #uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH #tyXJ4CRDcfBq8seDKs6SX6DRuWoaFgF3 {  }
 }@media only screen and (max-width: 763px) { #uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH #T0HAUITIWTEf7Dfo8tpHIThT9xipCgDd {  }
 }@media only screen and (max-width: 763px) { #uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH #PGV5BExXTo55y2bsmQfzuBQ8AGTgZ0Qy {  }
 }@media only screen and (max-width: 763px) { #uxGTTBNt8QtBLNsU9J4xaibFmnSWCiyH #TbuopFDBgbCllQ0Q3LRbq4L5cMeyOHbE {  }
 }@media only screen and (max-width: 763px) { #F5dr7N4TNKtxw6KiXZTzMOCA7BUqqLOI { width:19rem;height:4.375rem;top:87.015625rem;left:0.5rem;z-index:15010;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhVcz91olfDNErRiCLI7DrpqQJQ7pV9o { display:block; }
 }@media only screen and (max-width: 763px) { #UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN { display:block; }#UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN > .row .container { width:20rem;height:55.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wlVEmJamKx6pIZrTNwk1rS16QoKHLVCr { width:20rem;height:8.4493125rem;top:1.3115577697754rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ddHKznW0ewldE3iJ40M2dpVoXRBHAKls { width:17.3739375rem;height:6.499rem;top:11.381402015686rem;left:1.3127366304398rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-form-header {  }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-regular-label { height:auto;display:block;font-family:dosis;font-size:1.0625rem;font-weight:bold;color:#ffffff;width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;line-height:1; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.8125rem;color:#121c1b;font-size:0.9375rem;overflow:hidden;font-family:dosis;vertical-align:top; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-input-text {padding-top: 0; padding-bottom: 0;}#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.375rem;color:#121c1b;font-size:0.9375rem;overflow:hidden;font-family:dosis;vertical-align:top; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:quicksand;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-input-select {padding-top: 0; padding-bottom: 0;}#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-input-button { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:#fff41a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0.0625rem;margin-bottom:0.25rem;margin-left:0.0625rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:700;color:#00132d;width:17.3125rem;height:4.4375rem;font-family:helvetica;overflow:hidden;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(67,43,30,0.5) ;font-style:normal; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 [class*="-text"]:-moz-placeholder { color:#121c1b;font-family:quicksand;font-size:0.9375rem; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 [class*="-text"]::-moz-placeholder { color:#121c1b;font-family:quicksand;font-size:0.9375rem; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 [class*="-text"]:-ms-input-placeholder { color:#121c1b;font-family:quicksand;font-size:0.9375rem; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 [class*="-text"]::-webkit-input-placeholder { color:#121c1b;font-family:quicksand;font-size:0.9375rem; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#ffffff;vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:quicksand;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-container:first-of-type{padding-top:0;}#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-container:last-of-type{padding-bottom:0;}#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:0rem;top:19.189747333527rem;z-index:15001; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-info-text { display:block;height:auto;font-family:quicksand;font-size:0.75rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 {display:block;}#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:0rem;top:19.189747333527rem;z-index:15001; }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #I6EODbw7r3HD5TnfRwphMNOwt6UdxgPk {  }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #hZuyM7patqZfUzPLkQCKlydIe55gS2wR { display:block; }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #LVZHQq0xzPusunswuxUS8ASoKh9L1CO8 {  }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #omftMxQFU9L3JGKPl13IKsh0Fyad9kw8 {  }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #lAOsRSSu5pIKRcWQUSzXVVqye3aguydd { display:block; }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #TPMbHBnbGZKCo4q4KJDLVqUmJ6BrTK8y {  }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #LmNIIzwDeLuxLHO3TKJCZguP627raGkD {  }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #llSLeQhkgpFurQVO321fKq7EZ8E0kftp { display:block; }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #vPF2QuzDrpHmMNv7WeTWeU6SFvpzDaJc {  }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #THpHToJhh3QvUgJwHeiEeTNIDCdWHNfu {  }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #Cu6U6toC26QKJyPRytAy32RzTtyZaiGo { display:block; }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #auvpTqIx3P0KmIDJbySrF8zEG12t318L {  }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #un2h2gL9Cs4NHigqZsVB006tBusFLbUE {  }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #t2TfGdSl5c8N7qiIrryIksDuIWBFrOMg {  }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #RcA2XRzc2BpofWVWvwKg8hhiruSlG4do {  }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #Lik4x5D3pqiN8nMHL5fKwMdGHmOJoFTs {  }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #dNVZ4VVO58ZSOnm28qPTToNN5D0si8gJ {  }
 }@media only screen and (max-width: 763px) { #V3Mxkmh4RPASlIG5t15935VcfXohyeLM { display:flex;width:3.125rem;height:3.125rem;top:50.639793872833rem;left:8.4369078874587rem; }
#V3Mxkmh4RPASlIG5t15935VcfXohyeLM > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #KZuOXnuBptQp5D3qMkaDDRFpWJitm6N9 { display:block; }#KZuOXnuBptQp5D3qMkaDDRFpWJitm6N9 > .row .container { width:20rem;height:9.18359375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xgwSKMv6TPl3zZ5EROU94IPqGcAvTiTw { width:12.5625rem;height:3.25rem;top:1.1875rem;left:3.7187501192093rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pdk2r3ltpV2dmUgXxSyIehO0QpgIbfNJ { width:17.4375rem;height:3.375rem;top:5.8092460632324rem;left:1.2812501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #NeGlpSZWNqQSyBH6iETKEpPpm4mkKA10 { display:block; }
 }