.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:255,236,217;--color-primary-1:255,198,142;--color-primary-2:255,160,67;--color-primary-3:255,103,32;--color-primary-4:253,136,0;--color-secondary-0:214,234,250;--color-secondary-1:133,193,239;--color-secondary-2:51,151,229;--color-secondary-3:0,125,223;--color-secondary-4:0,71,187;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"st ryde";--paragraphs-font-family:"st ryde"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;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); }#NsNwNybosoGPirqZBLUia4TFFJ2NoNeX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfbfb;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; }#NsNwNybosoGPirqZBLUia4TFFJ2NoNeX > .row .container { background-color: transparent; background-image: none; }#NsNwNybosoGPirqZBLUia4TFFJ2NoNeX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NsNwNybosoGPirqZBLUia4TFFJ2NoNeX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NsNwNybosoGPirqZBLUia4TFFJ2NoNeX > .row .container > .video-iframe-container { display: none; }#NsNwNybosoGPirqZBLUia4TFFJ2NoNeX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NsNwNybosoGPirqZBLUia4TFFJ2NoNeX > .row > .video-iframe-container { display: none; }#NsNwNybosoGPirqZBLUia4TFFJ2NoNeX > .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); }#NsNwNybosoGPirqZBLUia4TFFJ2NoNeX > .row .container { border-width: 0; border-radius: 0; }#NsNwNybosoGPirqZBLUia4TFFJ2NoNeX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NsNwNybosoGPirqZBLUia4TFFJ2NoNeX > .row .container { font-size:0.875rem;font-family:arial;height:13.25rem;width:75rem;position:relative;display:block; }#NiDPC3vIa92lp1AXEqxx6T6rrFpJfN8F { position:absolute;display:block;z-index:15021;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.93706875rem;width:13.0620625rem;top:1.3812934160232rem;left:1.25rem;overflow:hidden;display:block; }
#gqa2vUhRRKsJV6f0InsoB0mtqA0GUCvH { color:rgba(var(--color-tertiary-4),1);display:block;width:20.499rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.75rem;left:15rem;height:3.89941875rem;display:block; }
#cu77bb3u0reC3HuT8E0mI2gTq0JfTFZ2 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:4.0625rem;left:36.5625rem;overflow:hidden;display:block; }
#aKd69DlcITKuGou19KGPztGdu5emvs8r { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:4.0625rem;left:39.09375rem;overflow:hidden;display:block; }
#UdflVuo19n7kNXELhDakrBcwCfvRsyDv { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:4.0625rem;left:41.59375rem;overflow:hidden;display:block; }
#rzt5qbnhpO3MrRCLT31u9qRhWpNNKgfs { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:4.0625rem;left:44.09375rem;overflow:hidden;display:block; }
#wgXfEnqNT9EGObclG5IEkJhO3s2mBism { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:1.8125rem;width:1.875rem;top:4.0625rem;left:46.5625rem;overflow:hidden;display:block; }
#KwX0X1TdCgK5Tf3XU0rIFbkmg3MZQPsK { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.125rem 0rem 0.25rem rgba(32,32,32,0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:8.125rem;height:2.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:3.96875rem;left:50.6875rem;display:block; }
#TSa3c9TGWMFkZBX4cPSfPo2c0vfE6FVJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HTVTox8oTG2EaUiNnKg3FRJHbJqHW5fn { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),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-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.125rem 0rem 0.25rem rgba(32,32,32,0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:13.375rem;height:2.125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:3.96875rem;left:60.375rem;display:block; }
#kS7lyWZo59tnS3o76tyQiPwxyrpVQU9M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yScOwVrOTUrHV3MSxUq5DQr0Mhbx3D7u { 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: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:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.68725rem;height:2.5rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:9.190673828125rem;left:0rem;display:block; }
#xPUoUAH6aV3vTwBBGueD5ovinTiSWLRy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tBWTdmGt8XbXR91C4cTyELqThcHfzM5C { 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: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:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.5rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:9.1904296875rem;left:10.685546875rem;display:block; }
#bbneTcKUbKCE2iiKKJ8AzQdcoiZTq2at { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F11ye44fFSvcAbHDz860HAZMF6SCt0Hs { 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: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:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.5rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:9.1904296875rem;left:20.685546875rem;display:block; }
#CXrDoTRZe7pC3n7I8SzOFhUmrLln7sqD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BVtZd7BaauD85zlMJMd34AK2HG6mJ1cf { 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: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:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:2.5rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:9.1901044845581rem;left:30.684896469116rem;display:block; }
#n0JqbhVK6TGtEsbiOJ9bE9vinnff85ae { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QLepNc5NfcLDZGDMWI7E0PLEIu9X8g1A { 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: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:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.5rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:9.1901044845581rem;left:55.083337783814rem;display:block; }
#qBTD2FuJstNqGBlEFIGqEpC4mtDGawct { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Zpi9mMJvQdEWyZ1T4rbJT985OgFXs6MJ { 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: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:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.5rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:9.1901044845581rem;left:65.00000190735rem;display:block; }
#gPBpKX1Timi3Z8KlrQmJ0vVIheFHfdzy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xxO3Lif6hrAWNy7nwVzqNVBhIv2s0smP { 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: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:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3111875rem;height:2.5rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:9.1901044845581rem;left:42.559900283814rem;display:block; }
#mJMbWDvG1J7nOFKL1laCWaZfTAGxFrLy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Gzd9630Jdmqw8C7Bs6PTxzpTvsrEgSZs { position:relative;display:block; }#Gzd9630Jdmqw8C7Bs6PTxzpTvsrEgSZs { background-color: transparent; background-image: none; }#Gzd9630Jdmqw8C7Bs6PTxzpTvsrEgSZs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gzd9630Jdmqw8C7Bs6PTxzpTvsrEgSZs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gzd9630Jdmqw8C7Bs6PTxzpTvsrEgSZs > .row .container > .video-iframe-container { display: none; }#Gzd9630Jdmqw8C7Bs6PTxzpTvsrEgSZs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gzd9630Jdmqw8C7Bs6PTxzpTvsrEgSZs > .row > .video-iframe-container { display: none; }#Gzd9630Jdmqw8C7Bs6PTxzpTvsrEgSZs > .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); }#Gzd9630Jdmqw8C7Bs6PTxzpTvsrEgSZs { border-width: 0; border-radius: 0; }#Gzd9630Jdmqw8C7Bs6PTxzpTvsrEgSZs > .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; }#Gzd9630Jdmqw8C7Bs6PTxzpTvsrEgSZs > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/9ba6b832-ef7b-4cff-aaca-ffe210fb65d2/webcorregido.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;font-size:0.875rem;font-family:arial;height:97.5rem;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; }#Gzd9630Jdmqw8C7Bs6PTxzpTvsrEgSZs > .row .container.adaptive-delivery-prevent-bg, #Gzd9630Jdmqw8C7Bs6PTxzpTvsrEgSZs > .row .container.lazyload, #Gzd9630Jdmqw8C7Bs6PTxzpTvsrEgSZs > .row .container.lazyloading { background-image: none; }#tEinKHQGlwiFXLxTb1ppt8PO51JJnXRZ { position:relative;display:block; }#tEinKHQGlwiFXLxTb1ppt8PO51JJnXRZ { background-color: transparent; background-image: none; }#tEinKHQGlwiFXLxTb1ppt8PO51JJnXRZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tEinKHQGlwiFXLxTb1ppt8PO51JJnXRZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tEinKHQGlwiFXLxTb1ppt8PO51JJnXRZ > .row .container > .video-iframe-container { display: none; }#tEinKHQGlwiFXLxTb1ppt8PO51JJnXRZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tEinKHQGlwiFXLxTb1ppt8PO51JJnXRZ > .row > .video-iframe-container { display: none; }#tEinKHQGlwiFXLxTb1ppt8PO51JJnXRZ > .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); }#tEinKHQGlwiFXLxTb1ppt8PO51JJnXRZ { border-width: 0; border-radius: 0; }#tEinKHQGlwiFXLxTb1ppt8PO51JJnXRZ > .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; }#tEinKHQGlwiFXLxTb1ppt8PO51JJnXRZ > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/e35eaf78-c287-46ad-b09a-c95d5d5f5274/ladoa.crop_2550x1579_0,1721.preview.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;font-size:0.875rem;font-family:arial;height:47.8125rem;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; }#tEinKHQGlwiFXLxTb1ppt8PO51JJnXRZ > .row .container.adaptive-delivery-prevent-bg, #tEinKHQGlwiFXLxTb1ppt8PO51JJnXRZ > .row .container.lazyload, #tEinKHQGlwiFXLxTb1ppt8PO51JJnXRZ > .row .container.lazyloading { background-image: none; }#i5TN3WdpUlxRbheZqHGJ8zFAhZpS8Xco { z-index:15002;top:39.74853515625rem;left:11.0595703125rem;background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:48.4980625rem;height:6.8730625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#c1vigyAVnwJuHvntTLhaKZ4KoxIrMRhs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fzgZBiQ96gaTVSMSyhsJLRzkI6RRVfbt { position:relative;display:block; }#fzgZBiQ96gaTVSMSyhsJLRzkI6RRVfbt { background-color: transparent; background-image: none; }#fzgZBiQ96gaTVSMSyhsJLRzkI6RRVfbt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fzgZBiQ96gaTVSMSyhsJLRzkI6RRVfbt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fzgZBiQ96gaTVSMSyhsJLRzkI6RRVfbt > .row .container > .video-iframe-container { display: none; }#fzgZBiQ96gaTVSMSyhsJLRzkI6RRVfbt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fzgZBiQ96gaTVSMSyhsJLRzkI6RRVfbt > .row > .video-iframe-container { display: none; }#fzgZBiQ96gaTVSMSyhsJLRzkI6RRVfbt > .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); }#fzgZBiQ96gaTVSMSyhsJLRzkI6RRVfbt { border-width: 0; border-radius: 0; }#fzgZBiQ96gaTVSMSyhsJLRzkI6RRVfbt > .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; }#fzgZBiQ96gaTVSMSyhsJLRzkI6RRVfbt > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#9615ef;background-image:none;font-size:0.875rem;font-family:arial;height:30.1875rem;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; }#RB2h9y6AEACM5PRCPOmLImHyET2675SO { color:#efdddd;display:block;width:32.8735rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:7.559814453125rem;left:6.309814453125rem;height:12.1875rem;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; }
#QpTc3gMJyOEdc9ySd8CTNh7JOkGccOTB .widget-form-header {  }
#QpTc3gMJyOEdc9ySd8CTNh7JOkGccOTB .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:bold;color:#dfe6f4;width:19.6875rem;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; }
#QpTc3gMJyOEdc9ySd8CTNh7JOkGccOTB .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;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);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:19.6875rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#QpTc3gMJyOEdc9ySd8CTNh7JOkGccOTB .widget-input-text {padding-top: 0; padding-bottom: 0;}#QpTc3gMJyOEdc9ySd8CTNh7JOkGccOTB .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;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);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:19.6875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#QpTc3gMJyOEdc9ySd8CTNh7JOkGccOTB .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 rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);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:19.6875rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top; }
#QpTc3gMJyOEdc9ySd8CTNh7JOkGccOTB .widget-input-select {padding-top: 0; padding-bottom: 0;}#QpTc3gMJyOEdc9ySd8CTNh7JOkGccOTB .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; }
#QpTc3gMJyOEdc9ySd8CTNh7JOkGccOTB .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#QpTc3gMJyOEdc9ySd8CTNh7JOkGccOTB .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:#f3a232;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:0.9375rem;font-weight:bold;color:#f2f9ff;width:19.6875rem;height:4.0625rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none; }
#QpTc3gMJyOEdc9ySd8CTNh7JOkGccOTB [class*="-text"]:-moz-placeholder { color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#QpTc3gMJyOEdc9ySd8CTNh7JOkGccOTB [class*="-text"]::-moz-placeholder { color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#QpTc3gMJyOEdc9ySd8CTNh7JOkGccOTB [class*="-text"]:-ms-input-placeholder { color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#QpTc3gMJyOEdc9ySd8CTNh7JOkGccOTB [class*="-text"]::-webkit-input-placeholder { color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#QpTc3gMJyOEdc9ySd8CTNh7JOkGccOTB .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.6875rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:18.5rem;overflow:hidden;font-style:normal; }
#QpTc3gMJyOEdc9ySd8CTNh7JOkGccOTB .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; }
#QpTc3gMJyOEdc9ySd8CTNh7JOkGccOTB .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:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#QpTc3gMJyOEdc9ySd8CTNh7JOkGccOTB .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#QpTc3gMJyOEdc9ySd8CTNh7JOkGccOTB .widget-container:first-of-type{padding-top:0;}#QpTc3gMJyOEdc9ySd8CTNh7JOkGccOTB .widget-container:last-of-type{padding-bottom:0;}#QpTc3gMJyOEdc9ySd8CTNh7JOkGccOTB  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:41.436767578125rem;top:1.49658203125rem;z-index:15001;position:absolute; }
#QpTc3gMJyOEdc9ySd8CTNh7JOkGccOTB .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19.6875rem;display:block;vertical-align:top; }
#QpTc3gMJyOEdc9ySd8CTNh7JOkGccOTB .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:400;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;text-align:left;text-align-last:left; }
#QpTc3gMJyOEdc9ySd8CTNh7JOkGccOTB {display:block;}#QpTc3gMJyOEdc9ySd8CTNh7JOkGccOTB { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:41.436767578125rem;top:1.49658203125rem;z-index:15001;position:absolute; }
#QpTc3gMJyOEdc9ySd8CTNh7JOkGccOTB #hsyHyGsKx8CZLPOW8SzZG4NKkT7s4qke { position:relative; }
#QpTc3gMJyOEdc9ySd8CTNh7JOkGccOTB #vVV30qJk13Tq8uRo99Icappa29wTwE9J { position:relative;display:block; }
#QpTc3gMJyOEdc9ySd8CTNh7JOkGccOTB #Az4H6wnATrJ6qMVOl2wilwn11SoFaoAl { position:relative; }
#QpTc3gMJyOEdc9ySd8CTNh7JOkGccOTB #GQ7NU2WkLybVORzAOmL78u2hePrTaI0k { position:relative; }
#QpTc3gMJyOEdc9ySd8CTNh7JOkGccOTB #AU2X5z9AXaN6a3SgF8TO0yuPNpuuFfyL { position:relative;display:block; }
#QpTc3gMJyOEdc9ySd8CTNh7JOkGccOTB #tLeqNXGTxb6oJkBOJ8sp3AeFck9zXogm { position:relative; }
#QpTc3gMJyOEdc9ySd8CTNh7JOkGccOTB #R12TZ1zoXqrayZdi0OyHIwaiAOb7rPfh { position:relative; }
#QpTc3gMJyOEdc9ySd8CTNh7JOkGccOTB #Il0NFKCIDb3376H75fUuL6Nea0lqr0T8 { position:relative;display:block; }
#QpTc3gMJyOEdc9ySd8CTNh7JOkGccOTB #NSEIvtU7MrSwqatlwurItoVHHSoZ8aDB { position:relative; }
#QpTc3gMJyOEdc9ySd8CTNh7JOkGccOTB #gvnbAIO4cn8MpuEmW8H5x8uJlzgenso1 { position:relative; }
#QpTc3gMJyOEdc9ySd8CTNh7JOkGccOTB #sDCZLfwkqMnKhG448ThiZx6AvvkLbWHy { position:relative;display:block; }
#QpTc3gMJyOEdc9ySd8CTNh7JOkGccOTB #dVxm092SH033HP6NpzkITPTUfMVqF1VO { position:relative; }
#QpTc3gMJyOEdc9ySd8CTNh7JOkGccOTB #ATChQ9y5Tea0gimofy8pETHhAdnqdi2U { position:relative; }
#QpTc3gMJyOEdc9ySd8CTNh7JOkGccOTB #R5GzVyg1ZQ77kM3QHUVJceo4HnzT2Cov { position:relative; }
#IMkbOO0QpKLWXWbWudKfyluk965LTcpn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(251,251,251,0.8);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IMkbOO0QpKLWXWbWudKfyluk965LTcpn > .row .container { background-color: transparent; background-image: none; }#IMkbOO0QpKLWXWbWudKfyluk965LTcpn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IMkbOO0QpKLWXWbWudKfyluk965LTcpn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IMkbOO0QpKLWXWbWudKfyluk965LTcpn > .row .container > .video-iframe-container { display: none; }#IMkbOO0QpKLWXWbWudKfyluk965LTcpn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IMkbOO0QpKLWXWbWudKfyluk965LTcpn > .row > .video-iframe-container { display: none; }#IMkbOO0QpKLWXWbWudKfyluk965LTcpn > .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); }#IMkbOO0QpKLWXWbWudKfyluk965LTcpn > .row .container { border-width: 0; border-radius: 0; }#IMkbOO0QpKLWXWbWudKfyluk965LTcpn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IMkbOO0QpKLWXWbWudKfyluk965LTcpn > .row .container { font-size:0.875rem;font-family:arial;height:11.625rem;width:75rem;position:relative;display:block; }#misB5qLh2CwKPI2Fs4KBSeXo9QqT2xVc { color:#202020;display:block;width:38.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.6;letter-spacing:0;top:4.0625rem;left:18.0625rem;height:3.5996125rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #NsNwNybosoGPirqZBLUia4TFFJ2NoNeX { display:block; }#NsNwNybosoGPirqZBLUia4TFFJ2NoNeX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NiDPC3vIa92lp1AXEqxx6T6rrFpJfN8F { top:1.375rem;left:0rem;width:13rem;height:4.913610982186rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqa2vUhRRKsJV6f0InsoB0mtqA0GUCvH { top:3.75rem;left:1.375rem;width:20.4375rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cu77bb3u0reC3HuT8E0mI2gTq0JfTFZ2 { top:4.0625rem;left:22.9375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKd69DlcITKuGou19KGPztGdu5emvs8r { top:4.0625rem;left:25.46875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdflVuo19n7kNXELhDakrBcwCfvRsyDv { top:4.0625rem;left:27.96875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzt5qbnhpO3MrRCLT31u9qRhWpNNKgfs { top:4.0625rem;left:30.46875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgXfEnqNT9EGObclG5IEkJhO3s2mBism { top:4.0625rem;left:32.9375rem;width:1.875rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwX0X1TdCgK5Tf3XU0rIFbkmg3MZQPsK { width:8.125rem;height:2.125rem;top:3.9375rem;left:37.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSa3c9TGWMFkZBX4cPSfPo2c0vfE6FVJ { display:block; }
 }@media only screen and (max-width: 763px) { #HTVTox8oTG2EaUiNnKg3FRJHbJqHW5fn { width:13.375rem;height:2.125rem;top:3.9375rem;left:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kS7lyWZo59tnS3o76tyQiPwxyrpVQU9M { display:block; }
 }@media only screen and (max-width: 763px) { #yScOwVrOTUrHV3MSxUq5DQr0Mhbx3D7u { width:10.625rem;height:2.5rem;top:9.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPUoUAH6aV3vTwBBGueD5ovinTiSWLRy { display:block; }
 }@media only screen and (max-width: 763px) { #tBWTdmGt8XbXR91C4cTyELqThcHfzM5C { width:10rem;height:2.5rem;top:9.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbneTcKUbKCE2iiKKJ8AzQdcoiZTq2at { display:block; }
 }@media only screen and (max-width: 763px) { #F11ye44fFSvcAbHDz860HAZMF6SCt0Hs { width:10rem;height:2.5rem;top:9.1875rem;left:7.060546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXrDoTRZe7pC3n7I8SzOFhUmrLln7sqD { display:block; }
 }@media only screen and (max-width: 763px) { #BVtZd7BaauD85zlMJMd34AK2HG6mJ1cf { width:11.875rem;height:2.5rem;top:9.1875rem;left:17.059896469116rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0JqbhVK6TGtEsbiOJ9bE9vinnff85ae { display:block; }
 }@media only screen and (max-width: 763px) { #QLepNc5NfcLDZGDMWI7E0PLEIu9X8g1A { width:10rem;height:2.5rem;top:9.1875rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBTD2FuJstNqGBlEFIGqEpC4mtDGawct { display:block; }
 }@media only screen and (max-width: 763px) { #Zpi9mMJvQdEWyZ1T4rbJT985OgFXs6MJ { width:10rem;height:2.5rem;top:9.1875rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPBpKX1Timi3Z8KlrQmJ0vVIheFHfdzy { display:block; }
 }@media only screen and (max-width: 763px) { #xxO3Lif6hrAWNy7nwVzqNVBhIv2s0smP { width:11.25rem;height:2.5rem;top:9.1875rem;left:28.934900283814rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJMbWDvG1J7nOFKL1laCWaZfTAGxFrLy { display:block; }
 }@media only screen and (max-width: 763px) { #Gzd9630Jdmqw8C7Bs6PTxzpTvsrEgSZs { display:block; }#Gzd9630Jdmqw8C7Bs6PTxzpTvsrEgSZs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tEinKHQGlwiFXLxTb1ppt8PO51JJnXRZ { display:block; }#tEinKHQGlwiFXLxTb1ppt8PO51JJnXRZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i5TN3WdpUlxRbheZqHGJ8zFAhZpS8Xco { top:39.6875rem;left:0rem;width:46.75rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1vigyAVnwJuHvntTLhaKZ4KoxIrMRhs { display:block; }
 }@media only screen and (max-width: 763px) { #fzgZBiQ96gaTVSMSyhsJLRzkI6RRVfbt { display:block; }#fzgZBiQ96gaTVSMSyhsJLRzkI6RRVfbt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RB2h9y6AEACM5PRCPOmLImHyET2675SO { top:7.5rem;left:0rem;width:32.8125rem;height:12.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpTc3gMJyOEdc9ySd8CTNh7JOkGccOTB .widget-regular-label { width:19.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#QpTc3gMJyOEdc9ySd8CTNh7JOkGccOTB .widget-input-text { width:19.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QpTc3gMJyOEdc9ySd8CTNh7JOkGccOTB .widget-input-text {padding-top: 0; padding-bottom: 0;}#QpTc3gMJyOEdc9ySd8CTNh7JOkGccOTB .widget-textarea { width:19.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QpTc3gMJyOEdc9ySd8CTNh7JOkGccOTB .widget-input-select { width:19.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QpTc3gMJyOEdc9ySd8CTNh7JOkGccOTB .widget-input-select {padding-top: 0; padding-bottom: 0;}#QpTc3gMJyOEdc9ySd8CTNh7JOkGccOTB .widget-input-button { width:19.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QpTc3gMJyOEdc9ySd8CTNh7JOkGccOTB .widget-checkbox-label { width:18.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QpTc3gMJyOEdc9ySd8CTNh7JOkGccOTB  { width:19.6875rem;height:auto;top:1.4375rem;left:25.5625rem; }
#QpTc3gMJyOEdc9ySd8CTNh7JOkGccOTB .radio-container { width:19.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QpTc3gMJyOEdc9ySd8CTNh7JOkGccOTB {display:block;}#QpTc3gMJyOEdc9ySd8CTNh7JOkGccOTB { width:19.6875rem;height:auto;top:1.4375rem;left:25.5625rem; }
 }@media only screen and (max-width: 763px) { #QpTc3gMJyOEdc9ySd8CTNh7JOkGccOTB #hsyHyGsKx8CZLPOW8SzZG4NKkT7s4qke {  }
 }@media only screen and (max-width: 763px) { #QpTc3gMJyOEdc9ySd8CTNh7JOkGccOTB #vVV30qJk13Tq8uRo99Icappa29wTwE9J { display:block; }
 }@media only screen and (max-width: 763px) { #QpTc3gMJyOEdc9ySd8CTNh7JOkGccOTB #Az4H6wnATrJ6qMVOl2wilwn11SoFaoAl {  }
 }@media only screen and (max-width: 763px) { #QpTc3gMJyOEdc9ySd8CTNh7JOkGccOTB #GQ7NU2WkLybVORzAOmL78u2hePrTaI0k {  }
 }@media only screen and (max-width: 763px) { #QpTc3gMJyOEdc9ySd8CTNh7JOkGccOTB #AU2X5z9AXaN6a3SgF8TO0yuPNpuuFfyL { display:block; }
 }@media only screen and (max-width: 763px) { #QpTc3gMJyOEdc9ySd8CTNh7JOkGccOTB #tLeqNXGTxb6oJkBOJ8sp3AeFck9zXogm {  }
 }@media only screen and (max-width: 763px) { #QpTc3gMJyOEdc9ySd8CTNh7JOkGccOTB #R12TZ1zoXqrayZdi0OyHIwaiAOb7rPfh {  }
 }@media only screen and (max-width: 763px) { #QpTc3gMJyOEdc9ySd8CTNh7JOkGccOTB #Il0NFKCIDb3376H75fUuL6Nea0lqr0T8 { display:block; }
 }@media only screen and (max-width: 763px) { #QpTc3gMJyOEdc9ySd8CTNh7JOkGccOTB #NSEIvtU7MrSwqatlwurItoVHHSoZ8aDB {  }
 }@media only screen and (max-width: 763px) { #QpTc3gMJyOEdc9ySd8CTNh7JOkGccOTB #gvnbAIO4cn8MpuEmW8H5x8uJlzgenso1 {  }
 }@media only screen and (max-width: 763px) { #QpTc3gMJyOEdc9ySd8CTNh7JOkGccOTB #sDCZLfwkqMnKhG448ThiZx6AvvkLbWHy { display:block; }
 }@media only screen and (max-width: 763px) { #QpTc3gMJyOEdc9ySd8CTNh7JOkGccOTB #dVxm092SH033HP6NpzkITPTUfMVqF1VO {  }
 }@media only screen and (max-width: 763px) { #QpTc3gMJyOEdc9ySd8CTNh7JOkGccOTB #ATChQ9y5Tea0gimofy8pETHhAdnqdi2U {  }
 }@media only screen and (max-width: 763px) { #QpTc3gMJyOEdc9ySd8CTNh7JOkGccOTB #R5GzVyg1ZQ77kM3QHUVJceo4HnzT2Cov {  }
 }@media only screen and (max-width: 763px) { #IMkbOO0QpKLWXWbWudKfyluk965LTcpn { display:block; }#IMkbOO0QpKLWXWbWudKfyluk965LTcpn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #misB5qLh2CwKPI2Fs4KBSeXo9QqT2xVc { top:4.0625rem;left:4.4375rem;width:38.875rem;height:3.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #NsNwNybosoGPirqZBLUia4TFFJ2NoNeX { position:relative;z-index:auto;display:block; }#NsNwNybosoGPirqZBLUia4TFFJ2NoNeX > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NiDPC3vIa92lp1AXEqxx6T6rrFpJfN8F { width:10.625rem;height:3.93676875rem;top:0.8740234375rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqa2vUhRRKsJV6f0InsoB0mtqA0GUCvH { width:20rem;height:3.146475rem;top:11.25rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #cu77bb3u0reC3HuT8E0mI2gTq0JfTFZ2 { width:1.875rem;height:1.875rem;top:17.8125rem;left:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aKd69DlcITKuGou19KGPztGdu5emvs8r { width:1.875rem;height:1.875rem;top:17.8125rem;left:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UdflVuo19n7kNXELhDakrBcwCfvRsyDv { width:1.875rem;height:1.875rem;top:17.8125rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rzt5qbnhpO3MrRCLT31u9qRhWpNNKgfs { width:1.875rem;height:1.875rem;top:17.8125rem;left:11.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wgXfEnqNT9EGObclG5IEkJhO3s2mBism { width:1.875rem;height:1.8125rem;top:17.8125rem;left:14.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KwX0X1TdCgK5Tf3XU0rIFbkmg3MZQPsK { width:7.5rem;height:2.5rem;top:15.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSa3c9TGWMFkZBX4cPSfPo2c0vfE6FVJ { display:block; }
 }@media only screen and (max-width: 763px) { #HTVTox8oTG2EaUiNnKg3FRJHbJqHW5fn { width:10rem;height:2.5rem;top:15.25rem;left:10rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kS7lyWZo59tnS3o76tyQiPwxyrpVQU9M { display:block; }
 }@media only screen and (max-width: 763px) { #yScOwVrOTUrHV3MSxUq5DQr0Mhbx3D7u { width:7.1875rem;height:1.5rem;top:5.82763671875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPUoUAH6aV3vTwBBGueD5ovinTiSWLRy { display:block; }
 }@media only screen and (max-width: 763px) { #tBWTdmGt8XbXR91C4cTyELqThcHfzM5C { width:6.5625rem;height:1.43676875rem;top:5.858154296875rem;left:7.15625rem;text-align:right;text-align-last:right;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbneTcKUbKCE2iiKKJ8AzQdcoiZTq2at { display:block; }
 }@media only screen and (max-width: 763px) { #F11ye44fFSvcAbHDz860HAZMF6SCt0Hs { width:5.625rem;height:1.25rem;top:5.9521484375rem;left:14.375rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXrDoTRZe7pC3n7I8SzOFhUmrLln7sqD { display:block; }
 }@media only screen and (max-width: 763px) { #BVtZd7BaauD85zlMJMd34AK2HG6mJ1cf { width:7.8125rem;height:1.43676875rem;top:7.32666015625rem;left:2.265625rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #n0JqbhVK6TGtEsbiOJ9bE9vinnff85ae { display:block; }
 }@media only screen and (max-width: 763px) { #QLepNc5NfcLDZGDMWI7E0PLEIu9X8g1A { width:6.8103125rem;height:1.186525rem;top:7.451171875rem;left:11.59423828125rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBTD2FuJstNqGBlEFIGqEpC4mtDGawct { display:block; }
 }@media only screen and (max-width: 763px) { #Zpi9mMJvQdEWyZ1T4rbJT985OgFXs6MJ { width:3.999025rem;height:1.186525rem;top:9.405517578125rem;left:11.390380859375rem;text-align:right;text-align-last:right;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPBpKX1Timi3Z8KlrQmJ0vVIheFHfdzy { display:block; }
 }@media only screen and (max-width: 763px) { #xxO3Lif6hrAWNy7nwVzqNVBhIv2s0smP { width:7.56225rem;height:2.5rem;top:8.75rem;left:2.51708984375rem;text-align:right;text-align-last:right;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJMbWDvG1J7nOFKL1laCWaZfTAGxFrLy { display:block; }
 }@media only screen and (max-width: 763px) { #Gzd9630Jdmqw8C7Bs6PTxzpTvsrEgSZs { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9ba6b832-ef7b-4cff-aaca-ffe210fb65d2/webcorregido.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#Gzd9630Jdmqw8C7Bs6PTxzpTvsrEgSZs.adaptive-delivery-prevent-bg, #Gzd9630Jdmqw8C7Bs6PTxzpTvsrEgSZs.lazyload, #Gzd9630Jdmqw8C7Bs6PTxzpTvsrEgSZs.lazyloading { background-image: none; }#Gzd9630Jdmqw8C7Bs6PTxzpTvsrEgSZs > .row .container { background-color: transparent; background-image: none; }#Gzd9630Jdmqw8C7Bs6PTxzpTvsrEgSZs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gzd9630Jdmqw8C7Bs6PTxzpTvsrEgSZs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gzd9630Jdmqw8C7Bs6PTxzpTvsrEgSZs > .row .container > .video-iframe-container { display: none; }#Gzd9630Jdmqw8C7Bs6PTxzpTvsrEgSZs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gzd9630Jdmqw8C7Bs6PTxzpTvsrEgSZs > .row > .video-iframe-container { display: none; }#Gzd9630Jdmqw8C7Bs6PTxzpTvsrEgSZs > .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); }#Gzd9630Jdmqw8C7Bs6PTxzpTvsrEgSZs > .row .container { width:20rem;height:27.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tEinKHQGlwiFXLxTb1ppt8PO51JJnXRZ { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e35eaf78-c287-46ad-b09a-c95d5d5f5274/ladoa.crop_2550x1579_0,1721.preview.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#tEinKHQGlwiFXLxTb1ppt8PO51JJnXRZ.adaptive-delivery-prevent-bg, #tEinKHQGlwiFXLxTb1ppt8PO51JJnXRZ.lazyload, #tEinKHQGlwiFXLxTb1ppt8PO51JJnXRZ.lazyloading { background-image: none; }#tEinKHQGlwiFXLxTb1ppt8PO51JJnXRZ > .row .container { background-color: transparent; background-image: none; }#tEinKHQGlwiFXLxTb1ppt8PO51JJnXRZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tEinKHQGlwiFXLxTb1ppt8PO51JJnXRZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tEinKHQGlwiFXLxTb1ppt8PO51JJnXRZ > .row .container > .video-iframe-container { display: none; }#tEinKHQGlwiFXLxTb1ppt8PO51JJnXRZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tEinKHQGlwiFXLxTb1ppt8PO51JJnXRZ > .row > .video-iframe-container { display: none; }#tEinKHQGlwiFXLxTb1ppt8PO51JJnXRZ > .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); }#tEinKHQGlwiFXLxTb1ppt8PO51JJnXRZ > .row .container { width:20rem;height:12.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i5TN3WdpUlxRbheZqHGJ8zFAhZpS8Xco { top:10.9365234375rem;left:3.279296875rem;width:13.0625rem;height:2rem;font-size:0.375rem;background-color:#fd6900;background-image:none;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #c1vigyAVnwJuHvntTLhaKZ4KoxIrMRhs { display:block; }
 }@media only screen and (max-width: 763px) { #fzgZBiQ96gaTVSMSyhsJLRzkI6RRVfbt { background-color:#bc0cf4;background-image:url("https://images.assets-landingi.com/TXr2sLMX/bgm_Patrocinios.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#fzgZBiQ96gaTVSMSyhsJLRzkI6RRVfbt.adaptive-delivery-prevent-bg, #fzgZBiQ96gaTVSMSyhsJLRzkI6RRVfbt.lazyload, #fzgZBiQ96gaTVSMSyhsJLRzkI6RRVfbt.lazyloading { background-image: none; }#fzgZBiQ96gaTVSMSyhsJLRzkI6RRVfbt > .row .container { background-color: transparent; background-image: none; }#fzgZBiQ96gaTVSMSyhsJLRzkI6RRVfbt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fzgZBiQ96gaTVSMSyhsJLRzkI6RRVfbt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fzgZBiQ96gaTVSMSyhsJLRzkI6RRVfbt > .row .container > .video-iframe-container { display: none; }#fzgZBiQ96gaTVSMSyhsJLRzkI6RRVfbt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fzgZBiQ96gaTVSMSyhsJLRzkI6RRVfbt > .row > .video-iframe-container { display: none; }#fzgZBiQ96gaTVSMSyhsJLRzkI6RRVfbt > .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); }#fzgZBiQ96gaTVSMSyhsJLRzkI6RRVfbt > .row .container { width:20rem;height:35.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RB2h9y6AEACM5PRCPOmLImHyET2675SO { width:20rem;height:6.49658125rem;top:0.8642578125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpTc3gMJyOEdc9ySd8CTNh7JOkGccOTB .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#QpTc3gMJyOEdc9ySd8CTNh7JOkGccOTB .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QpTc3gMJyOEdc9ySd8CTNh7JOkGccOTB .widget-input-text {padding-top: 0; padding-bottom: 0;}#QpTc3gMJyOEdc9ySd8CTNh7JOkGccOTB .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QpTc3gMJyOEdc9ySd8CTNh7JOkGccOTB .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QpTc3gMJyOEdc9ySd8CTNh7JOkGccOTB .widget-input-select {padding-top: 0; padding-bottom: 0;}#QpTc3gMJyOEdc9ySd8CTNh7JOkGccOTB .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QpTc3gMJyOEdc9ySd8CTNh7JOkGccOTB .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QpTc3gMJyOEdc9ySd8CTNh7JOkGccOTB  { width:17.5rem;height:auto;top:8.49853515625rem;left:0rem; }
#QpTc3gMJyOEdc9ySd8CTNh7JOkGccOTB .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QpTc3gMJyOEdc9ySd8CTNh7JOkGccOTB {display:block;}#QpTc3gMJyOEdc9ySd8CTNh7JOkGccOTB { width:17.5rem;height:auto;top:8.49853515625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QpTc3gMJyOEdc9ySd8CTNh7JOkGccOTB #hsyHyGsKx8CZLPOW8SzZG4NKkT7s4qke {  }
 }@media only screen and (max-width: 763px) { #QpTc3gMJyOEdc9ySd8CTNh7JOkGccOTB #vVV30qJk13Tq8uRo99Icappa29wTwE9J { display:block; }
 }@media only screen and (max-width: 763px) { #QpTc3gMJyOEdc9ySd8CTNh7JOkGccOTB #Az4H6wnATrJ6qMVOl2wilwn11SoFaoAl {  }
 }@media only screen and (max-width: 763px) { #QpTc3gMJyOEdc9ySd8CTNh7JOkGccOTB #GQ7NU2WkLybVORzAOmL78u2hePrTaI0k {  }
 }@media only screen and (max-width: 763px) { #QpTc3gMJyOEdc9ySd8CTNh7JOkGccOTB #AU2X5z9AXaN6a3SgF8TO0yuPNpuuFfyL { display:block; }
 }@media only screen and (max-width: 763px) { #QpTc3gMJyOEdc9ySd8CTNh7JOkGccOTB #tLeqNXGTxb6oJkBOJ8sp3AeFck9zXogm {  }
 }@media only screen and (max-width: 763px) { #QpTc3gMJyOEdc9ySd8CTNh7JOkGccOTB #R12TZ1zoXqrayZdi0OyHIwaiAOb7rPfh {  }
 }@media only screen and (max-width: 763px) { #QpTc3gMJyOEdc9ySd8CTNh7JOkGccOTB #Il0NFKCIDb3376H75fUuL6Nea0lqr0T8 { display:block; }
 }@media only screen and (max-width: 763px) { #QpTc3gMJyOEdc9ySd8CTNh7JOkGccOTB #NSEIvtU7MrSwqatlwurItoVHHSoZ8aDB {  }
 }@media only screen and (max-width: 763px) { #QpTc3gMJyOEdc9ySd8CTNh7JOkGccOTB #gvnbAIO4cn8MpuEmW8H5x8uJlzgenso1 {  }
 }@media only screen and (max-width: 763px) { #QpTc3gMJyOEdc9ySd8CTNh7JOkGccOTB #sDCZLfwkqMnKhG448ThiZx6AvvkLbWHy { display:block; }
 }@media only screen and (max-width: 763px) { #QpTc3gMJyOEdc9ySd8CTNh7JOkGccOTB #dVxm092SH033HP6NpzkITPTUfMVqF1VO {  }
 }@media only screen and (max-width: 763px) { #QpTc3gMJyOEdc9ySd8CTNh7JOkGccOTB #ATChQ9y5Tea0gimofy8pETHhAdnqdi2U {  }
 }@media only screen and (max-width: 763px) { #QpTc3gMJyOEdc9ySd8CTNh7JOkGccOTB #R5GzVyg1ZQ77kM3QHUVJceo4HnzT2Cov {  }
 }@media only screen and (max-width: 763px) { #IMkbOO0QpKLWXWbWudKfyluk965LTcpn { background-color:rgba(251,251,251,0.8);background-image:url("https://images.assets-landingi.com/DydQtXUi/bgm_footer_circles.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#IMkbOO0QpKLWXWbWudKfyluk965LTcpn.adaptive-delivery-prevent-bg, #IMkbOO0QpKLWXWbWudKfyluk965LTcpn.lazyload, #IMkbOO0QpKLWXWbWudKfyluk965LTcpn.lazyloading { background-image: none; }#IMkbOO0QpKLWXWbWudKfyluk965LTcpn > .row .container { background-color: transparent; background-image: none; }#IMkbOO0QpKLWXWbWudKfyluk965LTcpn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IMkbOO0QpKLWXWbWudKfyluk965LTcpn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IMkbOO0QpKLWXWbWudKfyluk965LTcpn > .row .container > .video-iframe-container { display: none; }#IMkbOO0QpKLWXWbWudKfyluk965LTcpn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IMkbOO0QpKLWXWbWudKfyluk965LTcpn > .row > .video-iframe-container { display: none; }#IMkbOO0QpKLWXWbWudKfyluk965LTcpn > .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); }#IMkbOO0QpKLWXWbWudKfyluk965LTcpn > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #misB5qLh2CwKPI2Fs4KBSeXo9QqT2xVc { width:17.5rem;height:4.1982375rem;top:1.6875rem;left:1.25rem;font-size:0.875rem;display:block; }
 }