.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:217,228,226;--color-primary-1:128,164,158;--color-primary-2:0,73,61;--color-primary-3:0,37,31;--color-primary-4:0,11,9;--color-secondary-0:239,252,248;--color-secondary-1:201,244,231;--color-secondary-2:147,232,207;--color-secondary-3:74,116,104;--color-secondary-4:22,35,31;--color-tertiary-0:233,233,233;--color-tertiary-1:181,181,181;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:16,16,16;--headlines-font-family:"raleway";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-primary-2),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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { 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 { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:5.875rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#StnVcmDPDqDCzhOEBUEJcX0q3dOOkNUl { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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.56225625rem;width:10.249rem;top:1.6552734375rem;left:0.5615234375rem;overflow:hidden;display:block; }
#OcG6fpnFxKKeSnfWWHnzT95t5uVnwOzf { background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.56175rem;height:2.749025rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.5625rem;left:60.341796875rem;display:block; }
#P3GKrhggxWVptPH5McVHWaZsKXG0iHvw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z9taG7I05JnwdyhpaCwlTNAJOb8Vc6cW { z-index:;position:relative;display:block; }#Z9taG7I05JnwdyhpaCwlTNAJOb8Vc6cW { background-color: transparent; background-image: none; }#Z9taG7I05JnwdyhpaCwlTNAJOb8Vc6cW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z9taG7I05JnwdyhpaCwlTNAJOb8Vc6cW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z9taG7I05JnwdyhpaCwlTNAJOb8Vc6cW > .row .container > .video-iframe-container { display: none; }#Z9taG7I05JnwdyhpaCwlTNAJOb8Vc6cW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z9taG7I05JnwdyhpaCwlTNAJOb8Vc6cW > .row > .video-iframe-container { display: none; }#Z9taG7I05JnwdyhpaCwlTNAJOb8Vc6cW > .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); }#Z9taG7I05JnwdyhpaCwlTNAJOb8Vc6cW { border-width: 0; border-radius: 0; }#Z9taG7I05JnwdyhpaCwlTNAJOb8Vc6cW > .row .container { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:36.125rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#FLpeldTFV7yqvWOQadIlXxIrOK3lumuy { color:rgba(var(--color-tertiary-0),1);display:block;width:24.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:1.125rem;height:1.21875rem;display:block; }
#NHI9y2ZeXqPsgN66U0OZpMR3sR9yv1vB { box-sizing:content-box;height:2.5625rem;width:26rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-0),0.31);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3rem;left:0rem;border-top-right-radius:5rem;border-bottom-right-radius:5rem;border-bottom-left-radius:5rem;border-top-left-radius:5rem;display:block; }
#WBs0A7zA2qu4mVvN9T7gMlX0vQw6846t { color:rgba(var(--color-tertiary-0),1);display:block;width:28.6861875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:6.9375rem;left:0rem;height:11rem;display:block; }
#wHR60rVZuR5H8c5NRDzJVDMyf06ixWLs { color:rgba(var(--color-tertiary-0),1);display:block;width:26.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:18.9375rem;left:0rem;height:4.875rem;display:block; }
#Qek94CR6BeJa5tH7G9v6zxFolbTnq4qJ { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),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:17.875rem;height:3.375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:25.75rem;left:0rem;display:block; }
#Hpel0guI3vGBcCpZB44FO45VIubgWAZb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UcUK1RGTV9V9IpNRd3qJPTAqLeR6kU0B { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:36rem;width:41.375rem;top:0rem;left:28.9375rem;overflow:hidden;display:block; }
#IyrUM53x2vTVcdbNfiT1VcAGRoT4gatO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#IyrUM53x2vTVcdbNfiT1VcAGRoT4gatO > .row .container { background-color: transparent; background-image: none; }#IyrUM53x2vTVcdbNfiT1VcAGRoT4gatO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IyrUM53x2vTVcdbNfiT1VcAGRoT4gatO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IyrUM53x2vTVcdbNfiT1VcAGRoT4gatO > .row .container > .video-iframe-container { display: none; }#IyrUM53x2vTVcdbNfiT1VcAGRoT4gatO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IyrUM53x2vTVcdbNfiT1VcAGRoT4gatO > .row > .video-iframe-container { display: none; }#IyrUM53x2vTVcdbNfiT1VcAGRoT4gatO > .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); }#IyrUM53x2vTVcdbNfiT1VcAGRoT4gatO > .row .container { border-width: 0; border-radius: 0; }#IyrUM53x2vTVcdbNfiT1VcAGRoT4gatO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IyrUM53x2vTVcdbNfiT1VcAGRoT4gatO > .row .container { font-size:0.875rem;font-family:arial;height:45.125rem;width:75rem;position:relative;display:block; }#y8FnJPWkRBUhBtBkxdXJ2AGwqChsO6RL { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c9388519-9a76-4110-b749-3d17e37b1a00/imagem_20251030_181026744.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26rem;width:21.75rem;top:12.125rem;left:3.3125rem;display:block; }#y8FnJPWkRBUhBtBkxdXJ2AGwqChsO6RL.adaptive-delivery-prevent-bg, #y8FnJPWkRBUhBtBkxdXJ2AGwqChsO6RL.lazyload, #y8FnJPWkRBUhBtBkxdXJ2AGwqChsO6RL.lazyloading { background-image: none; }
#CzTZQMVebK63Qd0N6UiThL4GzRQzNrBG { color:#00493d;display:block;width:36.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:6.875rem;left:19.125rem;height:3.16845625rem;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; }
#xrIQy5lVclO7SWkThzCOpJ8sGxXW15Qf { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4249f66e-4b7d-43b9-a70b-8e366b87b632/imagem_20251030_191011240.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.6875rem;width:21.75rem;top:12.25rem;left:26.625rem;display:block; }#xrIQy5lVclO7SWkThzCOpJ8sGxXW15Qf.adaptive-delivery-prevent-bg, #xrIQy5lVclO7SWkThzCOpJ8sGxXW15Qf.lazyload, #xrIQy5lVclO7SWkThzCOpJ8sGxXW15Qf.lazyloading { background-image: none; }
#g5N7LTzcOaCAgINkdtbhaZLMTXOIdl45 { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/dea60b6d-567e-4da1-bd31-604d37775976/imagem_20251030_191144588.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.375rem;width:21.75rem;top:12.4375rem;left:50rem;display:block; }#g5N7LTzcOaCAgINkdtbhaZLMTXOIdl45.adaptive-delivery-prevent-bg, #g5N7LTzcOaCAgINkdtbhaZLMTXOIdl45.lazyload, #g5N7LTzcOaCAgINkdtbhaZLMTXOIdl45.lazyloading { background-image: none; }
#bZrPlUOGevB5NXyC4audRfd4QaOfClAu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#bZrPlUOGevB5NXyC4audRfd4QaOfClAu > .row .container { background-color: transparent; background-image: none; }#bZrPlUOGevB5NXyC4audRfd4QaOfClAu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bZrPlUOGevB5NXyC4audRfd4QaOfClAu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bZrPlUOGevB5NXyC4audRfd4QaOfClAu > .row .container > .video-iframe-container { display: none; }#bZrPlUOGevB5NXyC4audRfd4QaOfClAu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bZrPlUOGevB5NXyC4audRfd4QaOfClAu > .row > .video-iframe-container { display: none; }#bZrPlUOGevB5NXyC4audRfd4QaOfClAu > .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); }#bZrPlUOGevB5NXyC4audRfd4QaOfClAu > .row .container { border-width: 0; border-radius: 0; }#bZrPlUOGevB5NXyC4audRfd4QaOfClAu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bZrPlUOGevB5NXyC4audRfd4QaOfClAu > .row .container { font-size:0.875rem;font-family:arial;height:69.5625rem;width:75rem;position:relative;display:block; }#xg50MP4epWyRvtJ69wSb9VTlVXgdc2bI { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e064008b-d603-4297-88b9-48d1415c5d39/imagem_20251031_183928075.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.5rem;width:21.75rem;top:16rem;left:3.3125rem;display:block; }#xg50MP4epWyRvtJ69wSb9VTlVXgdc2bI.adaptive-delivery-prevent-bg, #xg50MP4epWyRvtJ69wSb9VTlVXgdc2bI.lazyload, #xg50MP4epWyRvtJ69wSb9VTlVXgdc2bI.lazyloading { background-image: none; }
#Wv73TNxT2UvAiMyQWpz5EZT0RLzCQ24C { color:#00493d;display:block;width:36.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:10.4375rem;left:19.125rem;height:3.16845625rem;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; }
#Xp8TIPVcOKmEJFu4p7an3gB0Pf90bKrb { color:#00493d;display:block;width:36.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:13.5rem;left:19.125rem;height:1.4624rem;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; }
#cd2hOsq37U6npxdyJrbXeP8JZCvTV0qD { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/43ae2348-2335-4059-9573-3624117d1470/imagem_20251031_183955890.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.9375rem;width:22.1875rem;top:16rem;left:25rem;display:block; }#cd2hOsq37U6npxdyJrbXeP8JZCvTV0qD.adaptive-delivery-prevent-bg, #cd2hOsq37U6npxdyJrbXeP8JZCvTV0qD.lazyload, #cd2hOsq37U6npxdyJrbXeP8JZCvTV0qD.lazyloading { background-image: none; }
#JWTFLGxMICQqN91eT8gV8XWp2Zo74tTr { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/122e10e8-0a86-47d0-a3d1-d4c73d7d4f1b/imagem_20251031_184009849.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.625rem;width:22.1875rem;top:16.125rem;left:47.1875rem;display:block; }#JWTFLGxMICQqN91eT8gV8XWp2Zo74tTr.adaptive-delivery-prevent-bg, #JWTFLGxMICQqN91eT8gV8XWp2Zo74tTr.lazyload, #JWTFLGxMICQqN91eT8gV8XWp2Zo74tTr.lazyloading { background-image: none; }
#yQGgURtVi47l7cIbconD3ymzzdGyx3E5 { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/29c6d2ad-f2f2-4f1c-9133-ae04ccd5ce06/imagem_20251031_184025668.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.3125rem;width:33rem;top:39.5625rem;left:2.875rem;display:block; }#yQGgURtVi47l7cIbconD3ymzzdGyx3E5.adaptive-delivery-prevent-bg, #yQGgURtVi47l7cIbconD3ymzzdGyx3E5.lazyload, #yQGgURtVi47l7cIbconD3ymzzdGyx3E5.lazyloading { background-image: none; }
#f4vrqRq3I1KTLVGqkWxxr5FpqsrSBxfU { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/27c410f9-b470-47b6-9583-e461936532b1/imagem_20251031_184038504.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.125rem;width:33rem;top:39.5625rem;left:36.4375rem;display:block; }#f4vrqRq3I1KTLVGqkWxxr5FpqsrSBxfU.adaptive-delivery-prevent-bg, #f4vrqRq3I1KTLVGqkWxxr5FpqsrSBxfU.lazyload, #f4vrqRq3I1KTLVGqkWxxr5FpqsrSBxfU.lazyloading { background-image: none; }
#grXNlkzUWcS76k7BBmaPskDRbJe0puOI { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),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:17.875rem;height:3.375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:59.125rem;left:28.625rem;display:block; }
#F27o4U3HB38PHtbMfU2s8i1FiJCIPPAW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HIFHAGsvxwbQlZU6klM4qaKz4SCmWn7G { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top: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:4.1875rem;top:5.0625rem;left:35.4375rem;overflow:hidden;display:block; }
#OqoPE2WJhbZsoVg71llRgxEXcZfci8mL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#OqoPE2WJhbZsoVg71llRgxEXcZfci8mL > .row .container { background-color: transparent; background-image: none; }#OqoPE2WJhbZsoVg71llRgxEXcZfci8mL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OqoPE2WJhbZsoVg71llRgxEXcZfci8mL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OqoPE2WJhbZsoVg71llRgxEXcZfci8mL > .row .container > .video-iframe-container { display: none; }#OqoPE2WJhbZsoVg71llRgxEXcZfci8mL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OqoPE2WJhbZsoVg71llRgxEXcZfci8mL > .row > .video-iframe-container { display: none; }#OqoPE2WJhbZsoVg71llRgxEXcZfci8mL > .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); }#OqoPE2WJhbZsoVg71llRgxEXcZfci8mL > .row .container { border-width: 0; border-radius: 0; }#OqoPE2WJhbZsoVg71llRgxEXcZfci8mL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OqoPE2WJhbZsoVg71llRgxEXcZfci8mL > .row .container { font-size:0.875rem;font-family:arial;height:25.8125rem;width:75rem;position:relative;display:block; }#rPZfOWLMOTsc3ewXxWBh99Su3OLuQiqH { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4ccde4aa-289a-4c5d-8c1f-807708e38895/imagem_20251031_184907154.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:12.25rem;top:6.9375rem;left:4.0625rem;display:block; }#rPZfOWLMOTsc3ewXxWBh99Su3OLuQiqH.adaptive-delivery-prevent-bg, #rPZfOWLMOTsc3ewXxWBh99Su3OLuQiqH.lazyload, #rPZfOWLMOTsc3ewXxWBh99Su3OLuQiqH.lazyloading { background-image: none; }
#nBaqW5FMLHcuDFrLPZfGPAqIRxS0R5tp { color:#00493d;display:block;width:36.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.375rem;left:18.625rem;height:3.16845625rem;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; }
#vxIqsBLvXHAOuba6SntmMlhzOgTzK8Fd { color:#00493d;display:block;width:36.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:4.5625rem;left:19.625rem;height:1.4624rem;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; }
#GHaSHh3HtrsBxOspEe4BTfymfieniRgb { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7d736bd6-fdc5-4122-837f-341614668de1/imagem_20251031_184921862.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:12.25rem;top:6.9375rem;left:16.875rem;display:block; }#GHaSHh3HtrsBxOspEe4BTfymfieniRgb.adaptive-delivery-prevent-bg, #GHaSHh3HtrsBxOspEe4BTfymfieniRgb.lazyload, #GHaSHh3HtrsBxOspEe4BTfymfieniRgb.lazyloading { background-image: none; }
#aTDHxMUG1l0Gwz1yMeeN4lGHWEysXEQQ { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/91b2d183-5946-4221-95ad-73a7e7541020/imagem_20251031_184935521.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:12.25rem;top:6.9375rem;left:29.9375rem;display:block; }#aTDHxMUG1l0Gwz1yMeeN4lGHWEysXEQQ.adaptive-delivery-prevent-bg, #aTDHxMUG1l0Gwz1yMeeN4lGHWEysXEQQ.lazyload, #aTDHxMUG1l0Gwz1yMeeN4lGHWEysXEQQ.lazyloading { background-image: none; }
#VWi63nRG1OwgTecBBwONcd0lJ64NLqXS { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/47c8ac12-06fb-419d-ac16-e63c2c450d2c/imagem_20251031_185021071.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:12.25rem;top:6.9375rem;left:43rem;display:block; }#VWi63nRG1OwgTecBBwONcd0lJ64NLqXS.adaptive-delivery-prevent-bg, #VWi63nRG1OwgTecBBwONcd0lJ64NLqXS.lazyload, #VWi63nRG1OwgTecBBwONcd0lJ64NLqXS.lazyloading { background-image: none; }
#aJFtuR8FuToZOTvQtNgrmOwOkV05ka5d { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/91b68a4a-4a36-41af-b8eb-20f84541ba35/imagem_20251031_185035373.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:12.25rem;top:6.9375rem;left:56.5rem;display:block; }#aJFtuR8FuToZOTvQtNgrmOwOkV05ka5d.adaptive-delivery-prevent-bg, #aJFtuR8FuToZOTvQtNgrmOwOkV05ka5d.lazyload, #aJFtuR8FuToZOTvQtNgrmOwOkV05ka5d.lazyloading { background-image: none; }
#TpTzRD8xkU3PRXGhNmLrWaykJgJQwn1B { position:relative;display:block; }#TpTzRD8xkU3PRXGhNmLrWaykJgJQwn1B { background-color: transparent; background-image: none; }#TpTzRD8xkU3PRXGhNmLrWaykJgJQwn1B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TpTzRD8xkU3PRXGhNmLrWaykJgJQwn1B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TpTzRD8xkU3PRXGhNmLrWaykJgJQwn1B > .row .container > .video-iframe-container { display: none; }#TpTzRD8xkU3PRXGhNmLrWaykJgJQwn1B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TpTzRD8xkU3PRXGhNmLrWaykJgJQwn1B > .row > .video-iframe-container { display: none; }#TpTzRD8xkU3PRXGhNmLrWaykJgJQwn1B > .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); }#TpTzRD8xkU3PRXGhNmLrWaykJgJQwn1B { border-width: 0; border-radius: 0; }#TpTzRD8xkU3PRXGhNmLrWaykJgJQwn1B > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TpTzRD8xkU3PRXGhNmLrWaykJgJQwn1B > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:75.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Sd31TyZFfQcxHFD4pRrih3y4izEosgNP { color:#ffffff;display:block;width:45.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.4375rem;left:15.125rem;height:3.16845625rem;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; }
#Kylol269Zaab9RNpMF7W7AAbgWOHxvbW { color:#ffffff;display:block;width:36.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:9.625rem;left:19.6875rem;height:1.4624rem;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; }
#IQDpkr9Jb5OKIwQVfEKpL8cH5UmU2QTA { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top: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:25.5rem;width:31.75rem;top:12.4375rem;left:5.75rem;overflow:hidden;display:block; }
#TXSExAWe35Xxu6Eq1iXTB6EngKbzW5LB { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),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:17.875rem;height:3.375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:66.187502861025rem;left:28.5625rem;display:block; }
#eorLBFVEIQUpeh0SuJ9EHpQwZPyrnPbp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NHqzmT4mOWlEaJbKyqOehCnR6pcSU94x { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top: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:25.5rem;width:31.625rem;top:12.4375rem;left:37.5rem;overflow:hidden;display:block; }
#WDED9c5TqueGmAEQNhX89697P62IP7Z3 { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top: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:25.375rem;width:31.75rem;top:37.9375rem;left:5.75rem;overflow:hidden;display:block; }
#OkKs9QWCkwkutZFN3RdSXwwJmyJ9EMZ0 { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top: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:25.375rem;width:31.75rem;top:37.9375rem;left:37.5rem;overflow:hidden;display:block; }
#JAoagbc5kLofATAc9da4gz8Z0zzPUf5Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00493d;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; }#JAoagbc5kLofATAc9da4gz8Z0zzPUf5Z > .row .container { background-color: transparent; background-image: none; }#JAoagbc5kLofATAc9da4gz8Z0zzPUf5Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JAoagbc5kLofATAc9da4gz8Z0zzPUf5Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JAoagbc5kLofATAc9da4gz8Z0zzPUf5Z > .row .container > .video-iframe-container { display: none; }#JAoagbc5kLofATAc9da4gz8Z0zzPUf5Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JAoagbc5kLofATAc9da4gz8Z0zzPUf5Z > .row > .video-iframe-container { display: none; }#JAoagbc5kLofATAc9da4gz8Z0zzPUf5Z > .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); }#JAoagbc5kLofATAc9da4gz8Z0zzPUf5Z > .row .container { border-width: 0; border-radius: 0; }#JAoagbc5kLofATAc9da4gz8Z0zzPUf5Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JAoagbc5kLofATAc9da4gz8Z0zzPUf5Z > .row .container { font-size:0.875rem;font-family:arial;height:38.1875rem;width:75rem;position:relative;display:block; }#rbVX0OyBlR6ielPiqVuFwwJzWIUaRcgD { color:#ffffff;display:block;width:23.25rem;position:absolute;font-family:raleway;font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:12.25rem;left:4.6875rem;height:9.75rem;font-style:normal;display:block; }
#KTiGCou29OcXP2DwV5qfsyNqrbI3MUeV .widget-form-header {  }
#KTiGCou29OcXP2DwV5qfsyNqrbI3MUeV .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:700;color:#000000;width:32.75rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#KTiGCou29OcXP2DwV5qfsyNqrbI3MUeV .widget-input-text { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:32.75rem;box-sizing:border-box;height:3.25rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:ubuntu;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.15) ;line-height:1.5; }
#KTiGCou29OcXP2DwV5qfsyNqrbI3MUeV .widget-input-text {padding-top: 0; padding-bottom: 0;}#KTiGCou29OcXP2DwV5qfsyNqrbI3MUeV .widget-textarea { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:#ffffff;background-image:none;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;width:32.75rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:ubuntu;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.15) ;line-height:1.5; }
#KTiGCou29OcXP2DwV5qfsyNqrbI3MUeV .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;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:32.75rem;box-sizing:border-box;height:2.75rem;color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;overflow:hidden;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.15) ; }
#KTiGCou29OcXP2DwV5qfsyNqrbI3MUeV .widget-input-select {padding-top: 0; padding-bottom: 0;}#KTiGCou29OcXP2DwV5qfsyNqrbI3MUeV .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; }
#KTiGCou29OcXP2DwV5qfsyNqrbI3MUeV .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#KTiGCou29OcXP2DwV5qfsyNqrbI3MUeV .widget-input-button { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:transparent;background-image: -webkit-linear-gradient(225deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(225deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(225deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(225deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(225deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-1),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:1rem;font-weight:bold;color:#ffffff;width:32.75rem;height:3.75rem;font-family:ubuntu;overflow:hidden;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ; }
#KTiGCou29OcXP2DwV5qfsyNqrbI3MUeV [class*="-text"]:-moz-placeholder { color:#000000;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;font-style:normal; }
#KTiGCou29OcXP2DwV5qfsyNqrbI3MUeV [class*="-text"]::-moz-placeholder { color:#000000;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;font-style:normal; }
#KTiGCou29OcXP2DwV5qfsyNqrbI3MUeV [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;font-style:normal; }
#KTiGCou29OcXP2DwV5qfsyNqrbI3MUeV [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;font-style:normal; }
#KTiGCou29OcXP2DwV5qfsyNqrbI3MUeV .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:ubuntu;line-height:1.3;font-size:0.875rem;font-weight:400;color:#000000;vertical-align:top;width:31.5625rem;overflow:hidden;font-style:normal;float:none; }
#KTiGCou29OcXP2DwV5qfsyNqrbI3MUeV .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; }
#KTiGCou29OcXP2DwV5qfsyNqrbI3MUeV .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:ubuntu;font-size:0.875rem;font-weight:400;color:#000000;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#KTiGCou29OcXP2DwV5qfsyNqrbI3MUeV .widget-container { padding-top:0.5625rem;padding-right:0;padding-bottom:0.5rem;padding-left:0;width:100%;font-size:0;height:auto; }
#KTiGCou29OcXP2DwV5qfsyNqrbI3MUeV .widget-container:first-of-type{padding-top:0;}#KTiGCou29OcXP2DwV5qfsyNqrbI3MUeV .widget-container:last-of-type{padding-bottom:0;}#KTiGCou29OcXP2DwV5qfsyNqrbI3MUeV  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:32.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:38.625rem;top:1.28125rem;z-index:15025;position:absolute; }
#KTiGCou29OcXP2DwV5qfsyNqrbI3MUeV .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:32.75rem;display:block;vertical-align:top; }
#KTiGCou29OcXP2DwV5qfsyNqrbI3MUeV .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.875rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KTiGCou29OcXP2DwV5qfsyNqrbI3MUeV {display:block;}#KTiGCou29OcXP2DwV5qfsyNqrbI3MUeV { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:32.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:38.625rem;top:1.28125rem;z-index:15025;position:absolute; }
#KTiGCou29OcXP2DwV5qfsyNqrbI3MUeV #xmzCZ7gA2Jnl23kVV0Q8U6nmX0vSa3b6 { position:relative; }
#KTiGCou29OcXP2DwV5qfsyNqrbI3MUeV #tkfV6qvdofWQshVC81rn0MHRSkzNzrEG { position:relative;display:none; }
#KTiGCou29OcXP2DwV5qfsyNqrbI3MUeV #TroLMbc9bv8wrLe4vem5E02nt0iTP2ry { position:relative; }
#KTiGCou29OcXP2DwV5qfsyNqrbI3MUeV #sedVTeUSRigJBE8Xt6CM4SAXvclTNMCS { position:relative; }
#KTiGCou29OcXP2DwV5qfsyNqrbI3MUeV #p3U0ctMMwTUU1y3VvMyH81ZA5eEmPMEa { position:relative;display:none; }
#KTiGCou29OcXP2DwV5qfsyNqrbI3MUeV #dJ0HitvJ2VThxMwn89sK2PAuBxFbsyP6 { position:relative; }
#KTiGCou29OcXP2DwV5qfsyNqrbI3MUeV #Fm49GiI81vyHAux6IQDo6Huhf60wZCWN { position:relative; }
#KTiGCou29OcXP2DwV5qfsyNqrbI3MUeV #fTsuJfRwbmDIiMIr5X0M4ZZ61NMq7QSW { position:relative;display:none; }
#KTiGCou29OcXP2DwV5qfsyNqrbI3MUeV #oW4kMn3AFTOUskccOBuFzX1Q6vDsOU7g { position:relative; }
#KTiGCou29OcXP2DwV5qfsyNqrbI3MUeV #OfGnTQtJkyBFkNohHceF5gLi9z40QoUA { position:relative; }
#KTiGCou29OcXP2DwV5qfsyNqrbI3MUeV #Qs7OgN3AiNGMMBco0N1F22pebFz7BBvS { position:relative;display:none; }
#KTiGCou29OcXP2DwV5qfsyNqrbI3MUeV #gmw30Tn2z4UdQMDkyHFMXGfsbVMXgIeX { position:relative; }
#KTiGCou29OcXP2DwV5qfsyNqrbI3MUeV #IApkAR5VqvhuLbKuMtEPtPI2X0iKBkoC { position:relative; }
#KTiGCou29OcXP2DwV5qfsyNqrbI3MUeV #G6xgbN86y26HlDyUDpwFRx7V5Jsnc0UX { position:relative;display:none; }
#KTiGCou29OcXP2DwV5qfsyNqrbI3MUeV #NT4GBykHy1hJfT785iMTJf2XLmsh12TQ { position:relative; }
#KTiGCou29OcXP2DwV5qfsyNqrbI3MUeV #wV1lqpbCz8uQEh0xDd9JuNxdTSUHZEtT { position:relative; }
#KTiGCou29OcXP2DwV5qfsyNqrbI3MUeV #IASgvdnTXbV0NsMp3AtwBZrbzyVshibP { position:relative;display:none; }
#KTiGCou29OcXP2DwV5qfsyNqrbI3MUeV #Z2VbUeFJXQy5ASSBvTsDxOG6t3XyfArO { position:relative; }
#KTiGCou29OcXP2DwV5qfsyNqrbI3MUeV #tOHyxVxw2W4UAixxTvV72H9ivpNy7vE7 { position:relative; }
#KTiGCou29OcXP2DwV5qfsyNqrbI3MUeV #ylM6DCwLrUH7CGBeG5TA2UmHx6DaokCp { position:relative; }
#Kt8QlFnq4ON3Zub99Q7VV3yWNJBltZLD { color:#ffffff;display:block;width:14.25rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:22.5625rem;left:4.6875rem;height:3.4121125rem;font-style:normal;display:block; }
#XxRfonm20JJPPtQ9nD1LvuZIeZJ0QrSV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#XxRfonm20JJPPtQ9nD1LvuZIeZJ0QrSV > .row .container { background-color: transparent; background-image: none; }#XxRfonm20JJPPtQ9nD1LvuZIeZJ0QrSV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XxRfonm20JJPPtQ9nD1LvuZIeZJ0QrSV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XxRfonm20JJPPtQ9nD1LvuZIeZJ0QrSV > .row .container > .video-iframe-container { display: none; }#XxRfonm20JJPPtQ9nD1LvuZIeZJ0QrSV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XxRfonm20JJPPtQ9nD1LvuZIeZJ0QrSV > .row > .video-iframe-container { display: none; }#XxRfonm20JJPPtQ9nD1LvuZIeZJ0QrSV > .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); }#XxRfonm20JJPPtQ9nD1LvuZIeZJ0QrSV > .row .container { border-width: 0; border-radius: 0; }#XxRfonm20JJPPtQ9nD1LvuZIeZJ0QrSV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XxRfonm20JJPPtQ9nD1LvuZIeZJ0QrSV > .row .container { font-size:0.875rem;font-family:arial;height:66.3125rem;width:75rem;position:relative;display:block; }#molZALJt56x5mr1DNsvok0BSio7m6vwD { color:#686868;display:block;width:13.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:15.6875rem;left:1.65625rem;height:11.19725rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#RVkytgAhhSCOkXp3CySSJ6N1swtlKNR7 { position:absolute;display:block;z-index:15004;background-color:#ff845e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.25rem;top:26.8125rem;left:6.8125rem;display:block; }
#qKA9A0QMsMuCCq3DWAG049AW65lgF96e { color:#686868;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:13.260417938233rem;left:0rem;height:1.5996125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#Paw74npwTwOw4LE0kbZRwH9TDkvtvLuA { color:rgba(var(--color-primary-2),1);display:block;width:5.25rem;position:absolute;font-family:ubuntu;font-size:7.6875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:9.0625rem;left:0rem;height:9.9931875rem;font-style:normal;display:block; }
#ehK5lkNX5pO364tFm3BWRiKsK30aa23J { color:#00493d;display:block;width:36.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.6875rem;left:19.125rem;height:3.16845625rem;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; }
#DZzukNXNgTWWQhRQv1CIzCTEJQ8wy9Vq { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),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:17.875rem;height:3.375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:57.5625rem;left:30rem;display:block; }
#gHDNRith5wdquBmJLySWxPTw6mTOblpm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XH1sFAGPkehDSIE1z4cOLcut10CML5CD { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5625rem;width:17.875rem;top:9.8125rem;left:0rem;display:block; }
#VVqPxowUV4bdRBXRCbex8OaVwqtspWTt { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:45.8125rem;width:17.875rem;top:9.8125rem;left:18.4375rem;display:block; }
#Tzf6EPgcvzC9T2VwQ2i5KymVgUVdvmDx { position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.75rem;width:17.875rem;top:9.8955078125rem;left:37rem;display:block; }
#MF8vw8M7EougXmVeLsUg7TdWobto3Q0f { position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5625rem;width:17.875rem;top:9.8125rem;left:55.875rem;display:block; }
#GWlOCf9pxPdsdQm4I5crROak8bLuMEJJ { position:absolute;display:block;z-index:15005;background-color:#ff845e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.25rem;top:54.0625rem;left:25.75rem;display:block; }
#cXIUCyQdXV5e8WGUFOwJpWUegL7lCLkT { position:absolute;display:block;z-index:15006;background-color:#ff845e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.25rem;top:33.96875rem;left:44.3125rem;display:block; }
#b1oZsCNTAH0LnT5qurgDwfAxTd8DnTwc { position:absolute;display:block;z-index:15007;background-color:#ff845e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.25rem;top:26.8125rem;left:63.1875rem;display:block; }
#uzk76FvSLHazeCtB5prGnKZn72VqXHps { color:rgba(var(--color-primary-2),1);display:block;width:5.25rem;position:absolute;font-family:ubuntu;font-size:7.6875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:9.8125rem;left:19.125rem;height:9.9931875rem;font-style:normal;display:block; }
#gfTWIVGGFsRLJzaVuF8G7ZBPkxfu8iKK { color:rgba(var(--color-primary-2),1);display:block;width:5.25rem;position:absolute;font-family:ubuntu;font-size:7.6875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:9.8125rem;left:36.3125rem;height:9.9931875rem;font-style:normal;display:block; }
#JvPy22DiXDMrsxqc4HWiiG6EfC8a6Dy5 { color:rgba(var(--color-primary-2),1);display:block;width:5.25rem;position:absolute;font-family:ubuntu;font-size:7.6875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:9.8125rem;left:55.875rem;height:9.9931875rem;font-style:normal;display:block; }
#OSllPb4urc8l8Ia01wbiHcOQ7rPneF62 { color:#686868;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15004;line-height:1.6;letter-spacing:0;top:12.6728515625rem;left:19.125rem;height:1.5996125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#HMrt7mqlU9hrUUhTkVm6794CpMs01le6 { color:#686868;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:12.6728515625rem;left:37.5rem;height:1.5996125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#lOwFw4Xgfqaovm8fVbzrQFsuRQZSlFpL { color:#686868;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15004;line-height:1.6;letter-spacing:0;top:12.6728515625rem;left:55.875rem;height:1.5996125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#JMCStTdvcsUtd4iWJNQ3hldtITo75i5K { color:#686868;display:block;width:15.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:15.25rem;left:20rem;height:41.589875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#RKNok4nPlbbtMExNZ6VxWLQqJZQthr6N { color:#686868;display:block;width:13.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:15.6875rem;left:39.15625rem;height:20.7949375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#QpWOn6LD4OAzVLsuaTcZSTlAa7OmdTTg { color:#686868;display:block;width:13.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:14.90625rem;left:58.03125rem;height:12.796875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#zJmII1zUW8DWuzKpqtp10opsRA7KRpPd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1b376d;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; }#zJmII1zUW8DWuzKpqtp10opsRA7KRpPd > .row .container { background-color: transparent; background-image: none; }#zJmII1zUW8DWuzKpqtp10opsRA7KRpPd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zJmII1zUW8DWuzKpqtp10opsRA7KRpPd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zJmII1zUW8DWuzKpqtp10opsRA7KRpPd > .row .container > .video-iframe-container { display: none; }#zJmII1zUW8DWuzKpqtp10opsRA7KRpPd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zJmII1zUW8DWuzKpqtp10opsRA7KRpPd > .row > .video-iframe-container { display: none; }#zJmII1zUW8DWuzKpqtp10opsRA7KRpPd > .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); }#zJmII1zUW8DWuzKpqtp10opsRA7KRpPd > .row .container { border-width: 0; border-radius: 0; }#zJmII1zUW8DWuzKpqtp10opsRA7KRpPd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zJmII1zUW8DWuzKpqtp10opsRA7KRpPd > .row .container { font-size:0.875rem;font-family:arial;height:48.125rem;width:75rem;position:relative;display:block; }#q89vmGqPtUmLRsmMK0VuI636pbK0t81Q { color:#ffffff;display:block;width:36.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.1875rem;left:19.125rem;height:3.16845625rem;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; }
#fkVrnoauT9alEi3SlUag8PHTBBL7EsZB .accordion-element-container { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;flex-direction:column;align-items:center;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#fkVrnoauT9alEi3SlUag8PHTBBL7EsZB .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#fkVrnoauT9alEi3SlUag8PHTBBL7EsZB .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:1.25rem;color:rgba(var(--color-tertiary-4),1); }
#fkVrnoauT9alEi3SlUag8PHTBBL7EsZB .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1); }
#fkVrnoauT9alEi3SlUag8PHTBBL7EsZB .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#fkVrnoauT9alEi3SlUag8PHTBBL7EsZB .accordion-trigger.adaptive-delivery-prevent-bg, #fkVrnoauT9alEi3SlUag8PHTBBL7EsZB .accordion-trigger.lazyload, #fkVrnoauT9alEi3SlUag8PHTBBL7EsZB .accordion-trigger.lazyloading { background-image: none; }
#fkVrnoauT9alEi3SlUag8PHTBBL7EsZB { box-sizing:content-box;height:auto;width:53.0625rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15004;background-color:#1b376d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:9.375rem;left:9.75rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem; }
#fkVrnoauT9alEi3SlUag8PHTBBL7EsZB #VR51ZO1NVCidqTzxZoSJdSFk0Ppefwxh { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#fkVrnoauT9alEi3SlUag8PHTBBL7EsZB #tlG3gMglsETSKPLHPZRzTeoNZE1A7Ofa { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#fkVrnoauT9alEi3SlUag8PHTBBL7EsZB #SolRRwnBmtoHM6cGLmk9DMwpueozTC3k { display:block;position:relative; }
#fkVrnoauT9alEi3SlUag8PHTBBL7EsZB #El2xkhT7UR82ecCcBzwc17NbCamfN6kl {  }
#fkVrnoauT9alEi3SlUag8PHTBBL7EsZB #ABUhuEVcSO54Tv5gLGr2mOBpEOlQb175 {  }
#fkVrnoauT9alEi3SlUag8PHTBBL7EsZB #o4EnD4k9URSeMP84TzgLVcM4QDTEW4rr { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#fkVrnoauT9alEi3SlUag8PHTBBL7EsZB #pgnvqqZXiwXZ9VqvwqGW7ybe6rRnVZex { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#fkVrnoauT9alEi3SlUag8PHTBBL7EsZB #N6bC7mFddootcrQ1Sn7eGgvIWuiaM7DV { display:block;position:relative; }
#fkVrnoauT9alEi3SlUag8PHTBBL7EsZB #PqDf9TBPq4acGxETllxw2eHd6wwa8KJM {  }
#fkVrnoauT9alEi3SlUag8PHTBBL7EsZB #i6aCQTLxRpHE7iKL2E6QHfVXsMtLDcKt { display:none; }
#fkVrnoauT9alEi3SlUag8PHTBBL7EsZB #a3pPRnFUUkXuRzcOhQxZDUgHARxNcOtL { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#fkVrnoauT9alEi3SlUag8PHTBBL7EsZB #h7pGrbLH8wKsGWiSFSbUWbbF7CKCkctE { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#fkVrnoauT9alEi3SlUag8PHTBBL7EsZB #u9DzN6HEu7B73h4QSktSFo7IG0RsmAyJ { display:block;position:relative; }
#fkVrnoauT9alEi3SlUag8PHTBBL7EsZB #DkfOqOoksNUBHKPeBo684qci5KRx3l93 {  }
#fkVrnoauT9alEi3SlUag8PHTBBL7EsZB #eBsTKgswuQLt0Io9q8AkFwOz7Lm59Lbn { display:none; }
#fkVrnoauT9alEi3SlUag8PHTBBL7EsZB #Ac91tPms9l9COe5wLGTR72wDCfCNquh4 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#fkVrnoauT9alEi3SlUag8PHTBBL7EsZB #vy1AHcDCmeTK5pH5hDbDVbEvI4kR5oup { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#fkVrnoauT9alEi3SlUag8PHTBBL7EsZB #g7BmKW3r1Mx1riAQ5E7GGeaxcC9PWTco { display:block;position:relative; }
#fkVrnoauT9alEi3SlUag8PHTBBL7EsZB #htPQemwvABxN4DnymApBcKUqVKNrEP5v {  }
#fkVrnoauT9alEi3SlUag8PHTBBL7EsZB #Swv4wergaTylLKOmcFQsBQgRbBAFQJT9 { display:none; }
#fkVrnoauT9alEi3SlUag8PHTBBL7EsZB #VoDosOZ8NsFP4GfOySA6KzJPsWfFUsuk { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#fkVrnoauT9alEi3SlUag8PHTBBL7EsZB #nv08qrhKk3HRiPUMrohSpnC3ayTVVP5p { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#fkVrnoauT9alEi3SlUag8PHTBBL7EsZB #uM7s9GBbLaHsWU7fI5gL0HR3pfTZKESM { display:block;position:relative; }
#fkVrnoauT9alEi3SlUag8PHTBBL7EsZB #L2zXnmsUbaRuQh3bJQ608C4bMTGEWL8f {  }
#fkVrnoauT9alEi3SlUag8PHTBBL7EsZB #Q5TKkdGPXeN2nBqaI78iwLqaS3Zig2vH { display:none; }
#fkVrnoauT9alEi3SlUag8PHTBBL7EsZB #rAVbMWHcSyOXKiAJku2b6lEKR9kyVHbk { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#fkVrnoauT9alEi3SlUag8PHTBBL7EsZB #SQXIEGMLqZDH2GzqCZLMrSQla8LAMbIT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#fkVrnoauT9alEi3SlUag8PHTBBL7EsZB #XUyGA7eElvPuKcXITGEGvMpZ8yZsbJss { display:block;position:relative; }
#fkVrnoauT9alEi3SlUag8PHTBBL7EsZB #f0F7T6FQ0uafRZMUpTNyv8HZgdN1VuUt {  }
#fkVrnoauT9alEi3SlUag8PHTBBL7EsZB #nOS1qJ4iEghsvTJgXqIn0OiyaDpfSWgI { display:none; }
@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;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); } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { 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 { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #StnVcmDPDqDCzhOEBUEJcX0q3dOOkNUl { top:1.625rem;left:0rem;width:10.1875rem;height:2.5468812124963rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcG6fpnFxKKeSnfWWHnzT95t5uVnwOzf { width:14.5rem;height:2.6875rem;top:1.5625rem;left:33.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3GKrhggxWVptPH5McVHWaZsKXG0iHvw { display:block; }
 }@media only screen and (max-width: 763px) { #Z9taG7I05JnwdyhpaCwlTNAJOb8Vc6cW { display:block; }#Z9taG7I05JnwdyhpaCwlTNAJOb8Vc6cW { background-color: transparent; background-image: none; }#Z9taG7I05JnwdyhpaCwlTNAJOb8Vc6cW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z9taG7I05JnwdyhpaCwlTNAJOb8Vc6cW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z9taG7I05JnwdyhpaCwlTNAJOb8Vc6cW > .row .container > .video-iframe-container { display: none; }#Z9taG7I05JnwdyhpaCwlTNAJOb8Vc6cW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z9taG7I05JnwdyhpaCwlTNAJOb8Vc6cW > .row > .video-iframe-container { display: none; }#Z9taG7I05JnwdyhpaCwlTNAJOb8Vc6cW > .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); }#Z9taG7I05JnwdyhpaCwlTNAJOb8Vc6cW { border-width: 0; border-radius: 0; }#Z9taG7I05JnwdyhpaCwlTNAJOb8Vc6cW > .row .container { width:47.5rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FLpeldTFV7yqvWOQadIlXxIrOK3lumuy { top:3.6875rem;left:0rem;width:24.625rem;height:1.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHI9y2ZeXqPsgN66U0OZpMR3sR9yv1vB { top:3rem;left:0rem;width:26rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBs0A7zA2qu4mVvN9T7gMlX0vQw6846t { top:6.9375rem;left:0rem;width:28.625rem;height:11rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHR60rVZuR5H8c5NRDzJVDMyf06ixWLs { top:18.9375rem;left:0rem;width:26.875rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qek94CR6BeJa5tH7G9v6zxFolbTnq4qJ { width:17.875rem;height:3.375rem;top:25.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hpel0guI3vGBcCpZB44FO45VIubgWAZb { display:block; }
 }@media only screen and (max-width: 763px) { #UcUK1RGTV9V9IpNRd3qJPTAqLeR6kU0B { top:0rem;left:1.6875rem;width:41.375rem;height:36rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyrUM53x2vTVcdbNfiT1VcAGRoT4gatO { display:block; }#IyrUM53x2vTVcdbNfiT1VcAGRoT4gatO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y8FnJPWkRBUhBtBkxdXJ2AGwqChsO6RL { width:21.75rem;height:26rem;top:12.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzTZQMVebK63Qd0N6UiThL4GzRQzNrBG { width:36.75rem;height:3.125rem;top:6.875rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrIQy5lVclO7SWkThzCOpJ8sGxXW15Qf { width:21.75rem;height:25.6875rem;top:12.25rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5N7LTzcOaCAgINkdtbhaZLMTXOIdl45 { width:21.75rem;height:25.375rem;top:12.4375rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZrPlUOGevB5NXyC4audRfd4QaOfClAu { display:block; }#bZrPlUOGevB5NXyC4audRfd4QaOfClAu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xg50MP4epWyRvtJ69wSb9VTlVXgdc2bI { width:21.75rem;height:21.5rem;top:16rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wv73TNxT2UvAiMyQWpz5EZT0RLzCQ24C { width:36.75rem;height:3.125rem;top:10.4375rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xp8TIPVcOKmEJFu4p7an3gB0Pf90bKrb { width:36.75rem;height:1.4375rem;top:13.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cd2hOsq37U6npxdyJrbXeP8JZCvTV0qD { width:22.1875rem;height:21.9375rem;top:16rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWTFLGxMICQqN91eT8gV8XWp2Zo74tTr { width:22.1875rem;height:21.625rem;top:16.125rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQGgURtVi47l7cIbconD3ymzzdGyx3E5 { width:33rem;height:17.3125rem;top:39.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4vrqRq3I1KTLVGqkWxxr5FpqsrSBxfU { width:33rem;height:17.125rem;top:39.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #grXNlkzUWcS76k7BBmaPskDRbJe0puOI { width:17.875rem;height:3.375rem;top:59.125rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F27o4U3HB38PHtbMfU2s8i1FiJCIPPAW { display:block; }
 }@media only screen and (max-width: 763px) { #HIFHAGsvxwbQlZU6klM4qaKz4SCmWn7G { top:5.0625rem;left:21.75rem;width:4.1875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqoPE2WJhbZsoVg71llRgxEXcZfci8mL { display:block; }#OqoPE2WJhbZsoVg71llRgxEXcZfci8mL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rPZfOWLMOTsc3ewXxWBh99Su3OLuQiqH { width:12.25rem;height:13.125rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBaqW5FMLHcuDFrLPZfGPAqIRxS0R5tp { width:36.75rem;height:3.125rem;top:1.375rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxIqsBLvXHAOuba6SntmMlhzOgTzK8Fd { width:36.75rem;height:1.4375rem;top:4.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHaSHh3HtrsBxOspEe4BTfymfieniRgb { width:12.25rem;height:13.125rem;top:6.9375rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTDHxMUG1l0Gwz1yMeeN4lGHWEysXEQQ { width:12.25rem;height:13.125rem;top:6.9375rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWi63nRG1OwgTecBBwONcd0lJ64NLqXS { width:12.25rem;height:13.125rem;top:6.9375rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJFtuR8FuToZOTvQtNgrmOwOkV05ka5d { width:12.25rem;height:13.125rem;top:6.9375rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpTzRD8xkU3PRXGhNmLrWaykJgJQwn1B { display:block; }#TpTzRD8xkU3PRXGhNmLrWaykJgJQwn1B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sd31TyZFfQcxHFD4pRrih3y4izEosgNP { width:45.9375rem;height:3.125rem;top:6.4375rem;left:1.5rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kylol269Zaab9RNpMF7W7AAbgWOHxvbW { width:36.75rem;height:1.4375rem;top:9.625rem;left:6.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQDpkr9Jb5OKIwQVfEKpL8cH5UmU2QTA { top:12.4375rem;left:0rem;width:31.75rem;height:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXSExAWe35Xxu6Eq1iXTB6EngKbzW5LB { width:17.875rem;height:3.375rem;top:66.1875rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eorLBFVEIQUpeh0SuJ9EHpQwZPyrnPbp { display:block; }
 }@media only screen and (max-width: 763px) { #NHqzmT4mOWlEaJbKyqOehCnR6pcSU94x { top:12.4375rem;left:16rem;width:31.625rem;height:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDED9c5TqueGmAEQNhX89697P62IP7Z3 { top:37.9375rem;left:0rem;width:31.75rem;height:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkKs9QWCkwkutZFN3RdSXwwJmyJ9EMZ0 { top:37.9375rem;left:16rem;width:31.75rem;height:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAoagbc5kLofATAc9da4gz8Z0zzPUf5Z { display:block; }#JAoagbc5kLofATAc9da4gz8Z0zzPUf5Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rbVX0OyBlR6ielPiqVuFwwJzWIUaRcgD { top:12.25rem;left:0rem;width:23.25rem;height:9.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTiGCou29OcXP2DwV5qfsyNqrbI3MUeV .widget-regular-label { display:block;width:32.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KTiGCou29OcXP2DwV5qfsyNqrbI3MUeV .widget-input-text { width:32.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KTiGCou29OcXP2DwV5qfsyNqrbI3MUeV .widget-input-text {padding-top: 0; padding-bottom: 0;}#KTiGCou29OcXP2DwV5qfsyNqrbI3MUeV .widget-textarea { width:32.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KTiGCou29OcXP2DwV5qfsyNqrbI3MUeV .widget-input-select { width:32.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KTiGCou29OcXP2DwV5qfsyNqrbI3MUeV .widget-input-select {padding-top: 0; padding-bottom: 0;}#KTiGCou29OcXP2DwV5qfsyNqrbI3MUeV .widget-input-button { width:32.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KTiGCou29OcXP2DwV5qfsyNqrbI3MUeV .widget-checkbox-label { width:31.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KTiGCou29OcXP2DwV5qfsyNqrbI3MUeV  { width:32.75rem;height:auto;top:1.25rem;left:12.5rem; }
#KTiGCou29OcXP2DwV5qfsyNqrbI3MUeV .radio-container { width:32.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KTiGCou29OcXP2DwV5qfsyNqrbI3MUeV {display:block;}#KTiGCou29OcXP2DwV5qfsyNqrbI3MUeV { width:32.75rem;height:auto;top:1.25rem;left:12.5rem; }
 }@media only screen and (max-width: 763px) { #KTiGCou29OcXP2DwV5qfsyNqrbI3MUeV #xmzCZ7gA2Jnl23kVV0Q8U6nmX0vSa3b6 {  }
 }@media only screen and (max-width: 763px) { #KTiGCou29OcXP2DwV5qfsyNqrbI3MUeV #tkfV6qvdofWQshVC81rn0MHRSkzNzrEG { display:none; }
 }@media only screen and (max-width: 763px) { #KTiGCou29OcXP2DwV5qfsyNqrbI3MUeV #TroLMbc9bv8wrLe4vem5E02nt0iTP2ry {  }
 }@media only screen and (max-width: 763px) { #KTiGCou29OcXP2DwV5qfsyNqrbI3MUeV #sedVTeUSRigJBE8Xt6CM4SAXvclTNMCS {  }
 }@media only screen and (max-width: 763px) { #KTiGCou29OcXP2DwV5qfsyNqrbI3MUeV #p3U0ctMMwTUU1y3VvMyH81ZA5eEmPMEa { display:none; }
 }@media only screen and (max-width: 763px) { #KTiGCou29OcXP2DwV5qfsyNqrbI3MUeV #dJ0HitvJ2VThxMwn89sK2PAuBxFbsyP6 {  }
 }@media only screen and (max-width: 763px) { #KTiGCou29OcXP2DwV5qfsyNqrbI3MUeV #Fm49GiI81vyHAux6IQDo6Huhf60wZCWN {  }
 }@media only screen and (max-width: 763px) { #KTiGCou29OcXP2DwV5qfsyNqrbI3MUeV #fTsuJfRwbmDIiMIr5X0M4ZZ61NMq7QSW { display:none; }
 }@media only screen and (max-width: 763px) { #KTiGCou29OcXP2DwV5qfsyNqrbI3MUeV #oW4kMn3AFTOUskccOBuFzX1Q6vDsOU7g {  }
 }@media only screen and (max-width: 763px) { #KTiGCou29OcXP2DwV5qfsyNqrbI3MUeV #OfGnTQtJkyBFkNohHceF5gLi9z40QoUA {  }
 }@media only screen and (max-width: 763px) { #KTiGCou29OcXP2DwV5qfsyNqrbI3MUeV #Qs7OgN3AiNGMMBco0N1F22pebFz7BBvS { display:none; }
 }@media only screen and (max-width: 763px) { #KTiGCou29OcXP2DwV5qfsyNqrbI3MUeV #gmw30Tn2z4UdQMDkyHFMXGfsbVMXgIeX {  }
 }@media only screen and (max-width: 763px) { #KTiGCou29OcXP2DwV5qfsyNqrbI3MUeV #IApkAR5VqvhuLbKuMtEPtPI2X0iKBkoC {  }
 }@media only screen and (max-width: 763px) { #KTiGCou29OcXP2DwV5qfsyNqrbI3MUeV #G6xgbN86y26HlDyUDpwFRx7V5Jsnc0UX { display:none; }
 }@media only screen and (max-width: 763px) { #KTiGCou29OcXP2DwV5qfsyNqrbI3MUeV #NT4GBykHy1hJfT785iMTJf2XLmsh12TQ {  }
 }@media only screen and (max-width: 763px) { #KTiGCou29OcXP2DwV5qfsyNqrbI3MUeV #wV1lqpbCz8uQEh0xDd9JuNxdTSUHZEtT {  }
 }@media only screen and (max-width: 763px) { #KTiGCou29OcXP2DwV5qfsyNqrbI3MUeV #IASgvdnTXbV0NsMp3AtwBZrbzyVshibP { display:none; }
 }@media only screen and (max-width: 763px) { #KTiGCou29OcXP2DwV5qfsyNqrbI3MUeV #Z2VbUeFJXQy5ASSBvTsDxOG6t3XyfArO {  }
 }@media only screen and (max-width: 763px) { #KTiGCou29OcXP2DwV5qfsyNqrbI3MUeV #tOHyxVxw2W4UAixxTvV72H9ivpNy7vE7 {  }
 }@media only screen and (max-width: 763px) { #KTiGCou29OcXP2DwV5qfsyNqrbI3MUeV #ylM6DCwLrUH7CGBeG5TA2UmHx6DaokCp {  }
 }@media only screen and (max-width: 763px) { #Kt8QlFnq4ON3Zub99Q7VV3yWNJBltZLD { top:22.5625rem;left:0rem;width:14.25rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxRfonm20JJPPtQ9nD1LvuZIeZJ0QrSV { display:block; }#XxRfonm20JJPPtQ9nD1LvuZIeZJ0QrSV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #molZALJt56x5mr1DNsvok0BSio7m6vwD { width:13.5625rem;height:9.5625rem;top:15.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVkytgAhhSCOkXp3CySSJ6N1swtlKNR7 { width:3.25rem;height:0.0625rem;top:26.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKA9A0QMsMuCCq3DWAG049AW65lgF96e { width:16.875rem;height:1.5625rem;top:13.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Paw74npwTwOw4LE0kbZRwH9TDkvtvLuA { width:5.25rem;height:9.9375rem;top:9.0625rem;left:0rem;font-size:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehK5lkNX5pO364tFm3BWRiKsK30aa23J { width:36.75rem;height:3.125rem;top:4.6875rem;left:5.5rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZzukNXNgTWWQhRQv1CIzCTEJQ8wy9Vq { width:17.875rem;height:3.375rem;top:57.5625rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHDNRith5wdquBmJLySWxPTw6mTOblpm { display:block; }
 }@media only screen and (max-width: 763px) { #XH1sFAGPkehDSIE1z4cOLcut10CML5CD { width:17.875rem;height:18.5625rem;top:9.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVqPxowUV4bdRBXRCbex8OaVwqtspWTt { width:17.875rem;height:45.8125rem;top:9.8125rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tzf6EPgcvzC9T2VwQ2i5KymVgUVdvmDx { width:17.875rem;height:25.75rem;top:9.875rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MF8vw8M7EougXmVeLsUg7TdWobto3Q0f { width:17.875rem;height:18.5625rem;top:9.8125rem;left:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWlOCf9pxPdsdQm4I5crROak8bLuMEJJ { width:3.25rem;height:0.0625rem;top:54.0625rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXIUCyQdXV5e8WGUFOwJpWUegL7lCLkT { width:3.25rem;height:0.0625rem;top:33.9375rem;left:30.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1oZsCNTAH0LnT5qurgDwfAxTd8DnTwc { width:3.25rem;height:0.0625rem;top:26.8125rem;left:44.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzk76FvSLHazeCtB5prGnKZn72VqXHps { width:5.25rem;height:9.9375rem;top:9.8125rem;left:5.5rem;font-size:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfTWIVGGFsRLJzaVuF8G7ZBPkxfu8iKK { width:5.25rem;height:9.9375rem;top:9.8125rem;left:22.6875rem;font-size:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvPy22DiXDMrsxqc4HWiiG6EfC8a6Dy5 { width:5.25rem;height:9.9375rem;top:9.8125rem;left:42.25rem;font-size:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSllPb4urc8l8Ia01wbiHcOQ7rPneF62 { width:16.875rem;height:1.5625rem;top:12.625rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMrt7mqlU9hrUUhTkVm6794CpMs01le6 { width:16.875rem;height:1.5625rem;top:12.625rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOwFw4Xgfqaovm8fVbzrQFsuRQZSlFpL { width:16.875rem;height:1.5625rem;top:12.625rem;left:30.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMCStTdvcsUtd4iWJNQ3hldtITo75i5K { width:15.125rem;height:37.5rem;top:15.25rem;left:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKNok4nPlbbtMExNZ6VxWLQqJZQthr6N { width:13.5625rem;height:17.1875rem;top:15.6875rem;left:25.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpWOn6LD4OAzVLsuaTcZSTlAa7OmdTTg { width:13.5625rem;height:10.9375rem;top:14.875rem;left:34.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJmII1zUW8DWuzKpqtp10opsRA7KRpPd { display:block; }#zJmII1zUW8DWuzKpqtp10opsRA7KRpPd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q89vmGqPtUmLRsmMK0VuI636pbK0t81Q { width:36.75rem;height:3.125rem;top:5.1875rem;left:5.5rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkVrnoauT9alEi3SlUag8PHTBBL7EsZB .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fkVrnoauT9alEi3SlUag8PHTBBL7EsZB { display:flex;height:auto;width:45.25rem;top:14.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fkVrnoauT9alEi3SlUag8PHTBBL7EsZB #VR51ZO1NVCidqTzxZoSJdSFk0Ppefwxh {  }
 }@media only screen and (max-width: 763px) { #fkVrnoauT9alEi3SlUag8PHTBBL7EsZB #tlG3gMglsETSKPLHPZRzTeoNZE1A7Ofa {  }
 }@media only screen and (max-width: 763px) { #fkVrnoauT9alEi3SlUag8PHTBBL7EsZB #SolRRwnBmtoHM6cGLmk9DMwpueozTC3k {  }
 }@media only screen and (max-width: 763px) { #fkVrnoauT9alEi3SlUag8PHTBBL7EsZB #El2xkhT7UR82ecCcBzwc17NbCamfN6kl {  }
 }@media only screen and (max-width: 763px) { #fkVrnoauT9alEi3SlUag8PHTBBL7EsZB #ABUhuEVcSO54Tv5gLGr2mOBpEOlQb175 {  }
 }@media only screen and (max-width: 763px) { #fkVrnoauT9alEi3SlUag8PHTBBL7EsZB #o4EnD4k9URSeMP84TzgLVcM4QDTEW4rr {  }
 }@media only screen and (max-width: 763px) { #fkVrnoauT9alEi3SlUag8PHTBBL7EsZB #pgnvqqZXiwXZ9VqvwqGW7ybe6rRnVZex {  }
 }@media only screen and (max-width: 763px) { #fkVrnoauT9alEi3SlUag8PHTBBL7EsZB #N6bC7mFddootcrQ1Sn7eGgvIWuiaM7DV {  }
 }@media only screen and (max-width: 763px) { #fkVrnoauT9alEi3SlUag8PHTBBL7EsZB #PqDf9TBPq4acGxETllxw2eHd6wwa8KJM {  }
 }@media only screen and (max-width: 763px) { #fkVrnoauT9alEi3SlUag8PHTBBL7EsZB #i6aCQTLxRpHE7iKL2E6QHfVXsMtLDcKt {  }
 }@media only screen and (max-width: 763px) { #fkVrnoauT9alEi3SlUag8PHTBBL7EsZB #a3pPRnFUUkXuRzcOhQxZDUgHARxNcOtL {  }
 }@media only screen and (max-width: 763px) { #fkVrnoauT9alEi3SlUag8PHTBBL7EsZB #h7pGrbLH8wKsGWiSFSbUWbbF7CKCkctE {  }
 }@media only screen and (max-width: 763px) { #fkVrnoauT9alEi3SlUag8PHTBBL7EsZB #u9DzN6HEu7B73h4QSktSFo7IG0RsmAyJ {  }
 }@media only screen and (max-width: 763px) { #fkVrnoauT9alEi3SlUag8PHTBBL7EsZB #DkfOqOoksNUBHKPeBo684qci5KRx3l93 {  }
 }@media only screen and (max-width: 763px) { #fkVrnoauT9alEi3SlUag8PHTBBL7EsZB #eBsTKgswuQLt0Io9q8AkFwOz7Lm59Lbn {  }
 }@media only screen and (max-width: 763px) { #fkVrnoauT9alEi3SlUag8PHTBBL7EsZB #Ac91tPms9l9COe5wLGTR72wDCfCNquh4 {  }
 }@media only screen and (max-width: 763px) { #fkVrnoauT9alEi3SlUag8PHTBBL7EsZB #vy1AHcDCmeTK5pH5hDbDVbEvI4kR5oup {  }
 }@media only screen and (max-width: 763px) { #fkVrnoauT9alEi3SlUag8PHTBBL7EsZB #g7BmKW3r1Mx1riAQ5E7GGeaxcC9PWTco {  }
 }@media only screen and (max-width: 763px) { #fkVrnoauT9alEi3SlUag8PHTBBL7EsZB #htPQemwvABxN4DnymApBcKUqVKNrEP5v {  }
 }@media only screen and (max-width: 763px) { #fkVrnoauT9alEi3SlUag8PHTBBL7EsZB #Swv4wergaTylLKOmcFQsBQgRbBAFQJT9 {  }
 }@media only screen and (max-width: 763px) { #fkVrnoauT9alEi3SlUag8PHTBBL7EsZB #VoDosOZ8NsFP4GfOySA6KzJPsWfFUsuk {  }
 }@media only screen and (max-width: 763px) { #fkVrnoauT9alEi3SlUag8PHTBBL7EsZB #nv08qrhKk3HRiPUMrohSpnC3ayTVVP5p {  }
 }@media only screen and (max-width: 763px) { #fkVrnoauT9alEi3SlUag8PHTBBL7EsZB #uM7s9GBbLaHsWU7fI5gL0HR3pfTZKESM {  }
 }@media only screen and (max-width: 763px) { #fkVrnoauT9alEi3SlUag8PHTBBL7EsZB #L2zXnmsUbaRuQh3bJQ608C4bMTGEWL8f {  }
 }@media only screen and (max-width: 763px) { #fkVrnoauT9alEi3SlUag8PHTBBL7EsZB #Q5TKkdGPXeN2nBqaI78iwLqaS3Zig2vH {  }
 }@media only screen and (max-width: 763px) { #fkVrnoauT9alEi3SlUag8PHTBBL7EsZB #rAVbMWHcSyOXKiAJku2b6lEKR9kyVHbk {  }
 }@media only screen and (max-width: 763px) { #fkVrnoauT9alEi3SlUag8PHTBBL7EsZB #SQXIEGMLqZDH2GzqCZLMrSQla8LAMbIT {  }
 }@media only screen and (max-width: 763px) { #fkVrnoauT9alEi3SlUag8PHTBBL7EsZB #XUyGA7eElvPuKcXITGEGvMpZ8yZsbJss {  }
 }@media only screen and (max-width: 763px) { #fkVrnoauT9alEi3SlUag8PHTBBL7EsZB #f0F7T6FQ0uafRZMUpTNyv8HZgdN1VuUt {  }
 }@media only screen and (max-width: 763px) { #fkVrnoauT9alEi3SlUag8PHTBBL7EsZB #nOS1qJ4iEghsvTJgXqIn0OiyaDpfSWgI {  }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;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); } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { 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 { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:3.8125rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #StnVcmDPDqDCzhOEBUEJcX0q3dOOkNUl { width:6.125rem;height:1.25rem;top:1.4375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcG6fpnFxKKeSnfWWHnzT95t5uVnwOzf { width:11.0625rem;height:2rem;top:0.71875rem;left:8.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3GKrhggxWVptPH5McVHWaZsKXG0iHvw { display:block; }
 }@media only screen and (max-width: 763px) { #Z9taG7I05JnwdyhpaCwlTNAJOb8Vc6cW { display:block; }#Z9taG7I05JnwdyhpaCwlTNAJOb8Vc6cW { background-color: transparent; background-image: none; }#Z9taG7I05JnwdyhpaCwlTNAJOb8Vc6cW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z9taG7I05JnwdyhpaCwlTNAJOb8Vc6cW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z9taG7I05JnwdyhpaCwlTNAJOb8Vc6cW > .row .container > .video-iframe-container { display: none; }#Z9taG7I05JnwdyhpaCwlTNAJOb8Vc6cW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z9taG7I05JnwdyhpaCwlTNAJOb8Vc6cW > .row > .video-iframe-container { display: none; }#Z9taG7I05JnwdyhpaCwlTNAJOb8Vc6cW > .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); }#Z9taG7I05JnwdyhpaCwlTNAJOb8Vc6cW { border-width: 0; border-radius: 0; }#Z9taG7I05JnwdyhpaCwlTNAJOb8Vc6cW > .row .container { width:20rem;height:49.9375rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FLpeldTFV7yqvWOQadIlXxIrOK3lumuy { width:20rem;height:0.89355625rem;top:20.625rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NHI9y2ZeXqPsgN66U0OZpMR3sR9yv1vB { width:20rem;height:2.5625rem;top:19.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBs0A7zA2qu4mVvN9T7gMlX0vQw6846t { width:20rem;height:8rem;top:23.75rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wHR60rVZuR5H8c5NRDzJVDMyf06ixWLs { width:20rem;height:8.125rem;top:33.1875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qek94CR6BeJa5tH7G9v6zxFolbTnq4qJ { width:17.875rem;height:3.375rem;top:43rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hpel0guI3vGBcCpZB44FO45VIubgWAZb { display:block; }
 }@media only screen and (max-width: 763px) { #UcUK1RGTV9V9IpNRd3qJPTAqLeR6kU0B { width:20rem;height:17.3125rem;top:1.0625rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #IyrUM53x2vTVcdbNfiT1VcAGRoT4gatO { background-color:#ffffff;background-image:none;display:block; }#IyrUM53x2vTVcdbNfiT1VcAGRoT4gatO > .row .container { background-color: transparent; background-image: none; }#IyrUM53x2vTVcdbNfiT1VcAGRoT4gatO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IyrUM53x2vTVcdbNfiT1VcAGRoT4gatO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IyrUM53x2vTVcdbNfiT1VcAGRoT4gatO > .row .container > .video-iframe-container { display: none; }#IyrUM53x2vTVcdbNfiT1VcAGRoT4gatO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IyrUM53x2vTVcdbNfiT1VcAGRoT4gatO > .row > .video-iframe-container { display: none; }#IyrUM53x2vTVcdbNfiT1VcAGRoT4gatO > .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); }#IyrUM53x2vTVcdbNfiT1VcAGRoT4gatO > .row .container { width:20rem;height:79.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y8FnJPWkRBUhBtBkxdXJ2AGwqChsO6RL { width:18.0625rem;height:21.4375rem;top:7.5rem;left:0.96875rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c9388519-9a76-4110-b749-3d17e37b1a00/imagem_20251030_181026744.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#y8FnJPWkRBUhBtBkxdXJ2AGwqChsO6RL.adaptive-delivery-prevent-bg, #y8FnJPWkRBUhBtBkxdXJ2AGwqChsO6RL.lazyload, #y8FnJPWkRBUhBtBkxdXJ2AGwqChsO6RL.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #CzTZQMVebK63Qd0N6UiThL4GzRQzNrBG { width:17.25rem;height:4.875rem;top:1.625rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrIQy5lVclO7SWkThzCOpJ8sGxXW15Qf { width:18.9375rem;height:22.5rem;top:29.5625rem;left:0.53125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4249f66e-4b7d-43b9-a70b-8e366b87b632/imagem_20251030_191011240.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#xrIQy5lVclO7SWkThzCOpJ8sGxXW15Qf.adaptive-delivery-prevent-bg, #xrIQy5lVclO7SWkThzCOpJ8sGxXW15Qf.lazyload, #xrIQy5lVclO7SWkThzCOpJ8sGxXW15Qf.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #g5N7LTzcOaCAgINkdtbhaZLMTXOIdl45 { width:18.6875rem;height:22.0625rem;top:52.812501907349rem;left:0.65625rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/dea60b6d-567e-4da1-bd31-604d37775976/imagem_20251030_191144588.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#g5N7LTzcOaCAgINkdtbhaZLMTXOIdl45.adaptive-delivery-prevent-bg, #g5N7LTzcOaCAgINkdtbhaZLMTXOIdl45.lazyload, #g5N7LTzcOaCAgINkdtbhaZLMTXOIdl45.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #bZrPlUOGevB5NXyC4audRfd4QaOfClAu { display:block; }#bZrPlUOGevB5NXyC4audRfd4QaOfClAu > .row .container { width:20rem;height:102.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xg50MP4epWyRvtJ69wSb9VTlVXgdc2bI { width:18.75rem;height:18.625rem;top:16.687495231628rem;left:0.625rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e064008b-d603-4297-88b9-48d1415c5d39/imagem_20251031_183928075.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#xg50MP4epWyRvtJ69wSb9VTlVXgdc2bI.adaptive-delivery-prevent-bg, #xg50MP4epWyRvtJ69wSb9VTlVXgdc2bI.lazyload, #xg50MP4epWyRvtJ69wSb9VTlVXgdc2bI.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Wv73TNxT2UvAiMyQWpz5EZT0RLzCQ24C { width:20rem;height:4.875rem;top:7.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xp8TIPVcOKmEJFu4p7an3gB0Pf90bKrb { width:14.5rem;height:2.923825rem;top:12.8125rem;left:2.75rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cd2hOsq37U6npxdyJrbXeP8JZCvTV0qD { width:19.1875rem;height:18.8125rem;top:35.311199188233rem;left:0.40625rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/43ae2348-2335-4059-9573-3624117d1470/imagem_20251031_183955890.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#cd2hOsq37U6npxdyJrbXeP8JZCvTV0qD.adaptive-delivery-prevent-bg, #cd2hOsq37U6npxdyJrbXeP8JZCvTV0qD.lazyload, #cd2hOsq37U6npxdyJrbXeP8JZCvTV0qD.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #JWTFLGxMICQqN91eT8gV8XWp2Zo74tTr { width:19.5rem;height:18.875rem;top:54.808595657349rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQGgURtVi47l7cIbconD3ymzzdGyx3E5 { width:18.9375rem;height:9.9375rem;top:73.99609565735rem;left:0.53125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/29c6d2ad-f2f2-4f1c-9133-ae04ccd5ce06/imagem_20251031_184025668.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#yQGgURtVi47l7cIbconD3ymzzdGyx3E5.adaptive-delivery-prevent-bg, #yQGgURtVi47l7cIbconD3ymzzdGyx3E5.lazyload, #yQGgURtVi47l7cIbconD3ymzzdGyx3E5.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #f4vrqRq3I1KTLVGqkWxxr5FpqsrSBxfU { width:18.9375rem;height:9.5rem;top:84.75000190735rem;left:0.53125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/27c410f9-b470-47b6-9583-e461936532b1/imagem_20251031_184038504.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#f4vrqRq3I1KTLVGqkWxxr5FpqsrSBxfU.adaptive-delivery-prevent-bg, #f4vrqRq3I1KTLVGqkWxxr5FpqsrSBxfU.lazyload, #f4vrqRq3I1KTLVGqkWxxr5FpqsrSBxfU.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #grXNlkzUWcS76k7BBmaPskDRbJe0puOI { width:17.875rem;height:3.375rem;top:96.549480438231rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F27o4U3HB38PHtbMfU2s8i1FiJCIPPAW { display:block; }
 }@media only screen and (max-width: 763px) { #HIFHAGsvxwbQlZU6klM4qaKz4SCmWn7G { width:4.1875rem;height:4.8125rem;top:1.0924482345581rem;left:7.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqoPE2WJhbZsoVg71llRgxEXcZfci8mL { display:block; }#OqoPE2WJhbZsoVg71llRgxEXcZfci8mL > .row .container { width:20rem;height:50.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rPZfOWLMOTsc3ewXxWBh99Su3OLuQiqH { width:8.8125rem;height:9.4375rem;top:12.6875rem;left:0.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4ccde4aa-289a-4c5d-8c1f-807708e38895/imagem_20251031_184907154.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#rPZfOWLMOTsc3ewXxWBh99Su3OLuQiqH.adaptive-delivery-prevent-bg, #rPZfOWLMOTsc3ewXxWBh99Su3OLuQiqH.lazyload, #rPZfOWLMOTsc3ewXxWBh99Su3OLuQiqH.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #nBaqW5FMLHcuDFrLPZfGPAqIRxS0R5tp { width:14.4375rem;height:4.875rem;top:3.25rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxIqsBLvXHAOuba6SntmMlhzOgTzK8Fd { width:20rem;height:2.923825rem;top:9.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHaSHh3HtrsBxOspEe4BTfymfieniRgb { width:9.25rem;height:9.75rem;top:12.6875rem;left:10.375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7d736bd6-fdc5-4122-837f-341614668de1/imagem_20251031_184921862.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#GHaSHh3HtrsBxOspEe4BTfymfieniRgb.adaptive-delivery-prevent-bg, #GHaSHh3HtrsBxOspEe4BTfymfieniRgb.lazyload, #GHaSHh3HtrsBxOspEe4BTfymfieniRgb.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #aTDHxMUG1l0Gwz1yMeeN4lGHWEysXEQQ { width:9.125rem;height:9.8125rem;top:23.125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWi63nRG1OwgTecBBwONcd0lJ64NLqXS { width:9.125rem;height:9.625rem;top:23.25rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJFtuR8FuToZOTvQtNgrmOwOkV05ka5d { width:9.25rem;height:9.9375rem;top:33.8125rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpTzRD8xkU3PRXGhNmLrWaykJgJQwn1B { display:block; }#TpTzRD8xkU3PRXGhNmLrWaykJgJQwn1B > .row .container { width:20rem;height:89.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sd31TyZFfQcxHFD4pRrih3y4izEosgNP { width:20rem;height:4.875rem;top:4rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kylol269Zaab9RNpMF7W7AAbgWOHxvbW { width:20rem;height:2.923825rem;top:10rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQDpkr9Jb5OKIwQVfEKpL8cH5UmU2QTA { width:20rem;height:16.062992125984rem;top:14.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXSExAWe35Xxu6Eq1iXTB6EngKbzW5LB { width:17.875rem;height:3.375rem;top:83.875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eorLBFVEIQUpeh0SuJ9EHpQwZPyrnPbp { display:block; }
 }@media only screen and (max-width: 763px) { #NHqzmT4mOWlEaJbKyqOehCnR6pcSU94x { width:20rem;height:16.126482213439rem;top:32.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDED9c5TqueGmAEQNhX89697P62IP7Z3 { width:20rem;height:15.984251968504rem;top:49.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkKs9QWCkwkutZFN3RdSXwwJmyJ9EMZ0 { width:20rem;height:15.984251968504rem;top:66.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAoagbc5kLofATAc9da4gz8Z0zzPUf5Z { background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/8Es0tMgu/background.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#JAoagbc5kLofATAc9da4gz8Z0zzPUf5Z.adaptive-delivery-prevent-bg, #JAoagbc5kLofATAc9da4gz8Z0zzPUf5Z.lazyload, #JAoagbc5kLofATAc9da4gz8Z0zzPUf5Z.lazyloading { background-image: none; }#JAoagbc5kLofATAc9da4gz8Z0zzPUf5Z > .row .container { background-color: transparent; background-image: none; }#JAoagbc5kLofATAc9da4gz8Z0zzPUf5Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JAoagbc5kLofATAc9da4gz8Z0zzPUf5Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JAoagbc5kLofATAc9da4gz8Z0zzPUf5Z > .row .container > .video-iframe-container { display: none; }#JAoagbc5kLofATAc9da4gz8Z0zzPUf5Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JAoagbc5kLofATAc9da4gz8Z0zzPUf5Z > .row > .video-iframe-container { display: none; }#JAoagbc5kLofATAc9da4gz8Z0zzPUf5Z > .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); }#JAoagbc5kLofATAc9da4gz8Z0zzPUf5Z > .row .container { width:20rem;height:57.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rbVX0OyBlR6ielPiqVuFwwJzWIUaRcgD { width:20rem;height:7.7988125rem;top:5.875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KTiGCou29OcXP2DwV5qfsyNqrbI3MUeV .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KTiGCou29OcXP2DwV5qfsyNqrbI3MUeV .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KTiGCou29OcXP2DwV5qfsyNqrbI3MUeV .widget-input-text {padding-top: 0; padding-bottom: 0;}#KTiGCou29OcXP2DwV5qfsyNqrbI3MUeV .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KTiGCou29OcXP2DwV5qfsyNqrbI3MUeV .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KTiGCou29OcXP2DwV5qfsyNqrbI3MUeV .widget-input-select {padding-top: 0; padding-bottom: 0;}#KTiGCou29OcXP2DwV5qfsyNqrbI3MUeV .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KTiGCou29OcXP2DwV5qfsyNqrbI3MUeV .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KTiGCou29OcXP2DwV5qfsyNqrbI3MUeV  { width:17.5rem;height:auto;top:20.748704910278rem;left:0rem; }
#KTiGCou29OcXP2DwV5qfsyNqrbI3MUeV .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KTiGCou29OcXP2DwV5qfsyNqrbI3MUeV {display:block;}#KTiGCou29OcXP2DwV5qfsyNqrbI3MUeV { width:17.5rem;height:auto;top:20.748704910278rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KTiGCou29OcXP2DwV5qfsyNqrbI3MUeV #xmzCZ7gA2Jnl23kVV0Q8U6nmX0vSa3b6 {  }
 }@media only screen and (max-width: 763px) { #KTiGCou29OcXP2DwV5qfsyNqrbI3MUeV #tkfV6qvdofWQshVC81rn0MHRSkzNzrEG { display:none; }
 }@media only screen and (max-width: 763px) { #KTiGCou29OcXP2DwV5qfsyNqrbI3MUeV #TroLMbc9bv8wrLe4vem5E02nt0iTP2ry {  }
 }@media only screen and (max-width: 763px) { #KTiGCou29OcXP2DwV5qfsyNqrbI3MUeV #sedVTeUSRigJBE8Xt6CM4SAXvclTNMCS {  }
 }@media only screen and (max-width: 763px) { #KTiGCou29OcXP2DwV5qfsyNqrbI3MUeV #p3U0ctMMwTUU1y3VvMyH81ZA5eEmPMEa { display:none; }
 }@media only screen and (max-width: 763px) { #KTiGCou29OcXP2DwV5qfsyNqrbI3MUeV #dJ0HitvJ2VThxMwn89sK2PAuBxFbsyP6 {  }
 }@media only screen and (max-width: 763px) { #KTiGCou29OcXP2DwV5qfsyNqrbI3MUeV #Fm49GiI81vyHAux6IQDo6Huhf60wZCWN {  }
 }@media only screen and (max-width: 763px) { #KTiGCou29OcXP2DwV5qfsyNqrbI3MUeV #fTsuJfRwbmDIiMIr5X0M4ZZ61NMq7QSW { display:none; }
 }@media only screen and (max-width: 763px) { #KTiGCou29OcXP2DwV5qfsyNqrbI3MUeV #oW4kMn3AFTOUskccOBuFzX1Q6vDsOU7g {  }
 }@media only screen and (max-width: 763px) { #KTiGCou29OcXP2DwV5qfsyNqrbI3MUeV #OfGnTQtJkyBFkNohHceF5gLi9z40QoUA {  }
 }@media only screen and (max-width: 763px) { #KTiGCou29OcXP2DwV5qfsyNqrbI3MUeV #Qs7OgN3AiNGMMBco0N1F22pebFz7BBvS { display:none; }
 }@media only screen and (max-width: 763px) { #KTiGCou29OcXP2DwV5qfsyNqrbI3MUeV #gmw30Tn2z4UdQMDkyHFMXGfsbVMXgIeX {  }
 }@media only screen and (max-width: 763px) { #KTiGCou29OcXP2DwV5qfsyNqrbI3MUeV #IApkAR5VqvhuLbKuMtEPtPI2X0iKBkoC {  }
 }@media only screen and (max-width: 763px) { #KTiGCou29OcXP2DwV5qfsyNqrbI3MUeV #G6xgbN86y26HlDyUDpwFRx7V5Jsnc0UX { display:none; }
 }@media only screen and (max-width: 763px) { #KTiGCou29OcXP2DwV5qfsyNqrbI3MUeV #NT4GBykHy1hJfT785iMTJf2XLmsh12TQ {  }
 }@media only screen and (max-width: 763px) { #KTiGCou29OcXP2DwV5qfsyNqrbI3MUeV #wV1lqpbCz8uQEh0xDd9JuNxdTSUHZEtT {  }
 }@media only screen and (max-width: 763px) { #KTiGCou29OcXP2DwV5qfsyNqrbI3MUeV #IASgvdnTXbV0NsMp3AtwBZrbzyVshibP { display:none; }
 }@media only screen and (max-width: 763px) { #KTiGCou29OcXP2DwV5qfsyNqrbI3MUeV #Z2VbUeFJXQy5ASSBvTsDxOG6t3XyfArO {  }
 }@media only screen and (max-width: 763px) { #KTiGCou29OcXP2DwV5qfsyNqrbI3MUeV #tOHyxVxw2W4UAixxTvV72H9ivpNy7vE7 {  }
 }@media only screen and (max-width: 763px) { #KTiGCou29OcXP2DwV5qfsyNqrbI3MUeV #ylM6DCwLrUH7CGBeG5TA2UmHx6DaokCp {  }
 }@media only screen and (max-width: 763px) { #Kt8QlFnq4ON3Zub99Q7VV3yWNJBltZLD { width:14.25rem;height:3.4121125rem;top:15.248699188233rem;left:2.875rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XxRfonm20JJPPtQ9nD1LvuZIeZJ0QrSV { display:block; }#XxRfonm20JJPPtQ9nD1LvuZIeZJ0QrSV > .row .container { width:20rem;height:131.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #molZALJt56x5mr1DNsvok0BSio7m6vwD { width:15.75rem;height:7.9980625rem;top:16.9375rem;left:2.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RVkytgAhhSCOkXp3CySSJ6N1swtlKNR7 { width:3.25rem;height:0.0625rem;top:26.25rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKA9A0QMsMuCCq3DWAG049AW65lgF96e { width:16.875rem;height:1.5996125rem;top:14.4375rem;left:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Paw74npwTwOw4LE0kbZRwH9TDkvtvLuA { width:5.25rem;height:9.9931875rem;top:10.25rem;left:0rem;text-align:center;text-align-last:center;font-size:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehK5lkNX5pO364tFm3BWRiKsK30aa23J { width:20rem;height:4.875rem;top:2.7148542404175rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZzukNXNgTWWQhRQv1CIzCTEJQ8wy9Vq { width:17.875rem;height:3.375rem;top:124.4375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHDNRith5wdquBmJLySWxPTw6mTOblpm { display:block; }
 }@media only screen and (max-width: 763px) { #XH1sFAGPkehDSIE1z4cOLcut10CML5CD { width:17.875rem;height:18.5625rem;top:10.25rem;left:1.0625rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #VVqPxowUV4bdRBXRCbex8OaVwqtspWTt { width:17.875rem;height:45.8125rem;top:30.0625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tzf6EPgcvzC9T2VwQ2i5KymVgUVdvmDx { width:17.875rem;height:25.75rem;top:76.875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MF8vw8M7EougXmVeLsUg7TdWobto3Q0f { width:17.875rem;height:18.5625rem;top:103.75rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWlOCf9pxPdsdQm4I5crROak8bLuMEJJ { width:3.25rem;height:0.0625rem;top:74.3125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXIUCyQdXV5e8WGUFOwJpWUegL7lCLkT { width:3.25rem;height:0.0625rem;top:100.9375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1oZsCNTAH0LnT5qurgDwfAxTd8DnTwc { width:3.25rem;height:0.0625rem;top:120.875rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzk76FvSLHazeCtB5prGnKZn72VqXHps { width:5.25rem;height:9.1806875rem;top:30.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfTWIVGGFsRLJzaVuF8G7ZBPkxfu8iKK { width:5.25rem;height:9.1806875rem;top:76.875rem;left:0rem;text-align:center;text-align-last:center;font-size:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvPy22DiXDMrsxqc4HWiiG6EfC8a6Dy5 { width:5.25rem;height:9.668rem;top:103.75rem;left:0rem;text-align:center;text-align-last:center;font-size:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSllPb4urc8l8Ia01wbiHcOQ7rPneF62 { width:16.875rem;height:1.5996125rem;top:32.9375rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMrt7mqlU9hrUUhTkVm6794CpMs01le6 { width:16.875rem;height:1.5996125rem;top:79.625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOwFw4Xgfqaovm8fVbzrQFsuRQZSlFpL { width:16.875rem;height:1.5996125rem;top:106.3125rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMCStTdvcsUtd4iWJNQ3hldtITo75i5K { width:15.125rem;height:38.390625rem;top:35.5rem;left:2.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKNok4nPlbbtMExNZ6VxWLQqJZQthr6N { width:13.5625rem;height:17.5956875rem;top:82.6875rem;left:3.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpWOn6LD4OAzVLsuaTcZSTlAa7OmdTTg { width:13.5625rem;height:11.19725rem;top:108.875rem;left:3.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJmII1zUW8DWuzKpqtp10opsRA7KRpPd { display:block; }#zJmII1zUW8DWuzKpqtp10opsRA7KRpPd > .row .container { width:20rem;height:57.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q89vmGqPtUmLRsmMK0VuI636pbK0t81Q { width:16.0625rem;height:4.875rem;top:3.73046875rem;left:1.96875rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkVrnoauT9alEi3SlUag8PHTBBL7EsZB .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fkVrnoauT9alEi3SlUag8PHTBBL7EsZB { display:flex;height:auto;width:17.5rem;top:9.2929697036744rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fkVrnoauT9alEi3SlUag8PHTBBL7EsZB #VR51ZO1NVCidqTzxZoSJdSFk0Ppefwxh {  }
 }@media only screen and (max-width: 763px) { #fkVrnoauT9alEi3SlUag8PHTBBL7EsZB #tlG3gMglsETSKPLHPZRzTeoNZE1A7Ofa {  }
 }@media only screen and (max-width: 763px) { #fkVrnoauT9alEi3SlUag8PHTBBL7EsZB #SolRRwnBmtoHM6cGLmk9DMwpueozTC3k {  }
 }@media only screen and (max-width: 763px) { #fkVrnoauT9alEi3SlUag8PHTBBL7EsZB #El2xkhT7UR82ecCcBzwc17NbCamfN6kl {  }
 }@media only screen and (max-width: 763px) { #fkVrnoauT9alEi3SlUag8PHTBBL7EsZB #ABUhuEVcSO54Tv5gLGr2mOBpEOlQb175 {  }
 }@media only screen and (max-width: 763px) { #fkVrnoauT9alEi3SlUag8PHTBBL7EsZB #o4EnD4k9URSeMP84TzgLVcM4QDTEW4rr {  }
 }@media only screen and (max-width: 763px) { #fkVrnoauT9alEi3SlUag8PHTBBL7EsZB #pgnvqqZXiwXZ9VqvwqGW7ybe6rRnVZex {  }
 }@media only screen and (max-width: 763px) { #fkVrnoauT9alEi3SlUag8PHTBBL7EsZB #N6bC7mFddootcrQ1Sn7eGgvIWuiaM7DV {  }
 }@media only screen and (max-width: 763px) { #fkVrnoauT9alEi3SlUag8PHTBBL7EsZB #PqDf9TBPq4acGxETllxw2eHd6wwa8KJM {  }
 }@media only screen and (max-width: 763px) { #fkVrnoauT9alEi3SlUag8PHTBBL7EsZB #i6aCQTLxRpHE7iKL2E6QHfVXsMtLDcKt {  }
 }@media only screen and (max-width: 763px) { #fkVrnoauT9alEi3SlUag8PHTBBL7EsZB #a3pPRnFUUkXuRzcOhQxZDUgHARxNcOtL {  }
 }@media only screen and (max-width: 763px) { #fkVrnoauT9alEi3SlUag8PHTBBL7EsZB #h7pGrbLH8wKsGWiSFSbUWbbF7CKCkctE {  }
 }@media only screen and (max-width: 763px) { #fkVrnoauT9alEi3SlUag8PHTBBL7EsZB #u9DzN6HEu7B73h4QSktSFo7IG0RsmAyJ {  }
 }@media only screen and (max-width: 763px) { #fkVrnoauT9alEi3SlUag8PHTBBL7EsZB #DkfOqOoksNUBHKPeBo684qci5KRx3l93 {  }
 }@media only screen and (max-width: 763px) { #fkVrnoauT9alEi3SlUag8PHTBBL7EsZB #eBsTKgswuQLt0Io9q8AkFwOz7Lm59Lbn {  }
 }@media only screen and (max-width: 763px) { #fkVrnoauT9alEi3SlUag8PHTBBL7EsZB #Ac91tPms9l9COe5wLGTR72wDCfCNquh4 {  }
 }@media only screen and (max-width: 763px) { #fkVrnoauT9alEi3SlUag8PHTBBL7EsZB #vy1AHcDCmeTK5pH5hDbDVbEvI4kR5oup {  }
 }@media only screen and (max-width: 763px) { #fkVrnoauT9alEi3SlUag8PHTBBL7EsZB #g7BmKW3r1Mx1riAQ5E7GGeaxcC9PWTco {  }
 }@media only screen and (max-width: 763px) { #fkVrnoauT9alEi3SlUag8PHTBBL7EsZB #htPQemwvABxN4DnymApBcKUqVKNrEP5v {  }
 }@media only screen and (max-width: 763px) { #fkVrnoauT9alEi3SlUag8PHTBBL7EsZB #Swv4wergaTylLKOmcFQsBQgRbBAFQJT9 {  }
 }@media only screen and (max-width: 763px) { #fkVrnoauT9alEi3SlUag8PHTBBL7EsZB #VoDosOZ8NsFP4GfOySA6KzJPsWfFUsuk {  }
 }@media only screen and (max-width: 763px) { #fkVrnoauT9alEi3SlUag8PHTBBL7EsZB #nv08qrhKk3HRiPUMrohSpnC3ayTVVP5p {  }
 }@media only screen and (max-width: 763px) { #fkVrnoauT9alEi3SlUag8PHTBBL7EsZB #uM7s9GBbLaHsWU7fI5gL0HR3pfTZKESM {  }
 }@media only screen and (max-width: 763px) { #fkVrnoauT9alEi3SlUag8PHTBBL7EsZB #L2zXnmsUbaRuQh3bJQ608C4bMTGEWL8f {  }
 }@media only screen and (max-width: 763px) { #fkVrnoauT9alEi3SlUag8PHTBBL7EsZB #Q5TKkdGPXeN2nBqaI78iwLqaS3Zig2vH {  }
 }@media only screen and (max-width: 763px) { #fkVrnoauT9alEi3SlUag8PHTBBL7EsZB #rAVbMWHcSyOXKiAJku2b6lEKR9kyVHbk {  }
 }@media only screen and (max-width: 763px) { #fkVrnoauT9alEi3SlUag8PHTBBL7EsZB #SQXIEGMLqZDH2GzqCZLMrSQla8LAMbIT {  }
 }@media only screen and (max-width: 763px) { #fkVrnoauT9alEi3SlUag8PHTBBL7EsZB #XUyGA7eElvPuKcXITGEGvMpZ8yZsbJss {  }
 }@media only screen and (max-width: 763px) { #fkVrnoauT9alEi3SlUag8PHTBBL7EsZB #f0F7T6FQ0uafRZMUpTNyv8HZgdN1VuUt {  }
 }@media only screen and (max-width: 763px) { #fkVrnoauT9alEi3SlUag8PHTBBL7EsZB #nOS1qJ4iEghsvTJgXqIn0OiyaDpfSWgI {  }
 }