.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#bf4b75;background-image:none;position:relative;display:block; }
#iMR3FK34TkHsaSTuQ8o3P7B4E8BrVQ4b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iMR3FK34TkHsaSTuQ8o3P7B4E8BrVQ4b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iMR3FK34TkHsaSTuQ8o3P7B4E8BrVQ4b > .row > .video-iframe-container { display: none; }#iMR3FK34TkHsaSTuQ8o3P7B4E8BrVQ4b > .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); }#nlI8KQa12zDEwfm2lWXgTrRtW6O4fS4S { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#7b1f45;background-image:none;position:relative;display:block; }#nlI8KQa12zDEwfm2lWXgTrRtW6O4fS4S > .row .container { background-color: transparent; background-image: none; }#nlI8KQa12zDEwfm2lWXgTrRtW6O4fS4S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nlI8KQa12zDEwfm2lWXgTrRtW6O4fS4S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nlI8KQa12zDEwfm2lWXgTrRtW6O4fS4S > .row .container > .video-iframe-container { display: none; }#nlI8KQa12zDEwfm2lWXgTrRtW6O4fS4S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nlI8KQa12zDEwfm2lWXgTrRtW6O4fS4S > .row > .video-iframe-container { display: none; }#nlI8KQa12zDEwfm2lWXgTrRtW6O4fS4S > .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); }#nlI8KQa12zDEwfm2lWXgTrRtW6O4fS4S > .row .container { border-width: 0; border-radius: 0; }#nlI8KQa12zDEwfm2lWXgTrRtW6O4fS4S > .row > .video-iframe-container {  }#nlI8KQa12zDEwfm2lWXgTrRtW6O4fS4S > .row .container { font-size:0.875rem;font-family:arial;height:6.375rem;width:60rem;position:relative;display:block; }#SafT2XNgBI2TDA6EeVfUQp1hX4SLTscu { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.375rem;width:9.375rem;top:1rem;left:25.3125rem;overflow:hidden;display:block; }
#FzOpZnwNFVyxP7aT8z1MA7HPFrA4Lu98 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.7);background-image:url("https://images.assets-landingi.com/uc/c156a3fb-bdfb-4923-af2b-5029647e1158/quanticamentemagra9.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#FzOpZnwNFVyxP7aT8z1MA7HPFrA4Lu98.adaptive-delivery-prevent-bg, #FzOpZnwNFVyxP7aT8z1MA7HPFrA4Lu98.lazyload, #FzOpZnwNFVyxP7aT8z1MA7HPFrA4Lu98.lazyloading { background-image: none; }#FzOpZnwNFVyxP7aT8z1MA7HPFrA4Lu98 > .row .container { background-color: transparent; background-image: none; }#FzOpZnwNFVyxP7aT8z1MA7HPFrA4Lu98::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FzOpZnwNFVyxP7aT8z1MA7HPFrA4Lu98 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FzOpZnwNFVyxP7aT8z1MA7HPFrA4Lu98 > .row .container > .video-iframe-container { display: none; }#FzOpZnwNFVyxP7aT8z1MA7HPFrA4Lu98 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FzOpZnwNFVyxP7aT8z1MA7HPFrA4Lu98 > .row > .video-iframe-container { display: none; }#FzOpZnwNFVyxP7aT8z1MA7HPFrA4Lu98 > .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); }#FzOpZnwNFVyxP7aT8z1MA7HPFrA4Lu98 > .row .container { border-width: 0; border-radius: 0; }#FzOpZnwNFVyxP7aT8z1MA7HPFrA4Lu98 > .row > .video-iframe-container {  }#FzOpZnwNFVyxP7aT8z1MA7HPFrA4Lu98 > .row .container { font-size:0.875rem;font-family:arial;height:49.3125rem;width:60rem;position:relative;display:block; }#o0NUXKaaOOSNFM8nZsm0V3G0FOTbRaFl { display:block;width:35.25rem;position:absolute;font-family:quicksand;font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:15.1015625rem;left:0rem;height:5.361325rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#7b1f45;display:block; }
#cB1w00I5EfQ9L79aZB0NH76aFZqG5alD .widget-form-header {  }
#cB1w00I5EfQ9L79aZB0NH76aFZqG5alD .widget-regular-label { height:auto;display:block;font-family:"titillium web";font-size:0.875rem;font-weight:bold;color:#f2f9ff;width:21.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#cB1w00I5EfQ9L79aZB0NH76aFZqG5alD .widget-input-text { background-color:rgba(191,75,117,0.29);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-bottom:0.0625rem solid rgba(0,0,0,0.2);border-left:0.0625rem solid rgba(0,0,0,0.2);border-right:0.0625rem solid rgba(0,0,0,0.2);border-top:0.0625rem solid rgba(0,0,0,0.2);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:21.5rem;box-sizing:border-box;height:3rem;color:#000000;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;font-weight:300;font-style:normal;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem; }
#cB1w00I5EfQ9L79aZB0NH76aFZqG5alD .widget-input-text {padding-top: 0; padding-bottom: 0;}#cB1w00I5EfQ9L79aZB0NH76aFZqG5alD .widget-textarea { background-color:rgba(191,75,117,0.29);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-bottom:0.0625rem solid rgba(0,0,0,0.2);border-left:0.0625rem solid rgba(0,0,0,0.2);border-right:0.0625rem solid rgba(0,0,0,0.2);border-top:0.0625rem solid rgba(0,0,0,0.2);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:21.5rem;box-sizing:border-box;height:4.375rem;color:#000000;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;font-weight:300;font-style:normal;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem; }
#cB1w00I5EfQ9L79aZB0NH76aFZqG5alD .widget-input-select { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(242,249,255,0.35);border-right:0.125rem solid rgba(242,249,255,0.35);border-bottom:0.125rem solid rgba(242,249,255,0.35);border-left:0.125rem solid rgba(242,249,255,0.35);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:21.5rem;box-sizing:border-box;height:2.5625rem;font-family:"titillium web";color:#ffffff;font-size:0.8125rem;overflow:hidden;vertical-align:top; }
#cB1w00I5EfQ9L79aZB0NH76aFZqG5alD .widget-input-select {padding-top: 0; padding-bottom: 0;}#cB1w00I5EfQ9L79aZB0NH76aFZqG5alD .widget-input-checkbox { width:0.8125rem;height:0.8125rem;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; }
#cB1w00I5EfQ9L79aZB0NH76aFZqG5alD .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#cB1w00I5EfQ9L79aZB0NH76aFZqG5alD .widget-input-button { background-color:#fc3674;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-bottom:0;border-left:0;border-right:0;border-top: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.125rem;font-weight:bold;color:#ffffff;width:21.5rem;height:3.3125rem;font-family:"open sans";overflow:hidden;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(0,0,0,0.5) ; }
#cB1w00I5EfQ9L79aZB0NH76aFZqG5alD [class*="-text"]:-moz-placeholder { color:#7b1f45;font-family:"open sans";font-size:0.875rem;font-weight:300;font-style:normal; }
#cB1w00I5EfQ9L79aZB0NH76aFZqG5alD [class*="-text"]::-moz-placeholder { color:#7b1f45;font-family:"open sans";font-size:0.875rem;font-weight:300;font-style:normal; }
#cB1w00I5EfQ9L79aZB0NH76aFZqG5alD [class*="-text"]:-ms-input-placeholder { color:#7b1f45;font-family:"open sans";font-size:0.875rem;font-weight:300;font-style:normal; }
#cB1w00I5EfQ9L79aZB0NH76aFZqG5alD [class*="-text"]::-webkit-input-placeholder { color:#7b1f45;font-family:"open sans";font-size:0.875rem;font-weight:300;font-style:normal; }
#cB1w00I5EfQ9L79aZB0NH76aFZqG5alD .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";font-size:0.6875rem;font-weight:300;color:#7b1f45;vertical-align:top;width:20.4375rem;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#cB1w00I5EfQ9L79aZB0NH76aFZqG5alD .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; }
#cB1w00I5EfQ9L79aZB0NH76aFZqG5alD .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:"titillium web";font-size:0.75rem;font-weight:400;color:#f2f9ff;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#cB1w00I5EfQ9L79aZB0NH76aFZqG5alD .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#cB1w00I5EfQ9L79aZB0NH76aFZqG5alD .widget-container:first-of-type{padding-top:0;}#cB1w00I5EfQ9L79aZB0NH76aFZqG5alD .widget-container:last-of-type{padding-bottom:0;}#cB1w00I5EfQ9L79aZB0NH76aFZqG5alD  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:0rem;top:25.0625rem;z-index:15004;position:absolute; }
#cB1w00I5EfQ9L79aZB0NH76aFZqG5alD .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.5rem;display:block;vertical-align:top; }
#cB1w00I5EfQ9L79aZB0NH76aFZqG5alD .widget-info-text { display:block;height:auto;font-family:"titillium web";font-size:0.75rem;line-height:1.3;font-weight:300;color:#f2f9ff;vertical-align:top;overflow:hidden;font-style:normal; }
#cB1w00I5EfQ9L79aZB0NH76aFZqG5alD {display:block;}#cB1w00I5EfQ9L79aZB0NH76aFZqG5alD { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:0rem;top:25.0625rem;z-index:15004;position:absolute; }
#cB1w00I5EfQ9L79aZB0NH76aFZqG5alD #qXzbBT2GqFuKc5ekqtBdxVwNqu8gW7hi { position:relative; }
#cB1w00I5EfQ9L79aZB0NH76aFZqG5alD #OkPTFLpXVkTlMulTn2imVEEBSSIlKhxW { position:relative;display:none; }
#cB1w00I5EfQ9L79aZB0NH76aFZqG5alD #tpcSOEbJUCvZUIn3F5ok7U3mOuzS3vuA { position:relative; }
#cB1w00I5EfQ9L79aZB0NH76aFZqG5alD #UquFGQq2F7ACHcIweQXmogfVOc6fUBhv { position:relative; }
#cB1w00I5EfQ9L79aZB0NH76aFZqG5alD #OR4vaA9Ji84mCnB5tEucSPRIOsefc28z { position:relative;display:none; }
#cB1w00I5EfQ9L79aZB0NH76aFZqG5alD #z7lD0rPbbc1aQtUEqwaoFMCgLT8B0HND { position:relative; }
#cB1w00I5EfQ9L79aZB0NH76aFZqG5alD #q2ylk3kNiVVIJI4rDvib2Icb4BtJ9R3K { position:relative; }
#cB1w00I5EfQ9L79aZB0NH76aFZqG5alD #FyEuTo0JUqUPcJp2PuenEEXfil5cOKf1 { position:relative;display:none; }
#cB1w00I5EfQ9L79aZB0NH76aFZqG5alD #vEGMJJqI2tQ5whJ8iDDHrePfR7hFipGX { position:relative; }
#cB1w00I5EfQ9L79aZB0NH76aFZqG5alD #vUtpRzDSeKk7Hux8IvihCrIqTnOfgt3f { position:relative; }
#cB1w00I5EfQ9L79aZB0NH76aFZqG5alD #RPUcchc4DVMGTHZTDS1bPMlXLrnC9zeH { position:relative;z-index:2; }
#cB1w00I5EfQ9L79aZB0NH76aFZqG5alD #BrTdHSBfw1ImMf5mm8FlheVVXA8Vp11T { position:relative; }
#xrbxBusd0ThmL6CRKIHlxC2z9ZfLUVs3 { position:relative;display:block; }
#yqqtBWRH6WzmwuxBlChMUNNbD5d1JBAG { position:relative;display:block; }
#ecSSAuRdPUIwWR6VNw25wvsFcsGiATCz { position:relative;display:block; }
#NpFJcuRWqh1QmUgoKT66VWX0rlqexvyR { position:relative;display:block; }
#cB1w00I5EfQ9L79aZB0NH76aFZqG5alD #x4mKn6HGvmRRR7b0My4xBd1L6NdIafuH { position:relative; }
#cB1w00I5EfQ9L79aZB0NH76aFZqG5alD #wADkTIBuS6o8IUis4TMSk3HLOlX7JbPh { position:relative; }
#EMqg2h4H7Ty8ZKfTkieEdXSq3XggZnXW { display:block;width:26rem;position:absolute;font-family:quicksand;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:21.8125rem;left:0rem;height:3.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#2acec1;display:block; }
#t2FbsLh5wryhnwVwzwyk4iTDoLJZbTFT { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:35.5625rem;width:23.3125rem;top:13.75rem;left:36.6875rem;overflow:hidden;display:block; }
#r1MTTL3ocUorAmSJPGSTAy3gRXTW22Ze { display:block;width:46.8125rem;position:absolute;font-family:quicksand;font-size:3rem;font-weight:400;z-index:15000;line-height:1.1;letter-spacing:0;top:5.6875rem;left:10.25rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#fc3674;display:block; }
#x8benITSKouKayFvFHFDLo1DOy0ktRvz { display:block;width:32.5rem;position:absolute;font-family:quicksand;font-size:1.625rem;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;top:3.25rem;left:10.25rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#fc3674;display:block; }
#I70Ni9zmwv4NmbdKTzASQfz7R0u9SW2e { display:block;width:8.5rem;position:absolute;font-family:quicksand;font-size:14.5rem;font-weight:400;z-index:15001;line-height:.6;letter-spacing:0;text-shadow:0.25rem 0.1875rem 0rem #7b1f45;top:3.25rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#bf4b75;display:block; }
#l0Z7MPmGcgSsEz3awpR2tGokWGkHqDS2 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#l0Z7MPmGcgSsEz3awpR2tGokWGkHqDS2 > .row .container { background-color: transparent; background-image: none; }#l0Z7MPmGcgSsEz3awpR2tGokWGkHqDS2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l0Z7MPmGcgSsEz3awpR2tGokWGkHqDS2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l0Z7MPmGcgSsEz3awpR2tGokWGkHqDS2 > .row .container > .video-iframe-container { display: none; }#l0Z7MPmGcgSsEz3awpR2tGokWGkHqDS2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l0Z7MPmGcgSsEz3awpR2tGokWGkHqDS2 > .row > .video-iframe-container { display: none; }#l0Z7MPmGcgSsEz3awpR2tGokWGkHqDS2 > .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); }#l0Z7MPmGcgSsEz3awpR2tGokWGkHqDS2 > .row .container { border-width: 0; border-radius: 0; }#l0Z7MPmGcgSsEz3awpR2tGokWGkHqDS2 > .row > .video-iframe-container {  }#l0Z7MPmGcgSsEz3awpR2tGokWGkHqDS2 > .row .container { font-size:0.875rem;font-family:arial;height:5.6875rem;width:60rem;position:relative;display:block; }#HbvxzZ8JhptITGAAdzT3B8muEZ1zSghp { display:block;width:50.625rem;position:absolute;font-family:quicksand;font-size:2rem;font-weight:300;z-index:15000;line-height:1;letter-spacing:0;top:2.11328125rem;left:4.6875rem;height:2.0625rem;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;color:#0dbca3;display:block; }
#IrKHzTFdJEuUIyJrqdF8aJJEqTcpahcp { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#IrKHzTFdJEuUIyJrqdF8aJJEqTcpahcp > .row .container { background-color: transparent; background-image: none; }#IrKHzTFdJEuUIyJrqdF8aJJEqTcpahcp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IrKHzTFdJEuUIyJrqdF8aJJEqTcpahcp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IrKHzTFdJEuUIyJrqdF8aJJEqTcpahcp > .row .container > .video-iframe-container { display: none; }#IrKHzTFdJEuUIyJrqdF8aJJEqTcpahcp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IrKHzTFdJEuUIyJrqdF8aJJEqTcpahcp > .row > .video-iframe-container { display: none; }#IrKHzTFdJEuUIyJrqdF8aJJEqTcpahcp > .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); }#IrKHzTFdJEuUIyJrqdF8aJJEqTcpahcp > .row .container { border-width: 0; border-radius: 0; }#IrKHzTFdJEuUIyJrqdF8aJJEqTcpahcp > .row > .video-iframe-container {  }#IrKHzTFdJEuUIyJrqdF8aJJEqTcpahcp > .row .container { font-size:0.875rem;font-family:arial;height:39.875rem;width:60rem;position:relative;display:block; }#IZqxLOdVEkK4wAdAVIN68zDoZ8H3vuUk { display:block;width:33.9375rem;position:absolute;font-family:quicksand;font-size:1.25rem;font-weight:300;z-index:15000;line-height:1.5;letter-spacing:0;top:2rem;left:0rem;height:37.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#7b1f45;display:block; }
#WCz0ncy0hGLWNmm7Xo7EJw3G4sSnLrr8 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:26.375rem;width:25.625rem;top:4.9375rem;left:34.375rem;overflow:hidden;display:block; }
#uurldLiZHZJ9qDg3gZKpDDDtno9IWsb6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7d538b7c-dcde-41e1-9b10-dce64068abe4/quanticamentemagra2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#uurldLiZHZJ9qDg3gZKpDDDtno9IWsb6.adaptive-delivery-prevent-bg, #uurldLiZHZJ9qDg3gZKpDDDtno9IWsb6.lazyload, #uurldLiZHZJ9qDg3gZKpDDDtno9IWsb6.lazyloading { background-image: none; }#uurldLiZHZJ9qDg3gZKpDDDtno9IWsb6 > .row .container { background-color: transparent; background-image: none; }#uurldLiZHZJ9qDg3gZKpDDDtno9IWsb6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(123,31,69,0.85); }#uurldLiZHZJ9qDg3gZKpDDDtno9IWsb6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uurldLiZHZJ9qDg3gZKpDDDtno9IWsb6 > .row .container > .video-iframe-container { display: none; }#uurldLiZHZJ9qDg3gZKpDDDtno9IWsb6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(123,31,69,0.85); }#uurldLiZHZJ9qDg3gZKpDDDtno9IWsb6 > .row > .video-iframe-container { display: none; }#uurldLiZHZJ9qDg3gZKpDDDtno9IWsb6 > .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); }#uurldLiZHZJ9qDg3gZKpDDDtno9IWsb6 > .row .container { border-width: 0; border-radius: 0; }#uurldLiZHZJ9qDg3gZKpDDDtno9IWsb6::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#uurldLiZHZJ9qDg3gZKpDDDtno9IWsb6 > .row > .video-iframe-container {  }#uurldLiZHZJ9qDg3gZKpDDDtno9IWsb6 > .row .container { font-size:0.875rem;font-family:arial;height:48.6875rem;width:60rem;position:relative;display:block; }#vcaT56h9EO2Jz0rLDuKUbISo6cTEhSKd { color:#3effcb;display:block;width:30rem;position:absolute;font-family:quicksand;font-size:2.25rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:4.30859375rem;left:30rem;height:2.92480625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IHTXrgTBxkUfVa9sGamWFn9lugyf84Sg { color:#ffffff;display:block;width:30rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:16.8125rem;left:30rem;height:30.28125rem;display:block; }
#h4Qf579xtlaUTGSHT1wIaGysTk428RZW { color:#ffffff;display:block;width:30rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:8.5625rem;left:30rem;height:7.7988125rem;display:block; }
#W3fZHEM2Tr8HmO5dWceTzB8mHMaUA4P0 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.0625rem;width:29.3125rem;top:29.625rem;left:0rem;overflow:hidden;display:block; }
#nIKrTUtqxsvt6NmTfABQb3gOLN0OFvVI { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.4375rem;width:14.3125rem;top:31.25rem;left:15.6875rem;overflow:hidden;display:block; }
#C4kaJq2R0zMw3iQqTae1pfBTRaOh7I6D { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.6875rem;width:17.6875rem;top:31rem;left:0rem;overflow:hidden;display:block; }
#tk53mCnpFxGuBgaZWqF1c6Sls5gIIoXH { color:#c89030;display:block;width:30rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:4.3091506958008rem;left:30rem;height:2.9246625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#IsXosGWSt8R1p6DM5wMcpDeT57pAWBS3 { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.5625rem;width:7.5625rem;top:28.750001907349rem;left:5.3125rem;overflow:hidden;display:block; }
#hWkwGWaF5y35PzxWaeOgppGutaPhQUPS { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:47.5rem;width:21.375rem;top:0rem;left:5.3125rem;overflow:hidden;display:block; }
#Eq3wZOBv1Gmrd6ROAzl6py3sstJ5Fp61 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7d538b7c-dcde-41e1-9b10-dce64068abe4/quanticamentemagra2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#Eq3wZOBv1Gmrd6ROAzl6py3sstJ5Fp61.adaptive-delivery-prevent-bg, #Eq3wZOBv1Gmrd6ROAzl6py3sstJ5Fp61.lazyload, #Eq3wZOBv1Gmrd6ROAzl6py3sstJ5Fp61.lazyloading { background-image: none; }#Eq3wZOBv1Gmrd6ROAzl6py3sstJ5Fp61 > .row .container { background-color: transparent; background-image: none; }#Eq3wZOBv1Gmrd6ROAzl6py3sstJ5Fp61::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(123,31,69,0.85); }#Eq3wZOBv1Gmrd6ROAzl6py3sstJ5Fp61 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Eq3wZOBv1Gmrd6ROAzl6py3sstJ5Fp61 > .row .container > .video-iframe-container { display: none; }#Eq3wZOBv1Gmrd6ROAzl6py3sstJ5Fp61 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(123,31,69,0.85); }#Eq3wZOBv1Gmrd6ROAzl6py3sstJ5Fp61 > .row > .video-iframe-container { display: none; }#Eq3wZOBv1Gmrd6ROAzl6py3sstJ5Fp61 > .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); }#Eq3wZOBv1Gmrd6ROAzl6py3sstJ5Fp61 > .row .container { border-width: 0; border-radius: 0; }#Eq3wZOBv1Gmrd6ROAzl6py3sstJ5Fp61::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#Eq3wZOBv1Gmrd6ROAzl6py3sstJ5Fp61 > .row > .video-iframe-container {  }#Eq3wZOBv1Gmrd6ROAzl6py3sstJ5Fp61 > .row .container { font-size:0.875rem;font-family:arial;height:12.3125rem;width:60rem;position:relative;display:block; }#s4XT4MqyN1JdAcHOOOV1h77wbcySCZ9R { color:#4f132c;display:block;width:12.5rem;position:absolute;font-family:"exo 2";font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.0625rem;left:23.6875rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dtV8xozr1K0aPNzCu5FoG9bvTn0tdZWT { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:5.75rem;top:4.625rem;left:6.875rem;overflow:hidden;display:block; }
#U3lfr7bHmoa5U8thJ9dGNJZbpsJun77w { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.9375rem;width:3.375rem;top:4.4375rem;left:1.5rem;overflow:hidden;display:block; }
#hrDk2FPz01z6GPNNGd4Za9VdmLKOWc4W { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.375rem;width:6.875rem;top:4.5625rem;left:14.5rem;overflow:hidden;display:block; }
#gVuH6qDZJeNOxEPH58kxwMxs5qpv1Phw { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.625rem;width:4.625rem;top:3.9375rem;left:24.1875rem;overflow:hidden;display:block; }
#Uimd5xlpBUCeB9t3xynrHzwrC8OCpXkL { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.75rem;width:6.1875rem;top:4.375rem;left:31.0625rem;overflow:hidden;display:block; }
#mVHt4tVP5SbJDJ1T2DCK3Pfr6b4vxoiW { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3rem;width:10.3125rem;top:3.875rem;left:39.1875rem;overflow:hidden;display:block; }
#hITBeaSun1vU5aHcoHJSMCBg6TbxftpA { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.0625rem;width:7.3125rem;top:4.6875rem;left:51.0625rem;overflow:hidden;display:block; }
#tMU2pa0THmdOt8hTGxKvTkEaF6idhG7W { position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0.41);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #09e3bb;border-left:0.0625rem solid #09e3bb;border-right:0.0625rem solid #09e3bb;border-bottom:0.0625rem solid #09e3bb;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:5.9375rem;width:59.875rem;top:2.75rem;left:0rem;display:block; }
#FMi5UqBTd3kTICf7phpWDBuCiRBHcPvJ { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#7b1f45;background-image:none;position:relative;display:block; }#FMi5UqBTd3kTICf7phpWDBuCiRBHcPvJ > .row .container { background-color: transparent; background-image: none; }#FMi5UqBTd3kTICf7phpWDBuCiRBHcPvJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FMi5UqBTd3kTICf7phpWDBuCiRBHcPvJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FMi5UqBTd3kTICf7phpWDBuCiRBHcPvJ > .row .container > .video-iframe-container { display: none; }#FMi5UqBTd3kTICf7phpWDBuCiRBHcPvJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FMi5UqBTd3kTICf7phpWDBuCiRBHcPvJ > .row > .video-iframe-container { display: none; }#FMi5UqBTd3kTICf7phpWDBuCiRBHcPvJ > .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); }#FMi5UqBTd3kTICf7phpWDBuCiRBHcPvJ > .row .container { border-width: 0; border-radius: 0; }#FMi5UqBTd3kTICf7phpWDBuCiRBHcPvJ > .row > .video-iframe-container {  }#FMi5UqBTd3kTICf7phpWDBuCiRBHcPvJ > .row .container { font-size:0.875rem;font-family:arial;height:27.3125rem;width:60rem;position:relative;display:block; }#cuUnwZc7KqC1LUQHgnCT3fqH5PXbAE4x { background-color:#fc3674;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34.6875rem;height:3.3125rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:20.5rem;left:12.9375rem;display:block; }
#vHP64MMNRpeTOZ28p01D919SMWekgHBu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oTygW2iHObJ3A3S4NuOzO7xEz13qDgEt { display:block;width:32.5625rem;position:absolute;font-family:quicksand;font-size:1.625rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:3.125rem;left:14rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#fc3674;display:block; }
#RKT1FazUZb8FVmNAaNPWu0PUZec0vRR5 { display:block;width:13.625rem;position:absolute;font-family:"exo 2";font-size:16rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;text-shadow:0.25rem 0.1875rem 0rem #fc3674;top:1.75rem;left:11.3125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#ffffff;display:block; }
#scaFmBz6M8R7rwAKG4fMMvaWOEpV1fxw { display:block;width:26.375rem;position:absolute;font-family:quicksand;font-size:2.375rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;text-shadow:0.125rem 0.125rem 0rem #fc3674;top:7.75rem;left:22.3125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#ffffff;display:block; }
#toENzq308ud8TlGZVMcutdT9WC7Pyt4D { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#toENzq308ud8TlGZVMcutdT9WC7Pyt4D > .row .container { background-color: transparent; background-image: none; }#toENzq308ud8TlGZVMcutdT9WC7Pyt4D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#toENzq308ud8TlGZVMcutdT9WC7Pyt4D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#toENzq308ud8TlGZVMcutdT9WC7Pyt4D > .row .container > .video-iframe-container { display: none; }#toENzq308ud8TlGZVMcutdT9WC7Pyt4D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#toENzq308ud8TlGZVMcutdT9WC7Pyt4D > .row > .video-iframe-container { display: none; }#toENzq308ud8TlGZVMcutdT9WC7Pyt4D > .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); }#toENzq308ud8TlGZVMcutdT9WC7Pyt4D > .row .container { border-width: 0; border-radius: 0; }#toENzq308ud8TlGZVMcutdT9WC7Pyt4D > .row > .video-iframe-container {  }#toENzq308ud8TlGZVMcutdT9WC7Pyt4D > .row .container { font-size:0.875rem;font-family:arial;height:11.4375rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #nlI8KQa12zDEwfm2lWXgTrRtW6O4fS4S { display:block; }#nlI8KQa12zDEwfm2lWXgTrRtW6O4fS4S > .row .container { width:47.75rem;height:9.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SafT2XNgBI2TDA6EeVfUQp1hX4SLTscu { width:9.375rem;height:4.375rem;top:1rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzOpZnwNFVyxP7aT8z1MA7HPFrA4Lu98 { display:block; }#FzOpZnwNFVyxP7aT8z1MA7HPFrA4Lu98 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o0NUXKaaOOSNFM8nZsm0V3G0FOTbRaFl { width:21.875rem;height:0;top:5rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cB1w00I5EfQ9L79aZB0NH76aFZqG5alD .widget-regular-label { width:20rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#cB1w00I5EfQ9L79aZB0NH76aFZqG5alD .widget-input-text { width:20rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cB1w00I5EfQ9L79aZB0NH76aFZqG5alD .widget-input-text {padding-top: 0; padding-bottom: 0;}#cB1w00I5EfQ9L79aZB0NH76aFZqG5alD .widget-textarea { width:20rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cB1w00I5EfQ9L79aZB0NH76aFZqG5alD .widget-input-select { width:20rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cB1w00I5EfQ9L79aZB0NH76aFZqG5alD .widget-input-select {padding-top: 0; padding-bottom: 0;}#cB1w00I5EfQ9L79aZB0NH76aFZqG5alD .widget-input-button { width:20rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cB1w00I5EfQ9L79aZB0NH76aFZqG5alD .widget-checkbox-label { width:18.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cB1w00I5EfQ9L79aZB0NH76aFZqG5alD  { width:20rem;height:auto;top:9.6875rem;left:24.9375rem; }
#cB1w00I5EfQ9L79aZB0NH76aFZqG5alD .radio-container { width:20rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cB1w00I5EfQ9L79aZB0NH76aFZqG5alD {display:block;}#cB1w00I5EfQ9L79aZB0NH76aFZqG5alD { width:20rem;height:auto;top:9.6875rem;left:24.9375rem; }
 }@media only screen and (max-width: 763px) { #cB1w00I5EfQ9L79aZB0NH76aFZqG5alD #qXzbBT2GqFuKc5ekqtBdxVwNqu8gW7hi {  }
 }@media only screen and (max-width: 763px) { #cB1w00I5EfQ9L79aZB0NH76aFZqG5alD #OkPTFLpXVkTlMulTn2imVEEBSSIlKhxW {  }
 }@media only screen and (max-width: 763px) { #cB1w00I5EfQ9L79aZB0NH76aFZqG5alD #tpcSOEbJUCvZUIn3F5ok7U3mOuzS3vuA {  }
 }@media only screen and (max-width: 763px) { #cB1w00I5EfQ9L79aZB0NH76aFZqG5alD #UquFGQq2F7ACHcIweQXmogfVOc6fUBhv {  }
 }@media only screen and (max-width: 763px) { #cB1w00I5EfQ9L79aZB0NH76aFZqG5alD #OR4vaA9Ji84mCnB5tEucSPRIOsefc28z {  }
 }@media only screen and (max-width: 763px) { #cB1w00I5EfQ9L79aZB0NH76aFZqG5alD #z7lD0rPbbc1aQtUEqwaoFMCgLT8B0HND {  }
 }@media only screen and (max-width: 763px) { #cB1w00I5EfQ9L79aZB0NH76aFZqG5alD #q2ylk3kNiVVIJI4rDvib2Icb4BtJ9R3K {  }
 }@media only screen and (max-width: 763px) { #cB1w00I5EfQ9L79aZB0NH76aFZqG5alD #FyEuTo0JUqUPcJp2PuenEEXfil5cOKf1 {  }
 }@media only screen and (max-width: 763px) { #cB1w00I5EfQ9L79aZB0NH76aFZqG5alD #vEGMJJqI2tQ5whJ8iDDHrePfR7hFipGX {  }
 }@media only screen and (max-width: 763px) { #cB1w00I5EfQ9L79aZB0NH76aFZqG5alD #vUtpRzDSeKk7Hux8IvihCrIqTnOfgt3f {  }
 }@media only screen and (max-width: 763px) { #cB1w00I5EfQ9L79aZB0NH76aFZqG5alD #RPUcchc4DVMGTHZTDS1bPMlXLrnC9zeH {  }
 }@media only screen and (max-width: 763px) { #cB1w00I5EfQ9L79aZB0NH76aFZqG5alD #BrTdHSBfw1ImMf5mm8FlheVVXA8Vp11T {  }
 }@media only screen and (max-width: 763px) { #xrbxBusd0ThmL6CRKIHlxC2z9ZfLUVs3 { display:block; }
 }@media only screen and (max-width: 763px) { #yqqtBWRH6WzmwuxBlChMUNNbD5d1JBAG { display:block; }
 }@media only screen and (max-width: 763px) { #ecSSAuRdPUIwWR6VNw25wvsFcsGiATCz { display:block; }
 }@media only screen and (max-width: 763px) { #NpFJcuRWqh1QmUgoKT66VWX0rlqexvyR { display:block; }
 }@media only screen and (max-width: 763px) { #cB1w00I5EfQ9L79aZB0NH76aFZqG5alD #x4mKn6HGvmRRR7b0My4xBd1L6NdIafuH {  }
 }@media only screen and (max-width: 763px) { #cB1w00I5EfQ9L79aZB0NH76aFZqG5alD #wADkTIBuS6o8IUis4TMSk3HLOlX7JbPh {  }
 }@media only screen and (max-width: 763px) { #EMqg2h4H7Ty8ZKfTkieEdXSq3XggZnXW { width:21.875rem;height:0;top:5rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2FbsLh5wryhnwVwzwyk4iTDoLJZbTFT { width:23.3125rem;height:35.5625rem;top:13.75rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1MTTL3ocUorAmSJPGSTAy3gRXTW22Ze { width:46.25rem;height:0;top:0.6875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8benITSKouKayFvFHFDLo1DOy0ktRvz { width:46.25rem;height:0;top:0.6875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I70Ni9zmwv4NmbdKTzASQfz7R0u9SW2e { width:46.25rem;height:0;top:0.6875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0Z7MPmGcgSsEz3awpR2tGokWGkHqDS2 { display:block; }#l0Z7MPmGcgSsEz3awpR2tGokWGkHqDS2 > .row .container { width:47.75rem;height:8rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HbvxzZ8JhptITGAAdzT3B8muEZ1zSghp { width:46.25rem;height:0;top:2.0625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrKHzTFdJEuUIyJrqdF8aJJEqTcpahcp { display:block; }#IrKHzTFdJEuUIyJrqdF8aJJEqTcpahcp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IZqxLOdVEkK4wAdAVIN68zDoZ8H3vuUk { width:46.25rem;height:0;top:1.625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCz0ncy0hGLWNmm7Xo7EJw3G4sSnLrr8 { width:25.625rem;height:26.375rem;top:4.9375rem;left:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uurldLiZHZJ9qDg3gZKpDDDtno9IWsb6 { display:block; }#uurldLiZHZJ9qDg3gZKpDDDtno9IWsb6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vcaT56h9EO2Jz0rLDuKUbISo6cTEhSKd { width:30rem;height:2.875rem;top:4.25rem;left:17.75rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHTXrgTBxkUfVa9sGamWFn9lugyf84Sg { width:34.0625rem;height:27.0625rem;top:16.8125rem;left:13.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4Qf579xtlaUTGSHT1wIaGysTk428RZW { width:34.0625rem;height:6.4375rem;top:8.5625rem;left:13.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3fZHEM2Tr8HmO5dWceTzB8mHMaUA4P0 { width:29.3125rem;height:19.0625rem;top:29.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIKrTUtqxsvt6NmTfABQb3gOLN0OFvVI { width:14.3125rem;height:17.4375rem;top:31.25rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4kaJq2R0zMw3iQqTae1pfBTRaOh7I6D { width:17.6875rem;height:17.6875rem;top:31rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tk53mCnpFxGuBgaZWqF1c6Sls5gIIoXH { width:18.375rem;height:4.375rem;top:0.6875rem;left:0rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IsXosGWSt8R1p6DM5wMcpDeT57pAWBS3 { width:7.5625rem;height:7.5625rem;top:28.75rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWkwGWaF5y35PzxWaeOgppGutaPhQUPS { width:21.375rem;height:47.5rem;top:0rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eq3wZOBv1Gmrd6ROAzl6py3sstJ5Fp61 { display:block; }#Eq3wZOBv1Gmrd6ROAzl6py3sstJ5Fp61 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s4XT4MqyN1JdAcHOOOV1h77wbcySCZ9R { width:12.5rem;height:1.25rem;top:1.0625rem;left:17.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtV8xozr1K0aPNzCu5FoG9bvTn0tdZWT { width:5.75rem;height:2.1875rem;top:4.625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3lfr7bHmoa5U8thJ9dGNJZbpsJun77w { width:3.375rem;height:2.9375rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrDk2FPz01z6GPNNGd4Za9VdmLKOWc4W { width:6.875rem;height:2.375rem;top:4.5625rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVuH6qDZJeNOxEPH58kxwMxs5qpv1Phw { width:4.625rem;height:3.625rem;top:3.9375rem;left:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uimd5xlpBUCeB9t3xynrHzwrC8OCpXkL { width:6.1875rem;height:2.75rem;top:4.375rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVHt4tVP5SbJDJ1T2DCK3Pfr6b4vxoiW { width:10.3125rem;height:3rem;top:3.875rem;left:33.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hITBeaSun1vU5aHcoHJSMCBg6TbxftpA { width:7.3125rem;height:2.0625rem;top:4.6875rem;left:40.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMU2pa0THmdOt8hTGxKvTkEaF6idhG7W { width:47.625rem;height:5.9375rem;top:2.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMi5UqBTd3kTICf7phpWDBuCiRBHcPvJ { display:block; }#FMi5UqBTd3kTICf7phpWDBuCiRBHcPvJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cuUnwZc7KqC1LUQHgnCT3fqH5PXbAE4x { width:28.125rem;height:3.3125rem;top:9.875rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHP64MMNRpeTOZ28p01D919SMWekgHBu { display:block; }
 }@media only screen and (max-width: 763px) { #oTygW2iHObJ3A3S4NuOzO7xEz13qDgEt { width:46.25rem;height:0;top:0.6875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKT1FazUZb8FVmNAaNPWu0PUZec0vRR5 { width:46.25rem;height:0;top:0.6875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #scaFmBz6M8R7rwAKG4fMMvaWOEpV1fxw { width:46.25rem;height:0;top:0.6875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #toENzq308ud8TlGZVMcutdT9WC7Pyt4D { display:block; }#toENzq308ud8TlGZVMcutdT9WC7Pyt4D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a7f4c0e9-165b-4692-ae88-c989ed101788/fundo.jpeg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#iMR3FK34TkHsaSTuQ8o3P7B4E8BrVQ4b::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.33); }#iMR3FK34TkHsaSTuQ8o3P7B4E8BrVQ4b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.33); }#iMR3FK34TkHsaSTuQ8o3P7B4E8BrVQ4b > .row > .video-iframe-container { display: none; }#iMR3FK34TkHsaSTuQ8o3P7B4E8BrVQ4b > .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) { #nlI8KQa12zDEwfm2lWXgTrRtW6O4fS4S { display:block; }#nlI8KQa12zDEwfm2lWXgTrRtW6O4fS4S > .row .container { width:20rem;height:3.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SafT2XNgBI2TDA6EeVfUQp1hX4SLTscu { width:6.1875rem;height:2.9375rem;top:0.25rem;left:6.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzOpZnwNFVyxP7aT8z1MA7HPFrA4Lu98 { display:block; }#FzOpZnwNFVyxP7aT8z1MA7HPFrA4Lu98 > .row .container { width:20rem;height:66.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o0NUXKaaOOSNFM8nZsm0V3G0FOTbRaFl { width:20rem;height:8.125rem;top:10.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cB1w00I5EfQ9L79aZB0NH76aFZqG5alD .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#cB1w00I5EfQ9L79aZB0NH76aFZqG5alD .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cB1w00I5EfQ9L79aZB0NH76aFZqG5alD .widget-input-text {padding-top: 0; padding-bottom: 0;}#cB1w00I5EfQ9L79aZB0NH76aFZqG5alD .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cB1w00I5EfQ9L79aZB0NH76aFZqG5alD .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cB1w00I5EfQ9L79aZB0NH76aFZqG5alD .widget-input-select {padding-top: 0; padding-bottom: 0;}#cB1w00I5EfQ9L79aZB0NH76aFZqG5alD .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cB1w00I5EfQ9L79aZB0NH76aFZqG5alD .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cB1w00I5EfQ9L79aZB0NH76aFZqG5alD  { width:17.5rem;height:auto;top:22.078125rem;left:0rem; }
#cB1w00I5EfQ9L79aZB0NH76aFZqG5alD .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cB1w00I5EfQ9L79aZB0NH76aFZqG5alD {display:block;}#cB1w00I5EfQ9L79aZB0NH76aFZqG5alD { width:17.5rem;height:auto;top:22.078125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cB1w00I5EfQ9L79aZB0NH76aFZqG5alD #qXzbBT2GqFuKc5ekqtBdxVwNqu8gW7hi {  }
 }@media only screen and (max-width: 763px) { #cB1w00I5EfQ9L79aZB0NH76aFZqG5alD #OkPTFLpXVkTlMulTn2imVEEBSSIlKhxW {  }
 }@media only screen and (max-width: 763px) { #cB1w00I5EfQ9L79aZB0NH76aFZqG5alD #tpcSOEbJUCvZUIn3F5ok7U3mOuzS3vuA {  }
 }@media only screen and (max-width: 763px) { #cB1w00I5EfQ9L79aZB0NH76aFZqG5alD #UquFGQq2F7ACHcIweQXmogfVOc6fUBhv {  }
 }@media only screen and (max-width: 763px) { #cB1w00I5EfQ9L79aZB0NH76aFZqG5alD #OR4vaA9Ji84mCnB5tEucSPRIOsefc28z {  }
 }@media only screen and (max-width: 763px) { #cB1w00I5EfQ9L79aZB0NH76aFZqG5alD #z7lD0rPbbc1aQtUEqwaoFMCgLT8B0HND {  }
 }@media only screen and (max-width: 763px) { #cB1w00I5EfQ9L79aZB0NH76aFZqG5alD #q2ylk3kNiVVIJI4rDvib2Icb4BtJ9R3K {  }
 }@media only screen and (max-width: 763px) { #cB1w00I5EfQ9L79aZB0NH76aFZqG5alD #FyEuTo0JUqUPcJp2PuenEEXfil5cOKf1 {  }
 }@media only screen and (max-width: 763px) { #cB1w00I5EfQ9L79aZB0NH76aFZqG5alD #vEGMJJqI2tQ5whJ8iDDHrePfR7hFipGX {  }
 }@media only screen and (max-width: 763px) { #cB1w00I5EfQ9L79aZB0NH76aFZqG5alD #vUtpRzDSeKk7Hux8IvihCrIqTnOfgt3f {  }
 }@media only screen and (max-width: 763px) { #cB1w00I5EfQ9L79aZB0NH76aFZqG5alD #RPUcchc4DVMGTHZTDS1bPMlXLrnC9zeH {  }
 }@media only screen and (max-width: 763px) { #cB1w00I5EfQ9L79aZB0NH76aFZqG5alD #BrTdHSBfw1ImMf5mm8FlheVVXA8Vp11T {  }
 }@media only screen and (max-width: 763px) { #xrbxBusd0ThmL6CRKIHlxC2z9ZfLUVs3 { display:block; }
 }@media only screen and (max-width: 763px) { #yqqtBWRH6WzmwuxBlChMUNNbD5d1JBAG { display:block; }
 }@media only screen and (max-width: 763px) { #ecSSAuRdPUIwWR6VNw25wvsFcsGiATCz { display:block; }
 }@media only screen and (max-width: 763px) { #NpFJcuRWqh1QmUgoKT66VWX0rlqexvyR { display:block; }
 }@media only screen and (max-width: 763px) { #cB1w00I5EfQ9L79aZB0NH76aFZqG5alD #x4mKn6HGvmRRR7b0My4xBd1L6NdIafuH {  }
 }@media only screen and (max-width: 763px) { #cB1w00I5EfQ9L79aZB0NH76aFZqG5alD #wADkTIBuS6o8IUis4TMSk3HLOlX7JbPh {  }
 }@media only screen and (max-width: 763px) { #EMqg2h4H7Ty8ZKfTkieEdXSq3XggZnXW { width:20rem;height:2.76171875rem;top:19.828125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#22b0a5;display:block; }
 }@media only screen and (max-width: 763px) { #t2FbsLh5wryhnwVwzwyk4iTDoLJZbTFT { width:14.4375rem;height:22.0625rem;top:44.671875rem;left:2.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1MTTL3ocUorAmSJPGSTAy3gRXTW22Ze { width:15.25rem;height:5.15625rem;top:4.0625rem;left:4.75rem;text-align:left;text-align-last:left;font-size:1.5625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #x8benITSKouKayFvFHFDLo1DOy0ktRvz { width:13.5rem;height:2.4746125rem;top:0.8125rem;left:3.25rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #I70Ni9zmwv4NmbdKTzASQfz7R0u9SW2e { width:4.5625rem;height:5.54980625rem;top:3.625rem;left:0rem;text-align:center;text-align-last:center;font-size:6.9375rem;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #l0Z7MPmGcgSsEz3awpR2tGokWGkHqDS2 { display:block; }#l0Z7MPmGcgSsEz3awpR2tGokWGkHqDS2 > .row .container { width:20rem;height:7rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HbvxzZ8JhptITGAAdzT3B8muEZ1zSghp { width:20rem;height:4.875rem;top:1.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrKHzTFdJEuUIyJrqdF8aJJEqTcpahcp { display:block; }#IrKHzTFdJEuUIyJrqdF8aJJEqTcpahcp > .row .container { width:20rem;height:67.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IZqxLOdVEkK4wAdAVIN68zDoZ8H3vuUk { width:20rem;height:43.875rem;top:0.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCz0ncy0hGLWNmm7Xo7EJw3G4sSnLrr8 { width:20rem;height:20.59275rem;top:46.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uurldLiZHZJ9qDg3gZKpDDDtno9IWsb6 { background-color:rgba(123,31,69,0.85);background-image:none;display:block; }#uurldLiZHZJ9qDg3gZKpDDDtno9IWsb6 > .row .container { background-color: transparent; background-image: none; }#uurldLiZHZJ9qDg3gZKpDDDtno9IWsb6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uurldLiZHZJ9qDg3gZKpDDDtno9IWsb6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uurldLiZHZJ9qDg3gZKpDDDtno9IWsb6 > .row .container > .video-iframe-container { display: none; }#uurldLiZHZJ9qDg3gZKpDDDtno9IWsb6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uurldLiZHZJ9qDg3gZKpDDDtno9IWsb6 > .row > .video-iframe-container { display: none; }#uurldLiZHZJ9qDg3gZKpDDDtno9IWsb6 > .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); }#uurldLiZHZJ9qDg3gZKpDDDtno9IWsb6 > .row .container { width:20rem;height:103.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vcaT56h9EO2Jz0rLDuKUbISo6cTEhSKd { width:18.375rem;height:0;top:0.75rem;left:1.2187500596046rem;font-size:1.6875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #IHTXrgTBxkUfVa9sGamWFn9lugyf84Sg { width:20rem;height:32.49510625rem;top:69.1875rem;left:0rem;font-size:1rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h4Qf579xtlaUTGSHT1wIaGysTk428RZW { width:20rem;height:14.619125rem;top:52.875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W3fZHEM2Tr8HmO5dWceTzB8mHMaUA4P0 { width:19.1875rem;height:12.4375rem;top:39rem;left:0.8125rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #nIKrTUtqxsvt6NmTfABQb3gOLN0OFvVI { width:9.8125rem;height:12.375rem;top:36.3125rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4kaJq2R0zMw3iQqTae1pfBTRaOh7I6D { width:13rem;height:13rem;top:37.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tk53mCnpFxGuBgaZWqF1c6Sls5gIIoXH { width:18.375rem;height:3.57421875rem;top:1.640625rem;left:0.8125rem;font-size:1.625rem;text-align:center;text-align-last:center;z-index:15021;color:#55fbe3;font-family:quicksand;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #IsXosGWSt8R1p6DM5wMcpDeT57pAWBS3 { width:5.25rem;height:5.25rem;top:37rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWkwGWaF5y35PzxWaeOgppGutaPhQUPS { width:20rem;height:44.4443125rem;top:5.15234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eq3wZOBv1Gmrd6ROAzl6py3sstJ5Fp61 { background-color:rgba(123,31,69,0.85);background-image:none;display:block; }#Eq3wZOBv1Gmrd6ROAzl6py3sstJ5Fp61 > .row .container { background-color: transparent; background-image: none; }#Eq3wZOBv1Gmrd6ROAzl6py3sstJ5Fp61::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Eq3wZOBv1Gmrd6ROAzl6py3sstJ5Fp61 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Eq3wZOBv1Gmrd6ROAzl6py3sstJ5Fp61 > .row .container > .video-iframe-container { display: none; }#Eq3wZOBv1Gmrd6ROAzl6py3sstJ5Fp61 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Eq3wZOBv1Gmrd6ROAzl6py3sstJ5Fp61 > .row > .video-iframe-container { display: none; }#Eq3wZOBv1Gmrd6ROAzl6py3sstJ5Fp61 > .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); }#Eq3wZOBv1Gmrd6ROAzl6py3sstJ5Fp61 > .row .container { width:20rem;height:18.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s4XT4MqyN1JdAcHOOOV1h77wbcySCZ9R { width:12.5rem;height:1.29980625rem;top:1.4375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtV8xozr1K0aPNzCu5FoG9bvTn0tdZWT { width:5.75rem;height:2.1875rem;top:12.125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3lfr7bHmoa5U8thJ9dGNJZbpsJun77w { width:3.375rem;height:2.9375rem;top:4.125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrDk2FPz01z6GPNNGd4Za9VdmLKOWc4W { width:6.875rem;height:2.375rem;top:12.0625rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVuH6qDZJeNOxEPH58kxwMxs5qpv1Phw { width:4.625rem;height:3.625rem;top:7.3125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uimd5xlpBUCeB9t3xynrHzwrC8OCpXkL { width:6.1875rem;height:2.75rem;top:4.1875rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVHt4tVP5SbJDJ1T2DCK3Pfr6b4vxoiW { width:10.3125rem;height:3rem;top:7.875rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hITBeaSun1vU5aHcoHJSMCBg6TbxftpA { width:7.3125rem;height:2.0625rem;top:4.5625rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMU2pa0THmdOt8hTGxKvTkEaF6idhG7W { width:19.875rem;height:13.125rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMi5UqBTd3kTICf7phpWDBuCiRBHcPvJ { background-color:#7b1f45;background-image:none;display:block; }#FMi5UqBTd3kTICf7phpWDBuCiRBHcPvJ > .row .container { background-color: transparent; background-image: none; }#FMi5UqBTd3kTICf7phpWDBuCiRBHcPvJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FMi5UqBTd3kTICf7phpWDBuCiRBHcPvJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FMi5UqBTd3kTICf7phpWDBuCiRBHcPvJ > .row .container > .video-iframe-container { display: none; }#FMi5UqBTd3kTICf7phpWDBuCiRBHcPvJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FMi5UqBTd3kTICf7phpWDBuCiRBHcPvJ > .row > .video-iframe-container { display: none; }#FMi5UqBTd3kTICf7phpWDBuCiRBHcPvJ > .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); }#FMi5UqBTd3kTICf7phpWDBuCiRBHcPvJ > .row .container { width:20rem;height:20.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cuUnwZc7KqC1LUQHgnCT3fqH5PXbAE4x { width:20rem;height:3.3125rem;top:14.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHP64MMNRpeTOZ28p01D919SMWekgHBu { display:block; }
 }@media only screen and (max-width: 763px) { #oTygW2iHObJ3A3S4NuOzO7xEz13qDgEt { width:20rem;height:3.57421875rem;top:1.88671875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #RKT1FazUZb8FVmNAaNPWu0PUZec0vRR5 { width:8.625rem;height:6.693375rem;top:6.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:9.5625rem;line-height:.7;font-family:quicksand;text-shadow:0.25rem 0.1875rem 0rem #ffffff;color:#bf4b75;display:block; }
 }@media only screen and (max-width: 763px) { #scaFmBz6M8R7rwAKG4fMMvaWOEpV1fxw { width:12.125rem;height:6.046875rem;top:7.125rem;left:7.875rem;text-align:left;text-align-last:left;font-size:1.375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #toENzq308ud8TlGZVMcutdT9WC7Pyt4D { display:block; }#toENzq308ud8TlGZVMcutdT9WC7Pyt4D > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }