.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:225,238,226;--color-primary-1:164,204,169;--color-primary-2:104,170,111;--color-primary-3:66,149,75;--color-primary-4:26,76,26;--color-secondary-0:218,217,239;--color-secondary-1:131,129,201;--color-secondary-2:6,2,146;--color-secondary-3:3,1,73;--color-secondary-4:1,0,22;--color-tertiary-0:255,255,255;--color-tertiary-1:250,250,250;--color-tertiary-2:233,246,234;--color-tertiary-3:223,236,236;--color-tertiary-4:0,0,0;--headlines-font-family:Comfortaa;--paragraphs-font-family:Comfortaa; }@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:transparent;background-image:url("https://images.assets-landingi.com/uc/e77786d3-8400-4dc6-8596-d0c6f9ea9f38/NOVAIMAGEM.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b { position:relative;display:block; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b { background-color: transparent; background-image: none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container > .video-iframe-container { display: none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row > .video-iframe-container { display: none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .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); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b { border-width: 0; border-radius: 0; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),0);background-image:none;font-size:0.875rem;font-family:"open sans";height:39.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#OxF3zxENWTRnvx47SlZ2Vym1szkMWm4c { color:rgba(var(--color-tertiary-1),1);display:block;width:38rem;position:absolute;font-family:"bree serif";font-size:3.75rem;font-weight:400;z-index:15001;line-height:1.9;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:3.1764323711395rem;left:0rem;height:14.249625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VsIxQnOW1Kv4xOqx73stSfL1WkomUUma { color:rgba(var(--color-tertiary-0),1);display:block;width:38rem;position:absolute;font-family:lato;font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #3a5b2f;top:18.57421875rem;left:0.8125rem;height:5.59895625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH .widget-form-header {  }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH .widget-regular-label { height:auto;display:block;font-family:lato;font-size:0.875rem;font-weight:bold;color:#787876;width:26.75rem;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;vertical-align:top;text-align:left;text-align-last:left;line-height:.9;overflow:hidden; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.75rem;box-sizing:border-box;height:2.875rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH .widget-input-text {padding-top: 0; padding-bottom: 0;}#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.75rem;box-sizing:border-box;height:4.125rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#c93b40;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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:26.75rem;box-sizing:border-box;height:2.75rem;color:rgba(var(--color-tertiary-0),1);font-family:lato;font-size:0.875rem;overflow:hidden;vertical-align:top;font-weight:300;font-style:normal; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH .widget-input-select {padding-top: 0; padding-bottom: 0;}#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH .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; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#149d16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.3125rem;font-weight:400;color:#f2f9ff;width:26.75rem;height:3.8125rem;font-family:lato;overflow:hidden;font-style:normal; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH [class*="-text"]:-moz-placeholder { color:#898989;font-family:lato;font-size:0.875rem;font-weight:700;font-style:normal; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH [class*="-text"]::-moz-placeholder { color:#898989;font-family:lato;font-size:0.875rem;font-weight:700;font-style:normal; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH [class*="-text"]:-ms-input-placeholder { color:#898989;font-family:lato;font-size:0.875rem;font-weight:700;font-style:normal; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH [class*="-text"]::-webkit-input-placeholder { color:#898989;font-family:lato;font-size:0.875rem;font-weight:700;font-style:normal; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH .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:lato;line-height:1.4;font-size:0.75rem;font-weight:700;color:#0b0101;vertical-align:top;width:25.5rem;overflow:hidden;font-style:normal;float:none; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH .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; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH .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:lato;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH .widget-container:first-of-type{padding-top:0;}#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH .widget-container:last-of-type{padding-bottom:0;}#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15006;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:4.109375rem;left:43.662761688233rem; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:26.75rem;display:block;vertical-align:top; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH .widget-info-text { display:block;height:auto;font-family:lato;font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH {display:block;}#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15006;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:4.109375rem;left:43.662761688233rem; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #bB3bsNWBTmec8mr59cww2sKxdxgafyO1 { position:relative; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #U1G3GyXCvoZzIpHh61oqnxxS2QmlTDqf { position:relative;display:none; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #usRSamlAKKFxHhUce4wCqoHcPrxJb5Wc { position:relative; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #svbQ6WcTTroCAnQSBA6JiFfhpcOef8Ra { position:relative; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #u2ryeBXps95CgfLE2Sfko1D41GI9BmFo { position:relative;display:none; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #KazCIaT4nQsdUKOO4LZtuCK2qA7bCHl2 { position:relative; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #SLgqRuzDqsSF7CgVVTkJD4ycREH61l2u { position:relative; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #nMk28c9WLPCHQdpKb6BmtzxF913ZnzcB { position:relative;display:none; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #CwrE6L0cBMq9wFF8Wxt39aNtrEq5eXPL { position:relative; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #ET2dVmBnQCQWyKZl9KDwPfKeeNcAm8Ms { position:relative; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #gqBw3Uy2I7KraTTVIGKEQCkZgtGf50Dz { position:relative;display:none; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #GEtPAQNtCvspJDTaRpOUrXTCZxgUTQAr { position:relative; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #pVWXDi3KXEwrDqFxpNRJoBPXfZ6JEI73 { position:relative; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #JOnLuHsR1hxgLGLr2e895UXiHZngJD7M { position:relative;display:none; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #ALMTVpdz8nfDeH77EzPq065n5huH00xS { position:relative; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #Bnt5BTtca3vFRti6aeTh3ZnTeNcRcBuD { position:relative; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #PVBdG1iZK197SBNcwc1682MdQZVoRqgZ { position:relative;display:none; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #sGEPUGCP81P8PMG65kS4p25d7hgwucor { position:relative; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #uE4WaU6QMvZP4irF1tWevIp8IkH9hOQr { position:relative; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #urGvzXz6Pi2ozwXtH4UU0zggPrFW47u7 { position:relative;z-index:2; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #av9qwkQdiQXtG28pvpTQbENuIr8WBwV1 { position:relative; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #TSzvTFeFGtG7bmTTP0yRM3RSOPy5CplA { position:relative; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #W3TS5nW0DNx56pi2RPcBnMdtwLlX3pQf { position:relative; }
#kUA8TlxTxJ1Koh06ZMFOr0kmuXKpmrwl { color:#50d025;display:block;width:25.061875rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:700;z-index:15007;line-height:1.7;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(108,114,106,0.5);top:26.1669921875rem;left:6.4680995941163rem;height:2.86865rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SuPRKctqZ6pXb2PA9HXmua7LBqR02ByF { position:absolute;display:block;z-index:15001;background-color:#313137;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:24.5rem;top:26.133625030517rem;left:6.4998378753663rem;display:block; }
#TJFshVZ50rpwPZPO8cufWsTa6nmRtQOa { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:0rem;left:0rem;overflow:hidden;display:none; }
#xKvAtN4tMJxzcsxaDfJF3i4axBsNyBPy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(51,162,51,0.89);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; }#xKvAtN4tMJxzcsxaDfJF3i4axBsNyBPy > .row .container { background-color: transparent; background-image: none; }#xKvAtN4tMJxzcsxaDfJF3i4axBsNyBPy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xKvAtN4tMJxzcsxaDfJF3i4axBsNyBPy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xKvAtN4tMJxzcsxaDfJF3i4axBsNyBPy > .row .container > .video-iframe-container { display: none; }#xKvAtN4tMJxzcsxaDfJF3i4axBsNyBPy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xKvAtN4tMJxzcsxaDfJF3i4axBsNyBPy > .row > .video-iframe-container { display: none; }#xKvAtN4tMJxzcsxaDfJF3i4axBsNyBPy > .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); }#xKvAtN4tMJxzcsxaDfJF3i4axBsNyBPy > .row .container { border-width: 0; border-radius: 0; }#xKvAtN4tMJxzcsxaDfJF3i4axBsNyBPy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xKvAtN4tMJxzcsxaDfJF3i4axBsNyBPy > .row .container { font-size:0.875rem;font-family:arial;height:6.625rem;width:75rem;position:relative;display:block; }#rFDslo4JNktAdbnKLQlSa0BpP386vMRd { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:bitter;font-size:2.25rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:2.130859375rem;left:0rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WN1Qu4NBTfQCrzMPhtxmt4nXfTZfOReR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WN1Qu4NBTfQCrzMPhtxmt4nXfTZfOReR > .row .container { background-color: transparent; background-image: none; }#WN1Qu4NBTfQCrzMPhtxmt4nXfTZfOReR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WN1Qu4NBTfQCrzMPhtxmt4nXfTZfOReR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WN1Qu4NBTfQCrzMPhtxmt4nXfTZfOReR > .row .container > .video-iframe-container { display: none; }#WN1Qu4NBTfQCrzMPhtxmt4nXfTZfOReR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WN1Qu4NBTfQCrzMPhtxmt4nXfTZfOReR > .row > .video-iframe-container { display: none; }#WN1Qu4NBTfQCrzMPhtxmt4nXfTZfOReR > .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); }#WN1Qu4NBTfQCrzMPhtxmt4nXfTZfOReR > .row .container { border-width: 0; border-radius: 0; }#WN1Qu4NBTfQCrzMPhtxmt4nXfTZfOReR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WN1Qu4NBTfQCrzMPhtxmt4nXfTZfOReR > .row .container { font-size:0.875rem;font-family:arial;height:19.25rem;width:75rem;position:relative;display:block; }#T4ldGh8JwqTEOmBk53Oe6L1kyb7gJkqZ { color:#030703;display:block;width:21.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15003;line-height:3;letter-spacing:0;top:8.436195373535rem;left:13.309896469116rem;height:4.311525rem;font-style:normal;display:block; }
#Tw9wo7GTu5EGBGsnOWZnMSeJdBJ9ahlg { color:#030703;display:block;width:21.4981875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15014;line-height:3;letter-spacing:0;top:8.342445373535rem;left:52.876306533814rem;height:4.4995125rem;font-style:normal;display:block; }
#SqiLcQiHG7rpW4BFn3TJZWEFAnDmgJO9 { box-sizing:content-box;color:#5d92ff;font-size:6.125rem;font-weight:400;line-height:1;height:8.75rem;width:8.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:5.0935873985291rem;left:2.2135429382324rem; }
#Gg19kdnKacl0pTKNQp4yfUZZOyGUyCV1 { box-sizing:content-box;color:#5d92ff;font-size:6.125rem;font-weight:400;line-height:1;height:8.75rem;width:8.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:5.5305991172791rem;left:42.71240234375rem; }
#GHD8Wc8AEBHMTDkDCQiefGDNtPmomQS4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GHD8Wc8AEBHMTDkDCQiefGDNtPmomQS4 > .row .container { background-color: transparent; background-image: none; }#GHD8Wc8AEBHMTDkDCQiefGDNtPmomQS4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GHD8Wc8AEBHMTDkDCQiefGDNtPmomQS4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GHD8Wc8AEBHMTDkDCQiefGDNtPmomQS4 > .row .container > .video-iframe-container { display: none; }#GHD8Wc8AEBHMTDkDCQiefGDNtPmomQS4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GHD8Wc8AEBHMTDkDCQiefGDNtPmomQS4 > .row > .video-iframe-container { display: none; }#GHD8Wc8AEBHMTDkDCQiefGDNtPmomQS4 > .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); }#GHD8Wc8AEBHMTDkDCQiefGDNtPmomQS4 > .row .container { border-width: 0; border-radius: 0; }#GHD8Wc8AEBHMTDkDCQiefGDNtPmomQS4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GHD8Wc8AEBHMTDkDCQiefGDNtPmomQS4 > .row .container { font-size:0.875rem;font-family:arial;height:33.5625rem;width:75rem;position:relative;display:block; }#zg9gZ7caZfgcwZ5GJJMr2fETtJFrgvm7 { color:#030703;display:block;width:24.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:1.8333320617676rem;left:13.061197280884rem;height:2.01171875rem;font-style:normal;display:block; }
#bMvqTfDxM3XnL5FZad7r6PpN1RPqQgEN { color:#030703;display:block;width:21.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:5.875rem;left:52.997400283814rem;height:5.84635625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#STN5B6BxDDERuR1QBhKkK0TfGEFwGySe { color:#030703;display:block;width:17.121125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:1.83203125rem;left:53.372400283814rem;height:2.01171875rem;font-style:normal;display:block; }
#ptNp05fnEqqLONsAJpdzL34614kIsDuF { color:#030703;display:block;width:22.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:5.4348945617676rem;left:13.277345657349rem;height:10.231125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lmx1xh3LLTKPNDP84ZPUTeEiqT3qshie { box-sizing:content-box;color:#5d92ff;font-size:7.4375rem;font-weight:400;line-height:1;height:10.686875rem;width:10.686875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:4.8429412841797rem;left:1.2744140625rem; }
#waDXBinxJfK5LfvPTTZrQ8VlpC8tmHTG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:10.686875rem;width:10.686875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:4.8429412841797rem;left:41.149089813233rem; }
#EkyzZ20VmWNseVHpKco23TPrqa4vaR4u { color:#007303;display:block;width:48.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:700;z-index:15021;line-height:1.5;letter-spacing:0;top:20.437825202942rem;left:13.21044921875rem;height:8.6246875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uQECmoTOeuz81TXdzwHt4b3noQN95Qcm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uQECmoTOeuz81TXdzwHt4b3noQN95Qcm > .row .container { background-color: transparent; background-image: none; }#uQECmoTOeuz81TXdzwHt4b3noQN95Qcm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQECmoTOeuz81TXdzwHt4b3noQN95Qcm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQECmoTOeuz81TXdzwHt4b3noQN95Qcm > .row .container > .video-iframe-container { display: none; }#uQECmoTOeuz81TXdzwHt4b3noQN95Qcm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQECmoTOeuz81TXdzwHt4b3noQN95Qcm > .row > .video-iframe-container { display: none; }#uQECmoTOeuz81TXdzwHt4b3noQN95Qcm > .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); }#uQECmoTOeuz81TXdzwHt4b3noQN95Qcm > .row .container { border-width: 0; border-radius: 0; }#uQECmoTOeuz81TXdzwHt4b3noQN95Qcm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uQECmoTOeuz81TXdzwHt4b3noQN95Qcm > .row .container { font-size:0.875rem;font-family:arial;height:30.875rem;width:75rem;position:relative;display:block; }#oqeJa34TTCIEfKir7iMaAUK5g3XyTEOO { color:rgba(var(--color-tertiary-2),1);display:block;width:12.1875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:2.6578769683838rem;left:40.53466796875rem;height:1.9995125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AtmB38U0BqH8McwCMgnsMoK2z0xTfiR8 { color:rgba(var(--color-tertiary-2),1);display:block;width:16.8090625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:11.686197280884rem;left:41.368000030517rem;height:2rem;font-style:normal;display:block; }
#oNok2JicpZQXI9eQ01cErTz2g3wta8hW { color:rgba(var(--color-tertiary-2),1);display:block;width:14.6875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:20.472005844116rem;left:41.368000030517rem;height:2rem;font-style:normal;display:block; }
#SMtoTo1gbCsBCTMCPMHmi40A8WIvO76Q { color:rgba(var(--color-tertiary-1),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:4.6053066253662rem;left:42.461750030517rem;height:2.03125rem;font-style:normal;display:block; }
#w8OyhdBFAUhL2t1q5VNLFdQe8F5Z9iRo { color:rgba(var(--color-tertiary-3),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:13.685708999634rem;left:44.802242279052rem;height:2.03125rem;font-style:normal;display:block; }
#QtcXSKWKDAFFD54JrA6o5Kf72zhldsJt { color:rgba(var(--color-tertiary-3),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:22.471517562866rem;left:43.522136688233rem;height:2.03125rem;font-style:normal;display:block; }
#Tu8F1cWQueoLwG99KybxcRrbB6dwNBS6 { position:absolute;display:block;z-index:14999;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:26.8123125rem;width:17.7498125rem;top:0rem;left:57.250972747802rem;overflow:hidden;display:block; }
#Z1EzHtXL89MafgKviP3Pltvv3ASxSaTt { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.562175rem;width:17.5rem;top:2.6521816253662rem;left:37.87841796875rem;display:block; }
#tt8uuWJ6c07V3KfKFm2r50bLeCB5ZT9B { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.562175rem;width:17.5rem;top:11.686197280884rem;left:37.87841796875rem;display:block; }
#wVH7prIRDNRS82AN0fuyC9xxPu62HsNZ { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.562175rem;width:17.5rem;top:20.472005844116rem;left:37.87841796875rem;display:block; }
#mMRZ7t9QP2rxQUd02etRd3UTKCq8r9ac { color:#030703;display:block;width:36.8123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:normal;z-index:15012;line-height:3;letter-spacing:0;top:2.6228828430176rem;left:0rem;height:21.7480625rem;display:block; }
#DPyEqDLwPmTcUxP4IPMKARGcQZAQZAfm { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.562175rem;width:17.5rem;top:2.6521816253662rem;left:37.87841796875rem;display:none; }
#Z4TeI2wRAErK4VITlm3lw7fptCDC53Rr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Z4TeI2wRAErK4VITlm3lw7fptCDC53Rr > .row .container { background-color: transparent; background-image: none; }#Z4TeI2wRAErK4VITlm3lw7fptCDC53Rr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z4TeI2wRAErK4VITlm3lw7fptCDC53Rr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z4TeI2wRAErK4VITlm3lw7fptCDC53Rr > .row .container > .video-iframe-container { display: none; }#Z4TeI2wRAErK4VITlm3lw7fptCDC53Rr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z4TeI2wRAErK4VITlm3lw7fptCDC53Rr > .row > .video-iframe-container { display: none; }#Z4TeI2wRAErK4VITlm3lw7fptCDC53Rr > .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); }#Z4TeI2wRAErK4VITlm3lw7fptCDC53Rr > .row .container { border-width: 0; border-radius: 0; }#Z4TeI2wRAErK4VITlm3lw7fptCDC53Rr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z4TeI2wRAErK4VITlm3lw7fptCDC53Rr > .row .container { font-size:0.875rem;font-family:arial;height:46rem;width:75rem;position:relative;display:block; }#SJUdtR9RzkuET69x8EawqRTGQhduEu1S { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:17.373046875rem;left:15.650226593017rem;display:block; }
#Ggu8WFkm7sa2BrEvmT0vGKy1tAMporUK { color:#007303;display:block;width:38.0623125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.7;letter-spacing:0;top:1.43798828125rem;left:15.650226593017rem;height:10.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WAlhQI8ubGNKLpWq1TAlEk0dndNgaJBS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WAlhQI8ubGNKLpWq1TAlEk0dndNgaJBS > .row .container { background-color: transparent; background-image: none; }#WAlhQI8ubGNKLpWq1TAlEk0dndNgaJBS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WAlhQI8ubGNKLpWq1TAlEk0dndNgaJBS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WAlhQI8ubGNKLpWq1TAlEk0dndNgaJBS > .row .container > .video-iframe-container { display: none; }#WAlhQI8ubGNKLpWq1TAlEk0dndNgaJBS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WAlhQI8ubGNKLpWq1TAlEk0dndNgaJBS > .row > .video-iframe-container { display: none; }#WAlhQI8ubGNKLpWq1TAlEk0dndNgaJBS > .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); }#WAlhQI8ubGNKLpWq1TAlEk0dndNgaJBS > .row .container { border-width: 0; border-radius: 0; }#WAlhQI8ubGNKLpWq1TAlEk0dndNgaJBS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WAlhQI8ubGNKLpWq1TAlEk0dndNgaJBS > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:75rem;position:relative;display:block; }#CaD5UPPL0mpBNyTQm2EizTAV6ZJTVF0n { color:rgba(var(--color-tertiary-0),1);display:block;width:47.25rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:1.98828125rem;left:14.437500953674rem;height:5.4003875rem;font-style:normal;display:block; }
#STvA8eaypMW4Tvym7DeXUbHawcrCfQqw { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zRDqxHTeUJtsfLIFWXNuruABhVzdB52b { display:block; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OxF3zxENWTRnvx47SlZ2Vym1szkMWm4c { width:38rem;height:14.25rem;top:3.125rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsIxQnOW1Kv4xOqx73stSfL1WkomUUma { width:37.9375rem;height:5.5625rem;top:18.5625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH .widget-regular-label { width:26.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH .widget-input-text { width:26.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH .widget-input-text {padding-top: 0; padding-bottom: 0;}#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH .widget-textarea { width:26.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH .widget-input-select { width:26.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH .widget-input-select {padding-top: 0; padding-bottom: 0;}#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH .widget-input-button { width:26.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH .widget-checkbox-label { width:25.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH  { width:26.75rem;height:auto;top:4.0625rem;left:18.5rem; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH .radio-container { width:26.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH {display:block;}#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH { width:26.75rem;height:auto;top:4.0625rem;left:18.5rem; }
 }@media only screen and (max-width: 763px) { #mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #bB3bsNWBTmec8mr59cww2sKxdxgafyO1 {  }
 }@media only screen and (max-width: 763px) { #mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #U1G3GyXCvoZzIpHh61oqnxxS2QmlTDqf { display:none; }
 }@media only screen and (max-width: 763px) { #mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #usRSamlAKKFxHhUce4wCqoHcPrxJb5Wc {  }
 }@media only screen and (max-width: 763px) { #mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #svbQ6WcTTroCAnQSBA6JiFfhpcOef8Ra {  }
 }@media only screen and (max-width: 763px) { #mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #u2ryeBXps95CgfLE2Sfko1D41GI9BmFo {  }
 }@media only screen and (max-width: 763px) { #mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #KazCIaT4nQsdUKOO4LZtuCK2qA7bCHl2 {  }
 }@media only screen and (max-width: 763px) { #mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #SLgqRuzDqsSF7CgVVTkJD4ycREH61l2u {  }
 }@media only screen and (max-width: 763px) { #mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #nMk28c9WLPCHQdpKb6BmtzxF913ZnzcB { display:none; }
 }@media only screen and (max-width: 763px) { #mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #CwrE6L0cBMq9wFF8Wxt39aNtrEq5eXPL {  }
 }@media only screen and (max-width: 763px) { #mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #ET2dVmBnQCQWyKZl9KDwPfKeeNcAm8Ms {  }
 }@media only screen and (max-width: 763px) { #mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #gqBw3Uy2I7KraTTVIGKEQCkZgtGf50Dz { display:none; }
 }@media only screen and (max-width: 763px) { #mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #GEtPAQNtCvspJDTaRpOUrXTCZxgUTQAr {  }
 }@media only screen and (max-width: 763px) { #mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #pVWXDi3KXEwrDqFxpNRJoBPXfZ6JEI73 {  }
 }@media only screen and (max-width: 763px) { #mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #JOnLuHsR1hxgLGLr2e895UXiHZngJD7M {  }
 }@media only screen and (max-width: 763px) { #mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #ALMTVpdz8nfDeH77EzPq065n5huH00xS {  }
 }@media only screen and (max-width: 763px) { #mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #Bnt5BTtca3vFRti6aeTh3ZnTeNcRcBuD {  }
 }@media only screen and (max-width: 763px) { #mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #PVBdG1iZK197SBNcwc1682MdQZVoRqgZ {  }
 }@media only screen and (max-width: 763px) { #mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #sGEPUGCP81P8PMG65kS4p25d7hgwucor {  }
 }@media only screen and (max-width: 763px) { #mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #uE4WaU6QMvZP4irF1tWevIp8IkH9hOQr {  }
 }@media only screen and (max-width: 763px) { #mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #urGvzXz6Pi2ozwXtH4UU0zggPrFW47u7 {  }
 }@media only screen and (max-width: 763px) { #mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #av9qwkQdiQXtG28pvpTQbENuIr8WBwV1 {  }
 }@media only screen and (max-width: 763px) { #mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #TSzvTFeFGtG7bmTTP0yRM3RSOPy5CplA {  }
 }@media only screen and (max-width: 763px) { #mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #W3TS5nW0DNx56pi2RPcBnMdtwLlX3pQf {  }
 }@media only screen and (max-width: 763px) { #kUA8TlxTxJ1Koh06ZMFOr0kmuXKpmrwl { top:26.125rem;left:0rem;width:25rem;height:2.8125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuPRKctqZ6pXb2PA9HXmua7LBqR02ByF { top:26.125rem;left:0rem;width:24.5rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJFshVZ50rpwPZPO8cufWsTa6nmRtQOa { top:0rem;left:0rem;width:9.375rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xKvAtN4tMJxzcsxaDfJF3i4axBsNyBPy { display:block; }#xKvAtN4tMJxzcsxaDfJF3i4axBsNyBPy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rFDslo4JNktAdbnKLQlSa0BpP386vMRd { width:47.75rem;height:2.875rem;top:2.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WN1Qu4NBTfQCrzMPhtxmt4nXfTZfOReR { display:block; }#WN1Qu4NBTfQCrzMPhtxmt4nXfTZfOReR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T4ldGh8JwqTEOmBk53Oe6L1kyb7gJkqZ { width:21.625rem;height:4.3125rem;top:8.375rem;left:2.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw9wo7GTu5EGBGsnOWZnMSeJdBJ9ahlg { width:21.4375rem;height:4.5rem;top:8.3125rem;left:26.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqiLcQiHG7rpW4BFn3TJZWEFAnDmgJO9 { top:5.0625rem;left:0rem;width:8.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gg19kdnKacl0pTKNQp4yfUZZOyGUyCV1 { top:5.5rem;left:23.875rem;width:8.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHD8Wc8AEBHMTDkDCQiefGDNtPmomQS4 { display:block; }#GHD8Wc8AEBHMTDkDCQiefGDNtPmomQS4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zg9gZ7caZfgcwZ5GJJMr2fETtJFrgvm7 { width:24.75rem;height:2rem;top:1.8125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMvqTfDxM3XnL5FZad7r6PpN1RPqQgEN { top:5.875rem;left:26.375rem;width:21.375rem;height:5.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #STN5B6BxDDERuR1QBhKkK0TfGEFwGySe { width:17.0625rem;height:2rem;top:1.8125rem;left:30.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptNp05fnEqqLONsAJpdzL34614kIsDuF { top:5.375rem;left:1.5rem;width:22.375rem;height:10.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmx1xh3LLTKPNDP84ZPUTeEiqT3qshie { top:4.8125rem;left:0rem;width:10.625rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #waDXBinxJfK5LfvPTTZrQ8VlpC8tmHTG { top:4.8125rem;left:23.875rem;width:10.625rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkyzZ20VmWNseVHpKco23TPrqa4vaR4u { top:20.4375rem;left:0rem;width:47.75rem;height:8.5625rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQECmoTOeuz81TXdzwHt4b3noQN95Qcm { display:block; }#uQECmoTOeuz81TXdzwHt4b3noQN95Qcm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oqeJa34TTCIEfKir7iMaAUK5g3XyTEOO { top:2.625rem;left:26.90966796875rem;width:12.1875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtmB38U0BqH8McwCMgnsMoK2z0xTfiR8 { top:11.625rem;left:27.743000030517rem;width:16.75rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNok2JicpZQXI9eQ01cErTz2g3wta8hW { top:20.4375rem;left:27.743000030517rem;width:14.6875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMtoTo1gbCsBCTMCPMHmi40A8WIvO76Q { top:4.5625rem;left:28.836750030517rem;width:12.5rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8OyhdBFAUhL2t1q5VNLFdQe8F5Z9iRo { top:13.625rem;left:31.177242279052rem;width:12.5rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtcXSKWKDAFFD54JrA6o5Kf72zhldsJt { top:22.4375rem;left:29.897136688233rem;width:12.5rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tu8F1cWQueoLwG99KybxcRrbB6dwNBS6 { top:0rem;left:30.0625rem;width:17.6875rem;height:26.718185183294rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1EzHtXL89MafgKviP3Pltvv3ASxSaTt { top:2.625rem;left:24.25341796875rem;width:17.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tt8uuWJ6c07V3KfKFm2r50bLeCB5ZT9B { top:11.625rem;left:24.25341796875rem;width:17.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVH7prIRDNRS82AN0fuyC9xxPu62HsNZ { top:20.4375rem;left:24.25341796875rem;width:17.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMRZ7t9QP2rxQUd02etRd3UTKCq8r9ac { top:2.5625rem;left:0rem;width:36.75rem;height:21.75rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPyEqDLwPmTcUxP4IPMKARGcQZAQZAfm { top:2.625rem;left:24.25341796875rem;width:17.5rem;height:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z4TeI2wRAErK4VITlm3lw7fptCDC53Rr { display:block; }#Z4TeI2wRAErK4VITlm3lw7fptCDC53Rr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SJUdtR9RzkuET69x8EawqRTGQhduEu1S { top:17.3125rem;left:2.0252265930176rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ggu8WFkm7sa2BrEvmT0vGKy1tAMporUK { top:1.4375rem;left:2.0252265930176rem;width:38rem;height:10.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAlhQI8ubGNKLpWq1TAlEk0dndNgaJBS { display:block; }#WAlhQI8ubGNKLpWq1TAlEk0dndNgaJBS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CaD5UPPL0mpBNyTQm2EizTAV6ZJTVF0n { width:47.25rem;height:5.375rem;top:1.9375rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #STvA8eaypMW4Tvym7DeXUbHawcrCfQqw { top:0rem;left:0rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:rgba(95,79,79,0.74);background-image:url("https://images.assets-landingi.com/wwtSYc8p9cI/unsplash/luca-baini-wwtSYc8p9cI-photo-1587654542342-c6f9bf970132.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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) { #zRDqxHTeUJtsfLIFWXNuruABhVzdB52b { background-color:rgba(180,209,29,0.74);background-image:url("https://images.assets-landingi.com/uc/e77786d3-8400-4dc6-8596-d0c6f9ea9f38/NOVAIMAGEM.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b.adaptive-delivery-prevent-bg, #zRDqxHTeUJtsfLIFWXNuruABhVzdB52b.lazyload, #zRDqxHTeUJtsfLIFWXNuruABhVzdB52b.lazyloading { background-image: none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container { background-color: transparent; background-image: none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container > .video-iframe-container { display: none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row > .video-iframe-container { display: none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .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); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container { border-width: 0; border-radius: 0; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container { width:20rem;height:51.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OxF3zxENWTRnvx47SlZ2Vym1szkMWm4c { width:16.75rem;height:3.875rem;top:5.625rem;left:1.6250000596046rem;font-size:1.9375rem;text-align:center;text-align-last:center;color:#ffffff;line-height:1;font-family:arial;text-shadow:0.0625rem 0.0625rem 0.1875rem #030703;display:block; }
 }@media only screen and (max-width: 763px) { #VsIxQnOW1Kv4xOqx73stSfL1WkomUUma { width:16.75rem;height:5.69921875rem;top:11.173177719116rem;left:1.71875rem;font-size:1.1875rem;text-align:center;text-align-last:center;font-family:"bree serif";font-weight:400;font-style:normal;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem #030703;display:block; }
 }@media only screen and (max-width: 763px) { #mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH .widget-regular-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH .widget-input-text { width:16.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH .widget-input-text {padding-top: 0; padding-bottom: 0;}#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH .widget-textarea { width:16.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH .widget-input-select { width:16.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH .widget-input-select {padding-top: 0; padding-bottom: 0;}#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH .widget-input-button { width:16.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:3.1875rem;font-size:1.1875rem;overflow:hidden;background-color:#149d16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH .widget-checkbox-label { width:15.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:#fafafa; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH  { width:16.5rem;height:auto;top:21.083984375rem;left:0.625rem; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH .radio-container { width:16.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH {display:block;}#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH { width:16.5rem;height:auto;top:21.083984375rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #bB3bsNWBTmec8mr59cww2sKxdxgafyO1 {  }
 }@media only screen and (max-width: 763px) { #mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #U1G3GyXCvoZzIpHh61oqnxxS2QmlTDqf { display:none; }
 }@media only screen and (max-width: 763px) { #mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #usRSamlAKKFxHhUce4wCqoHcPrxJb5Wc {  }
 }@media only screen and (max-width: 763px) { #mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #svbQ6WcTTroCAnQSBA6JiFfhpcOef8Ra {  }
 }@media only screen and (max-width: 763px) { #mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #u2ryeBXps95CgfLE2Sfko1D41GI9BmFo {  }
 }@media only screen and (max-width: 763px) { #mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #KazCIaT4nQsdUKOO4LZtuCK2qA7bCHl2 {  }
 }@media only screen and (max-width: 763px) { #mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #SLgqRuzDqsSF7CgVVTkJD4ycREH61l2u {  }
 }@media only screen and (max-width: 763px) { #mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #nMk28c9WLPCHQdpKb6BmtzxF913ZnzcB { display:none; }
 }@media only screen and (max-width: 763px) { #mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #CwrE6L0cBMq9wFF8Wxt39aNtrEq5eXPL {  }
 }@media only screen and (max-width: 763px) { #mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #ET2dVmBnQCQWyKZl9KDwPfKeeNcAm8Ms {  }
 }@media only screen and (max-width: 763px) { #mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #gqBw3Uy2I7KraTTVIGKEQCkZgtGf50Dz { display:none; }
 }@media only screen and (max-width: 763px) { #mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #GEtPAQNtCvspJDTaRpOUrXTCZxgUTQAr {  }
 }@media only screen and (max-width: 763px) { #mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #pVWXDi3KXEwrDqFxpNRJoBPXfZ6JEI73 {  }
 }@media only screen and (max-width: 763px) { #mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #JOnLuHsR1hxgLGLr2e895UXiHZngJD7M {  }
 }@media only screen and (max-width: 763px) { #mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #ALMTVpdz8nfDeH77EzPq065n5huH00xS {  }
 }@media only screen and (max-width: 763px) { #mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #Bnt5BTtca3vFRti6aeTh3ZnTeNcRcBuD {  }
 }@media only screen and (max-width: 763px) { #mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #PVBdG1iZK197SBNcwc1682MdQZVoRqgZ {  }
 }@media only screen and (max-width: 763px) { #mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #sGEPUGCP81P8PMG65kS4p25d7hgwucor {  }
 }@media only screen and (max-width: 763px) { #mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #uE4WaU6QMvZP4irF1tWevIp8IkH9hOQr {  }
 }@media only screen and (max-width: 763px) { #mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #urGvzXz6Pi2ozwXtH4UU0zggPrFW47u7 {  }
 }@media only screen and (max-width: 763px) { #mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #av9qwkQdiQXtG28pvpTQbENuIr8WBwV1 {  }
 }@media only screen and (max-width: 763px) { #mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #TSzvTFeFGtG7bmTTP0yRM3RSOPy5CplA {  }
 }@media only screen and (max-width: 763px) { #mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #W3TS5nW0DNx56pi2RPcBnMdtwLlX3pQf {  }
 }@media only screen and (max-width: 763px) { #kUA8TlxTxJ1Koh06ZMFOr0kmuXKpmrwl { width:19.3125rem;height:1.69986875rem;top:19.106771469116rem;left:0.3125rem;font-size:1rem;text-align:center;text-align-last:center;color:#50d025;display:block; }
 }@media only screen and (max-width: 763px) { #SuPRKctqZ6pXb2PA9HXmua7LBqR02ByF { width:19.3125rem;height:2.75rem;top:18.522136688233rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJFshVZ50rpwPZPO8cufWsTa6nmRtQOa { width:5.0625rem;height:5.0625rem;top:0rem;left:14.936848938465rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #xKvAtN4tMJxzcsxaDfJF3i4axBsNyBPy { display:block; }#xKvAtN4tMJxzcsxaDfJF3i4axBsNyBPy > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rFDslo4JNktAdbnKLQlSa0BpP386vMRd { width:20rem;height:1.94986875rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WN1Qu4NBTfQCrzMPhtxmt4nXfTZfOReR { display:block; }#WN1Qu4NBTfQCrzMPhtxmt4nXfTZfOReR > .row .container { width:20rem;height:40.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T4ldGh8JwqTEOmBk53Oe6L1kyb7gJkqZ { width:19rem;height:3.75rem;top:3.8111977577209rem;left:0.6861979961395rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tw9wo7GTu5EGBGsnOWZnMSeJdBJ9ahlg { width:18rem;height:3.75rem;top:21.622396945953rem;left:1.2799479961395rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SqiLcQiHG7rpW4BFn3TJZWEFAnDmgJO9 { display:flex;width:8.75rem;height:8.75rem;top:8.6236977577212rem;left:5.625rem; }
 }@media only screen and (max-width: 763px) { #Gg19kdnKacl0pTKNQp4yfUZZOyGUyCV1 { display:flex;width:8.75rem;height:8.75rem;top:26.123697757721rem;left:5.625rem; }
 }@media only screen and (max-width: 763px) { #GHD8Wc8AEBHMTDkDCQiefGDNtPmomQS4 { display:block; }#GHD8Wc8AEBHMTDkDCQiefGDNtPmomQS4 > .row .container { width:20rem;height:66.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zg9gZ7caZfgcwZ5GJJMr2fETtJFrgvm7 { width:17.125rem;height:3.5rem;top:0rem;left:1.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bMvqTfDxM3XnL5FZad7r6PpN1RPqQgEN { width:17.8125rem;height:6.9043125rem;top:45.73828125rem;left:1.0924479961395rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #STN5B6BxDDERuR1QBhKkK0TfGEFwGySe { width:17.0611875rem;height:1.75rem;top:31.552085876465rem;left:1.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ptNp05fnEqqLONsAJpdzL34614kIsDuF { width:17.8125rem;height:11.046875rem;top:16.2421875rem;left:1.0924479961395rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lmx1xh3LLTKPNDP84ZPUTeEiqT3qshie { display:flex;width:10.6875rem;height:10.6875rem;top:3.8736953735351rem;left:4.6549482345581rem; }
 }@media only screen and (max-width: 763px) { #waDXBinxJfK5LfvPTTZrQ8VlpC8tmHTG { display:flex;width:10.625rem;height:10.625rem;top:33.70703125rem;left:4.6861982345581rem; }
 }@media only screen and (max-width: 763px) { #EkyzZ20VmWNseVHpKco23TPrqa4vaR4u { width:20rem;height:12rem;top:54.143878936767rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQECmoTOeuz81TXdzwHt4b3noQN95Qcm { display:block; }#uQECmoTOeuz81TXdzwHt4b3noQN95Qcm > .row .container { width:20rem;height:91.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oqeJa34TTCIEfKir7iMaAUK5g3XyTEOO { width:12.5rem;height:1.79948125rem;top:36.6328125rem;left:3.7486982345581rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AtmB38U0BqH8McwCMgnsMoK2z0xTfiR8 { width:17.4375rem;height:1.79948125rem;top:53.75rem;left:1.3098959922791rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oNok2JicpZQXI9eQ01cErTz2g3wta8hW { width:17.1875rem;height:1.79948125rem;top:45.23828125rem;left:1.4244792461395rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SMtoTo1gbCsBCTMCPMHmi40A8WIvO76Q { width:17.25rem;height:1.94986875rem;top:38.618492126465rem;left:1.3619792461395rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w8OyhdBFAUhL2t1q5VNLFdQe8F5Z9iRo { width:17.5rem;height:1.94986875rem;top:47.302085876465rem;left:1.3125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QtcXSKWKDAFFD54JrA6o5Kf72zhldsJt { width:17.4375rem;height:1.94986875rem;top:55.602867126465rem;left:1.3619792461395rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tu8F1cWQueoLwG99KybxcRrbB6dwNBS6 { width:17.6875rem;height:26.718598583019rem;top:62.18229675293rem;left:1.1549479961395rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1EzHtXL89MafgKviP3Pltvv3ASxSaTt { width:17.5rem;height:4.5rem;top:36.6328125rem;left:1.2486979961395rem;display:block; }
 }@media only screen and (max-width: 763px) { #tt8uuWJ6c07V3KfKFm2r50bLeCB5ZT9B { width:17.5rem;height:4.5rem;top:45.075523376465rem;left:1.2486979961395rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVH7prIRDNRS82AN0fuyC9xxPu62HsNZ { width:19.375rem;height:2.125rem;top:7.1202783584594rem;left:0.22705078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMRZ7t9QP2rxQUd02etRd3UTKCq8r9ac { width:20rem;height:32.625rem;top:0rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DPyEqDLwPmTcUxP4IPMKARGcQZAQZAfm { width:17.5rem;height:4.5rem;top:53.63542175293rem;left:1.25rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #Z4TeI2wRAErK4VITlm3lw7fptCDC53Rr { display:block; }#Z4TeI2wRAErK4VITlm3lw7fptCDC53Rr > .row .container { width:20rem;height:39.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SJUdtR9RzkuET69x8EawqRTGQhduEu1S { height:11.25rem;width:20rem;top:24.874675750733rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ggu8WFkm7sa2BrEvmT0vGKy1tAMporUK { width:20rem;height:21.25rem;top:1.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAlhQI8ubGNKLpWq1TAlEk0dndNgaJBS { display:block; }#WAlhQI8ubGNKLpWq1TAlEk0dndNgaJBS > .row .container { width:20rem;height:24.471374511719rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CaD5UPPL0mpBNyTQm2EizTAV6ZJTVF0n { width:20rem;height:12.596375rem;top:1.25rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #STvA8eaypMW4Tvym7DeXUbHawcrCfQqw { width:9.375rem;height:9.375rem;top:15.096375rem;left:5.3125rem;display:block; }
 }