.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:242,234,229;--color-primary-1:212,186,167;--color-primary-2:169,116,79;--color-primary-3:85,58,40;--color-primary-4:25,17,12;--color-secondary-0:255,255,255;--color-secondary-1:246,246,246;--color-secondary-2:239,239,239;--color-secondary-3:227,227,227;--color-secondary-4:27,15,15;--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:Source Sans Pro;--paragraphs-font-family:Source Sans Pro; }@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: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); }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(42,24,24,0.8);background-image:url("https://images.assets-landingi.com/uc/e19dede5-d9b0-41d9-a42d-b2395309a4fb/MagnumCaixaCartao101scaled.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE.adaptive-delivery-prevent-bg, #MHOXu0U16RlumK1aVld3RecfiOQVHAkE.lazyload, #MHOXu0U16RlumK1aVld3RecfiOQVHAkE.lazyloading { background-image: none; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row .container { background-color: transparent; background-image: none; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row .container > .video-iframe-container { display: none; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row > .video-iframe-container { display: none; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .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); }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row .container { border-width: 0; border-radius: 0; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row .container { font-size:0.875rem;font-family:arial;height:53.9375rem;width:60rem;position:relative;display:block; }#G13dw4N4pXGamq0Vdh36p5P3qJQOqnQH { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:47.48681640625rem;left:0rem;height:2.0996125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#r6CAQTicH6cvA6UxgChRa35Jwfe1tvHs { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;top:51.0625rem;left:28.9375rem; }
#bPrZIXgJxTvt1M14KybV25Qgu4WZ4PZ6 { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:2.97412109375rem;left:0rem;height:2.8999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V0JmWQWTi0tgC5R72k5CDJDvzppXrAVI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(42,24,24,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; }#V0JmWQWTi0tgC5R72k5CDJDvzppXrAVI > .row .container { background-color: transparent; background-image: none; }#V0JmWQWTi0tgC5R72k5CDJDvzppXrAVI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0JmWQWTi0tgC5R72k5CDJDvzppXrAVI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0JmWQWTi0tgC5R72k5CDJDvzppXrAVI > .row .container > .video-iframe-container { display: none; }#V0JmWQWTi0tgC5R72k5CDJDvzppXrAVI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0JmWQWTi0tgC5R72k5CDJDvzppXrAVI > .row > .video-iframe-container { display: none; }#V0JmWQWTi0tgC5R72k5CDJDvzppXrAVI > .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); }#V0JmWQWTi0tgC5R72k5CDJDvzppXrAVI > .row .container { border-width: 0; border-radius: 0; }#V0JmWQWTi0tgC5R72k5CDJDvzppXrAVI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V0JmWQWTi0tgC5R72k5CDJDvzppXrAVI > .row .container { font-size:0.875rem;font-family:arial;height:14.0625rem;width:60rem;position:relative;display:block; }#yN1VmmeONnuR1UWXqm7cGgIbvfWMnzgW { color:#f1e4e4;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:0.78173828125rem;left:0rem;height:10.9985625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-form-header {  }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:25.3125rem;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; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #a9a9a9;border-left:0.0625rem solid #a9a9a9;border-right:0.0625rem solid #a9a9a9;border-bottom:0.0625rem solid #a9a9a9;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:25.3125rem;box-sizing:border-box;height:2.5625rem;color:#898989;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;text-align:left;text-align-last:left;font-weight:400;font-style:normal; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-input-text {padding-top: 0; padding-bottom: 0;}#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #a9a9a9;border-left:0.0625rem solid #a9a9a9;border-right:0.0625rem solid #a9a9a9;border-bottom:0.0625rem solid #a9a9a9;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:25.3125rem;box-sizing:border-box;height:4.375rem;color:#898989;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;text-align:left;text-align-last:left;font-weight:400;font-style:normal; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .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:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:25.3125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-input-select {padding-top: 0; padding-bottom: 0;}#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .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; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-input-button { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#8b0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:3.8125rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.375rem;font-weight:700;color:#f2f9ff;width:21.5rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;font-style:normal; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 [class*="-text"]:-moz-placeholder { color:#a9a9a9;font-family:var(--paragraphs-font-family);font-size:0.9375rem; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 [class*="-text"]::-moz-placeholder { color:#a9a9a9;font-family:var(--paragraphs-font-family);font-size:0.9375rem; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 [class*="-text"]:-ms-input-placeholder { color:#a9a9a9;font-family:var(--paragraphs-font-family);font-size:0.9375rem; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 [class*="-text"]::-webkit-input-placeholder { color:#a9a9a9;font-family:var(--paragraphs-font-family);font-size:0.9375rem; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .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.625rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:24.0625rem;overflow:hidden;font-style:normal;float:none; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .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; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-container:first-of-type{padding-top:0;}#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-container:last-of-type{padding-bottom:0;}#C6moGsn015SbFBd8OTycFZbJvAVplhV9  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15014;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:13.125rem;left:31.09375rem; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25.3125rem;display:block;vertical-align:top; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 {display:block;}#C6moGsn015SbFBd8OTycFZbJvAVplhV9 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15014;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:13.125rem;left:31.09375rem; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 #rlETc07D0fniPbIi23bQ4IM5t2XT2yR9 { position:relative; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 #CuKUWc3Z6vRmnz130T1Qxl3iroxmSuRM { position:relative;display:none; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 #p2uMfVyqDZwn0uSMHtyIEHXUDJo5DTVW { position:relative; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 #qDMmABiWvPF7sTasEdSU0lTEh5IoC3EA { position:relative; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 #NU2a1TyDTbdwRNZxeXHaFO2c0AgztkN3 { position:relative;display:none; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 #J9ZEBMTW1GMxS3SzV5wIwfnEETPzFbfy { position:relative; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 #WJ8W4i7uSIGtXMrUpBmzgvfnHZ0dHWg2 { position:relative; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 #y9Tdsa85QShzPEHzJQ7pDsAKk8DQ1A0v { position:relative;display:none; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 #uBf2HHdamFTwIb0IMouqEucD6do6d1bI { position:relative; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 #r9ImrKfNKWQIA9aTtBl3iMb7STNASzo2 { position:relative; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 #r9ImrKfNKWQIA9aTtBl3iMb7STNASzo2 .container-column{width:33%;;}#C6moGsn015SbFBd8OTycFZbJvAVplhV9 #qJKKdrqTzQb9rgHxNHNCbDb32IegKr2X { position:relative;display:block; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 #dWTTeIdWFdMWenCXvoUrMlQ0pU35g4O4 { position:relative;z-index:2; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 #ocGVi8ee5qTMa1vWkAILkifeoaxgKRT9 { position:relative; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 #gXkxW4EeITyJ2ykgEcRaNu2vqZnDzE9a { position:relative;z-index:2; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 #puBiOKTUK5m59T7f0L7h7ui3sDbm6mTu { position:relative; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 #NetiVbfVsoVEMhgdPdxrdvuyXGs9T73T { position:relative;z-index:2; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 #unyIevUXdiQaowGTOb3OcR8AAu2EBiXw { position:relative; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 #uHc6uoSXR5X1zJDxN5wZZEzXX36AEmQK { position:relative; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 #c8F4oPiSe25pWo4J5z9vvqTISst4cvny { position:relative;z-index:2; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 #JlDfLUQZUHxhaZg7i893UGU32qVNM7pw { position:relative; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 #JHFuqNpvsTZsIJelwgTOCgKQ8dbGqxZf { position:relative; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 #TQqEEzzxJw5UX4PZsssI8BUBaAPSiG1u { position:relative; }
#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(42,24,24,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; }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row .container { background-color: transparent; background-image: none; }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row .container > .video-iframe-container { display: none; }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row > .video-iframe-container { display: none; }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .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); }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row .container { border-width: 0; border-radius: 0; }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row .container { font-size:0.875rem;font-family:arial;height:47.875rem;width:60rem;position:relative;display:block; }#Q9Ff9ps1OeBHTxL2XxpVEbsSOkU36XlT { box-sizing:content-box;height:0.125rem;width:60rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:25.125rem;left:0rem;display:block; }
#uHgmrUKAdpLSBrzb5yTnBJSqvGVyz4g0 { color:#ffffff;display:block;width:24.4985625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15016;line-height:1.1;letter-spacing:0;top:5.1875rem;left:2.6875rem;height:1.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SUkEGI1Lc8Xy33caULDO5BE4Z5ulBDaE { color:#ffffff;display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.9;letter-spacing:0;top:8.3125rem;left:2.6875rem;height:8.5488125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nTOgszekQv87F6zrOE2EmSrxzdCIJxRv { color:#ffffff;display:block;width:26.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:21.78125rem;left:32.09375rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uyxaUTIH5P3UAsVcpBTJQnOHc1eERtar { color:rgba(var(--color-primary-0),1);display:block;width:27.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.9;letter-spacing:0;top:30.52734375rem;left:2.6875rem;height:14.960475rem;text-align:left;text-align-last:left;display:block; }
#PITPA6WTw36VXLaX51ionTqWqSbwGCaM { color:rgba(var(--color-primary-0),1);display:block;width:26.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15019;line-height:1.6;letter-spacing:0;top:26.77734375rem;left:2.6875rem;height:2.79980625rem;text-align:left;text-align-last:left;display:block; }
#O4hwEC7P8bg4rbwNtRZefrHuPa3CiA8s { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.6875rem;width:20.4375rem;top:21.21875rem;left:34.4169921875rem;overflow:hidden;display:block; }
#yrsPGwTq2Nwx0f6aP7dVwyQosKn3KyDb { box-sizing:content-box;height:0.125rem;width:60rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:47.75rem;left:0rem;display:block; }
#EoOXK9JcVXudHNiBTqGHctMQmkeVS3zW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(42,24,24,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; }#EoOXK9JcVXudHNiBTqGHctMQmkeVS3zW > .row .container { background-color: transparent; background-image: none; }#EoOXK9JcVXudHNiBTqGHctMQmkeVS3zW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EoOXK9JcVXudHNiBTqGHctMQmkeVS3zW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EoOXK9JcVXudHNiBTqGHctMQmkeVS3zW > .row .container > .video-iframe-container { display: none; }#EoOXK9JcVXudHNiBTqGHctMQmkeVS3zW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EoOXK9JcVXudHNiBTqGHctMQmkeVS3zW > .row > .video-iframe-container { display: none; }#EoOXK9JcVXudHNiBTqGHctMQmkeVS3zW > .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); }#EoOXK9JcVXudHNiBTqGHctMQmkeVS3zW > .row .container { border-width: 0; border-radius: 0; }#EoOXK9JcVXudHNiBTqGHctMQmkeVS3zW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EoOXK9JcVXudHNiBTqGHctMQmkeVS3zW > .row .container { font-size:0.875rem;font-family:arial;height:27.6875rem;width:60rem;position:relative;display:block; }#AkkaF5o2gZHD9gQoOfbE9Xo4o0H8yW3m { color:rgba(var(--color-primary-0),1);display:block;width:27.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.6;letter-spacing:0;top:6.875rem;left:2.875rem;height:16.198225rem;text-align:left;text-align-last:left;display:block; }
#kOCur1EFnafNByKJ6V2ns0VePFyE9oJS { position:absolute;display:block;z-index:15003;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:14.0625rem;width:12.4375rem;top:1.72265625rem;left:38.78125rem;overflow:hidden;display:block; }
#rElqmLdOJQAFDT8Sd50DvM8uBmW96uc0 { color:rgba(var(--color-primary-0),1);display:block;width:24.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15021;line-height:1.6;letter-spacing:0;top:2.90234375rem;left:2.875rem;height:2.79980625rem;text-align:left;text-align-last:left;display:block; }
#DfltuOgiZp4WSko3HH5cy1OJz7gQm0TO { background-color:#8b0000;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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.9375rem;height:2.75rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:20.9375rem;left:36.53125rem;display:block; }
#DlkHJdHqI1ND0diwbtO7RoOo1KCKOXL9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OrkyMNFHdp9Uvdokqm7bU3pfEZ6tNsFh { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:12.5rem;top:15.72265625rem;left:38.75rem;overflow:hidden;display:block; }
#kNNnmSGlMSPVOPqh8czxZlbTNiPomD8x { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(42,24,24,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; }#kNNnmSGlMSPVOPqh8czxZlbTNiPomD8x > .row .container { background-color: transparent; background-image: none; }#kNNnmSGlMSPVOPqh8czxZlbTNiPomD8x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kNNnmSGlMSPVOPqh8czxZlbTNiPomD8x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kNNnmSGlMSPVOPqh8czxZlbTNiPomD8x > .row .container > .video-iframe-container { display: none; }#kNNnmSGlMSPVOPqh8czxZlbTNiPomD8x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kNNnmSGlMSPVOPqh8czxZlbTNiPomD8x > .row > .video-iframe-container { display: none; }#kNNnmSGlMSPVOPqh8czxZlbTNiPomD8x > .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); }#kNNnmSGlMSPVOPqh8czxZlbTNiPomD8x > .row .container { border-width: 0; border-radius: 0; }#kNNnmSGlMSPVOPqh8czxZlbTNiPomD8x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kNNnmSGlMSPVOPqh8czxZlbTNiPomD8x > .row .container { font-size:0.875rem;font-family:arial;height:20.6875rem;width:60rem;position:relative;display:block; }#h0Ug60hdUU16J0QkGm3KhTvekMiyoZZH { position:absolute;display:block;z-index:15005;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:14rem;width:60rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#ZHOXVK7G5XFiN5CIUyqFrLr4afL0pLth { color:rgba(var(--color-primary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.6;letter-spacing:0;top:15.125rem;left:0rem;height:4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fTvwlGmBrrgPnkzbyCZF6dZI4vNNl5nq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fTvwlGmBrrgPnkzbyCZF6dZI4vNNl5nq > .row .container { background-color: transparent; background-image: none; }#fTvwlGmBrrgPnkzbyCZF6dZI4vNNl5nq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTvwlGmBrrgPnkzbyCZF6dZI4vNNl5nq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTvwlGmBrrgPnkzbyCZF6dZI4vNNl5nq > .row .container > .video-iframe-container { display: none; }#fTvwlGmBrrgPnkzbyCZF6dZI4vNNl5nq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTvwlGmBrrgPnkzbyCZF6dZI4vNNl5nq > .row > .video-iframe-container { display: none; }#fTvwlGmBrrgPnkzbyCZF6dZI4vNNl5nq > .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); }#fTvwlGmBrrgPnkzbyCZF6dZI4vNNl5nq > .row .container { border-width: 0; border-radius: 0; }#fTvwlGmBrrgPnkzbyCZF6dZI4vNNl5nq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fTvwlGmBrrgPnkzbyCZF6dZI4vNNl5nq > .row .container { font-size:0.875rem;font-family:arial;height:3.8125rem;width:60rem;position:relative;display:block; }#xNnfoP7KvUtIyvOXTBoCmWNr8PQDPWwf { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:1.41845703125rem;left:0rem;height:0.9746125rem;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) { #MHOXu0U16RlumK1aVld3RecfiOQVHAkE { display:block; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G13dw4N4pXGamq0Vdh36p5P3qJQOqnQH { top:47.4375rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6CAQTicH6cvA6UxgChRa35Jwfe1tvHs { width:2.125rem;height:2.125rem;top:51.0625rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPrZIXgJxTvt1M14KybV25Qgu4WZ4PZ6 { top:2.9375rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0JmWQWTi0tgC5R72k5CDJDvzppXrAVI { display:block; }#V0JmWQWTi0tgC5R72k5CDJDvzppXrAVI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yN1VmmeONnuR1UWXqm7cGgIbvfWMnzgW { top:0.75rem;left:0rem;width:47.75rem;height:10.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-regular-label { width:25.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-input-text { width:25.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-input-text {padding-top: 0; padding-bottom: 0;}#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-textarea { width:25.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-input-select { width:25.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-input-select {padding-top: 0; padding-bottom: 0;}#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-input-button { width:21.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-checkbox-label { width:24.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9  { width:25.3125rem;height:auto;top:13.125rem;left:19.9375rem; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .radio-container { width:25.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 {display:block;}#C6moGsn015SbFBd8OTycFZbJvAVplhV9 { width:25.3125rem;height:auto;top:13.125rem;left:19.9375rem; }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #rlETc07D0fniPbIi23bQ4IM5t2XT2yR9 {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #CuKUWc3Z6vRmnz130T1Qxl3iroxmSuRM { display:none; }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #p2uMfVyqDZwn0uSMHtyIEHXUDJo5DTVW {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #qDMmABiWvPF7sTasEdSU0lTEh5IoC3EA {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #NU2a1TyDTbdwRNZxeXHaFO2c0AgztkN3 { display:none; }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #J9ZEBMTW1GMxS3SzV5wIwfnEETPzFbfy {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #WJ8W4i7uSIGtXMrUpBmzgvfnHZ0dHWg2 {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #y9Tdsa85QShzPEHzJQ7pDsAKk8DQ1A0v { display:none; }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #uBf2HHdamFTwIb0IMouqEucD6do6d1bI {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #r9ImrKfNKWQIA9aTtBl3iMb7STNASzo2 {  }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 #r9ImrKfNKWQIA9aTtBl3iMb7STNASzo2 .container-column{width:50%;} }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #qJKKdrqTzQb9rgHxNHNCbDb32IegKr2X {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #dWTTeIdWFdMWenCXvoUrMlQ0pU35g4O4 {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #ocGVi8ee5qTMa1vWkAILkifeoaxgKRT9 {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #gXkxW4EeITyJ2ykgEcRaNu2vqZnDzE9a {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #puBiOKTUK5m59T7f0L7h7ui3sDbm6mTu {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #NetiVbfVsoVEMhgdPdxrdvuyXGs9T73T {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #unyIevUXdiQaowGTOb3OcR8AAu2EBiXw {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #uHc6uoSXR5X1zJDxN5wZZEzXX36AEmQK {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #c8F4oPiSe25pWo4J5z9vvqTISst4cvny {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #JlDfLUQZUHxhaZg7i893UGU32qVNM7pw {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #JHFuqNpvsTZsIJelwgTOCgKQ8dbGqxZf {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #TQqEEzzxJw5UX4PZsssI8BUBaAPSiG1u {  }
 }@media only screen and (max-width: 763px) { #xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA { display:block; }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q9Ff9ps1OeBHTxL2XxpVEbsSOkU36XlT { top:25.125rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHgmrUKAdpLSBrzb5yTnBJSqvGVyz4g0 { top:5.1875rem;left:0rem;width:24.4375rem;height:1.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUkEGI1Lc8Xy33caULDO5BE4Z5ulBDaE { top:8.3125rem;left:0rem;width:26.25rem;height:8.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTOgszekQv87F6zrOE2EmSrxzdCIJxRv { top:21.75rem;left:20.875rem;width:26.875rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyxaUTIH5P3UAsVcpBTJQnOHc1eERtar { top:30.5rem;left:0rem;width:27.6875rem;height:14.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PITPA6WTw36VXLaX51ionTqWqSbwGCaM { top:26.75rem;left:0rem;width:26.375rem;height:2.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4hwEC7P8bg4rbwNtRZefrHuPa3CiA8s { top:21.1875rem;left:27.3125rem;width:20.4375rem;height:30.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrsPGwTq2Nwx0f6aP7dVwyQosKn3KyDb { top:47.75rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoOXK9JcVXudHNiBTqGHctMQmkeVS3zW { display:block; }#EoOXK9JcVXudHNiBTqGHctMQmkeVS3zW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AkkaF5o2gZHD9gQoOfbE9Xo4o0H8yW3m { top:6.875rem;left:0rem;width:27.1875rem;height:17.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOCur1EFnafNByKJ6V2ns0VePFyE9oJS { top:1.6875rem;left:29.59375rem;width:12.4375rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rElqmLdOJQAFDT8Sd50DvM8uBmW96uc0 { top:2.875rem;left:0rem;width:24.625rem;height:2.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfltuOgiZp4WSko3HH5cy1OJz7gQm0TO { width:16.9375rem;height:2.75rem;top:20.9375rem;left:27.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlkHJdHqI1ND0diwbtO7RoOo1KCKOXL9 { display:block; }
 }@media only screen and (max-width: 763px) { #OrkyMNFHdp9Uvdokqm7bU3pfEZ6tNsFh { top:15.6875rem;left:29.5625rem;width:12.5rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNNnmSGlMSPVOPqh8czxZlbTNiPomD8x { display:block; }#kNNnmSGlMSPVOPqh8czxZlbTNiPomD8x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h0Ug60hdUU16J0QkGm3KhTvekMiyoZZH { top:0rem;left:0rem;width:47.75rem;height:11.141666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHOXVK7G5XFiN5CIUyqFrLr4afL0pLth { top:15.125rem;left:0rem;width:47.75rem;height:4rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTvwlGmBrrgPnkzbyCZF6dZI4vNNl5nq { display:block; }#fTvwlGmBrrgPnkzbyCZF6dZI4vNNl5nq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xNnfoP7KvUtIyvOXTBoCmWNr8PQDPWwf { top:1.375rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #MHOXu0U16RlumK1aVld3RecfiOQVHAkE { background-color:rgba(42,24,24,0.8);background-image:url("https://images.assets-landingi.com/uc/e19dede5-d9b0-41d9-a42d-b2395309a4fb/MagnumCaixaCartao101scaled.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE.adaptive-delivery-prevent-bg, #MHOXu0U16RlumK1aVld3RecfiOQVHAkE.lazyload, #MHOXu0U16RlumK1aVld3RecfiOQVHAkE.lazyloading { background-image: none; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row .container { background-color: transparent; background-image: none; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row .container > .video-iframe-container { display: none; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row > .video-iframe-container { display: none; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .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); }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row .container { border-width: 0; border-radius: 0; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row .container { width:20rem;height:31.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G13dw4N4pXGamq0Vdh36p5P3qJQOqnQH { width:20rem;height:2.69921875rem;top:26.55078125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #r6CAQTicH6cvA6UxgChRa35Jwfe1tvHs { width:2.125rem;height:2.125rem;top:29.25rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPrZIXgJxTvt1M14KybV25Qgu4WZ4PZ6 { width:20rem;height:3.5996125rem;top:0.3125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #V0JmWQWTi0tgC5R72k5CDJDvzppXrAVI { display:block; }#V0JmWQWTi0tgC5R72k5CDJDvzppXrAVI > .row .container { width:20rem;height:50.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yN1VmmeONnuR1UWXqm7cGgIbvfWMnzgW { width:19.0625rem;height:21.375rem;top:1.25rem;left:0.4375rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-input-text {padding-top: 0; padding-bottom: 0;}#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-input-select {padding-top: 0; padding-bottom: 0;}#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-input-button { width:14.875rem;margin-top:0.25rem;margin-right:1.3125rem;margin-bottom:0.25rem;margin-left:1.3125rem;height:4.5625rem; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9  { width:17.5rem;height:22.82425rem;top:23.875rem;left:0rem; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 {display:block;}#C6moGsn015SbFBd8OTycFZbJvAVplhV9 { width:17.5rem;height:22.82425rem;top:23.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #rlETc07D0fniPbIi23bQ4IM5t2XT2yR9 {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #CuKUWc3Z6vRmnz130T1Qxl3iroxmSuRM { display:none; }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #p2uMfVyqDZwn0uSMHtyIEHXUDJo5DTVW {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #qDMmABiWvPF7sTasEdSU0lTEh5IoC3EA {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #NU2a1TyDTbdwRNZxeXHaFO2c0AgztkN3 { display:none; }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #J9ZEBMTW1GMxS3SzV5wIwfnEETPzFbfy {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #WJ8W4i7uSIGtXMrUpBmzgvfnHZ0dHWg2 {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #y9Tdsa85QShzPEHzJQ7pDsAKk8DQ1A0v { display:none; }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #uBf2HHdamFTwIb0IMouqEucD6do6d1bI {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #r9ImrKfNKWQIA9aTtBl3iMb7STNASzo2 {  }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 #r9ImrKfNKWQIA9aTtBl3iMb7STNASzo2 .container-column{width:50%;} }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #qJKKdrqTzQb9rgHxNHNCbDb32IegKr2X {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #dWTTeIdWFdMWenCXvoUrMlQ0pU35g4O4 {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #ocGVi8ee5qTMa1vWkAILkifeoaxgKRT9 {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #gXkxW4EeITyJ2ykgEcRaNu2vqZnDzE9a {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #puBiOKTUK5m59T7f0L7h7ui3sDbm6mTu {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #NetiVbfVsoVEMhgdPdxrdvuyXGs9T73T {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #unyIevUXdiQaowGTOb3OcR8AAu2EBiXw {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #uHc6uoSXR5X1zJDxN5wZZEzXX36AEmQK {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #c8F4oPiSe25pWo4J5z9vvqTISst4cvny {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #JlDfLUQZUHxhaZg7i893UGU32qVNM7pw {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #JHFuqNpvsTZsIJelwgTOCgKQ8dbGqxZf {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #TQqEEzzxJw5UX4PZsssI8BUBaAPSiG1u {  }
 }@media only screen and (max-width: 763px) { #xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA { background-color:rgba(42,24,24,0.8);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row .container { background-color: transparent; background-image: none; }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row .container > .video-iframe-container { display: none; }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row > .video-iframe-container { display: none; }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .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); }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row .container { border-width: 0; border-radius: 0; }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row .container { width:20rem;height:67.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q9Ff9ps1OeBHTxL2XxpVEbsSOkU36XlT { width:20rem;height:0.125rem;top:20.397925rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHgmrUKAdpLSBrzb5yTnBJSqvGVyz4g0 { width:18rem;height:1.79980625rem;top:1.25rem;left:1rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #SUkEGI1Lc8Xy33caULDO5BE4Z5ulBDaE { width:20rem;height:10.7988125rem;top:4.29980625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #nTOgszekQv87F6zrOE2EmSrxzdCIJxRv { width:20rem;height:2.79980625rem;top:16.34811875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #uyxaUTIH5P3UAsVcpBTJQnOHc1eERtar { width:17.375rem;height:25.6465rem;top:40.859375rem;left:1.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PITPA6WTw36VXLaX51ionTqWqSbwGCaM { width:20rem;height:2.3999rem;top:21.772925rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O4hwEC7P8bg4rbwNtRZefrHuPa3CiA8s { width:16.4375rem;height:24.625rem;top:20.3974609375rem;left:1.78125rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #yrsPGwTq2Nwx0f6aP7dVwyQosKn3KyDb { width:20rem;height:0.125rem;top:67.31787109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoOXK9JcVXudHNiBTqGHctMQmkeVS3zW { display:block; }#EoOXK9JcVXudHNiBTqGHctMQmkeVS3zW > .row .container { width:20rem;height:56.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AkkaF5o2gZHD9gQoOfbE9Xo4o0H8yW3m { width:18.0625rem;height:25.1973125rem;top:4.8994125rem;left:0.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kOCur1EFnafNByKJ6V2ns0VePFyE9oJS { width:12.5rem;height:14.1875rem;top:36.4091625rem;left:3.75rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #rElqmLdOJQAFDT8Sd50DvM8uBmW96uc0 { width:20rem;height:2.3999rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DfltuOgiZp4WSko3HH5cy1OJz7gQm0TO { width:14.75rem;height:3.4375rem;top:51.8466625rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlkHJdHqI1ND0diwbtO7RoOo1KCKOXL9 { display:block; }
 }@media only screen and (max-width: 763px) { #OrkyMNFHdp9Uvdokqm7bU3pfEZ6tNsFh { width:12.5rem;height:3.8125rem;top:31.3466625rem;left:3.75rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #kNNnmSGlMSPVOPqh8czxZlbTNiPomD8x { display:block; }#kNNnmSGlMSPVOPqh8czxZlbTNiPomD8x > .row .container { width:20rem;height:16.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h0Ug60hdUU16J0QkGm3KhTvekMiyoZZH { width:20rem;height:4.66650625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHOXVK7G5XFiN5CIUyqFrLr4afL0pLth { width:20rem;height:8rem;top:7.16650625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fTvwlGmBrrgPnkzbyCZF6dZI4vNNl5nq { display:block; }#fTvwlGmBrrgPnkzbyCZF6dZI4vNNl5nq > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xNnfoP7KvUtIyvOXTBoCmWNr8PQDPWwf { width:20rem;height:0.9746125rem;top:1.25rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }