.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:1,47,109;--color-primary-1:6,51,104;--color-primary-2:7,50,88;--color-primary-3:4,34,70;--color-primary-4:5,23,54;--color-secondary-0:252,220,210;--color-secondary-1:247,151,120;--color-secondary-2:241,82,30;--color-secondary-3:250,130,21;--color-secondary-4:48,16,6;--color-tertiary-0:255,255,255;--color-tertiary-1:249,249,249;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Barlow";--paragraphs-font-family:"Barlow"; }@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;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#L2ofm8Dc1iT9sW47JStoD7pMMhkFRktQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#L2ofm8Dc1iT9sW47JStoD7pMMhkFRktQ > .row .container { background-color: transparent; background-image: none; }#L2ofm8Dc1iT9sW47JStoD7pMMhkFRktQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L2ofm8Dc1iT9sW47JStoD7pMMhkFRktQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L2ofm8Dc1iT9sW47JStoD7pMMhkFRktQ > .row .container > .video-iframe-container { display: none; }#L2ofm8Dc1iT9sW47JStoD7pMMhkFRktQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L2ofm8Dc1iT9sW47JStoD7pMMhkFRktQ > .row > .video-iframe-container { display: none; }#L2ofm8Dc1iT9sW47JStoD7pMMhkFRktQ > .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); }#L2ofm8Dc1iT9sW47JStoD7pMMhkFRktQ > .row .container { border-width: 0; border-radius: 0; }#L2ofm8Dc1iT9sW47JStoD7pMMhkFRktQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L2ofm8Dc1iT9sW47JStoD7pMMhkFRktQ > .row .container { font-size:0.875rem;font-family:arial;height:6.625rem;width:60rem;position:relative;display:block; }#TmBK16q8z4ZJDf6IKvvnIco6l8UyMoGK { color:rgba(var(--color-primary-4),1);display:block;width:12.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15016;line-height:1.1;letter-spacing:0;top:1.6640625rem;left:47.3125rem;height:1.7871125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#NMg2eEg1OS7IUQo3m0LlXiuHnXoLIeLZ { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:8.5rem;top:1.3125rem;left:0rem;overflow:hidden;display:block; }
#hZyBBqGMbdeocv0vTIxDWPRcZ0Wbg2O7 { background-color:rgba(0,0,0,0);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.125rem solid rgba(var(--color-primary-4),1);border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:2.0625rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:2.3125rem;left:15.5rem;display:block; }
#yEDiAxxiSDiJerqgyzTHgSTiIEHR5nt8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TqSPuAQJcfHwIlXGTz7ByTJRVkiCrmhH { background-color:rgba(0,0,0,0);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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:2.0625rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:2.3125rem;left:29rem;display:block; }
#OvSm5UhVyRnOLbshFmc47G9QI4tWOoem { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zciURZbB5vQf0P66QVEaUEazNaRzdqme { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#154572;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.125rem;height:1.125rem;text-decoration:none;z-index:15009;text-align:right;text-align-last:right;top:4.03125rem;left:52.875rem;display:block; }
#I5gDCKK5rBTWTR5VSoKGf68eQRztm3Gy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tiqVbtlg9dR7iq1yVz2aQTGWscxRb7gX { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;top:4.03125rem;left:52.375rem; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/bfa06bd1-d717-4079-a296-52b350a8bc50/32066d0ccapabrasilaco.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:39.8125rem;width:60rem;overflow:visible;position:relative;display:block; }#y0atTPK6xnNBgGDTt9hXP9Kgv6zbpnN6 { box-sizing:content-box;height:30.875rem;width:24.0625rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #2165a5, rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(180deg, #2165a5, rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(180deg, #2165a5, rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(180deg, #2165a5, rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2165a5', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2165a5', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(180deg, #2165a5, rgba(var(--color-tertiary-4),1));background-size:auto !important;top:7.625rem;left:35.9375rem;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;display:block; }
#wZ66n9DNRr5nps7QfC42X4CpuDhfnLQJ { color:rgba(var(--color-tertiary-0),1);display:block;width:21.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:9.6875rem;left:37.375rem;height:4.38574375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Vw3tXSeDvl798mQwPGrAT1nS7TAn1TsT { color:rgba(var(--color-tertiary-1),1);display:block;width:35.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:14.875rem;left:0rem;height:6.75rem;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;display:block; }
#VRwJl3GihV9pOIizV3IoVzSSwARlShFz .widget-form-header {  }
#VRwJl3GihV9pOIizV3IoVzSSwARlShFz .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:20.9375rem;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;text-align:left;text-align-last:left;vertical-align:top; }
#VRwJl3GihV9pOIizV3IoVzSSwARlShFz .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.9375rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#VRwJl3GihV9pOIizV3IoVzSSwARlShFz .widget-input-text {padding-top: 0; padding-bottom: 0;}#VRwJl3GihV9pOIizV3IoVzSSwARlShFz .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.9375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#VRwJl3GihV9pOIizV3IoVzSSwARlShFz .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:20.9375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#VRwJl3GihV9pOIizV3IoVzSSwARlShFz .widget-input-select {padding-top: 0; padding-bottom: 0;}#VRwJl3GihV9pOIizV3IoVzSSwARlShFz .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; }
#VRwJl3GihV9pOIizV3IoVzSSwARlShFz .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#VRwJl3GihV9pOIizV3IoVzSSwARlShFz .widget-input-button { border-top-left-radius:2.375rem;border-top-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-bottom-right-radius:2.375rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-2),1));background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:700;color:rgba(var(--color-tertiary-0),1);width:20.9375rem;height:3.4375rem;font-family:poppins;overflow:hidden;font-style:normal; }
#VRwJl3GihV9pOIizV3IoVzSSwARlShFz [class*="-text"]:-moz-placeholder { color:#616161;font-family:"open sans";font-size:0.875rem; }
#VRwJl3GihV9pOIizV3IoVzSSwARlShFz [class*="-text"]::-moz-placeholder { color:#616161;font-family:"open sans";font-size:0.875rem; }
#VRwJl3GihV9pOIizV3IoVzSSwARlShFz [class*="-text"]:-ms-input-placeholder { color:#616161;font-family:"open sans";font-size:0.875rem; }
#VRwJl3GihV9pOIizV3IoVzSSwARlShFz [class*="-text"]::-webkit-input-placeholder { color:#616161;font-family:"open sans";font-size:0.875rem; }
#VRwJl3GihV9pOIizV3IoVzSSwARlShFz .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:19.5625rem;overflow:hidden;font-style:normal;float:none; }
#VRwJl3GihV9pOIizV3IoVzSSwARlShFz .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; }
#VRwJl3GihV9pOIizV3IoVzSSwARlShFz .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; }
#VRwJl3GihV9pOIizV3IoVzSSwARlShFz .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#VRwJl3GihV9pOIizV3IoVzSSwARlShFz .widget-container:first-of-type{padding-top:0;}#VRwJl3GihV9pOIizV3IoVzSSwARlShFz .widget-container:last-of-type{padding-bottom:0;}#VRwJl3GihV9pOIizV3IoVzSSwARlShFz  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15024;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:14rem;left:36.25rem; }
#VRwJl3GihV9pOIizV3IoVzSSwARlShFz .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.9375rem;display:block;vertical-align:top; }
#VRwJl3GihV9pOIizV3IoVzSSwARlShFz .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; }
#VRwJl3GihV9pOIizV3IoVzSSwARlShFz {display:block;}#VRwJl3GihV9pOIizV3IoVzSSwARlShFz { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15024;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:14rem;left:36.25rem; }
#VRwJl3GihV9pOIizV3IoVzSSwARlShFz #QronscJDuFUPf4xNrOwSLqFfh4N8yKOT { position:relative; }
#VRwJl3GihV9pOIizV3IoVzSSwARlShFz #ruNP5KSvGlEPxdlB5iTEaOsyZl8TA7P4 { position:relative;display:none; }
#VRwJl3GihV9pOIizV3IoVzSSwARlShFz #E65x4yhphw5ECbE6sBb1UIDRBZOAbwIG { position:relative; }
#VRwJl3GihV9pOIizV3IoVzSSwARlShFz #cuSrlQ7HeaKgZHnkADi1BvDKy8Sh7zqh { position:relative; }
#VRwJl3GihV9pOIizV3IoVzSSwARlShFz #xPCMAohx2DDPvScE2RTMi8Mb34rK8xp3 { position:relative;display:none; }
#VRwJl3GihV9pOIizV3IoVzSSwARlShFz #gWPakLx4g8Oqcs1A8PCGHEWpqpIFzQw0 { position:relative; }
#VRwJl3GihV9pOIizV3IoVzSSwARlShFz #rOgDCksliWw1izBQ3GDnuTFLqKfXa0Ww { position:relative; }
#VRwJl3GihV9pOIizV3IoVzSSwARlShFz #ntTIgKRAzLKTFylpc4qX9vXWUZirScMR { position:relative;display:none; }
#VRwJl3GihV9pOIizV3IoVzSSwARlShFz #DhkRJIIkTrtqZe25eWJnMfiI0TNt77b9 { position:relative; }
#VRwJl3GihV9pOIizV3IoVzSSwARlShFz #LI2m1pFsKchhxDJHx9WUieRGlBu7JtV4 { position:relative; }
#VRwJl3GihV9pOIizV3IoVzSSwARlShFz #ngye6lSm5QDKflA5XPg4bf71E90RF8pO { position:relative;display:none; }
#VRwJl3GihV9pOIizV3IoVzSSwARlShFz #rgBGtDAheIoJECw4N8wMPlI67iBuQE0D { position:relative; }
#VRwJl3GihV9pOIizV3IoVzSSwARlShFz #n42fQxBFIQ38Z3tsDM4PHMXKW5CgITFR { position:relative; }
#VRwJl3GihV9pOIizV3IoVzSSwARlShFz #zT8qQ35QF11OHF31N94NpmaNwmBBcSNG { position:relative;display:none; }
#VRwJl3GihV9pOIizV3IoVzSSwARlShFz #bTtnHzA5TSIAyM6ni0Dr7xIMPnDI5iZ0 { position:relative; }
#VRwJl3GihV9pOIizV3IoVzSSwARlShFz #wVz0U8eVMNAEV9DGcyWt7rvtM36huqzM { position:relative; }
#VRwJl3GihV9pOIizV3IoVzSSwARlShFz #wCovS8B1cpd9Z96h84nyKCvMbSwchyOl { position:relative; }
#HmpxEPyMnp1k0a5yEXM5SpsaWasAscue { color:rgba(var(--color-tertiary-0),1);display:block;width:26.75rem;position:absolute;font-family:"barlow condensed";font-size:1.375rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:22.375rem;left:0rem;height:1.7871125rem;display:block; }
#hhOC9TnHvx77FOv33louT58QbQ3ZCluM { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:25.25rem;left:0rem; }
#lyapbVxgxzfU4q7dV2TQX9df6TtBTdp6 { color:#009cff;display:block;width:29.375rem;position:absolute;font-family:"barlow condensed";font-size:1.125rem;font-weight:400;z-index:15007;line-height:2;letter-spacing:0;top:24.75rem;left:1.9375rem;height:4.5rem;text-align:justify;text-align-last:initial;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;display:block; }
#IWECfRxWKlseUJSbCbqW9ZkEuWXBRdAt { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:27.4375rem;left:0rem; }
#ElOTFsHDEd5CZ362o1bPBSr3HQJCzkBf { position:absolute;display:block;z-index:15032;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.3125rem;width:3.3125rem;top:30rem;left:0rem;overflow:hidden;display:block; }
#sK8uSPdix3haTwIPlrT5BeKdR4FKOClM { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:4.9375rem;top:30.1875rem;left:4.0625rem;overflow:hidden;display:block; }
#XS1wVRDWkSX2yH9pDCl32a7Dohgm9S9T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),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; }#XS1wVRDWkSX2yH9pDCl32a7Dohgm9S9T > .row .container { background-color: transparent; background-image: none; }#XS1wVRDWkSX2yH9pDCl32a7Dohgm9S9T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XS1wVRDWkSX2yH9pDCl32a7Dohgm9S9T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XS1wVRDWkSX2yH9pDCl32a7Dohgm9S9T > .row .container > .video-iframe-container { display: none; }#XS1wVRDWkSX2yH9pDCl32a7Dohgm9S9T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XS1wVRDWkSX2yH9pDCl32a7Dohgm9S9T > .row > .video-iframe-container { display: none; }#XS1wVRDWkSX2yH9pDCl32a7Dohgm9S9T > .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); }#XS1wVRDWkSX2yH9pDCl32a7Dohgm9S9T > .row .container { border-width: 0; border-radius: 0; }#XS1wVRDWkSX2yH9pDCl32a7Dohgm9S9T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XS1wVRDWkSX2yH9pDCl32a7Dohgm9S9T > .row .container { font-size:0.875rem;font-family:arial;height:34.375rem;width:60rem;position:relative;display:block; }#JqNhvosCcAwINQvGGBxQaBKhEz0BSDXg { color:rgba(var(--color-primary-4),1);display:block;width:31.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:3.7109375rem;left:14.25rem;height:2.75rem;text-align:center;text-align-last:center;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;display:block; }
#Id0LBl1QGG7bEt7Rtxntc2typTTOE5nR { color:rgba(var(--color-tertiary-4),1);display:block;width:24.5rem;position:absolute;font-family:"barlow condensed";font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:12.375rem;left:7.25rem;height:10.125rem;text-align:left;text-align-last:left;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;display:block; }
#x46ghcq3KIlbSuVcEWZLXmTXSZmHvz9f { position:absolute;display:block;z-index:15006;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:19.375rem;width:19.375rem;top:9.15625rem;left:35.9375rem;overflow:hidden;display:block; }
#qk0RKkNx3Oaub9fIiHbQtdh7Hx7awZaq { color:rgba(var(--color-primary-4),1);display:block;width:28.375rem;position:absolute;font-family:"barlow condensed";font-size:1.25rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:6.3984375rem;left:15.8125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#RkZf3SuvKlgZh9TfEHJZDag7MJV1XuIk { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:12.6875rem;left:4.125rem; }
#NqqIxRqi1PoFHWF1HnoVubJR8sS6Z6hi { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:19.1875rem;left:4.125rem; }
#GRHv7aeb7WeeNkNpBTuXcUhIZXVKBV6g { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.375rem;border-top-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-bottom-right-radius:2.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.375rem;height:3.4375rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:25.15625rem;left:4.125rem;display:block; }
#UItUaSUuhioHH6LrnLxV536mD8Mx46wi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eIU35U5P7vl0MMtVlh2rMr5Hc6Bh8LiL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eIU35U5P7vl0MMtVlh2rMr5Hc6Bh8LiL > .row .container { background-color: transparent; background-image: none; }#eIU35U5P7vl0MMtVlh2rMr5Hc6Bh8LiL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eIU35U5P7vl0MMtVlh2rMr5Hc6Bh8LiL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eIU35U5P7vl0MMtVlh2rMr5Hc6Bh8LiL > .row .container > .video-iframe-container { display: none; }#eIU35U5P7vl0MMtVlh2rMr5Hc6Bh8LiL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eIU35U5P7vl0MMtVlh2rMr5Hc6Bh8LiL > .row > .video-iframe-container { display: none; }#eIU35U5P7vl0MMtVlh2rMr5Hc6Bh8LiL > .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); }#eIU35U5P7vl0MMtVlh2rMr5Hc6Bh8LiL > .row .container { border-width: 0; border-radius: 0; }#eIU35U5P7vl0MMtVlh2rMr5Hc6Bh8LiL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eIU35U5P7vl0MMtVlh2rMr5Hc6Bh8LiL > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:60rem;position:relative;display:block; }#wZ2OMyOefVecivF6PRJkJTt9yZCuXr4O { color:rgba(var(--color-tertiary-0),1);display:block;width:26.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:7.375rem;left:30.125rem;height:2.75rem;text-align:left;text-align-last:left;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;display:block; }
#utgUnqDrRdRJi9Vi83fW0Fxo3tHWgTzm { color:rgba(var(--color-tertiary-0),1);display:block;width:10.5625rem;position:absolute;font-family:"barlow condensed";font-size:1.25rem;font-weight:400;z-index:15004;line-height:2;letter-spacing:0;top:11.5rem;left:31.875rem;height:7.5rem;text-align:left;text-align-last:left;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;display:block; }
#TsCEEVZ9bXRgBhvuQi9rLVzx3NId3B9X { position:absolute;display:block;z-index:15006;border-top:0.5rem solid rgba(var(--color-tertiary-0),1);border-left:0.5rem solid rgba(var(--color-tertiary-0),1);border-right:0.5rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.5rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:21.25rem;border-top-right-radius:21.25rem;border-bottom-left-radius:21.25rem;border-bottom-right-radius:21.25rem;box-shadow: none;height:23.3125rem;width:23.3125rem;top:3.46875rem;left:0rem;overflow:hidden;display:block; }
#LdQ5GtsvnvXOq5rtcsAAbLzTaeWB0yqz { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:12.1875rem;left:30.125rem; }
#n70oP9SAJnvdTh8gd2QVGIe3nV0vr2au { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.375rem;border-top-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-bottom-right-radius:2.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.375rem;height:3.4375rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:20.5rem;left:30.125rem;display:block; }
#tVkq3Xpkmb82xMQPObQyvmRNwCAC0TrJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r2plGxb8bcG2FeDeoC2CCWZp3HQALKQc { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:14.625rem;left:30.125rem; }
#G1CIS5kt44Pf1Igsx7XoWqUr1LSUdGNJ { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:17.0625rem;left:30.125rem; }
#TJXTLeh6Sanh03Es3O173gyZKkwcTHtm { color:rgba(var(--color-tertiary-0),1);display:block;width:10.5625rem;position:absolute;font-family:"barlow condensed";font-size:1.25rem;font-weight:400;z-index:15005;line-height:2;letter-spacing:0;top:11.5rem;left:43.0625rem;height:7.5rem;text-align:left;text-align-last:left;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;display:block; }
#Us4hTHVaUiVD4BE7SbmxlyhXh2DSOv0f { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:14.625rem;left:41.375rem; }
#Brh55L1m8QkTtZeloncCoJpfXGB4usHd { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:12.1875rem;left:41.375rem; }
#vBJCh2ve4UErv1E4J8bHPzLdEZn0bctG { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:17.0625rem;left:41.375rem; }
#ZTR32Ib6IK5zKQk8Su3Tt688BKLzx2u8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),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; }#ZTR32Ib6IK5zKQk8Su3Tt688BKLzx2u8 > .row .container { background-color: transparent; background-image: none; }#ZTR32Ib6IK5zKQk8Su3Tt688BKLzx2u8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTR32Ib6IK5zKQk8Su3Tt688BKLzx2u8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTR32Ib6IK5zKQk8Su3Tt688BKLzx2u8 > .row .container > .video-iframe-container { display: none; }#ZTR32Ib6IK5zKQk8Su3Tt688BKLzx2u8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTR32Ib6IK5zKQk8Su3Tt688BKLzx2u8 > .row > .video-iframe-container { display: none; }#ZTR32Ib6IK5zKQk8Su3Tt688BKLzx2u8 > .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); }#ZTR32Ib6IK5zKQk8Su3Tt688BKLzx2u8 > .row .container { border-width: 0; border-radius: 0; }#ZTR32Ib6IK5zKQk8Su3Tt688BKLzx2u8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZTR32Ib6IK5zKQk8Su3Tt688BKLzx2u8 > .row .container { font-size:0.875rem;font-family:arial;height:62.5rem;width:60rem;position:relative;display:block; }#ufMJNKeLDNok3el5swRVdcU02sz39GiP { position:absolute;display:block;z-index:15006;border-top:0.5rem solid #154572;border-left:0.5rem solid #154572;border-right:0.5rem solid #154572;border-bottom:0.5rem solid #154572;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:20.8125rem;width:20.8125rem;top:5rem;left:34.875rem;overflow:hidden;display:block; }
#PMS8oOgCm4yffRnakg8WB0ERdZOtvxXp { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.375rem;border-top-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-bottom-right-radius:2.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.125rem;height:3.4375rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:55.125rem;left:16.9375rem;display:block; }
#EZgXer65QiaVhTXVCiML9nlZMXitoaS5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TSxlU4shJ3DZToWTyRDsiiJT4u9kgXEx { color:rgba(var(--color-primary-4),1);display:block;width:33.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:5rem;left:3.1875rem;height:10.5rem;text-align:left;text-align-last:left;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;display:block; }
#ZI8sU8dJRhmTyNqRcfFKuSdhdhCd9L1p { color:rgba(var(--color-tertiary-4),1);display:block;width:28rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:16.625rem;left:2.96875rem;height:5.84765625rem;text-align:left;text-align-last:left;display:block; }
#WP40yqE3vUubwyFesl79BBGiAMzLAoTM { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.375rem;border-top-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-bottom-right-radius:2.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"barlow condensed";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:16.375rem;height:2.6875rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:24.1875rem;left:2.96875rem;display:block; }
#O87E7XV55QrqJmC3nJdEKcsryTbaE06a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MBmM8cRlcgntdHBBgHQ7kIZU9aavBttx { box-sizing:content-box;height:11.25rem;width:12.5rem;position:absolute;display:block;z-index:15034;background-color:#ededed;background-image:none;top:30.25rem;left:3.125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#P5lMtKS9sd2G1ROGZfrwys45mfeC7Vpw { color:rgba(var(--color-primary-0),1);display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:31.75rem;left:4rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XmeCGR3DqprdF9tdmIe5toMrRBvbZc3V { color:#2e2e2e;display:block;width:9.0625rem;position:absolute;font-family:"barlow condensed";font-size:0.9375rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:34.8125rem;left:4.8125rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GAK6p0auT7v04zV3AFEUPgoQtBkxO7av { box-sizing:content-box;height:11.25rem;width:12.5rem;position:absolute;display:block;z-index:15037;background-color:#ededed;background-image:none;top:30.25rem;left:16.875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#U1lZTfmOXZ2hrKd3bfJGgQtBhdIK8cQu { color:rgba(var(--color-primary-0),1);display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:31.75rem;left:17.75rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fJ4t2DOktKBQpItuR8Ka0mwa93G9v441 { color:#2e2e2e;display:block;width:9.0625rem;position:absolute;font-family:"barlow condensed";font-size:0.9375rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:34.8125rem;left:18.5625rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H9HpOBizlSD3mGhGIRTCcTJJmd8uTTFQ { box-sizing:content-box;height:11.25rem;width:12.5rem;position:absolute;display:block;z-index:15040;background-color:#ededed;background-image:none;top:30.3125rem;left:30.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#giN7FWPDzJ5QhJdHDMdxircq0XsB2fu3 { color:rgba(var(--color-primary-0),1);display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:31.8125rem;left:31.5rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iAHdvTmu05Aaf7nLf8wbgVmePPlmrwW2 { color:#2e2e2e;display:block;width:7.6875rem;position:absolute;font-family:"barlow condensed";font-size:0.9375rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:34.8125rem;left:33.0625rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wEt4sQRUiRbsLMT6nI6zQqRXuS6U0OTx { box-sizing:content-box;height:11.25rem;width:12.5rem;position:absolute;display:block;z-index:15043;background-color:#ededed;background-image:none;top:30.3125rem;left:44.375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#ubqAZlKeqkQU357Pbm6uPdtA3PIVgJ2D { color:rgba(var(--color-primary-0),1);display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:31.8125rem;left:45.25rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A3Grg1OZHGV8wTuvrcB8TbP60qt1xpcf { color:#2e2e2e;display:block;width:9rem;position:absolute;font-family:"barlow condensed";font-size:0.9375rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:34.8125rem;left:46.125rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MI9JpC3ntrpHalU3p5rXn04C09GQDTzX { box-sizing:content-box;height:11.25rem;width:12.5rem;position:absolute;display:block;z-index:15046;background-color:#ededed;background-image:none;top:42.75rem;left:10rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#wTXuzRRuhUaBNRP39dbtffKbr1CnesTT { color:#2e2e2e;display:block;width:7.875rem;position:absolute;font-family:"barlow condensed";font-size:0.9375rem;font-weight:400;z-index:15048;line-height:1.3;letter-spacing:0;top:47.3125rem;left:12.3125rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tz6zdRO3f7mDiBBO5JyJVhGlG3qk7bXu { box-sizing:content-box;height:11.25rem;width:12.5rem;position:absolute;display:block;z-index:15049;background-color:#ededed;background-image:none;top:42.8125rem;left:23.75rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#Td5pqrgTLUT4y2Cqxc60aWHNOG5tNNro { color:rgba(var(--color-primary-0),1);display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:44.25rem;left:10.875rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dmazaUvT34Sq1NirrdLdqzU2iXl3STZ3 { color:rgba(var(--color-primary-0),1);display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:44.3125rem;left:24.625rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yNxrfnipKNA8dtWkTRrozgB4plXTJISq { color:#2e2e2e;display:block;width:8.9375rem;position:absolute;font-family:"barlow condensed";font-size:0.9375rem;font-weight:400;z-index:15051;line-height:1.3;letter-spacing:0;top:47.3125rem;left:25.5625rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L3DnsA0OkKnAhWJTRez0gCxgk3fHuZrh { box-sizing:content-box;height:11.25rem;width:12.5rem;position:absolute;display:block;z-index:15052;background-color:#ededed;background-image:none;top:42.8125rem;left:37.5rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#c2QCIQmrbxC8V28yC1RTnCyBOtgEaGTg { color:rgba(var(--color-primary-0),1);display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:44.875rem;left:38.625rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EHEbzN8bVkVDPdRmJ7t0g9Ur8y99nMs1 { color:#2e2e2e;display:block;width:7.25rem;position:absolute;font-family:"barlow condensed";font-size:0.9375rem;font-weight:400;z-index:15054;line-height:1.3;letter-spacing:0;top:47.3125rem;left:40.125rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lTcDB2yM4Ey84xKIEFiwyeUlAwc4IdpA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),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; }#lTcDB2yM4Ey84xKIEFiwyeUlAwc4IdpA > .row .container { background-color: transparent; background-image: none; }#lTcDB2yM4Ey84xKIEFiwyeUlAwc4IdpA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTcDB2yM4Ey84xKIEFiwyeUlAwc4IdpA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTcDB2yM4Ey84xKIEFiwyeUlAwc4IdpA > .row .container > .video-iframe-container { display: none; }#lTcDB2yM4Ey84xKIEFiwyeUlAwc4IdpA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTcDB2yM4Ey84xKIEFiwyeUlAwc4IdpA > .row > .video-iframe-container { display: none; }#lTcDB2yM4Ey84xKIEFiwyeUlAwc4IdpA > .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); }#lTcDB2yM4Ey84xKIEFiwyeUlAwc4IdpA > .row .container { border-width: 0; border-radius: 0; }#lTcDB2yM4Ey84xKIEFiwyeUlAwc4IdpA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lTcDB2yM4Ey84xKIEFiwyeUlAwc4IdpA > .row .container { font-size:0.875rem;font-family:arial;height:28.125rem;width:60rem;position:relative;display:block; }#l3xyLasIqzSafuMPwJEeoiqLZRD3gnBy { color:rgba(var(--color-tertiary-0),1);display:block;width:26.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:3.875rem;left:16.84375rem;height:2.40625rem;text-align:center;text-align-last:center;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;display:block; }
#ZTzBNxTbMsHkahynKg184AAso1KAPvbc { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.375rem;border-top-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-bottom-right-radius:2.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.375rem;height:3.4375rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:21.6875rem;left:19.8125rem;display:block; }
#fV173cx8DfPCmU9w5UvtOSF4sHf66C0E { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bWG5Id9HTghMA26ILuFtEBmROdwQ94ga { position:absolute;display:block;z-index:15030;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.75rem;width:3.75rem;top:9.71875rem;left:51.84375rem;overflow:hidden;display:block; }
#Gaz9F9TPswMRCotuVQNS6wASPVJLJcQ3 { position:absolute;display:block;z-index:15031;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.625rem;width:3.625rem;top:9.78125rem;left:40.1875rem;overflow:hidden;display:block; }
#WQN4BT5ZF6w3rB4MuAr4Gb2Q66oqmhoM { position:absolute;display:block;z-index:15032;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.5625rem;width:3.5625rem;top:9.8125rem;left:4.625rem;overflow:hidden;display:block; }
#tuer2T6OqddFHU8seVbOrUOoVil4Wiid { position:absolute;display:block;z-index:15033;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.75rem;width:3.75rem;top:9.6875rem;left:16.5625rem;overflow:hidden;display:block; }
#dUQcI46fX9MnxhUna7ZWUIlL2tKWRxLF { position:absolute;display:block;z-index:15034;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.25rem;width:4.75rem;top:9.96875rem;left:27.625rem;overflow:hidden;display:block; }
#R22bVZF74wzKcSrSfJihLTwqTa2NP1K6 { color:rgba(var(--color-tertiary-0),1);display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:15.0625rem;left:2.5625rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sad1BK8G8Jb1gs4QB8Obldqbz3mxTLvq { color:rgba(var(--color-tertiary-0),1);display:block;width:8.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:15.0625rem;left:14.25rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#a40Qh9BHZiCVbSwqK7eLyoc7IeQtyDNd { color:rgba(var(--color-tertiary-0),1);display:block;width:7.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:15.0625rem;left:26.0625rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GVWckrfzy97aJLtPonB2nDfaT2C8KiWq { color:rgba(var(--color-tertiary-0),1);display:block;width:7.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:15.0625rem;left:38.03125rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sxigPOTFe1ctCDkkd0agrcCzlWTpB4Zf { color:rgba(var(--color-tertiary-0),1);display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:15.0625rem;left:49.15625rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PsyTi6b5nsJ1U85cQIvSFMNPgl3vG38R { box-sizing:content-box;height:12.5rem;width:11.25rem;position:absolute;display:block;z-index:15002;background-color:#00367f;background-image:none;top:8.1875rem;left:0.8125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#m3nJUvbQhHpp8T5dse9MMGTdruRpFQ7G { box-sizing:content-box;height:12.5rem;width:11.25rem;position:absolute;display:block;z-index:15003;background-color:#00367f;background-image:none;top:8.1875rem;left:12.5625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#GyJy29GZJBQWQPDbVm5g1Hr9fmyWpLsy { box-sizing:content-box;height:12.5rem;width:11.25rem;position:absolute;display:block;z-index:15004;background-color:#00367f;background-image:none;top:8.1875rem;left:24.375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#WtmWmPygv8lvQh6UuID7hGalMnmB4pFU { box-sizing:content-box;height:12.5rem;width:11.25rem;position:absolute;display:block;z-index:15005;background-color:#00367f;background-image:none;top:8.1875rem;left:36.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#bzX2GbchTGxNac8lDIn14MriqWmr1mDu { box-sizing:content-box;height:12.5rem;width:11.25rem;position:absolute;display:block;z-index:15006;background-color:#00367f;background-image:none;top:8.1875rem;left:48.0625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#r6LRt5vkZ8UXcxqDU0X8mRz6TGqlHg4e { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),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; }#r6LRt5vkZ8UXcxqDU0X8mRz6TGqlHg4e > .row .container { background-color: transparent; background-image: none; }#r6LRt5vkZ8UXcxqDU0X8mRz6TGqlHg4e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r6LRt5vkZ8UXcxqDU0X8mRz6TGqlHg4e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r6LRt5vkZ8UXcxqDU0X8mRz6TGqlHg4e > .row .container > .video-iframe-container { display: none; }#r6LRt5vkZ8UXcxqDU0X8mRz6TGqlHg4e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r6LRt5vkZ8UXcxqDU0X8mRz6TGqlHg4e > .row > .video-iframe-container { display: none; }#r6LRt5vkZ8UXcxqDU0X8mRz6TGqlHg4e > .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); }#r6LRt5vkZ8UXcxqDU0X8mRz6TGqlHg4e > .row .container { border-width: 0; border-radius: 0; }#r6LRt5vkZ8UXcxqDU0X8mRz6TGqlHg4e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r6LRt5vkZ8UXcxqDU0X8mRz6TGqlHg4e > .row .container { font-size:0.875rem;font-family:arial;height:34.375rem;width:60rem;position:relative;display:block; }#E593tDKkcB1wvLmKJZ69SGLvphVG6vDf { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.375rem;border-top-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-bottom-right-radius:2.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.125rem;height:3.4375rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:27.75rem;left:16.9375rem;display:block; }
#nDERgSfVeXPC4TJJpluXhRRqiSdxyMTs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BXyApNSzJD25a7wdfe7IBuMGID023WzQ { color:rgba(var(--color-primary-4),1);display:block;width:37.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:4.5625rem;left:0rem;height:2.75rem;text-align:left;text-align-last:left;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;display:block; }
#UmISy9wZAIRfNZI4Pz3Cf6X7hv1UsI9D { color:rgba(var(--color-tertiary-4),1);display:block;width:18.375rem;position:absolute;font-family:"barlow condensed";font-size:1.125rem;font-weight:normal;z-index:15033;line-height:1.4;letter-spacing:0;top:8.5263671875rem;left:0rem;height:17.31640625rem;text-align:left;text-align-last:left;display:block; }
#UizfRynMJnHGtiCcdfBzEG2FScoKLLt4 { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:21.125rem;width:38.125rem;top:4.5625rem;left:21.654149839494rem;display:block; }
#xT559GJk7mhZAVXXVx9Fc7REi4aiXaLk { background-color:rgba(var(--color-primary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#xT559GJk7mhZAVXXVx9Fc7REi4aiXaLk > .row .container { background-color: transparent; background-image: none; }#xT559GJk7mhZAVXXVx9Fc7REi4aiXaLk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xT559GJk7mhZAVXXVx9Fc7REi4aiXaLk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xT559GJk7mhZAVXXVx9Fc7REi4aiXaLk > .row .container > .video-iframe-container { display: none; }#xT559GJk7mhZAVXXVx9Fc7REi4aiXaLk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xT559GJk7mhZAVXXVx9Fc7REi4aiXaLk > .row > .video-iframe-container { display: none; }#xT559GJk7mhZAVXXVx9Fc7REi4aiXaLk > .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); }#xT559GJk7mhZAVXXVx9Fc7REi4aiXaLk > .row .container { border-width: 0; border-radius: 0; }#xT559GJk7mhZAVXXVx9Fc7REi4aiXaLk > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#xT559GJk7mhZAVXXVx9Fc7REi4aiXaLk > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:60rem;overflow:visible;position:relative;display:block; }#pXu1Mlrs0XT6DvTA9ZnbdCyPLsPFDmKr { color:rgba(var(--color-tertiary-0),1);display:block;width:54.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:1.4375rem;left:2.90625rem;height:2.2744125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #L2ofm8Dc1iT9sW47JStoD7pMMhkFRktQ { display:block; }#L2ofm8Dc1iT9sW47JStoD7pMMhkFRktQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TmBK16q8z4ZJDf6IKvvnIco6l8UyMoGK { top:1.625rem;left:35.0625rem;width:12.6875rem;height:1.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMg2eEg1OS7IUQo3m0LlXiuHnXoLIeLZ { top:1.3125rem;left:0rem;width:8.5rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZyBBqGMbdeocv0vTIxDWPRcZ0Wbg2O7 { width:13.5rem;height:2.0625rem;top:2.3125rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEDiAxxiSDiJerqgyzTHgSTiIEHR5nt8 { display:block; }
 }@media only screen and (max-width: 763px) { #TqSPuAQJcfHwIlXGTz7ByTJRVkiCrmhH { width:13.5rem;height:2.0625rem;top:2.3125rem;left:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvSm5UhVyRnOLbshFmc47G9QI4tWOoem { display:block; }
 }@media only screen and (max-width: 763px) { #zciURZbB5vQf0P66QVEaUEazNaRzdqme { width:7.125rem;height:1.125rem;top:4rem;left:40.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5gDCKK5rBTWTR5VSoKGf68eQRztm3Gy { display:block; }
 }@media only screen and (max-width: 763px) { #tiqVbtlg9dR7iq1yVz2aQTGWscxRb7gX { width:1.125rem;height:1.125rem;top:4rem;left:46.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y0atTPK6xnNBgGDTt9hXP9Kgv6zbpnN6 { top:7.625rem;left:23.6875rem;width:24.0625rem;height:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZ66n9DNRr5nps7QfC42X4CpuDhfnLQJ { top:9.6875rem;left:26.5625rem;width:21.1875rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vw3tXSeDvl798mQwPGrAT1nS7TAn1TsT { top:14.875rem;left:0rem;width:35.75rem;height:6.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRwJl3GihV9pOIizV3IoVzSSwARlShFz .widget-regular-label { width:20.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VRwJl3GihV9pOIizV3IoVzSSwARlShFz .widget-input-text { width:20.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VRwJl3GihV9pOIizV3IoVzSSwARlShFz .widget-input-text {padding-top: 0; padding-bottom: 0;}#VRwJl3GihV9pOIizV3IoVzSSwARlShFz .widget-textarea { width:20.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VRwJl3GihV9pOIizV3IoVzSSwARlShFz .widget-input-select { width:20.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VRwJl3GihV9pOIizV3IoVzSSwARlShFz .widget-input-select {padding-top: 0; padding-bottom: 0;}#VRwJl3GihV9pOIizV3IoVzSSwARlShFz .widget-input-button { width:20.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VRwJl3GihV9pOIizV3IoVzSSwARlShFz .widget-checkbox-label { width:19.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VRwJl3GihV9pOIizV3IoVzSSwARlShFz  { width:20.9375rem;height:auto;top:14rem;left:24.3125rem; }
#VRwJl3GihV9pOIizV3IoVzSSwARlShFz .radio-container { width:20.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VRwJl3GihV9pOIizV3IoVzSSwARlShFz {display:block;}#VRwJl3GihV9pOIizV3IoVzSSwARlShFz { width:20.9375rem;height:auto;top:14rem;left:24.3125rem; }
 }@media only screen and (max-width: 763px) { #VRwJl3GihV9pOIizV3IoVzSSwARlShFz #QronscJDuFUPf4xNrOwSLqFfh4N8yKOT {  }
 }@media only screen and (max-width: 763px) { #VRwJl3GihV9pOIizV3IoVzSSwARlShFz #ruNP5KSvGlEPxdlB5iTEaOsyZl8TA7P4 {  }
 }@media only screen and (max-width: 763px) { #VRwJl3GihV9pOIizV3IoVzSSwARlShFz #E65x4yhphw5ECbE6sBb1UIDRBZOAbwIG {  }
 }@media only screen and (max-width: 763px) { #VRwJl3GihV9pOIizV3IoVzSSwARlShFz #cuSrlQ7HeaKgZHnkADi1BvDKy8Sh7zqh {  }
 }@media only screen and (max-width: 763px) { #VRwJl3GihV9pOIizV3IoVzSSwARlShFz #xPCMAohx2DDPvScE2RTMi8Mb34rK8xp3 {  }
 }@media only screen and (max-width: 763px) { #VRwJl3GihV9pOIizV3IoVzSSwARlShFz #gWPakLx4g8Oqcs1A8PCGHEWpqpIFzQw0 {  }
 }@media only screen and (max-width: 763px) { #VRwJl3GihV9pOIizV3IoVzSSwARlShFz #rOgDCksliWw1izBQ3GDnuTFLqKfXa0Ww {  }
 }@media only screen and (max-width: 763px) { #VRwJl3GihV9pOIizV3IoVzSSwARlShFz #ntTIgKRAzLKTFylpc4qX9vXWUZirScMR {  }
 }@media only screen and (max-width: 763px) { #VRwJl3GihV9pOIizV3IoVzSSwARlShFz #DhkRJIIkTrtqZe25eWJnMfiI0TNt77b9 {  }
 }@media only screen and (max-width: 763px) { #VRwJl3GihV9pOIizV3IoVzSSwARlShFz #LI2m1pFsKchhxDJHx9WUieRGlBu7JtV4 {  }
 }@media only screen and (max-width: 763px) { #VRwJl3GihV9pOIizV3IoVzSSwARlShFz #ngye6lSm5QDKflA5XPg4bf71E90RF8pO {  }
 }@media only screen and (max-width: 763px) { #VRwJl3GihV9pOIizV3IoVzSSwARlShFz #rgBGtDAheIoJECw4N8wMPlI67iBuQE0D {  }
 }@media only screen and (max-width: 763px) { #VRwJl3GihV9pOIizV3IoVzSSwARlShFz #n42fQxBFIQ38Z3tsDM4PHMXKW5CgITFR {  }
 }@media only screen and (max-width: 763px) { #VRwJl3GihV9pOIizV3IoVzSSwARlShFz #zT8qQ35QF11OHF31N94NpmaNwmBBcSNG {  }
 }@media only screen and (max-width: 763px) { #VRwJl3GihV9pOIizV3IoVzSSwARlShFz #bTtnHzA5TSIAyM6ni0Dr7xIMPnDI5iZ0 {  }
 }@media only screen and (max-width: 763px) { #VRwJl3GihV9pOIizV3IoVzSSwARlShFz #wVz0U8eVMNAEV9DGcyWt7rvtM36huqzM {  }
 }@media only screen and (max-width: 763px) { #VRwJl3GihV9pOIizV3IoVzSSwARlShFz #wCovS8B1cpd9Z96h84nyKCvMbSwchyOl {  }
 }@media only screen and (max-width: 763px) { #HmpxEPyMnp1k0a5yEXM5SpsaWasAscue { top:22.375rem;left:0rem;width:26.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhOC9TnHvx77FOv33louT58QbQ3ZCluM { top:25.25rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyapbVxgxzfU4q7dV2TQX9df6TtBTdp6 { width:29.375rem;height:4.5rem;top:24.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWECfRxWKlseUJSbCbqW9ZkEuWXBRdAt { top:27.4375rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElOTFsHDEd5CZ362o1bPBSr3HQJCzkBf { top:30rem;left:0rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sK8uSPdix3haTwIPlrT5BeKdR4FKOClM { top:30.1875rem;left:0rem;width:4.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XS1wVRDWkSX2yH9pDCl32a7Dohgm9S9T { display:none; }#XS1wVRDWkSX2yH9pDCl32a7Dohgm9S9T > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JqNhvosCcAwINQvGGBxQaBKhEz0BSDXg { width:31.5rem;height:2.75rem;top:3.6875rem;left:8.125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Id0LBl1QGG7bEt7Rtxntc2typTTOE5nR { width:24.5rem;height:10.125rem;top:12.375rem;left:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x46ghcq3KIlbSuVcEWZLXmTXSZmHvz9f { top:9.125rem;left:27.75rem;width:19.375rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qk0RKkNx3Oaub9fIiHbQtdh7Hx7awZaq { top:6.375rem;left:9.6875rem;width:28.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkZf3SuvKlgZh9TfEHJZDag7MJV1XuIk { top:12.6875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqqIxRqi1PoFHWF1HnoVubJR8sS6Z6hi { top:19.1875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRHv7aeb7WeeNkNpBTuXcUhIZXVKBV6g { width:20.375rem;height:3.4375rem;top:25.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UItUaSUuhioHH6LrnLxV536mD8Mx46wi { display:block; }
 }@media only screen and (max-width: 763px) { #eIU35U5P7vl0MMtVlh2rMr5Hc6Bh8LiL { display:none; }#eIU35U5P7vl0MMtVlh2rMr5Hc6Bh8LiL > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wZ2OMyOefVecivF6PRJkJTt9yZCuXr4O { width:26.3125rem;height:2.75rem;top:7.375rem;left:21.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #utgUnqDrRdRJi9Vi83fW0Fxo3tHWgTzm { width:10.5625rem;height:7.5rem;top:11.5rem;left:25.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsCEEVZ9bXRgBhvuQi9rLVzx3NId3B9X { top:3.4375rem;left:0rem;width:23.3125rem;height:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdQ5GtsvnvXOq5rtcsAAbLzTaeWB0yqz { top:12.1875rem;left:24rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n70oP9SAJnvdTh8gd2QVGIe3nV0vr2au { width:20.375rem;height:3.4375rem;top:20.5rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVkq3Xpkmb82xMQPObQyvmRNwCAC0TrJ { display:block; }
 }@media only screen and (max-width: 763px) { #r2plGxb8bcG2FeDeoC2CCWZp3HQALKQc { top:14.625rem;left:24rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1CIS5kt44Pf1Igsx7XoWqUr1LSUdGNJ { top:17.0625rem;left:24rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJXTLeh6Sanh03Es3O173gyZKkwcTHtm { width:10.5625rem;height:7.5rem;top:11.5rem;left:36.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Us4hTHVaUiVD4BE7SbmxlyhXh2DSOv0f { top:14.625rem;left:35.25rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Brh55L1m8QkTtZeloncCoJpfXGB4usHd { top:12.1875rem;left:35.25rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBJCh2ve4UErv1E4J8bHPzLdEZn0bctG { top:17.0625rem;left:35.25rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTR32Ib6IK5zKQk8Su3Tt688BKLzx2u8 { display:none; }#ZTR32Ib6IK5zKQk8Su3Tt688BKLzx2u8 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ufMJNKeLDNok3el5swRVdcU02sz39GiP { top:5rem;left:25.9375rem;width:20.8125rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMS8oOgCm4yffRnakg8WB0ERdZOtvxXp { width:26.125rem;height:3.4375rem;top:55.125rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZgXer65QiaVhTXVCiML9nlZMXitoaS5 { display:block; }
 }@media only screen and (max-width: 763px) { #TSxlU4shJ3DZToWTyRDsiiJT4u9kgXEx { width:33.75rem;height:10.5rem;top:5rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZI8sU8dJRhmTyNqRcfFKuSdhdhCd9L1p { top:16.625rem;left:0rem;width:28rem;height:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WP40yqE3vUubwyFesl79BBGiAMzLAoTM { width:16.375rem;height:2.6875rem;top:24.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O87E7XV55QrqJmC3nJdEKcsryTbaE06a { display:block; }
 }@media only screen and (max-width: 763px) { #MBmM8cRlcgntdHBBgHQ7kIZU9aavBttx { top:30.25rem;left:0rem;width:12.5rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5lMtKS9sd2G1ROGZfrwys45mfeC7Vpw { top:31.75rem;left:0rem;width:10.6875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmeCGR3DqprdF9tdmIe5toMrRBvbZc3V { top:34.8125rem;left:0rem;width:9.0625rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAK6p0auT7v04zV3AFEUPgoQtBkxO7av { top:30.25rem;left:10.75rem;width:12.5rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1lZTfmOXZ2hrKd3bfJGgQtBhdIK8cQu { top:31.75rem;left:11.625rem;width:10.6875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJ4t2DOktKBQpItuR8Ka0mwa93G9v441 { top:34.8125rem;left:12.4375rem;width:9.0625rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9HpOBizlSD3mGhGIRTCcTJJmd8uTTFQ { top:30.3125rem;left:24.5rem;width:12.5rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #giN7FWPDzJ5QhJdHDMdxircq0XsB2fu3 { top:31.8125rem;left:25.375rem;width:10.6875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAHdvTmu05Aaf7nLf8wbgVmePPlmrwW2 { top:34.8125rem;left:26.9375rem;width:7.6875rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEt4sQRUiRbsLMT6nI6zQqRXuS6U0OTx { top:30.3125rem;left:35.25rem;width:12.5rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubqAZlKeqkQU357Pbm6uPdtA3PIVgJ2D { top:31.8125rem;left:37.0625rem;width:10.6875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3Grg1OZHGV8wTuvrcB8TbP60qt1xpcf { top:34.8125rem;left:38.75rem;width:9rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MI9JpC3ntrpHalU3p5rXn04C09GQDTzX { top:42.75rem;left:3.875rem;width:12.5rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTXuzRRuhUaBNRP39dbtffKbr1CnesTT { top:47.3125rem;left:6.1875rem;width:7.875rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tz6zdRO3f7mDiBBO5JyJVhGlG3qk7bXu { top:42.8125rem;left:17.625rem;width:12.5rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Td5pqrgTLUT4y2Cqxc60aWHNOG5tNNro { top:44.25rem;left:4.75rem;width:10.6875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmazaUvT34Sq1NirrdLdqzU2iXl3STZ3 { top:44.3125rem;left:18.5rem;width:10.6875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNxrfnipKNA8dtWkTRrozgB4plXTJISq { top:47.3125rem;left:19.4375rem;width:8.9375rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3DnsA0OkKnAhWJTRez0gCxgk3fHuZrh { top:42.8125rem;left:31.375rem;width:12.5rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2QCIQmrbxC8V28yC1RTnCyBOtgEaGTg { top:44.875rem;left:32.5rem;width:10.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHEbzN8bVkVDPdRmJ7t0g9Ur8y99nMs1 { top:47.3125rem;left:34rem;width:7.25rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTcDB2yM4Ey84xKIEFiwyeUlAwc4IdpA { display:none; }#lTcDB2yM4Ey84xKIEFiwyeUlAwc4IdpA > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #l3xyLasIqzSafuMPwJEeoiqLZRD3gnBy { width:26.3125rem;height:2.375rem;top:3.875rem;left:10.71875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTzBNxTbMsHkahynKg184AAso1KAPvbc { width:20.375rem;height:3.4375rem;top:21.6875rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fV173cx8DfPCmU9w5UvtOSF4sHf66C0E { display:block; }
 }@media only screen and (max-width: 763px) { #bWG5Id9HTghMA26ILuFtEBmROdwQ94ga { top:9.6875rem;left:44rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gaz9F9TPswMRCotuVQNS6wASPVJLJcQ3 { top:9.75rem;left:34.0625rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQN4BT5ZF6w3rB4MuAr4Gb2Q66oqmhoM { top:9.8125rem;left:0rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuer2T6OqddFHU8seVbOrUOoVil4Wiid { top:9.6875rem;left:10.4375rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUQcI46fX9MnxhUna7ZWUIlL2tKWRxLF { top:9.9375rem;left:21.5rem;width:4.75rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R22bVZF74wzKcSrSfJihLTwqTa2NP1K6 { top:15.0625rem;left:0rem;width:7.625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sad1BK8G8Jb1gs4QB8Obldqbz3mxTLvq { top:15.0625rem;left:8.125rem;width:8.375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a40Qh9BHZiCVbSwqK7eLyoc7IeQtyDNd { top:15.0625rem;left:19.9375rem;width:7.875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVWckrfzy97aJLtPonB2nDfaT2C8KiWq { top:15.0625rem;left:31.90625rem;width:7.9375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxigPOTFe1ctCDkkd0agrcCzlWTpB4Zf { top:15.0625rem;left:38.625rem;width:9.125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsyTi6b5nsJ1U85cQIvSFMNPgl3vG38R { top:8.1875rem;left:0rem;width:11.25rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3nJUvbQhHpp8T5dse9MMGTdruRpFQ7G { top:8.1875rem;left:6.4375rem;width:11.25rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyJy29GZJBQWQPDbVm5g1Hr9fmyWpLsy { top:8.1875rem;left:18.25rem;width:11.25rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtmWmPygv8lvQh6UuID7hGalMnmB4pFU { top:8.1875rem;left:30.125rem;width:11.25rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzX2GbchTGxNac8lDIn14MriqWmr1mDu { top:8.1875rem;left:36.5rem;width:11.25rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6LRt5vkZ8UXcxqDU0X8mRz6TGqlHg4e { display:none; }#r6LRt5vkZ8UXcxqDU0X8mRz6TGqlHg4e > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #E593tDKkcB1wvLmKJZ69SGLvphVG6vDf { width:26.125rem;height:3.4375rem;top:27.75rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDERgSfVeXPC4TJJpluXhRRqiSdxyMTs { display:block; }
 }@media only screen and (max-width: 763px) { #BXyApNSzJD25a7wdfe7IBuMGID023WzQ { width:37.3125rem;height:2.75rem;top:4.5625rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmISy9wZAIRfNZI4Pz3Cf6X7hv1UsI9D { top:8.5rem;left:0rem;width:18.375rem;height:17.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UizfRynMJnHGtiCcdfBzEG2FScoKLLt4 { top:4.5625rem;left:8.375rem;width:38.125rem;height:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xT559GJk7mhZAVXXVx9Fc7REi4aiXaLk { display:block; }#xT559GJk7mhZAVXXVx9Fc7REi4aiXaLk > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pXu1Mlrs0XT6DvTA9ZnbdCyPLsPFDmKr { top:1.4375rem;left:0rem;width:47.75rem;height:2.25rem;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) { #L2ofm8Dc1iT9sW47JStoD7pMMhkFRktQ { position:relative;z-index:auto;display:block; }#L2ofm8Dc1iT9sW47JStoD7pMMhkFRktQ { background-color: transparent; background-image: none; }#L2ofm8Dc1iT9sW47JStoD7pMMhkFRktQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L2ofm8Dc1iT9sW47JStoD7pMMhkFRktQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L2ofm8Dc1iT9sW47JStoD7pMMhkFRktQ > .row .container > .video-iframe-container { display: none; }#L2ofm8Dc1iT9sW47JStoD7pMMhkFRktQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L2ofm8Dc1iT9sW47JStoD7pMMhkFRktQ > .row > .video-iframe-container { display: none; }#L2ofm8Dc1iT9sW47JStoD7pMMhkFRktQ > .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); }#L2ofm8Dc1iT9sW47JStoD7pMMhkFRktQ > .row .container { width:20rem;height:7.3125rem;background-color:rgba(80,156,236,0.01);background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TmBK16q8z4ZJDf6IKvvnIco6l8UyMoGK { width:12.6875rem;height:auto;top:1.625rem;left:3.625rem;font-size:0.8125rem;z-index:14999;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #NMg2eEg1OS7IUQo3m0LlXiuHnXoLIeLZ { width:8.5rem;height:4.8125rem;top:1.25rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZyBBqGMbdeocv0vTIxDWPRcZ0Wbg2O7 { width:13.5rem;height:2.0625rem;top:2.3125rem;left:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #yEDiAxxiSDiJerqgyzTHgSTiIEHR5nt8 { display:block; }
 }@media only screen and (max-width: 763px) { #TqSPuAQJcfHwIlXGTz7ByTJRVkiCrmhH { width:13.5rem;height:2.0625rem;top:2.3125rem;left:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #OvSm5UhVyRnOLbshFmc47G9QI4tWOoem { display:block; }
 }@media only screen and (max-width: 763px) { #zciURZbB5vQf0P66QVEaUEazNaRzdqme { width:7.125rem;height:1.125rem;top:4rem;left:6.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #I5gDCKK5rBTWTR5VSoKGf68eQRztm3Gy { display:block; }
 }@media only screen and (max-width: 763px) { #tiqVbtlg9dR7iq1yVz2aQTGWscxRb7gX { width:1.125rem;height:1.125rem;top:4rem;left:9.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bfa06bd1-d717-4079-a296-52b350a8bc50/32066d0ccapabrasilaco.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.19); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.19); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:53.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y0atTPK6xnNBgGDTt9hXP9Kgv6zbpnN6 { width:20rem;height:31.5625rem;top:20.5625rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #2165a5, #000000);background-image: -moz-linear-gradient(180deg, #2165a5, #000000);background-image: -ms-linear-gradient(180deg, #2165a5, #000000);background-image: -o-linear-gradient(180deg, #2165a5, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2165a5', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2165a5', endColorstr='#000000' );";background-image: linear-gradient(180deg, #2165a5, #000000);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #wZ66n9DNRr5nps7QfC42X4CpuDhfnLQJ { width:20rem;height:4.63036875rem;top:22.5625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vw3tXSeDvl798mQwPGrAT1nS7TAn1TsT { width:20rem;height:3.4375rem;top:3.6875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.1;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #VRwJl3GihV9pOIizV3IoVzSSwARlShFz .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VRwJl3GihV9pOIizV3IoVzSSwARlShFz .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VRwJl3GihV9pOIizV3IoVzSSwARlShFz .widget-input-text {padding-top: 0; padding-bottom: 0;}#VRwJl3GihV9pOIizV3IoVzSSwARlShFz .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VRwJl3GihV9pOIizV3IoVzSSwARlShFz .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VRwJl3GihV9pOIizV3IoVzSSwARlShFz .widget-input-select {padding-top: 0; padding-bottom: 0;}#VRwJl3GihV9pOIizV3IoVzSSwARlShFz .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-weight:400;font-style:normal;font-size:1.1875rem;overflow:hidden; }
#VRwJl3GihV9pOIizV3IoVzSSwARlShFz .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VRwJl3GihV9pOIizV3IoVzSSwARlShFz  { width:17.5rem;height:auto;top:17.787109375rem;left:0rem; }
#VRwJl3GihV9pOIizV3IoVzSSwARlShFz .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VRwJl3GihV9pOIizV3IoVzSSwARlShFz {display:block;}#VRwJl3GihV9pOIizV3IoVzSSwARlShFz { width:17.5rem;height:auto;top:26.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VRwJl3GihV9pOIizV3IoVzSSwARlShFz #QronscJDuFUPf4xNrOwSLqFfh4N8yKOT {  }
 }@media only screen and (max-width: 763px) { #VRwJl3GihV9pOIizV3IoVzSSwARlShFz #ruNP5KSvGlEPxdlB5iTEaOsyZl8TA7P4 {  }
 }@media only screen and (max-width: 763px) { #VRwJl3GihV9pOIizV3IoVzSSwARlShFz #E65x4yhphw5ECbE6sBb1UIDRBZOAbwIG {  }
 }@media only screen and (max-width: 763px) { #VRwJl3GihV9pOIizV3IoVzSSwARlShFz #cuSrlQ7HeaKgZHnkADi1BvDKy8Sh7zqh {  }
 }@media only screen and (max-width: 763px) { #VRwJl3GihV9pOIizV3IoVzSSwARlShFz #xPCMAohx2DDPvScE2RTMi8Mb34rK8xp3 {  }
 }@media only screen and (max-width: 763px) { #VRwJl3GihV9pOIizV3IoVzSSwARlShFz #gWPakLx4g8Oqcs1A8PCGHEWpqpIFzQw0 {  }
 }@media only screen and (max-width: 763px) { #VRwJl3GihV9pOIizV3IoVzSSwARlShFz #rOgDCksliWw1izBQ3GDnuTFLqKfXa0Ww {  }
 }@media only screen and (max-width: 763px) { #VRwJl3GihV9pOIizV3IoVzSSwARlShFz #ntTIgKRAzLKTFylpc4qX9vXWUZirScMR {  }
 }@media only screen and (max-width: 763px) { #VRwJl3GihV9pOIizV3IoVzSSwARlShFz #DhkRJIIkTrtqZe25eWJnMfiI0TNt77b9 {  }
 }@media only screen and (max-width: 763px) { #VRwJl3GihV9pOIizV3IoVzSSwARlShFz #LI2m1pFsKchhxDJHx9WUieRGlBu7JtV4 {  }
 }@media only screen and (max-width: 763px) { #VRwJl3GihV9pOIizV3IoVzSSwARlShFz #ngye6lSm5QDKflA5XPg4bf71E90RF8pO {  }
 }@media only screen and (max-width: 763px) { #VRwJl3GihV9pOIizV3IoVzSSwARlShFz #rgBGtDAheIoJECw4N8wMPlI67iBuQE0D {  }
 }@media only screen and (max-width: 763px) { #VRwJl3GihV9pOIizV3IoVzSSwARlShFz #n42fQxBFIQ38Z3tsDM4PHMXKW5CgITFR {  }
 }@media only screen and (max-width: 763px) { #VRwJl3GihV9pOIizV3IoVzSSwARlShFz #zT8qQ35QF11OHF31N94NpmaNwmBBcSNG {  }
 }@media only screen and (max-width: 763px) { #VRwJl3GihV9pOIizV3IoVzSSwARlShFz #bTtnHzA5TSIAyM6ni0Dr7xIMPnDI5iZ0 {  }
 }@media only screen and (max-width: 763px) { #VRwJl3GihV9pOIizV3IoVzSSwARlShFz #wVz0U8eVMNAEV9DGcyWt7rvtM36huqzM {  }
 }@media only screen and (max-width: 763px) { #VRwJl3GihV9pOIizV3IoVzSSwARlShFz #wCovS8B1cpd9Z96h84nyKCvMbSwchyOl {  }
 }@media only screen and (max-width: 763px) { #HmpxEPyMnp1k0a5yEXM5SpsaWasAscue { width:20rem;height:1.29980625rem;top:8.2216796875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hhOC9TnHvx77FOv33louT58QbQ3ZCluM { display:flex;width:1.25rem;height:1.25rem;top:10.8125rem;left:3.9375rem; }
 }@media only screen and (max-width: 763px) { #lyapbVxgxzfU4q7dV2TQX9df6TtBTdp6 { width:10.25rem;height:4rem;top:10.4375rem;left:5.8125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWECfRxWKlseUJSbCbqW9ZkEuWXBRdAt { display:flex;width:1.25rem;height:1.25rem;top:12.875rem;left:3.9375rem; }
 }@media only screen and (max-width: 763px) { #ElOTFsHDEd5CZ362o1bPBSr3HQJCzkBf { width:3.3125rem;height:3.3125rem;top:15.375rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sK8uSPdix3haTwIPlrT5BeKdR4FKOClM { width:4.9375rem;height:2.9375rem;top:15.5625rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XS1wVRDWkSX2yH9pDCl32a7Dohgm9S9T { display:block; }#XS1wVRDWkSX2yH9pDCl32a7Dohgm9S9T > .row .container { width:20rem;height:42.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JqNhvosCcAwINQvGGBxQaBKhEz0BSDXg { width:20rem;height:1.71875rem;top:2.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Id0LBl1QGG7bEt7Rtxntc2typTTOE5nR { width:16.625rem;height:8.53125rem;top:26.9375rem;left:2.625rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x46ghcq3KIlbSuVcEWZLXmTXSZmHvz9f { width:18.125rem;height:18.125rem;top:7.0498046875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qk0RKkNx3Oaub9fIiHbQtdh7Hx7awZaq { width:20rem;height:1.29980625rem;top:5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RkZf3SuvKlgZh9TfEHJZDag7MJV1XuIk { display:flex;width:1.25rem;height:1.25rem;top:26.9375rem;left:0.75rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #NqqIxRqi1PoFHWF1HnoVubJR8sS6Z6hi { display:flex;width:1.25rem;height:1.25rem;top:31.9375rem;left:0.75rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #GRHv7aeb7WeeNkNpBTuXcUhIZXVKBV6g { width:19rem;height:3.4375rem;top:37.2978515625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UItUaSUuhioHH6LrnLxV536mD8Mx46wi { display:block; }
 }@media only screen and (max-width: 763px) { #eIU35U5P7vl0MMtVlh2rMr5Hc6Bh8LiL { display:block; }#eIU35U5P7vl0MMtVlh2rMr5Hc6Bh8LiL > .row .container { width:20rem;height:39.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wZ2OMyOefVecivF6PRJkJTt9yZCuXr4O { width:20rem;height:1.71875rem;top:3.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #utgUnqDrRdRJi9Vi83fW0Fxo3tHWgTzm { width:5.3125rem;height:7.5rem;top:24.125rem;left:2.875rem;text-align:left;text-align-last:left;font-size:1rem;line-height:2.5;display:block; }
 }@media only screen and (max-width: 763px) { #TsCEEVZ9bXRgBhvuQi9rLVzx3NId3B9X { width:15.3125rem;height:15.5625rem;top:6.125rem;left:1.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdQ5GtsvnvXOq5rtcsAAbLzTaeWB0yqz { display:flex;width:1.25rem;height:1.25rem;top:24.75rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #n70oP9SAJnvdTh8gd2QVGIe3nV0vr2au { width:19rem;height:3.4375rem;top:32.75rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVkq3Xpkmb82xMQPObQyvmRNwCAC0TrJ { display:block; }
 }@media only screen and (max-width: 763px) { #r2plGxb8bcG2FeDeoC2CCWZp3HQALKQc { display:flex;width:1.25rem;height:1.25rem;top:27.25rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #G1CIS5kt44Pf1Igsx7XoWqUr1LSUdGNJ { display:flex;width:1.25rem;height:1.25rem;top:29.75rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #TJXTLeh6Sanh03Es3O173gyZKkwcTHtm { width:8.6875rem;height:8.6997rem;top:23.5rem;left:11.3125rem;text-align:left;text-align-last:left;font-size:1rem;line-height:2.9;display:block; }
 }@media only screen and (max-width: 763px) { #Us4hTHVaUiVD4BE7SbmxlyhXh2DSOv0f { display:flex;width:1.25rem;height:1.25rem;top:27.25rem;left:9.375rem; }
 }@media only screen and (max-width: 763px) { #Brh55L1m8QkTtZeloncCoJpfXGB4usHd { display:flex;width:1.25rem;height:1.25rem;top:24.75rem;left:9.375rem; }
 }@media only screen and (max-width: 763px) { #vBJCh2ve4UErv1E4J8bHPzLdEZn0bctG { display:flex;width:1.25rem;height:1.25rem;top:29.75rem;left:9.375rem; }
 }@media only screen and (max-width: 763px) { #ZTR32Ib6IK5zKQk8Su3Tt688BKLzx2u8 { display:block; }#ZTR32Ib6IK5zKQk8Su3Tt688BKLzx2u8 > .row .container { width:20rem;height:136.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ufMJNKeLDNok3el5swRVdcU02sz39GiP { width:16.1875rem;height:16.1875rem;top:24.75rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMS8oOgCm4yffRnakg8WB0ERdZOtvxXp { width:19rem;height:3.4375rem;top:131.4375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZgXer65QiaVhTXVCiML9nlZMXitoaS5 { display:block; }
 }@media only screen and (max-width: 763px) { #TSxlU4shJ3DZToWTyRDsiiJT4u9kgXEx { width:20rem;height:9.375rem;top:2.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZI8sU8dJRhmTyNqRcfFKuSdhdhCd9L1p { width:20rem;height:6.499rem;top:13.375rem;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) { #WP40yqE3vUubwyFesl79BBGiAMzLAoTM { width:15.5625rem;height:2.3125rem;top:20.9375rem;left:2.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O87E7XV55QrqJmC3nJdEKcsryTbaE06a { display:block; }
 }@media only screen and (max-width: 763px) { #MBmM8cRlcgntdHBBgHQ7kIZU9aavBttx { width:12.5rem;height:11.25rem;top:43.8125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5lMtKS9sd2G1ROGZfrwys45mfeC7Vpw { width:10.6875rem;height:2.5996125rem;top:45.3125rem;left:4.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmeCGR3DqprdF9tdmIe5toMrRBvbZc3V { width:9.0625rem;height:4.875rem;top:48.375rem;left:5.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAK6p0auT7v04zV3AFEUPgoQtBkxO7av { width:12.5rem;height:11.25rem;top:56.3125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1lZTfmOXZ2hrKd3bfJGgQtBhdIK8cQu { width:10.6875rem;height:2.5996125rem;top:57.8125rem;left:4.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJ4t2DOktKBQpItuR8Ka0mwa93G9v441 { width:9.0625rem;height:4.875rem;top:60.875rem;left:5.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9HpOBizlSD3mGhGIRTCcTJJmd8uTTFQ { width:12.5rem;height:11.25rem;top:68.8125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #giN7FWPDzJ5QhJdHDMdxircq0XsB2fu3 { width:10.6875rem;height:2.5996125rem;top:70.3125rem;left:4.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAHdvTmu05Aaf7nLf8wbgVmePPlmrwW2 { width:7.6875rem;height:4.875rem;top:73.3125rem;left:6.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEt4sQRUiRbsLMT6nI6zQqRXuS6U0OTx { width:12.5rem;height:11.25rem;top:81.3125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubqAZlKeqkQU357Pbm6uPdtA3PIVgJ2D { width:10.6875rem;height:2.5996125rem;top:82.8125rem;left:4.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3Grg1OZHGV8wTuvrcB8TbP60qt1xpcf { width:9rem;height:4.875rem;top:85.8125rem;left:5.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MI9JpC3ntrpHalU3p5rXn04C09GQDTzX { width:12.5rem;height:11.25rem;top:93.8125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTXuzRRuhUaBNRP39dbtffKbr1CnesTT { width:7.875rem;height:4.875rem;top:98.375rem;left:6.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tz6zdRO3f7mDiBBO5JyJVhGlG3qk7bXu { width:12.5rem;height:11.25rem;top:106.3125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Td5pqrgTLUT4y2Cqxc60aWHNOG5tNNro { width:10.6875rem;height:2.5996125rem;top:95.3125rem;left:4.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmazaUvT34Sq1NirrdLdqzU2iXl3STZ3 { width:10.6875rem;height:2.5996125rem;top:107.8125rem;left:4.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNxrfnipKNA8dtWkTRrozgB4plXTJISq { width:8.9375rem;height:4.875rem;top:110.8125rem;left:5.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3DnsA0OkKnAhWJTRez0gCxgk3fHuZrh { width:12.5rem;height:11.25rem;top:118.8125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2QCIQmrbxC8V28yC1RTnCyBOtgEaGTg { width:10.6875rem;height:1.29980625rem;top:120.875rem;left:4.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHEbzN8bVkVDPdRmJ7t0g9Ur8y99nMs1 { width:7.25rem;height:4.875rem;top:123.3125rem;left:6.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTcDB2yM4Ey84xKIEFiwyeUlAwc4IdpA { display:block; }#lTcDB2yM4Ey84xKIEFiwyeUlAwc4IdpA > .row .container { width:20rem;height:81.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l3xyLasIqzSafuMPwJEeoiqLZRD3gnBy { width:20rem;height:1.71875rem;top:2.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTzBNxTbMsHkahynKg184AAso1KAPvbc { width:19rem;height:3.4375rem;top:74.591796875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fV173cx8DfPCmU9w5UvtOSF4sHf66C0E { display:block; }
 }@media only screen and (max-width: 763px) { #bWG5Id9HTghMA26ILuFtEBmROdwQ94ga { width:3.75rem;height:3.75rem;top:63rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gaz9F9TPswMRCotuVQNS6wASPVJLJcQ3 { width:3.625rem;height:3.625rem;top:49.375rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQN4BT5ZF6w3rB4MuAr4Gb2Q66oqmhoM { width:3.5625rem;height:3.5625rem;top:8.8125rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuer2T6OqddFHU8seVbOrUOoVil4Wiid { width:3.75rem;height:3.75rem;top:21.875rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUQcI46fX9MnxhUna7ZWUIlL2tKWRxLF { width:4.75rem;height:3.25rem;top:35.6875rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R22bVZF74wzKcSrSfJihLTwqTa2NP1K6 { width:7.625rem;height:2.5996125rem;top:13.1875rem;left:6.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sad1BK8G8Jb1gs4QB8Obldqbz3mxTLvq { width:6.75rem;height:3.8994125rem;top:26.3125rem;left:6.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a40Qh9BHZiCVbSwqK7eLyoc7IeQtyDNd { width:7.875rem;height:3.8994125rem;top:39.9375rem;left:6.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GVWckrfzy97aJLtPonB2nDfaT2C8KiWq { width:7.9375rem;height:3.8994125rem;top:53.875rem;left:6.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sxigPOTFe1ctCDkkd0agrcCzlWTpB4Zf { width:9rem;height:3.8994125rem;top:67.75rem;left:5.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PsyTi6b5nsJ1U85cQIvSFMNPgl3vG38R { width:11.25rem;height:12.5rem;top:6rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3nJUvbQhHpp8T5dse9MMGTdruRpFQ7G { width:11.25rem;height:12.5rem;top:19.75rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyJy29GZJBQWQPDbVm5g1Hr9fmyWpLsy { width:11.25rem;height:12.5rem;top:33.5rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtmWmPygv8lvQh6UuID7hGalMnmB4pFU { width:11.25rem;height:12.5rem;top:47.3125rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzX2GbchTGxNac8lDIn14MriqWmr1mDu { width:11.25rem;height:12.5rem;top:61.0625rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6LRt5vkZ8UXcxqDU0X8mRz6TGqlHg4e { display:block; }#r6LRt5vkZ8UXcxqDU0X8mRz6TGqlHg4e > .row .container { width:20rem;height:45.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E593tDKkcB1wvLmKJZ69SGLvphVG6vDf { width:19rem;height:3.4375rem;top:40rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDERgSfVeXPC4TJJpluXhRRqiSdxyMTs { display:block; }
 }@media only screen and (max-width: 763px) { #BXyApNSzJD25a7wdfe7IBuMGID023WzQ { width:20rem;height:1.71875rem;top:2.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmISy9wZAIRfNZI4Pz3Cf6X7hv1UsI9D { width:16.6875rem;height:19.0112125rem;top:6.375rem;left:1.65625rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #UizfRynMJnHGtiCcdfBzEG2FScoKLLt4 { height:11.213875rem;width:20rem;top:27.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xT559GJk7mhZAVXXVx9Fc7REi4aiXaLk { display:block; }#xT559GJk7mhZAVXXVx9Fc7REi4aiXaLk > .row .container { width:20rem;height:6.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pXu1Mlrs0XT6DvTA9ZnbdCyPLsPFDmKr { width:18.8125rem;height:3.8984375rem;top:1.14453125rem;left:0.59375rem;font-size:0.75rem;display:block; }
 }