.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:250,217,221;--color-primary-1:237,129,140;--color-primary-2:219,3,25;--color-primary-3:110,2,13;--color-primary-4:33,0,4;--color-secondary-0:255,253,221;--color-secondary-1:255,250,141;--color-secondary-2:255,244,26;--color-secondary-3:128,122,13;--color-secondary-4:38,37,4;--color-tertiary-0:255,255,255;--color-tertiary-1:187,184,182;--color-tertiary-2:141,137,133;--color-tertiary-3:113,108,103;--color-tertiary-4:60,56,51;--headlines-font-family:"Source Sans Pro";--paragraphs-font-family:"Source Sans Pro"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hesk8SKSQU9EDioukM9PCNtU4ZeHpcXd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hesk8SKSQU9EDioukM9PCNtU4ZeHpcXd > .row .container { background-color: transparent; background-image: none; }#hesk8SKSQU9EDioukM9PCNtU4ZeHpcXd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hesk8SKSQU9EDioukM9PCNtU4ZeHpcXd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hesk8SKSQU9EDioukM9PCNtU4ZeHpcXd > .row .container > .video-iframe-container { display: none; }#hesk8SKSQU9EDioukM9PCNtU4ZeHpcXd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hesk8SKSQU9EDioukM9PCNtU4ZeHpcXd > .row > .video-iframe-container { display: none; }#hesk8SKSQU9EDioukM9PCNtU4ZeHpcXd > .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); }#hesk8SKSQU9EDioukM9PCNtU4ZeHpcXd > .row .container { border-width: 0; border-radius: 0; }#hesk8SKSQU9EDioukM9PCNtU4ZeHpcXd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hesk8SKSQU9EDioukM9PCNtU4ZeHpcXd > .row .container { font-size:0.875rem;font-family:arial;height:3.0625rem;width:75rem;position:relative;display:block; }#SNariI2lndRppcMQWeHXF6gcNPZkcTDn { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:10.25rem;top:0rem;left:32.375rem;overflow:hidden;display:block; }
#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fdaaa296-cc77-4d2f-ad8a-f5cb2d2eeff3/CozinhaCapa1Dark.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk.adaptive-delivery-prevent-bg, #rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk.lazyload, #rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk.lazyloading { background-image: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { background-color: transparent; background-image: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container > .video-iframe-container { display: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row > .video-iframe-container { display: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .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); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { border-width: 0; border-radius: 0; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { font-size:0.875rem;font-family:arial;height:35.9375rem;width:75rem;position:relative;display:block; }#i0ulXrLTUBvAoGwrVGwTukJanUoAtHZ0 { color:rgba(var(--color-tertiary-0),1);display:block;width:40.625rem;position:absolute;font-family:helvetica;font-size:3.875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:6.248046875rem;left:4.6236991882324rem;height:10.074225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#a4w68oQnOSa65a3Dey6Tcudv8XbopUng { color:rgba(var(--color-tertiary-0),1);display:block;width:33.5625rem;position:absolute;font-family:nunito;font-size:2.25rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),1);top:17.561849594116rem;left:4.6236991882324rem;height:11.69925rem;text-align:left;text-align-last:left;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; }
#b9rK8DlXvyPJgpIbL4VxpT1boUVRlAqQ { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),0.95);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;height:33.25rem;width:25.375rem;top:4.1875rem;left:46.6875rem;display:block; }
#bEkfZSXTg5tyI0zPrWRvAE8Ub6lyILLz { color:rgba(var(--color-primary-2),1);display:block;width:19.311875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:5.1875rem;left:49.75rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xGt8u1odu4i2xdGhuzQFaLbp2zaLlXLz { color:rgba(var(--color-tertiary-4),1);display:block;width:20.749375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:11.3125rem;left:49rem;height:3.0859375rem;text-align:center;text-align-last:center;display:block; }
#SHkJIzLXsgC6s377WVsizOqT8mUOnGBD .widget-form-header {  }
#SHkJIzLXsgC6s377WVsizOqT8mUOnGBD .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:19rem;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; }
#SHkJIzLXsgC6s377WVsizOqT8mUOnGBD .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;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:19rem;box-sizing:border-box;height:2.0625rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#SHkJIzLXsgC6s377WVsizOqT8mUOnGBD .widget-input-text {padding-top: 0; padding-bottom: 0;}#SHkJIzLXsgC6s377WVsizOqT8mUOnGBD .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;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:19rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#SHkJIzLXsgC6s377WVsizOqT8mUOnGBD .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#SHkJIzLXsgC6s377WVsizOqT8mUOnGBD .widget-input-select {padding-top: 0; padding-bottom: 0;}#SHkJIzLXsgC6s377WVsizOqT8mUOnGBD .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; }
#SHkJIzLXsgC6s377WVsizOqT8mUOnGBD .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#SHkJIzLXsgC6s377WVsizOqT8mUOnGBD .widget-input-button { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.25rem solid #000000;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0.75rem;margin-bottom:0.25rem;margin-left:0.75rem;display:block;box-sizing:border-box;font-size:1.5625rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:17.4375rem;height:5.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;text-shadow:0.125rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);box-shadow: none;text-align:center;text-align-last:center; }
#SHkJIzLXsgC6s377WVsizOqT8mUOnGBD [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1.0625rem; }
#SHkJIzLXsgC6s377WVsizOqT8mUOnGBD [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1.0625rem; }
#SHkJIzLXsgC6s377WVsizOqT8mUOnGBD [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1.0625rem; }
#SHkJIzLXsgC6s377WVsizOqT8mUOnGBD [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1.0625rem; }
#SHkJIzLXsgC6s377WVsizOqT8mUOnGBD .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:var(--paragraphs-font-family);line-height:1.3;font-size:0.625rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:17.75rem;overflow:hidden;font-style:normal;float:none;text-align:left;text-align-last:left; }
#SHkJIzLXsgC6s377WVsizOqT8mUOnGBD .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; }
#SHkJIzLXsgC6s377WVsizOqT8mUOnGBD .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#SHkJIzLXsgC6s377WVsizOqT8mUOnGBD .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#SHkJIzLXsgC6s377WVsizOqT8mUOnGBD .widget-container:first-of-type{padding-top:0;}#SHkJIzLXsgC6s377WVsizOqT8mUOnGBD .widget-container:last-of-type{padding-bottom:0;}#SHkJIzLXsgC6s377WVsizOqT8mUOnGBD  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15014;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:13.828125rem;left:48.625rem; }
#SHkJIzLXsgC6s377WVsizOqT8mUOnGBD .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19rem;display:block;vertical-align:top; }
#SHkJIzLXsgC6s377WVsizOqT8mUOnGBD .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#SHkJIzLXsgC6s377WVsizOqT8mUOnGBD {display:block;}#SHkJIzLXsgC6s377WVsizOqT8mUOnGBD { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15014;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:13.828125rem;left:48.625rem; }
#SHkJIzLXsgC6s377WVsizOqT8mUOnGBD #QvEB8wFAtkTiZ2noaWuwmqWGWCQTTRl2 { position:relative; }
#SHkJIzLXsgC6s377WVsizOqT8mUOnGBD #hU6zgpOzqRT22JRKCLZOw4grsCOBD18d { position:relative;display:block; }
#SHkJIzLXsgC6s377WVsizOqT8mUOnGBD #eC0TiGfApFbIhuunZpmfFLIolFu4tgAt { position:relative; }
#SHkJIzLXsgC6s377WVsizOqT8mUOnGBD #tgUDhTuHLL02CZfJyHFFRutGy44xJibW { position:relative; }
#SHkJIzLXsgC6s377WVsizOqT8mUOnGBD #FXedndH0OerLNSwB9q5JiD810xxU2JDe { position:relative;display:block; }
#SHkJIzLXsgC6s377WVsizOqT8mUOnGBD #soIk5TAXCBxz8HhCCx8A6c7TONUhnuVB { position:relative; }
#SHkJIzLXsgC6s377WVsizOqT8mUOnGBD #tHVOxOxtbO2vcQQNR4xgFIgJgnw4PXbT { position:relative; }
#SHkJIzLXsgC6s377WVsizOqT8mUOnGBD #LrPR3d8S9SQF8HmnRKgZcDa4THmUpnaI { position:relative;z-index:2; }
#SHkJIzLXsgC6s377WVsizOqT8mUOnGBD #nHFVAvpBy5quFV42kzESdnloZb4nLV4p { position:relative; }
#SHkJIzLXsgC6s377WVsizOqT8mUOnGBD #ErA2cdTWLONNTo2QN1NJ9ks3TU3wU2eS { position:relative; }
#SHkJIzLXsgC6s377WVsizOqT8mUOnGBD #BBPCo1iWbduZzPO7KpgrnRcnv4hv0FEr { position:relative; }
#DZ75nyrqyzi1uh9BE0TuEL1OrxBcGDNP { color:rgba(var(--color-tertiary-0),1);display:block;width:16.25rem;position:absolute;font-family:helvetica;font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:3.7861027717591rem;left:4.6241712570191rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;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; }
#wBWGNk5keUTsnCL8PCFXdIvudhAmlFT4 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.7480625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:33.707683563233rem;left:49.00065612793rem;height:0.9746125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oe2q26ksE3heu8MmPmaaTOFeps84nZ2t { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#oe2q26ksE3heu8MmPmaaTOFeps84nZ2t > .row .container { background-color: transparent; background-image: none; }#oe2q26ksE3heu8MmPmaaTOFeps84nZ2t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oe2q26ksE3heu8MmPmaaTOFeps84nZ2t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oe2q26ksE3heu8MmPmaaTOFeps84nZ2t > .row .container > .video-iframe-container { display: none; }#oe2q26ksE3heu8MmPmaaTOFeps84nZ2t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oe2q26ksE3heu8MmPmaaTOFeps84nZ2t > .row > .video-iframe-container { display: none; }#oe2q26ksE3heu8MmPmaaTOFeps84nZ2t > .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); }#oe2q26ksE3heu8MmPmaaTOFeps84nZ2t > .row .container { border-width: 0; border-radius: 0; }#oe2q26ksE3heu8MmPmaaTOFeps84nZ2t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oe2q26ksE3heu8MmPmaaTOFeps84nZ2t > .row .container { font-size:0.875rem;font-family:arial;height:7.3125rem;width:75rem;position:relative;display:block; }#BAv3qoHFNTc4oOCD8XxNpmB8Db1H9pnR { color:#fbd801;display:block;width:17.8125rem;position:absolute;font-family:nunito;font-size:1.5625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),1);top:1rem;left:0rem;height:2.03125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#cPIozmT88DHevNuOQdcGLrL7CQCXtSTR { color:rgba(var(--color-tertiary-0),1);display:block;width:17.875rem;position:absolute;font-family:nunito;font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),1);top:3.0625rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ntSTmMkpuSut7PGHHyeWgrFx1d0f3CSA { color:rgba(var(--color-tertiary-0),1);display:block;width:17.8125rem;position:absolute;font-family:nunito;font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),1);top:3.125rem;left:36.75rem;height:3.25rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#BCdfAo8UR5f1EdELvFPGeA9goeJ9SVbH { color:#fbd801;display:block;width:15.124375rem;position:absolute;font-family:nunito;font-size:1.5625rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),1);top:1rem;left:38.09375rem;height:2.03125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#JPy956FEWRuhGDuy5vfnx6WpfT3KFiWb { color:rgba(var(--color-tertiary-0),1);display:block;width:17.8125rem;position:absolute;font-family:nunito;font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),1);top:3.03125rem;left:18.373699188233rem;height:3.25rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#NX1Jvfc2whQ3J6tMc9x6MlJ90LNca5U4 { color:#fbd801;display:block;width:18rem;position:absolute;font-family:nunito;font-size:1.5625rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),1);top:1rem;left:18.249351501465rem;height:2.03125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#noR9mypoaqruIQJZkqvmhrZ9goipyLqN { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:nunito;font-size:1.25rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),1);top:3.125rem;left:55.0625rem;height:3.25rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#qpZPBieL6GTBE5fcdwoEN8oV4OAM6f4W { color:#fbd801;display:block;width:20rem;position:absolute;font-family:nunito;font-size:1.5625rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),1);top:1rem;left:55rem;height:2.03125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#kQZ1LmulTrzTsnJ6bPkdhmvyaNAdOM8m { box-sizing:content-box;height:4.625rem;width:0.4375rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:1.34375rem;left:17.853515625rem;display:block; }
#E3wVK6UdtTRkqlgD5hei6NA76Z8CiSCD { box-sizing:content-box;height:4.625rem;width:0.4375rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:1.34375rem;left:36.229167938233rem;display:block; }
#lnGseFneTuZIEwUb4HV1A3ePnruOKvmP { box-sizing:content-box;height:4.625rem;width:0.4375rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:1.375rem;left:36.25rem;display:block; }
#UtF9fDxwTBQ27fGZ5OZn705qHXCvI02E { box-sizing:content-box;height:4.625rem;width:0.4375rem;position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:1.34375rem;left:54.625rem;display:block; }
#EoJQgSWsi7kmOSal0V5UzbUs3sExfgSI { box-sizing:content-box;height:2.75rem;width:73.3125rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0rem;left:0rem;display:block; }
#uezEaafRQuQRnBeDzqnskLleXea1lTeZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uezEaafRQuQRnBeDzqnskLleXea1lTeZ > .row .container { background-color: transparent; background-image: none; }#uezEaafRQuQRnBeDzqnskLleXea1lTeZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uezEaafRQuQRnBeDzqnskLleXea1lTeZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uezEaafRQuQRnBeDzqnskLleXea1lTeZ > .row .container > .video-iframe-container { display: none; }#uezEaafRQuQRnBeDzqnskLleXea1lTeZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uezEaafRQuQRnBeDzqnskLleXea1lTeZ > .row > .video-iframe-container { display: none; }#uezEaafRQuQRnBeDzqnskLleXea1lTeZ > .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); }#uezEaafRQuQRnBeDzqnskLleXea1lTeZ > .row .container { border-width: 0; border-radius: 0; }#uezEaafRQuQRnBeDzqnskLleXea1lTeZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uezEaafRQuQRnBeDzqnskLleXea1lTeZ > .row .container { font-size:0.875rem;font-family:arial;height:78.25rem;width:75rem;position:relative;display:block; }#y6AhFLWKd2UkA3cM8idvOgsIZaxzBTl4 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:1.375rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nrxdR1CU94Fo2gDmR2U69gh7eiQpyw0T { position:absolute;display:block;z-index:15000;background-color:transparent;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:9.375rem;width:25rem;top:14.0625rem;left:10.5rem;display:block; }
#opwMt2fJ4bfXV3PQTsbIKRUVDtqzboAh { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:15.0625rem;left:14.5625rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DRVDZvcg52GtTdK0I4H0QHtM6UnoC0r3 { color:rgba(var(--color-tertiary-4),1);display:block;width:23.375rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:17.25rem;left:11.3125rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n8HGti9gT2CGrKdPRVucflTdEKXwHUzJ { position:absolute;display:block;z-index:15003;background-color:transparent;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:9.375rem;width:25rem;top:14.0625rem;left:39.625rem;display:block; }
#a9LHvOLC54JCrJJAlfW9qF1dL91ve6xS { color:rgba(var(--color-tertiary-4),1);display:block;width:24.25rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:17.25rem;left:40rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PrdTHVRx7Dfu7A3S94EZAX5TtFxhhOuo { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:15.0625rem;left:43.6875rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wUFopKPGAHUvO114Tq6rMuXnXMm0xLcI { position:absolute;display:block;z-index:15006;background-color:transparent;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:9.375rem;width:25rem;top:41.625rem;left:39.625rem;display:block; }
#FDPA8T4lmKxOoCsJMldBWKiNPdVtinpX { color:rgba(var(--color-tertiary-4),1);display:block;width:24.25rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:44.625rem;left:39.8125rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OpAt9VUVqHnTOADTtMuTQa0sZcpefi6h { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:42.635417938233rem;left:43.6875rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B6VeO9O0IoI6M4uzsmlk8kNV0QFP8ANk { position:absolute;display:block;z-index:15009;background-color:transparent;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:9.375rem;width:25rem;top:41.625rem;left:10.4375rem;display:block; }
#y8vT9UVJ353efatyl5oxFL1VtoznRe5W { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:42.625rem;left:14.5rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RI4tvTLHT2XaZkFvcfh8tMAw6X68cb6A { color:rgba(var(--color-tertiary-4),1);display:block;width:24.1875rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:44.8125rem;left:10.90625rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N2gOybp9a7Hh6ev3bxk0aTod4V4Iz6Ri { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:18.75rem;width:25rem;top:21.375rem;left:39.625rem;overflow:hidden;display:block; }
#wh4gTq57vQRLSWtBbpCFVi1PEJkxaeq0 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:18.75rem;width:25rem;top:21.375rem;left:10.5rem;overflow:hidden;display:block; }
#wobFkZ898vtuBs61RDSCdybQ6si7TL8i { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:18.75rem;width:25rem;top:48.5rem;left:39.625rem;overflow:hidden;display:block; }
#HWNTcPOfS6yLUvHcIF59ZV6GdMTMt1tV { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:18.75rem;width:25rem;top:48.5rem;left:10.5rem;overflow:hidden;display:block; }
#N1omgXTw8ztXrm6CRgli3xe8O366TWf9 { 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.0625rem solid #09699d;border-left:0.0625rem solid #09699d;border-right:0.0625rem solid #09699d;border-bottom:0.3125rem solid #000000;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.125rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);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.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.666666625rem;height:5.5416664375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:69.791667938231rem;left:28.625rem;display:block; }
#wQnL4gMI7tA5Tnx5OGbKnuAi6L5bGkvl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MpEvb9xRQMquUsamT2vDHBD7zqheoxS4 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WAyrJXTmf5dnTTuUIHIo0aowgby8sr9W { color:rgba(var(--color-tertiary-3),1);display:block;width:51.5rem;position:absolute;font-family:nunito;font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:10.8125rem;left:11.75rem;height:1.625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SPI3CMAq81967ym5Rs9CzrkuCt9PDsVH { position:relative;display:block; }#SPI3CMAq81967ym5Rs9CzrkuCt9PDsVH { background-color: transparent; background-image: none; }#SPI3CMAq81967ym5Rs9CzrkuCt9PDsVH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SPI3CMAq81967ym5Rs9CzrkuCt9PDsVH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SPI3CMAq81967ym5Rs9CzrkuCt9PDsVH > .row .container > .video-iframe-container { display: none; }#SPI3CMAq81967ym5Rs9CzrkuCt9PDsVH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SPI3CMAq81967ym5Rs9CzrkuCt9PDsVH > .row > .video-iframe-container { display: none; }#SPI3CMAq81967ym5Rs9CzrkuCt9PDsVH > .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); }#SPI3CMAq81967ym5Rs9CzrkuCt9PDsVH { border-width: 0; border-radius: 0; }#SPI3CMAq81967ym5Rs9CzrkuCt9PDsVH > .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; }#SPI3CMAq81967ym5Rs9CzrkuCt9PDsVH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:57.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; }#R7QVDaTKoDg8WaUPZOM5dx7nMcXVI94J { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:2.125rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cfgZk5t4vHtdTBTikCSdoTsyEE5rr4so { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:4.5rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v2S5T6slG7wI12cTeoLzDBSrk8w26mmO { color:rgba(var(--color-tertiary-3),1);display:block;width:61.875rem;position:absolute;font-family:nunito;font-size:1.25rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:8.9375rem;left:6.5625rem;height:1.625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dgZTafcr6hHbV2zfa2rrrGoCTnkdAeZR { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:34rem;width:34rem;top:11.625rem;left:31.5625rem;overflow:hidden;display:block; }
#hUTvelzssxyGLQql2UgKZpqaaCFPMsmQ { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:12.625rem;left:9.4375rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zZyO9gtrnS79mmCeLQ0zf0L5FUKFv0yE { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:18.3125rem;left:9.4375rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WpGGRTh7doFFnDXDWefR3QhDQxrOZ2QA { color:rgba(var(--color-tertiary-4),1);display:block;width:19.1875rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:20.375rem;left:9.4375rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kv9pGUACm4namAyX93WZACMTdt5r2e0K { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:14.6875rem;left:9.4375rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hd6QI8r82P1pWWRO19wJoJslczAPJaoV { color:rgba(var(--color-tertiary-4),1);display:block;width:24.1875rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:31.9375rem;left:9.4375rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wZimCUTxvlG36451iQprtCBHaaGS72J0 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:29.875rem;left:9.4375rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZOnJQVRIXmLdi71CoKyXSRH78rNulsdO { color:rgba(var(--color-tertiary-4),1);display:block;width:24.1875rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:26.1875rem;left:9.4375rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TgirZwRxXNkisrlwLzKfdT4zn4qelLJK { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:24.125rem;left:9.4375rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Trw5pmA5v3XoKcv7TgW5WXvRmv8E1EXO { color:rgba(var(--color-tertiary-4),1);display:block;width:20.6875rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:43.437501907349rem;left:9.4375rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Wf8FoWZNJ7LqsScyzopSs5TX7zoBwcnE { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:41.375001907349rem;left:9.4375rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JTDy3uZGFpMX3aqoJTPdlLPHaEu3PhTN { color:rgba(var(--color-tertiary-4),1);display:block;width:20.75rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:37.562501907349rem;left:9.4375rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#x0n9ds60FEwDJxK56kdHucCD9kkzTaRc { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:35.500001907349rem;left:9.4375rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gLAL4APqWXtWkZihdfGcwyvR84FbCJE7 { 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.0625rem solid #09699d;border-left:0.0625rem solid #09699d;border-right:0.0625rem solid #09699d;border-bottom:0.3125rem solid #000000;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.125rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);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.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.583354125rem;height:5.4583351875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:49.3125rem;left:28.666015625rem;display:block; }
#rynAKJTbFUy598TkkHLMTWWiXv1PbWil { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TPb0uufIaX6ruXyEr9hex0kufLfuMIo7 { position:relative;display:block; }#TPb0uufIaX6ruXyEr9hex0kufLfuMIo7 { background-color: transparent; background-image: none; }#TPb0uufIaX6ruXyEr9hex0kufLfuMIo7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPb0uufIaX6ruXyEr9hex0kufLfuMIo7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPb0uufIaX6ruXyEr9hex0kufLfuMIo7 > .row .container > .video-iframe-container { display: none; }#TPb0uufIaX6ruXyEr9hex0kufLfuMIo7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPb0uufIaX6ruXyEr9hex0kufLfuMIo7 > .row > .video-iframe-container { display: none; }#TPb0uufIaX6ruXyEr9hex0kufLfuMIo7 > .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); }#TPb0uufIaX6ruXyEr9hex0kufLfuMIo7 { border-width: 0; border-radius: 0; }#TPb0uufIaX6ruXyEr9hex0kufLfuMIo7 > .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; }#TPb0uufIaX6ruXyEr9hex0kufLfuMIo7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:54rem;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; }#Tr0ureXThKOLRogbZsWsMdrNrP7DRZC1 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:2.125rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FSa8nArZQqp37Hh270qDQ7GhKZcNUE6H { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:4.5rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MTxTorf0ks11LEeBW6tCD33mIR74TQDI { color:rgba(var(--color-tertiary-3),1);display:block;width:61.875rem;position:absolute;font-family:nunito;font-size:1.25rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:8.9375rem;left:6.5625rem;height:1.625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Hhyz2L60gKDitwqVVlfSzlQWe7p7C7TE { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:15.9375rem;left:26.9375rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#haJzPmyfSfW9sLBAqb5QyWXvGb8U2Oqo { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:19rem;left:26.5rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HLVbHusGGq0XKqq08sh9MvF300eNVizo { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:31.625rem;width:17.625rem;top:11.53125rem;left:4.5rem;display:block; }
#CT6Ok0RUVUpWHKVeVhBrhEgnaupsIgJp { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:19rem;left:52.1875rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BXKifAep6l0BBHWGAWw3K8ir9a8kfLvF { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:15.9375rem;left:52.625rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oqvyh4lawTtLTNLJbiyvoT07o8vr9Q0V { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:12.5rem;left:34.1875rem; }
#sQM2MTgDmtwU3IWkQ7TfBHVr9Ip4sTms { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:12.5rem;left:59.875rem; }
#SWyar0VKfcx8eErmbZBNMVUzxqmvxNrU { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:34.5625rem;left:26.5rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ay9Upoo8vEwnZVFrmSUUB8taetzSI2kv { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:31.5rem;left:26.9375rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AbSiFCDhRfnbmkqSln0FIG5BszZ84SER { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:28.0625rem;left:34.1875rem; }
#xuEZSxJEctx39ZczIRZvBwCC0CgLafm0 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:34.5625rem;left:52.1875rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iqCyHv9K24wzqK1cklTlFTz9KUHsUQ1B { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:31.5rem;left:52.625rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Rn37ybMrx0x2UTTk3cMagdAc6B83x89L { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:28.0625rem;left:59.875rem; }
#JX9pCuzzkvnsHpVMi17MQ6kwx3RVLSxa { 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.0625rem solid #09699d;border-left:0.0625rem solid #09699d;border-right:0.0625rem solid #09699d;border-bottom:0.3125rem solid #000000;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.125rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);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.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.583354125rem;height:5.4583351875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:46.125rem;left:28.666015625rem;display:block; }
#bnzP09Wi1csGgPEtl1d3lECKRJgBRwUd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E43IT6xErCqgUmvrkAGSESsI5gZR7TIl { position:relative;display:block; }#E43IT6xErCqgUmvrkAGSESsI5gZR7TIl { background-color: transparent; background-image: none; }#E43IT6xErCqgUmvrkAGSESsI5gZR7TIl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E43IT6xErCqgUmvrkAGSESsI5gZR7TIl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E43IT6xErCqgUmvrkAGSESsI5gZR7TIl > .row .container > .video-iframe-container { display: none; }#E43IT6xErCqgUmvrkAGSESsI5gZR7TIl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E43IT6xErCqgUmvrkAGSESsI5gZR7TIl > .row > .video-iframe-container { display: none; }#E43IT6xErCqgUmvrkAGSESsI5gZR7TIl > .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); }#E43IT6xErCqgUmvrkAGSESsI5gZR7TIl { border-width: 0; border-radius: 0; }#E43IT6xErCqgUmvrkAGSESsI5gZR7TIl > .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; }#E43IT6xErCqgUmvrkAGSESsI5gZR7TIl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:35.375rem;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; }#OPbsohTvHI0GBp4IZaLoTPWbblt5O4QE { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:2.125rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RmsAWLSeQMfE9fROa0OQzH8D3qKA791S { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:4.5rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dvrRlPdgepMxnVauP3tK4KDmNXdrZCEd { color:rgba(var(--color-tertiary-3),1);display:block;width:61.875rem;position:absolute;font-family:nunito;font-size:1.25rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:8.9375rem;left:6.5625rem;height:1.625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pgLfFTz72HDA2979SqUtekXdMs1KA0Lr { color:rgba(var(--color-tertiary-4),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:29.4375rem;left:31.875rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FWGVXuB5GpuTHU7HTClfeZquuXce5EMB { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);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: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:19.5rem;width:18.9375rem;top:13rem;left:28.0625rem;display:block; }
#h5TW75vR6mNO9DbNdNMMXALueosGFHki { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:400;z-index:15017;line-height:2;letter-spacing:0;top:14.4375rem;left:28.75rem;height:14rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lLufrXqaGcgQhDEbRt47aJ6WD2DmMFqp { color:rgba(var(--color-tertiary-4),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:23.75rem;left:57rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nhrTKdKCTAiaomBOTrl9vzcRAfbuLIh3 { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);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: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:13.875rem;width:18.9375rem;top:13rem;left:53.125rem;display:block; }
#qOzNhssctucrN0fPvCe5U2oTTrtAANw5 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:400;z-index:15020;line-height:2;letter-spacing:0;top:14.5rem;left:53.8125rem;height:8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EuVBqrl0tXXct9uqTu7729Ddx1pTWfOW { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);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: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:13.625rem;width:18.9375rem;top:13rem;left:2.8125rem;display:block; }
#demfShcRZhW04lb7PUdXDFQXksx3wlls { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:400;z-index:15016;line-height:2;letter-spacing:0;top:14.4375rem;left:3.5625rem;height:8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lmgbQFJDmNTkmfaHyGiQfqQ0vcVU7ihp { color:rgba(var(--color-tertiary-4),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:23.687501430511rem;left:6.65625rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BfzRQV92s8pRE4lcsVJc9RCLMECR6f7V { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BfzRQV92s8pRE4lcsVJc9RCLMECR6f7V > .row .container { background-color: transparent; background-image: none; }#BfzRQV92s8pRE4lcsVJc9RCLMECR6f7V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BfzRQV92s8pRE4lcsVJc9RCLMECR6f7V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BfzRQV92s8pRE4lcsVJc9RCLMECR6f7V > .row .container > .video-iframe-container { display: none; }#BfzRQV92s8pRE4lcsVJc9RCLMECR6f7V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BfzRQV92s8pRE4lcsVJc9RCLMECR6f7V > .row > .video-iframe-container { display: none; }#BfzRQV92s8pRE4lcsVJc9RCLMECR6f7V > .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); }#BfzRQV92s8pRE4lcsVJc9RCLMECR6f7V > .row .container { border-width: 0; border-radius: 0; }#BfzRQV92s8pRE4lcsVJc9RCLMECR6f7V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BfzRQV92s8pRE4lcsVJc9RCLMECR6f7V > .row .container { font-size:0.875rem;font-family:arial;height:25.5625rem;width:75rem;position:relative;display:block; }#LDWvyx1LMsZi6JemlGIXnEN3T7uP2o9C { position:absolute;display:block;z-index:15000;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:16.1875rem;width:19.4375rem;top:0rem;left:2.5rem;overflow:hidden;display:block; }
#fNvgTx7DpJOsXt8LTpH6Zc6nmOXlTyyx { position:absolute;display:block;z-index:15001;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:16.1875rem;width:19.4375rem;top:0rem;left:27.625rem;overflow:hidden;display:block; }
#BLzDuseGOUOCd9PGQzSvSlUXiyTS8szT { border-bottom:0;border-left:0;border-right:0;border-top:0;height:16.1875rem;width:19.75rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:0rem;left:52.75rem;overflow:hidden;display:block; }
#xLFf0m8BcTrb21pvJOG96inpvyLvHHV0 { 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.0625rem solid #09699d;border-left:0.0625rem solid #09699d;border-right:0.0625rem solid #09699d;border-bottom:0.3125rem solid #000000;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.125rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);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.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.583354125rem;height:5.4583351875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:17.895183563233rem;left:28.509765625rem;display:block; }
#rhBNUHPbw2uNm2ZNa0JusCTyOKvIkzIx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ls3iTnehCEFqh1kkffyuuikH0B80VJSm { position:relative;display:block; }#ls3iTnehCEFqh1kkffyuuikH0B80VJSm { background-color: transparent; background-image: none; }#ls3iTnehCEFqh1kkffyuuikH0B80VJSm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ls3iTnehCEFqh1kkffyuuikH0B80VJSm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ls3iTnehCEFqh1kkffyuuikH0B80VJSm > .row .container > .video-iframe-container { display: none; }#ls3iTnehCEFqh1kkffyuuikH0B80VJSm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ls3iTnehCEFqh1kkffyuuikH0B80VJSm > .row > .video-iframe-container { display: none; }#ls3iTnehCEFqh1kkffyuuikH0B80VJSm > .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); }#ls3iTnehCEFqh1kkffyuuikH0B80VJSm { border-width: 0; border-radius: 0; }#ls3iTnehCEFqh1kkffyuuikH0B80VJSm > .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; }#ls3iTnehCEFqh1kkffyuuikH0B80VJSm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:44.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; }#hknMLDUT1dQirCFareGHhpS600DU4b1K .accordion-element-container { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;flex-direction:column;align-items:center;background-color:#e3e3e3;background-image:none;vertical-align:top; }
#hknMLDUT1dQirCFareGHhpS600DU4b1K .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; }
#hknMLDUT1dQirCFareGHhpS600DU4b1K .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--paragraphs-font-family);font-weight:700;font-size:1.25rem;text-align:center;text-align-last:center; }
#hknMLDUT1dQirCFareGHhpS600DU4b1K .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:nunito;text-align:center;text-align-last:center;height:auto; }
#hknMLDUT1dQirCFareGHhpS600DU4b1K .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; }#hknMLDUT1dQirCFareGHhpS600DU4b1K .accordion-trigger.adaptive-delivery-prevent-bg, #hknMLDUT1dQirCFareGHhpS600DU4b1K .accordion-trigger.lazyload, #hknMLDUT1dQirCFareGHhpS600DU4b1K .accordion-trigger.lazyloading { background-image: none; }
#hknMLDUT1dQirCFareGHhpS600DU4b1K { box-sizing:content-box;height:auto;width:53.875rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:9.6875rem;left:9.3125rem; }
#hknMLDUT1dQirCFareGHhpS600DU4b1K .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#hknMLDUT1dQirCFareGHhpS600DU4b1K #EzUx8ZqZkUpPCqvbdmswHadXVDzzm78C { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#hknMLDUT1dQirCFareGHhpS600DU4b1K #GhUTiKxhcXaZUb4CRCCRSPAId8ScziPR { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#hknMLDUT1dQirCFareGHhpS600DU4b1K #IuL4gTXtXQBG2nrAzo9mHgBu3LBAFOFr { display:block;position:relative; }
#hknMLDUT1dQirCFareGHhpS600DU4b1K #UDot6yhiMdOgaSNX2idmzCtt7vH0Frl7 {  }
#hknMLDUT1dQirCFareGHhpS600DU4b1K #lWQoeu5Cg3AAThtvM9ITsUU1nN3fAsg4 {  }
#hknMLDUT1dQirCFareGHhpS600DU4b1K #HMcfBGiZolyPQv6AodJim96CF2NdSE8w { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#hknMLDUT1dQirCFareGHhpS600DU4b1K #pgI8KxliguoKzkMZ8ICPFakAB6yOs1TN { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#hknMLDUT1dQirCFareGHhpS600DU4b1K #T7H5M6zJvUVEvPWTKu0kIU1xegDGtxLT { display:block;position:relative; }
#hknMLDUT1dQirCFareGHhpS600DU4b1K #fWAmyIpteTnHyRhdidxoylrAciRwhZu6 {  }
#hknMLDUT1dQirCFareGHhpS600DU4b1K #or4XzcuTvUdNvEucHmCvKptEBwf1JD99 { display:none; }
#hknMLDUT1dQirCFareGHhpS600DU4b1K #lr40pLqpaDtq5rOZkuKcfbddBrh8J8ok { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#hknMLDUT1dQirCFareGHhpS600DU4b1K #ffTdc9fPLw9CLxzTazTN6BgPGanIa9kT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#hknMLDUT1dQirCFareGHhpS600DU4b1K #XZrVF0vX6mz6r8ZLUakSvJA0hwnfR1Fe { display:block;position:relative; }
#hknMLDUT1dQirCFareGHhpS600DU4b1K #PXRLdDawXlN8DwKTkC1KAgwHQ6hrKdDZ {  }
#hknMLDUT1dQirCFareGHhpS600DU4b1K #WvuWM7ctW17VJ1L6MuWchTwxu7WuFiom { display:none; }
#hknMLDUT1dQirCFareGHhpS600DU4b1K #qAQWZO2VqoTT9DvcXdZS7SBA8NAq49zs { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#hknMLDUT1dQirCFareGHhpS600DU4b1K #k3ll0SMDgznnx1K7a8HfBWe1TquaZh2a { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#hknMLDUT1dQirCFareGHhpS600DU4b1K #Wamd8OrP8yHeCHGfPrx4FT8zW59nCgxh { display:block;position:relative; }
#hknMLDUT1dQirCFareGHhpS600DU4b1K #ZMhAt10g9ETBXuw8f1TDm64mTGIgqBuJ {  }
#hknMLDUT1dQirCFareGHhpS600DU4b1K #Kk1HeI3rglwVZZ8Nh1UmaUhWexPPmMbg { display:none; }
#hknMLDUT1dQirCFareGHhpS600DU4b1K #pW7PKdXyXaWNgboVawpWyURb1fzwNm84 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#hknMLDUT1dQirCFareGHhpS600DU4b1K #Q6EeviSMaS98E2WFLiDv4IvJAR8cy9Jf { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#hknMLDUT1dQirCFareGHhpS600DU4b1K #OlQv3yuEkVLocvsi3OmyTfkqQWkl2eoL { display:block;position:relative; }
#hknMLDUT1dQirCFareGHhpS600DU4b1K #pa5MKDggb8hoaf8fHrTi0RJfi48T8ZQV {  }
#hknMLDUT1dQirCFareGHhpS600DU4b1K #qsX4pgI0T9bQqwad2rRQzlw9GkT83Wwe { display:none; }
#hknMLDUT1dQirCFareGHhpS600DU4b1K #hPeWA25Cuo05xtaZu4KFG5CoxSmJ6Hl6 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#hknMLDUT1dQirCFareGHhpS600DU4b1K #hpWTBxBNSim1S9UdOJeKrVypiudWEcOU { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#hknMLDUT1dQirCFareGHhpS600DU4b1K #QHOhJkOezkfzTGvhfLtSGqbhbFU0d9sa { display:block;position:relative; }
#hknMLDUT1dQirCFareGHhpS600DU4b1K #sL47BzTQPxE2Qhxp1NsSTaHSh7w6FJo3 {  }
#hknMLDUT1dQirCFareGHhpS600DU4b1K #pI75F9wAxEXk8pxv8pJ3ERa7cyDQwuOx { display:none; }
#OIVWfu1Ob4dQGy4RPdzKis1QWN2TT8Oa { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:2.3125rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QrbQ3tJFW4TKp6hNqkeM8zVhIvdIMo52 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:4.6875rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IR2NCn45GIBzVPT7BwqKorPJRveOZxKm { 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.0625rem solid #09699d;border-left:0.0625rem solid #09699d;border-right:0.0625rem solid #09699d;border-bottom:0.3125rem solid #000000;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.125rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);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.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.499979125rem;height:5.3749976875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:37.020833969116rem;left:28.75rem;display:block; }
#RGQvx951iq1B0uOu8D8ftCT4VLb9RQZJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { background-color: transparent; background-image: none; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container > .video-iframe-container { display: none; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row > .video-iframe-container { display: none; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .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); }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { border-width: 0; border-radius: 0; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { font-size:0.875rem;font-family:arial;height:38.0625rem;width:75rem;position:relative;display:block; }#N8e6qLt371TkH1ab0TExtS4sod1Fv8Uh { position:absolute;display:block;z-index:15000;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:16.875rem;width:30rem;top:12.958333253861rem;left:22.5rem;overflow:hidden;display:block; }
#HqGvBebhMsup6JUmGJSRPzlrs534Iqpu { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:2.1875rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EhR1JhO4IleQQA0GUNhMpbCu2uBVLXGN { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:4.7291679382324rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s293Cn9SEtsyc2Ubum3PJ6iUTDLLp6TN { color:rgba(var(--color-tertiary-3),1);display:block;width:61.875rem;position:absolute;font-family:nunito;font-size:1.25rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:8.5rem;left:6.5625rem;height:3.25rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TqU1ZhTZTCLPVbvbthAdxA3O6mPaOC5o { 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.0625rem solid #09699d;border-left:0.0625rem solid #09699d;border-right:0.0625rem solid #09699d;border-bottom:0.3125rem solid #000000;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.125rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);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.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.332666625rem;height:5.2076789375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:31.583333253861rem;left:28.833335876465rem;display:block; }
#MJzr5sHloNx7AW4loQnB0Q0nl5ae4QCC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UakGv5fh9K4JT3tT9Bv2MWPbgVMUW1DK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UakGv5fh9K4JT3tT9Bv2MWPbgVMUW1DK > .row .container { background-color: transparent; background-image: none; }#UakGv5fh9K4JT3tT9Bv2MWPbgVMUW1DK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UakGv5fh9K4JT3tT9Bv2MWPbgVMUW1DK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UakGv5fh9K4JT3tT9Bv2MWPbgVMUW1DK > .row .container > .video-iframe-container { display: none; }#UakGv5fh9K4JT3tT9Bv2MWPbgVMUW1DK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UakGv5fh9K4JT3tT9Bv2MWPbgVMUW1DK > .row > .video-iframe-container { display: none; }#UakGv5fh9K4JT3tT9Bv2MWPbgVMUW1DK > .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); }#UakGv5fh9K4JT3tT9Bv2MWPbgVMUW1DK > .row .container { border-width: 0; border-radius: 0; }#UakGv5fh9K4JT3tT9Bv2MWPbgVMUW1DK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UakGv5fh9K4JT3tT9Bv2MWPbgVMUW1DK > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:75rem;position:relative;display:block; }#bIOZy4VM5lJmzeRW4V011iQEJw6LLdKT { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:2.625rem;left:28.75rem;display:block; }
#WFOtk75UsT1LwnaAUNTngZBbRMHAvl1U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ocOGtKhB1SQdzNDgMJTUrOkhcdMQvW7w { color:rgba(var(--color-tertiary-0),1);display:block;width:26.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0.625rem;left:24.25rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #hesk8SKSQU9EDioukM9PCNtU4ZeHpcXd { display:block; }#hesk8SKSQU9EDioukM9PCNtU4ZeHpcXd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SNariI2lndRppcMQWeHXF6gcNPZkcTDn { top:0rem;left:18.75rem;width:10.25rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk { display:block; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i0ulXrLTUBvAoGwrVGwTukJanUoAtHZ0 { top:6.1875rem;left:0rem;width:40.625rem;height:10.0625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4w68oQnOSa65a3Dey6Tcudv8XbopUng { top:17.5rem;left:0rem;width:33.5625rem;height:11.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9rK8DlXvyPJgpIbL4VxpT1boUVRlAqQ { top:4.1875rem;left:22.375rem;width:25.375rem;height:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEkfZSXTg5tyI0zPrWRvAE8Ub6lyILLz { top:5.1875rem;left:28.5rem;width:19.25rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGt8u1odu4i2xdGhuzQFaLbp2zaLlXLz { top:11.3125rem;left:27.0625rem;width:20.6875rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHkJIzLXsgC6s377WVsizOqT8mUOnGBD .widget-regular-label { width:19rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#SHkJIzLXsgC6s377WVsizOqT8mUOnGBD .widget-input-text { width:19rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#SHkJIzLXsgC6s377WVsizOqT8mUOnGBD .widget-input-text {padding-top: 0; padding-bottom: 0;}#SHkJIzLXsgC6s377WVsizOqT8mUOnGBD .widget-textarea { width:19rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#SHkJIzLXsgC6s377WVsizOqT8mUOnGBD .widget-input-select { width:19rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#SHkJIzLXsgC6s377WVsizOqT8mUOnGBD .widget-input-select {padding-top: 0; padding-bottom: 0;}#SHkJIzLXsgC6s377WVsizOqT8mUOnGBD .widget-input-button { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.75rem; }
#SHkJIzLXsgC6s377WVsizOqT8mUOnGBD .widget-checkbox-label { width:17.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#SHkJIzLXsgC6s377WVsizOqT8mUOnGBD  { width:19rem;height:auto;top:13.8125rem;left:26.25rem; }
#SHkJIzLXsgC6s377WVsizOqT8mUOnGBD .radio-container { width:19rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#SHkJIzLXsgC6s377WVsizOqT8mUOnGBD {display:block;}#SHkJIzLXsgC6s377WVsizOqT8mUOnGBD { width:19rem;height:auto;top:13.8125rem;left:26.25rem; }
 }@media only screen and (max-width: 763px) { #SHkJIzLXsgC6s377WVsizOqT8mUOnGBD #QvEB8wFAtkTiZ2noaWuwmqWGWCQTTRl2 {  }
 }@media only screen and (max-width: 763px) { #SHkJIzLXsgC6s377WVsizOqT8mUOnGBD #hU6zgpOzqRT22JRKCLZOw4grsCOBD18d { display:none; }
 }@media only screen and (max-width: 763px) { #SHkJIzLXsgC6s377WVsizOqT8mUOnGBD #eC0TiGfApFbIhuunZpmfFLIolFu4tgAt {  }
 }@media only screen and (max-width: 763px) { #SHkJIzLXsgC6s377WVsizOqT8mUOnGBD #tgUDhTuHLL02CZfJyHFFRutGy44xJibW {  }
 }@media only screen and (max-width: 763px) { #SHkJIzLXsgC6s377WVsizOqT8mUOnGBD #FXedndH0OerLNSwB9q5JiD810xxU2JDe { display:none; }
 }@media only screen and (max-width: 763px) { #SHkJIzLXsgC6s377WVsizOqT8mUOnGBD #soIk5TAXCBxz8HhCCx8A6c7TONUhnuVB {  }
 }@media only screen and (max-width: 763px) { #SHkJIzLXsgC6s377WVsizOqT8mUOnGBD #tHVOxOxtbO2vcQQNR4xgFIgJgnw4PXbT {  }
 }@media only screen and (max-width: 763px) { #SHkJIzLXsgC6s377WVsizOqT8mUOnGBD #LrPR3d8S9SQF8HmnRKgZcDa4THmUpnaI {  }
 }@media only screen and (max-width: 763px) { #SHkJIzLXsgC6s377WVsizOqT8mUOnGBD #nHFVAvpBy5quFV42kzESdnloZb4nLV4p {  }
 }@media only screen and (max-width: 763px) { #SHkJIzLXsgC6s377WVsizOqT8mUOnGBD #ErA2cdTWLONNTo2QN1NJ9ks3TU3wU2eS {  }
 }@media only screen and (max-width: 763px) { #SHkJIzLXsgC6s377WVsizOqT8mUOnGBD #BBPCo1iWbduZzPO7KpgrnRcnv4hv0FEr {  }
 }@media only screen and (max-width: 763px) { #DZ75nyrqyzi1uh9BE0TuEL1OrxBcGDNP { top:3.75rem;left:0rem;width:16.25rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBWGNk5keUTsnCL8PCFXdIvudhAmlFT4 { top:33.6875rem;left:27.0625rem;width:20.6875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oe2q26ksE3heu8MmPmaaTOFeps84nZ2t { display:block; }#oe2q26ksE3heu8MmPmaaTOFeps84nZ2t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BAv3qoHFNTc4oOCD8XxNpmB8Db1H9pnR { top:1rem;left:0rem;width:17.8125rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPIozmT88DHevNuOQdcGLrL7CQCXtSTR { top:3.0625rem;left:0rem;width:17.875rem;height:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntSTmMkpuSut7PGHHyeWgrFx1d0f3CSA { top:3.125rem;left:23.125rem;width:17.8125rem;height:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCdfAo8UR5f1EdELvFPGeA9goeJ9SVbH { top:1rem;left:24.46875rem;width:15.0625rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPy956FEWRuhGDuy5vfnx6WpfT3KFiWb { top:3rem;left:4.7486991882324rem;width:17.8125rem;height:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NX1Jvfc2whQ3J6tMc9x6MlJ90LNca5U4 { top:1rem;left:4.6243515014649rem;width:18rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #noR9mypoaqruIQJZkqvmhrZ9goipyLqN { top:3.125rem;left:27.75rem;width:20rem;height:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpZPBieL6GTBE5fcdwoEN8oV4OAM6f4W { top:1rem;left:27.75rem;width:20rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQZ1LmulTrzTsnJ6bPkdhmvyaNAdOM8m { top:1.3125rem;left:4.228515625rem;width:0.4375rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3wVK6UdtTRkqlgD5hei6NA76Z8CiSCD { top:1.3125rem;left:22.604167938233rem;width:0.4375rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnGseFneTuZIEwUb4HV1A3ePnruOKvmP { top:1.375rem;left:22.625rem;width:0.4375rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtF9fDxwTBQ27fGZ5OZn705qHXCvI02E { top:1.3125rem;left:41rem;width:0.4375rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoJQgSWsi7kmOSal0V5UzbUs3sExfgSI { top:0rem;left:0rem;width:47.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uezEaafRQuQRnBeDzqnskLleXea1lTeZ { display:block; }#uezEaafRQuQRnBeDzqnskLleXea1lTeZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y6AhFLWKd2UkA3cM8idvOgsIZaxzBTl4 { width:47.75rem;height:1.625rem;top:1.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrxdR1CU94Fo2gDmR2U69gh7eiQpyw0T { width:25rem;height:9.375rem;top:14.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #opwMt2fJ4bfXV3PQTsbIKRUVDtqzboAh { width:16.875rem;height:2rem;top:15.0625rem;left:0.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRVDZvcg52GtTdK0I4H0QHtM6UnoC0r3 { width:23.375rem;height:3rem;top:17.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8HGti9gT2CGrKdPRVucflTdEKXwHUzJ { width:25rem;height:9.375rem;top:14.0625rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9LHvOLC54JCrJJAlfW9qF1dL91ve6xS { width:24.25rem;height:3rem;top:17.25rem;left:23.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrdTHVRx7Dfu7A3S94EZAX5TtFxhhOuo { width:16.875rem;height:2rem;top:15.0625rem;left:30.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUFopKPGAHUvO114Tq6rMuXnXMm0xLcI { width:25rem;height:9.375rem;top:41.625rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDPA8T4lmKxOoCsJMldBWKiNPdVtinpX { width:24.25rem;height:3rem;top:44.625rem;left:23.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpAt9VUVqHnTOADTtMuTQa0sZcpefi6h { width:16.875rem;height:2rem;top:42.625rem;left:30.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6VeO9O0IoI6M4uzsmlk8kNV0QFP8ANk { width:25rem;height:9.375rem;top:41.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8vT9UVJ353efatyl5oxFL1VtoznRe5W { width:16.875rem;height:2rem;top:42.625rem;left:0.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RI4tvTLHT2XaZkFvcfh8tMAw6X68cb6A { width:24.1875rem;height:3rem;top:44.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2gOybp9a7Hh6ev3bxk0aTod4V4Iz6Ri { top:21.375rem;left:22.75rem;width:25rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wh4gTq57vQRLSWtBbpCFVi1PEJkxaeq0 { top:21.375rem;left:0rem;width:25rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wobFkZ898vtuBs61RDSCdybQ6si7TL8i { top:48.5rem;left:22.75rem;width:25rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWNTcPOfS6yLUvHcIF59ZV6GdMTMt1tV { top:48.5rem;left:0rem;width:25rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1omgXTw8ztXrm6CRgli3xe8O366TWf9 { width:17.625rem;height:5.5rem;top:69.75rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQnL4gMI7tA5Tnx5OGbKnuAi6L5bGkvl { display:block; }
 }@media only screen and (max-width: 763px) { #MpEvb9xRQMquUsamT2vDHBD7zqheoxS4 { width:47.75rem;height:6.5rem;top:3.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAyrJXTmf5dnTTuUIHIo0aowgby8sr9W { top:10.8125rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPI3CMAq81967ym5Rs9CzrkuCt9PDsVH { display:block; }#SPI3CMAq81967ym5Rs9CzrkuCt9PDsVH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R7QVDaTKoDg8WaUPZOM5dx7nMcXVI94J { width:47.75rem;height:1.625rem;top:2.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfgZk5t4vHtdTBTikCSdoTsyEE5rr4so { width:47.75rem;height:3.25rem;top:4.5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2S5T6slG7wI12cTeoLzDBSrk8w26mmO { top:8.9375rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgZTafcr6hHbV2zfa2rrrGoCTnkdAeZR { top:11.625rem;left:13.75rem;width:34rem;height:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUTvelzssxyGLQql2UgKZpqaaCFPMsmQ { width:16.875rem;height:2rem;top:12.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZyO9gtrnS79mmCeLQ0zf0L5FUKFv0yE { width:16.875rem;height:2rem;top:18.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpGGRTh7doFFnDXDWefR3QhDQxrOZ2QA { width:19.1875rem;height:3rem;top:20.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kv9pGUACm4namAyX93WZACMTdt5r2e0K { width:17.75rem;height:3rem;top:14.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hd6QI8r82P1pWWRO19wJoJslczAPJaoV { width:24.1875rem;height:3rem;top:31.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZimCUTxvlG36451iQprtCBHaaGS72J0 { width:16.875rem;height:2rem;top:29.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOnJQVRIXmLdi71CoKyXSRH78rNulsdO { width:24.1875rem;height:3rem;top:26.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgirZwRxXNkisrlwLzKfdT4zn4qelLJK { width:16.875rem;height:2rem;top:24.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Trw5pmA5v3XoKcv7TgW5WXvRmv8E1EXO { width:20.6875rem;height:3rem;top:43.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wf8FoWZNJ7LqsScyzopSs5TX7zoBwcnE { width:16.875rem;height:2rem;top:41.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTDy3uZGFpMX3aqoJTPdlLPHaEu3PhTN { width:20.75rem;height:3rem;top:37.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0n9ds60FEwDJxK56kdHucCD9kkzTaRc { width:16.875rem;height:2rem;top:35.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLAL4APqWXtWkZihdfGcwyvR84FbCJE7 { width:17.5625rem;height:5.4375rem;top:49.3125rem;left:15.041015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rynAKJTbFUy598TkkHLMTWWiXv1PbWil { display:block; }
 }@media only screen and (max-width: 763px) { #TPb0uufIaX6ruXyEr9hex0kufLfuMIo7 { display:block; }#TPb0uufIaX6ruXyEr9hex0kufLfuMIo7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tr0ureXThKOLRogbZsWsMdrNrP7DRZC1 { width:47.75rem;height:1.625rem;top:2.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSa8nArZQqp37Hh270qDQ7GhKZcNUE6H { width:47.75rem;height:3.25rem;top:4.5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTxTorf0ks11LEeBW6tCD33mIR74TQDI { top:8.9375rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hhyz2L60gKDitwqVVlfSzlQWe7p7C7TE { width:17.75rem;height:2rem;top:15.9375rem;left:13.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #haJzPmyfSfW9sLBAqb5QyWXvGb8U2Oqo { width:18.5rem;height:7.5rem;top:19rem;left:12.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLVbHusGGq0XKqq08sh9MvF300eNVizo { top:11.5rem;left:0rem;width:17.625rem;height:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CT6Ok0RUVUpWHKVeVhBrhEgnaupsIgJp { width:18.5rem;height:7.5rem;top:19rem;left:29.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXKifAep6l0BBHWGAWw3K8ir9a8kfLvF { width:17.75rem;height:2rem;top:15.9375rem;left:30rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqvyh4lawTtLTNLJbiyvoT07o8vr9Q0V { top:12.5rem;left:20.5625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQM2MTgDmtwU3IWkQ7TfBHVr9Ip4sTms { top:12.5rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWyar0VKfcx8eErmbZBNMVUzxqmvxNrU { width:18.5rem;height:7.5rem;top:34.5625rem;left:12.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ay9Upoo8vEwnZVFrmSUUB8taetzSI2kv { width:17.75rem;height:2rem;top:31.5rem;left:13.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbSiFCDhRfnbmkqSln0FIG5BszZ84SER { top:28.0625rem;left:20.5625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuEZSxJEctx39ZczIRZvBwCC0CgLafm0 { width:18.5rem;height:7.5rem;top:34.5625rem;left:29.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqCyHv9K24wzqK1cklTlFTz9KUHsUQ1B { width:17.75rem;height:2rem;top:31.5rem;left:30rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rn37ybMrx0x2UTTk3cMagdAc6B83x89L { top:28.0625rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JX9pCuzzkvnsHpVMi17MQ6kwx3RVLSxa { width:17.5625rem;height:5.4375rem;top:46.125rem;left:15.041015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnzP09Wi1csGgPEtl1d3lECKRJgBRwUd { display:block; }
 }@media only screen and (max-width: 763px) { #E43IT6xErCqgUmvrkAGSESsI5gZR7TIl { display:block; }#E43IT6xErCqgUmvrkAGSESsI5gZR7TIl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OPbsohTvHI0GBp4IZaLoTPWbblt5O4QE { width:47.75rem;height:1.625rem;top:2.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmsAWLSeQMfE9fROa0OQzH8D3qKA791S { width:47.75rem;height:3.25rem;top:4.5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvrRlPdgepMxnVauP3tK4KDmNXdrZCEd { top:8.9375rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgLfFTz72HDA2979SqUtekXdMs1KA0Lr { width:11.25rem;height:2rem;top:29.4375rem;left:18.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWGVXuB5GpuTHU7HTClfeZquuXce5EMB { width:18.9375rem;height:19.5rem;top:13rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5TW75vR6mNO9DbNdNMMXALueosGFHki { width:17.5rem;height:14rem;top:14.4375rem;left:15.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLufrXqaGcgQhDEbRt47aJ6WD2DmMFqp { width:11.25rem;height:2rem;top:23.75rem;left:36.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhrTKdKCTAiaomBOTrl9vzcRAfbuLIh3 { width:18.9375rem;height:13.875rem;top:13rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOzNhssctucrN0fPvCe5U2oTTrtAANw5 { width:17.5rem;height:8rem;top:14.5rem;left:30.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EuVBqrl0tXXct9uqTu7729Ddx1pTWfOW { width:18.9375rem;height:13.625rem;top:13rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #demfShcRZhW04lb7PUdXDFQXksx3wlls { width:17.5rem;height:8rem;top:14.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmgbQFJDmNTkmfaHyGiQfqQ0vcVU7ihp { width:11.25rem;height:2rem;top:23.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfzRQV92s8pRE4lcsVJc9RCLMECR6f7V { display:block; }#BfzRQV92s8pRE4lcsVJc9RCLMECR6f7V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LDWvyx1LMsZi6JemlGIXnEN3T7uP2o9C { width:19.4375rem;height:16.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNvgTx7DpJOsXt8LTpH6Zc6nmOXlTyyx { width:19.4375rem;height:16.1875rem;top:0rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLzDuseGOUOCd9PGQzSvSlUXiyTS8szT { width:19.75rem;height:16.1875rem;top:0rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLFf0m8BcTrb21pvJOG96inpvyLvHHV0 { width:17.5625rem;height:5.4375rem;top:17.875rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhBNUHPbw2uNm2ZNa0JusCTyOKvIkzIx { display:block; }
 }@media only screen and (max-width: 763px) { #ls3iTnehCEFqh1kkffyuuikH0B80VJSm { display:block; }#ls3iTnehCEFqh1kkffyuuikH0B80VJSm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hknMLDUT1dQirCFareGHhpS600DU4b1K .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hknMLDUT1dQirCFareGHhpS600DU4b1K { display:flex;height:auto;width:45.25rem;top:9.6875rem;left:0rem; }
#hknMLDUT1dQirCFareGHhpS600DU4b1K .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #hknMLDUT1dQirCFareGHhpS600DU4b1K #EzUx8ZqZkUpPCqvbdmswHadXVDzzm78C {  }
 }@media only screen and (max-width: 763px) { #hknMLDUT1dQirCFareGHhpS600DU4b1K #GhUTiKxhcXaZUb4CRCCRSPAId8ScziPR {  }
 }@media only screen and (max-width: 763px) { #hknMLDUT1dQirCFareGHhpS600DU4b1K #IuL4gTXtXQBG2nrAzo9mHgBu3LBAFOFr {  }
 }@media only screen and (max-width: 763px) { #hknMLDUT1dQirCFareGHhpS600DU4b1K #UDot6yhiMdOgaSNX2idmzCtt7vH0Frl7 {  }
 }@media only screen and (max-width: 763px) { #hknMLDUT1dQirCFareGHhpS600DU4b1K #lWQoeu5Cg3AAThtvM9ITsUU1nN3fAsg4 {  }
 }@media only screen and (max-width: 763px) { #hknMLDUT1dQirCFareGHhpS600DU4b1K #HMcfBGiZolyPQv6AodJim96CF2NdSE8w {  }
 }@media only screen and (max-width: 763px) { #hknMLDUT1dQirCFareGHhpS600DU4b1K #pgI8KxliguoKzkMZ8ICPFakAB6yOs1TN {  }
 }@media only screen and (max-width: 763px) { #hknMLDUT1dQirCFareGHhpS600DU4b1K #T7H5M6zJvUVEvPWTKu0kIU1xegDGtxLT {  }
 }@media only screen and (max-width: 763px) { #hknMLDUT1dQirCFareGHhpS600DU4b1K #fWAmyIpteTnHyRhdidxoylrAciRwhZu6 {  }
 }@media only screen and (max-width: 763px) { #hknMLDUT1dQirCFareGHhpS600DU4b1K #or4XzcuTvUdNvEucHmCvKptEBwf1JD99 {  }
 }@media only screen and (max-width: 763px) { #hknMLDUT1dQirCFareGHhpS600DU4b1K #lr40pLqpaDtq5rOZkuKcfbddBrh8J8ok {  }
 }@media only screen and (max-width: 763px) { #hknMLDUT1dQirCFareGHhpS600DU4b1K #ffTdc9fPLw9CLxzTazTN6BgPGanIa9kT {  }
 }@media only screen and (max-width: 763px) { #hknMLDUT1dQirCFareGHhpS600DU4b1K #XZrVF0vX6mz6r8ZLUakSvJA0hwnfR1Fe {  }
 }@media only screen and (max-width: 763px) { #hknMLDUT1dQirCFareGHhpS600DU4b1K #PXRLdDawXlN8DwKTkC1KAgwHQ6hrKdDZ {  }
 }@media only screen and (max-width: 763px) { #hknMLDUT1dQirCFareGHhpS600DU4b1K #WvuWM7ctW17VJ1L6MuWchTwxu7WuFiom {  }
 }@media only screen and (max-width: 763px) { #hknMLDUT1dQirCFareGHhpS600DU4b1K #qAQWZO2VqoTT9DvcXdZS7SBA8NAq49zs {  }
 }@media only screen and (max-width: 763px) { #hknMLDUT1dQirCFareGHhpS600DU4b1K #k3ll0SMDgznnx1K7a8HfBWe1TquaZh2a {  }
 }@media only screen and (max-width: 763px) { #hknMLDUT1dQirCFareGHhpS600DU4b1K #Wamd8OrP8yHeCHGfPrx4FT8zW59nCgxh {  }
 }@media only screen and (max-width: 763px) { #hknMLDUT1dQirCFareGHhpS600DU4b1K #ZMhAt10g9ETBXuw8f1TDm64mTGIgqBuJ {  }
 }@media only screen and (max-width: 763px) { #hknMLDUT1dQirCFareGHhpS600DU4b1K #Kk1HeI3rglwVZZ8Nh1UmaUhWexPPmMbg {  }
 }@media only screen and (max-width: 763px) { #hknMLDUT1dQirCFareGHhpS600DU4b1K #pW7PKdXyXaWNgboVawpWyURb1fzwNm84 {  }
 }@media only screen and (max-width: 763px) { #hknMLDUT1dQirCFareGHhpS600DU4b1K #Q6EeviSMaS98E2WFLiDv4IvJAR8cy9Jf {  }
 }@media only screen and (max-width: 763px) { #hknMLDUT1dQirCFareGHhpS600DU4b1K #OlQv3yuEkVLocvsi3OmyTfkqQWkl2eoL {  }
 }@media only screen and (max-width: 763px) { #hknMLDUT1dQirCFareGHhpS600DU4b1K #pa5MKDggb8hoaf8fHrTi0RJfi48T8ZQV {  }
 }@media only screen and (max-width: 763px) { #hknMLDUT1dQirCFareGHhpS600DU4b1K #qsX4pgI0T9bQqwad2rRQzlw9GkT83Wwe {  }
 }@media only screen and (max-width: 763px) { #hknMLDUT1dQirCFareGHhpS600DU4b1K #hPeWA25Cuo05xtaZu4KFG5CoxSmJ6Hl6 {  }
 }@media only screen and (max-width: 763px) { #hknMLDUT1dQirCFareGHhpS600DU4b1K #hpWTBxBNSim1S9UdOJeKrVypiudWEcOU {  }
 }@media only screen and (max-width: 763px) { #hknMLDUT1dQirCFareGHhpS600DU4b1K #QHOhJkOezkfzTGvhfLtSGqbhbFU0d9sa {  }
 }@media only screen and (max-width: 763px) { #hknMLDUT1dQirCFareGHhpS600DU4b1K #sL47BzTQPxE2Qhxp1NsSTaHSh7w6FJo3 {  }
 }@media only screen and (max-width: 763px) { #hknMLDUT1dQirCFareGHhpS600DU4b1K #pI75F9wAxEXk8pxv8pJ3ERa7cyDQwuOx {  }
 }@media only screen and (max-width: 763px) { #OIVWfu1Ob4dQGy4RPdzKis1QWN2TT8Oa { width:47.75rem;height:1.625rem;top:2.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrbQ3tJFW4TKp6hNqkeM8zVhIvdIMo52 { width:47.75rem;height:3.25rem;top:4.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IR2NCn45GIBzVPT7BwqKorPJRveOZxKm { width:17.4375rem;height:5.3125rem;top:37rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGQvx951iq1B0uOu8D8ftCT4VLb9RQZJ { display:block; }
 }@media only screen and (max-width: 763px) { #p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu { display:block; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N8e6qLt371TkH1ab0TExtS4sod1Fv8Uh { top:12.9375rem;left:8.875rem;width:30rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqGvBebhMsup6JUmGJSRPzlrs534Iqpu { width:47.75rem;height:1.625rem;top:2.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhR1JhO4IleQQA0GUNhMpbCu2uBVLXGN { width:47.75rem;height:3.25rem;top:4.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s293Cn9SEtsyc2Ubum3PJ6iUTDLLp6TN { top:8.5rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqU1ZhTZTCLPVbvbthAdxA3O6mPaOC5o { width:17.3125rem;height:5.1875rem;top:31.5625rem;left:15.208335876465rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJzr5sHloNx7AW4loQnB0Q0nl5ae4QCC { display:block; }
 }@media only screen and (max-width: 763px) { #UakGv5fh9K4JT3tT9Bv2MWPbgVMUW1DK { display:block; }#UakGv5fh9K4JT3tT9Bv2MWPbgVMUW1DK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bIOZy4VM5lJmzeRW4V011iQEJw6LLdKT { width:17.5rem;height:3.4375rem;top:2.625rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFOtk75UsT1LwnaAUNTngZBbRMHAvl1U { display:block; }
 }@media only screen and (max-width: 763px) { #ocOGtKhB1SQdzNDgMJTUrOkhcdMQvW7w { top:0.625rem;left:10.625rem;width:26.5625rem;height:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #hesk8SKSQU9EDioukM9PCNtU4ZeHpcXd { display:block; }#hesk8SKSQU9EDioukM9PCNtU4ZeHpcXd > .row .container { width:20rem;height:3.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SNariI2lndRppcMQWeHXF6gcNPZkcTDn { width:8.3125rem;height:2.5rem;top:0.4375rem;left:5.8437501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2e031113-b769-43e0-b243-a418920286e1/Cozinhacapa.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk.adaptive-delivery-prevent-bg, #rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk.lazyload, #rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk.lazyloading { background-image: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { background-color: transparent; background-image: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container > .video-iframe-container { display: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row > .video-iframe-container { display: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .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); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { width:20rem;height:51.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i0ulXrLTUBvAoGwrVGwTukJanUoAtHZ0 { width:18.875rem;height:4.7122375rem;top:3.71875rem;left:0.5625rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a4w68oQnOSa65a3Dey6Tcudv8XbopUng { width:17.3125rem;height:6.5rem;top:10.3046875rem;left:1.3437501192093rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #b9rK8DlXvyPJgpIbL4VxpT1boUVRlAqQ { width:18.75rem;height:31.25rem;top:18.78125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEkfZSXTg5tyI0zPrWRvAE8Ub6lyILLz { width:16rem;height:4.0625rem;top:19.6875rem;left:2.0000001192093rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGt8u1odu4i2xdGhuzQFaLbp2zaLlXLz { width:18.6875rem;height:4.38671875rem;top:24.5rem;left:0.65625rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #SHkJIzLXsgC6s377WVsizOqT8mUOnGBD .widget-regular-label { width:15.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#SHkJIzLXsgC6s377WVsizOqT8mUOnGBD .widget-input-text { width:15.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.8125rem;overflow:hidden;height:2.1875rem;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;background-color:transparent;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none; }
#SHkJIzLXsgC6s377WVsizOqT8mUOnGBD .widget-input-text {padding-top: 0; padding-bottom: 0;}#SHkJIzLXsgC6s377WVsizOqT8mUOnGBD .widget-textarea { width:15.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.8125rem;overflow:hidden;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;background-color:transparent;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none; }
#SHkJIzLXsgC6s377WVsizOqT8mUOnGBD .widget-input-select { width:15.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#SHkJIzLXsgC6s377WVsizOqT8mUOnGBD .widget-input-select {padding-top: 0; padding-bottom: 0;}#SHkJIzLXsgC6s377WVsizOqT8mUOnGBD .widget-input-button { width:14.375rem;margin-top:0.25rem;margin-right:1.25rem;margin-bottom:0.25rem;margin-left:0.625rem;height:6.625rem;font-size:1.375rem;overflow:hidden; }
#SHkJIzLXsgC6s377WVsizOqT8mUOnGBD [class*="-text"]:-moz-placeholder { font-size:0.8125rem; }
#SHkJIzLXsgC6s377WVsizOqT8mUOnGBD [class*="-text"]::-moz-placeholder { font-size:0.8125rem; }
#SHkJIzLXsgC6s377WVsizOqT8mUOnGBD [class*="-text"]:-ms-input-placeholder { font-size:0.8125rem; }
#SHkJIzLXsgC6s377WVsizOqT8mUOnGBD [class*="-text"]::-webkit-input-placeholder { font-size:0.8125rem; }
#SHkJIzLXsgC6s377WVsizOqT8mUOnGBD .widget-checkbox-label { width:14.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#SHkJIzLXsgC6s377WVsizOqT8mUOnGBD  { width:15.625rem;height:auto;top:28.88671875rem;left:0.9375rem; }
#SHkJIzLXsgC6s377WVsizOqT8mUOnGBD .radio-container { width:15.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#SHkJIzLXsgC6s377WVsizOqT8mUOnGBD {display:block;}#SHkJIzLXsgC6s377WVsizOqT8mUOnGBD { width:15.625rem;height:auto;top:28.88671875rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #SHkJIzLXsgC6s377WVsizOqT8mUOnGBD #QvEB8wFAtkTiZ2noaWuwmqWGWCQTTRl2 {  }
 }@media only screen and (max-width: 763px) { #SHkJIzLXsgC6s377WVsizOqT8mUOnGBD #hU6zgpOzqRT22JRKCLZOw4grsCOBD18d { display:block; }
 }@media only screen and (max-width: 763px) { #SHkJIzLXsgC6s377WVsizOqT8mUOnGBD #eC0TiGfApFbIhuunZpmfFLIolFu4tgAt {  }
 }@media only screen and (max-width: 763px) { #SHkJIzLXsgC6s377WVsizOqT8mUOnGBD #tgUDhTuHLL02CZfJyHFFRutGy44xJibW {  }
 }@media only screen and (max-width: 763px) { #SHkJIzLXsgC6s377WVsizOqT8mUOnGBD #FXedndH0OerLNSwB9q5JiD810xxU2JDe { display:block; }
 }@media only screen and (max-width: 763px) { #SHkJIzLXsgC6s377WVsizOqT8mUOnGBD #soIk5TAXCBxz8HhCCx8A6c7TONUhnuVB {  }
 }@media only screen and (max-width: 763px) { #SHkJIzLXsgC6s377WVsizOqT8mUOnGBD #tHVOxOxtbO2vcQQNR4xgFIgJgnw4PXbT {  }
 }@media only screen and (max-width: 763px) { #SHkJIzLXsgC6s377WVsizOqT8mUOnGBD #LrPR3d8S9SQF8HmnRKgZcDa4THmUpnaI {  }
 }@media only screen and (max-width: 763px) { #SHkJIzLXsgC6s377WVsizOqT8mUOnGBD #nHFVAvpBy5quFV42kzESdnloZb4nLV4p {  }
 }@media only screen and (max-width: 763px) { #SHkJIzLXsgC6s377WVsizOqT8mUOnGBD #ErA2cdTWLONNTo2QN1NJ9ks3TU3wU2eS {  }
 }@media only screen and (max-width: 763px) { #SHkJIzLXsgC6s377WVsizOqT8mUOnGBD #BBPCo1iWbduZzPO7KpgrnRcnv4hv0FEr {  }
 }@media only screen and (max-width: 763px) { #DZ75nyrqyzi1uh9BE0TuEL1OrxBcGDNP { width:16.25rem;height:1.21875rem;top:1.25rem;left:1.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wBWGNk5keUTsnCL8PCFXdIvudhAmlFT4 { width:20rem;height:0.9746125rem;top:48.453125rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #oe2q26ksE3heu8MmPmaaTOFeps84nZ2t { position:relative;z-index:auto;display:block; }#oe2q26ksE3heu8MmPmaaTOFeps84nZ2t > .row .container { width:20rem;height:15.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BAv3qoHFNTc4oOCD8XxNpmB8Db1H9pnR { width:9.9375rem;height:1.625rem;top:1.8125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #cPIozmT88DHevNuOQdcGLrL7CQCXtSTR { width:9.1875rem;height:2.4375rem;top:3.4375rem;left:0.375rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #ntSTmMkpuSut7PGHHyeWgrFx1d0f3CSA { width:7.5rem;height:4.875rem;top:9.5520839691163rem;left:1.21875rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #BCdfAo8UR5f1EdELvFPGeA9goeJ9SVbH { width:9.5625rem;height:1.625rem;top:7.4583339691163rem;left:0.1875rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #JPy956FEWRuhGDuy5vfnx6WpfT3KFiWb { width:7.6875rem;height:2.4375rem;top:3.4375rem;left:11.062500596046rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #NX1Jvfc2whQ3J6tMc9x6MlJ90LNca5U4 { width:9.9375rem;height:1.625rem;top:1.8125rem;left:9.9375005960463rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #noR9mypoaqruIQJZkqvmhrZ9goipyLqN { width:7.375rem;height:4.875rem;top:9.5520839691163rem;left:11.218750596046rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #qpZPBieL6GTBE5fcdwoEN8oV4OAM6f4W { width:4.875rem;height:1.625rem;top:7.4583339691163rem;left:12.468750596046rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #kQZ1LmulTrzTsnJ6bPkdhmvyaNAdOM8m { width:20rem;height:0.375rem;top:15.3125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3wVK6UdtTRkqlgD5hei6NA76Z8CiSCD { width:20rem;height:0.0625rem;top:15.5rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnGseFneTuZIEwUb4HV1A3ePnruOKvmP { width:0.0625rem;height:0.0625rem;top:15.46875rem;left:8.69791662693rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtF9fDxwTBQ27fGZ5OZn705qHXCvI02E { width:20rem;height:0.0625rem;top:15.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoJQgSWsi7kmOSal0V5UzbUs3sExfgSI { width:0.0625rem;height:0.0625rem;top:1.1041669845581rem;left:18.91666662693rem;display:block; }
 }@media only screen and (max-width: 763px) { #uezEaafRQuQRnBeDzqnskLleXea1lTeZ { display:block; }#uezEaafRQuQRnBeDzqnskLleXea1lTeZ > .row .container { width:20rem;height:111.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y6AhFLWKd2UkA3cM8idvOgsIZaxzBTl4 { width:20rem;height:1.21875rem;top:0.81250190734863rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrxdR1CU94Fo2gDmR2U69gh7eiQpyw0T { width:18.9375rem;height:18.75rem;top:21.875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #opwMt2fJ4bfXV3PQTsbIKRUVDtqzboAh { width:16.25rem;height:2.03125rem;top:17.375rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRVDZvcg52GtTdK0I4H0QHtM6UnoC0r3 { width:16.25rem;height:4.5rem;top:19.375rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8HGti9gT2CGrKdPRVucflTdEKXwHUzJ { width:20rem;height:9.375rem;top:41.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9LHvOLC54JCrJJAlfW9qF1dL91ve6xS { width:20rem;height:4.5rem;top:40.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrdTHVRx7Dfu7A3S94EZAX5TtFxhhOuo { width:16.875rem;height:2.03125rem;top:38.625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUFopKPGAHUvO114Tq6rMuXnXMm0xLcI { width:20rem;height:9.375rem;top:93.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDPA8T4lmKxOoCsJMldBWKiNPdVtinpX { width:20rem;height:4.5rem;top:83.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpAt9VUVqHnTOADTtMuTQa0sZcpefi6h { width:16.875rem;height:2.03125rem;top:81.5rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6VeO9O0IoI6M4uzsmlk8kNV0QFP8ANk { width:20rem;height:9.375rem;top:82.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8vT9UVJ353efatyl5oxFL1VtoznRe5W { width:16.875rem;height:2.03125rem;top:60.25rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RI4tvTLHT2XaZkFvcfh8tMAw6X68cb6A { width:20rem;height:4.5rem;top:62.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2gOybp9a7Hh6ev3bxk0aTod4V4Iz6Ri { width:15.9375rem;height:11.875rem;top:46rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wh4gTq57vQRLSWtBbpCFVi1PEJkxaeq0 { width:15.9375rem;height:11.875rem;top:24.875rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wobFkZ898vtuBs61RDSCdybQ6si7TL8i { width:15.875rem;height:11.875rem;top:89.125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWNTcPOfS6yLUvHcIF59ZV6GdMTMt1tV { width:15.9375rem;height:11.9375rem;top:67.6875038147rem;left:2.0312501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1omgXTw8ztXrm6CRgli3xe8O366TWf9 { width:15.020854125rem;height:4.4576789375rem;top:102.5rem;left:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQnL4gMI7tA5Tnx5OGbKnuAi6L5bGkvl { display:block; }
 }@media only screen and (max-width: 763px) { #MpEvb9xRQMquUsamT2vDHBD7zqheoxS4 { width:20rem;height:6.09375rem;top:2.03125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAyrJXTmf5dnTTuUIHIo0aowgby8sr9W { width:20rem;height:4.875rem;top:8.8125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #SPI3CMAq81967ym5Rs9CzrkuCt9PDsVH { display:block; }#SPI3CMAq81967ym5Rs9CzrkuCt9PDsVH > .row .container { width:20rem;height:79.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R7QVDaTKoDg8WaUPZOM5dx7nMcXVI94J { width:20rem;height:1.21875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfgZk5t4vHtdTBTikCSdoTsyEE5rr4so { width:20rem;height:4.0625rem;top:2.46875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2S5T6slG7wI12cTeoLzDBSrk8w26mmO { width:20rem;height:6.5rem;top:7.3125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #dgZTafcr6hHbV2zfa2rrrGoCTnkdAeZR { width:20rem;height:20rem;top:14.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUTvelzssxyGLQql2UgKZpqaaCFPMsmQ { width:16.875rem;height:1.4622375rem;top:35.0625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZyO9gtrnS79mmCeLQ0zf0L5FUKFv0yE { width:16.875rem;height:1.4622375rem;top:40.75rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpGGRTh7doFFnDXDWefR3QhDQxrOZ2QA { width:19.1875rem;height:3rem;top:42.1875rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kv9pGUACm4namAyX93WZACMTdt5r2e0K { width:17.75rem;height:3rem;top:36.5625rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hd6QI8r82P1pWWRO19wJoJslczAPJaoV { width:20rem;height:3rem;top:53.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZimCUTxvlG36451iQprtCBHaaGS72J0 { width:16.875rem;height:1.4622375rem;top:52.125rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOnJQVRIXmLdi71CoKyXSRH78rNulsdO { width:20rem;height:3rem;top:47.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgirZwRxXNkisrlwLzKfdT4zn4qelLJK { width:16.875rem;height:1.4622375rem;top:46.4375rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Trw5pmA5v3XoKcv7TgW5WXvRmv8E1EXO { width:20rem;height:3rem;top:66.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wf8FoWZNJ7LqsScyzopSs5TX7zoBwcnE { width:16.875rem;height:1.4622375rem;top:64.9375rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTDy3uZGFpMX3aqoJTPdlLPHaEu3PhTN { width:20rem;height:4.5rem;top:59.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0n9ds60FEwDJxK56kdHucCD9kkzTaRc { width:16.875rem;height:1.4622375rem;top:57.875rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLAL4APqWXtWkZihdfGcwyvR84FbCJE7 { width:14.916666625rem;height:4.5826789375rem;top:70.84375rem;left:2.5000001192093rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rynAKJTbFUy598TkkHLMTWWiXv1PbWil { display:block; }
 }@media only screen and (max-width: 763px) { #TPb0uufIaX6ruXyEr9hex0kufLfuMIo7 { display:block; }#TPb0uufIaX6ruXyEr9hex0kufLfuMIo7 > .row .container { width:20rem;height:111.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tr0ureXThKOLRogbZsWsMdrNrP7DRZC1 { width:20rem;height:1.21875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSa8nArZQqp37Hh270qDQ7GhKZcNUE6H { width:16.5rem;height:6.09375rem;top:2.46875rem;left:1.7500001192093rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTxTorf0ks11LEeBW6tCD33mIR74TQDI { width:14.9375rem;height:4.875rem;top:9.2356777191163rem;left:2.5312501192093rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #Hhyz2L60gKDitwqVVlfSzlQWe7p7C7TE { width:17.75rem;height:1.4622375rem;top:44.1875rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #haJzPmyfSfW9sLBAqb5QyWXvGb8U2Oqo { width:18.5rem;height:7.5rem;top:46.25rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLVbHusGGq0XKqq08sh9MvF300eNVizo { width:13.9375rem;height:25.0625rem;top:14.839193344116rem;left:3.0312501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #CT6Ok0RUVUpWHKVeVhBrhEgnaupsIgJp { width:18.5rem;height:7.5rem;top:61.25rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXKifAep6l0BBHWGAWw3K8ir9a8kfLvF { width:17.75rem;height:1.4622375rem;top:59.125rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqvyh4lawTtLTNLJbiyvoT07o8vr9Q0V { display:flex;width:3.125rem;height:3.125rem;top:41.0625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #sQM2MTgDmtwU3IWkQ7TfBHVr9Ip4sTms { display:flex;width:3.125rem;height:3.125rem;top:55.4375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #SWyar0VKfcx8eErmbZBNMVUzxqmvxNrU { width:18.5rem;height:7.5rem;top:76.125rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ay9Upoo8vEwnZVFrmSUUB8taetzSI2kv { width:17.75rem;height:1.4622375rem;top:74.0625rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbSiFCDhRfnbmkqSln0FIG5BszZ84SER { display:flex;width:3.125rem;height:3.125rem;top:70.1875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #xuEZSxJEctx39ZczIRZvBwCC0CgLafm0 { width:18.5rem;height:7.5rem;top:91.6875rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqCyHv9K24wzqK1cklTlFTz9KUHsUQ1B { width:17.75rem;height:1.4622375rem;top:89.6875rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rn37ybMrx0x2UTTk3cMagdAc6B83x89L { display:flex;width:3.125rem;height:3.125rem;top:85.6875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #JX9pCuzzkvnsHpVMi17MQ6kwx3RVLSxa { width:15.541666625rem;height:4.3541664375rem;top:101.76953125rem;left:2.1875001192093rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnzP09Wi1csGgPEtl1d3lECKRJgBRwUd { display:block; }
 }@media only screen and (max-width: 763px) { #E43IT6xErCqgUmvrkAGSESsI5gZR7TIl { display:block; }#E43IT6xErCqgUmvrkAGSESsI5gZR7TIl > .row .container { width:20rem;height:57.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OPbsohTvHI0GBp4IZaLoTPWbblt5O4QE { width:20rem;height:1.21875rem;top:0.74993896484375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmsAWLSeQMfE9fROa0OQzH8D3qKA791S { width:20rem;height:4.0625rem;top:1.9681015014649rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvrRlPdgepMxnVauP3tK4KDmNXdrZCEd { width:20rem;height:2.92448125rem;top:6.69921875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #pgLfFTz72HDA2979SqUtekXdMs1KA0Lr { width:11.25rem;height:2.03125rem;top:39.0625rem;left:4.375rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWGVXuB5GpuTHU7HTClfeZquuXce5EMB { width:14.0625rem;height:17.1875rem;top:24.625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5TW75vR6mNO9DbNdNMMXALueosGFHki { width:13.3125rem;height:14rem;top:24.875rem;left:3.375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLufrXqaGcgQhDEbRt47aJ6WD2DmMFqp { width:11.25rem;height:2.03125rem;top:53.5rem;left:4.375rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhrTKdKCTAiaomBOTrl9vzcRAfbuLIh3 { width:13.9375rem;height:12.875rem;top:43.4375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOzNhssctucrN0fPvCe5U2oTTrtAANw5 { width:13.3125rem;height:8.75rem;top:44.125rem;left:3.375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EuVBqrl0tXXct9uqTu7729Ddx1pTWfOW { width:14.125rem;height:12.375rem;top:10.8125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #demfShcRZhW04lb7PUdXDFQXksx3wlls { width:13.4375rem;height:8.75rem;top:11.5rem;left:3.3125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmgbQFJDmNTkmfaHyGiQfqQ0vcVU7ihp { width:11.25rem;height:2.03125rem;top:20.5rem;left:4.3125rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfzRQV92s8pRE4lcsVJc9RCLMECR6f7V { display:block; }#BfzRQV92s8pRE4lcsVJc9RCLMECR6f7V > .row .container { width:20rem;height:48.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LDWvyx1LMsZi6JemlGIXnEN3T7uP2o9C { width:14.875rem;height:12.375rem;top:0.81250095367431rem;left:2.5625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNvgTx7DpJOsXt8LTpH6Zc6nmOXlTyyx { width:14.75rem;height:12.25rem;top:14.187500953674rem;left:2.6250001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLzDuseGOUOCd9PGQzSvSlUXiyTS8szT { width:14.8125rem;height:12.125rem;top:27.843099594116rem;left:2.5937501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLFf0m8BcTrb21pvJOG96inpvyLvHHV0 { width:15.416666625rem;height:4.6041664375rem;top:41.625001907349rem;left:2.2500001192093rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhBNUHPbw2uNm2ZNa0JusCTyOKvIkzIx { display:block; }
 }@media only screen and (max-width: 763px) { #ls3iTnehCEFqh1kkffyuuikH0B80VJSm { display:block; }#ls3iTnehCEFqh1kkffyuuikH0B80VJSm > .row .container { width:20rem;height:41.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hknMLDUT1dQirCFareGHhpS600DU4b1K .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hknMLDUT1dQirCFareGHhpS600DU4b1K .accordion-heading-text { font-size:0.9375rem;height:auto; }
#hknMLDUT1dQirCFareGHhpS600DU4b1K { display:flex;height:auto;width:17.5rem;top:7.5625rem;left:0rem; }
#hknMLDUT1dQirCFareGHhpS600DU4b1K .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #hknMLDUT1dQirCFareGHhpS600DU4b1K #EzUx8ZqZkUpPCqvbdmswHadXVDzzm78C {  }
 }@media only screen and (max-width: 763px) { #hknMLDUT1dQirCFareGHhpS600DU4b1K #GhUTiKxhcXaZUb4CRCCRSPAId8ScziPR {  }
 }@media only screen and (max-width: 763px) { #hknMLDUT1dQirCFareGHhpS600DU4b1K #IuL4gTXtXQBG2nrAzo9mHgBu3LBAFOFr {  }
 }@media only screen and (max-width: 763px) { #hknMLDUT1dQirCFareGHhpS600DU4b1K #UDot6yhiMdOgaSNX2idmzCtt7vH0Frl7 {  }
 }@media only screen and (max-width: 763px) { #hknMLDUT1dQirCFareGHhpS600DU4b1K #lWQoeu5Cg3AAThtvM9ITsUU1nN3fAsg4 {  }
 }@media only screen and (max-width: 763px) { #hknMLDUT1dQirCFareGHhpS600DU4b1K #HMcfBGiZolyPQv6AodJim96CF2NdSE8w {  }
 }@media only screen and (max-width: 763px) { #hknMLDUT1dQirCFareGHhpS600DU4b1K #pgI8KxliguoKzkMZ8ICPFakAB6yOs1TN {  }
 }@media only screen and (max-width: 763px) { #hknMLDUT1dQirCFareGHhpS600DU4b1K #T7H5M6zJvUVEvPWTKu0kIU1xegDGtxLT {  }
 }@media only screen and (max-width: 763px) { #hknMLDUT1dQirCFareGHhpS600DU4b1K #fWAmyIpteTnHyRhdidxoylrAciRwhZu6 {  }
 }@media only screen and (max-width: 763px) { #hknMLDUT1dQirCFareGHhpS600DU4b1K #or4XzcuTvUdNvEucHmCvKptEBwf1JD99 {  }
 }@media only screen and (max-width: 763px) { #hknMLDUT1dQirCFareGHhpS600DU4b1K #lr40pLqpaDtq5rOZkuKcfbddBrh8J8ok {  }
 }@media only screen and (max-width: 763px) { #hknMLDUT1dQirCFareGHhpS600DU4b1K #ffTdc9fPLw9CLxzTazTN6BgPGanIa9kT {  }
 }@media only screen and (max-width: 763px) { #hknMLDUT1dQirCFareGHhpS600DU4b1K #XZrVF0vX6mz6r8ZLUakSvJA0hwnfR1Fe {  }
 }@media only screen and (max-width: 763px) { #hknMLDUT1dQirCFareGHhpS600DU4b1K #PXRLdDawXlN8DwKTkC1KAgwHQ6hrKdDZ {  }
 }@media only screen and (max-width: 763px) { #hknMLDUT1dQirCFareGHhpS600DU4b1K #WvuWM7ctW17VJ1L6MuWchTwxu7WuFiom {  }
 }@media only screen and (max-width: 763px) { #hknMLDUT1dQirCFareGHhpS600DU4b1K #qAQWZO2VqoTT9DvcXdZS7SBA8NAq49zs {  }
 }@media only screen and (max-width: 763px) { #hknMLDUT1dQirCFareGHhpS600DU4b1K #k3ll0SMDgznnx1K7a8HfBWe1TquaZh2a {  }
 }@media only screen and (max-width: 763px) { #hknMLDUT1dQirCFareGHhpS600DU4b1K #Wamd8OrP8yHeCHGfPrx4FT8zW59nCgxh {  }
 }@media only screen and (max-width: 763px) { #hknMLDUT1dQirCFareGHhpS600DU4b1K #ZMhAt10g9ETBXuw8f1TDm64mTGIgqBuJ {  }
 }@media only screen and (max-width: 763px) { #hknMLDUT1dQirCFareGHhpS600DU4b1K #Kk1HeI3rglwVZZ8Nh1UmaUhWexPPmMbg {  }
 }@media only screen and (max-width: 763px) { #hknMLDUT1dQirCFareGHhpS600DU4b1K #pW7PKdXyXaWNgboVawpWyURb1fzwNm84 {  }
 }@media only screen and (max-width: 763px) { #hknMLDUT1dQirCFareGHhpS600DU4b1K #Q6EeviSMaS98E2WFLiDv4IvJAR8cy9Jf {  }
 }@media only screen and (max-width: 763px) { #hknMLDUT1dQirCFareGHhpS600DU4b1K #OlQv3yuEkVLocvsi3OmyTfkqQWkl2eoL {  }
 }@media only screen and (max-width: 763px) { #hknMLDUT1dQirCFareGHhpS600DU4b1K #pa5MKDggb8hoaf8fHrTi0RJfi48T8ZQV {  }
 }@media only screen and (max-width: 763px) { #hknMLDUT1dQirCFareGHhpS600DU4b1K #qsX4pgI0T9bQqwad2rRQzlw9GkT83Wwe {  }
 }@media only screen and (max-width: 763px) { #hknMLDUT1dQirCFareGHhpS600DU4b1K #hPeWA25Cuo05xtaZu4KFG5CoxSmJ6Hl6 {  }
 }@media only screen and (max-width: 763px) { #hknMLDUT1dQirCFareGHhpS600DU4b1K #hpWTBxBNSim1S9UdOJeKrVypiudWEcOU {  }
 }@media only screen and (max-width: 763px) { #hknMLDUT1dQirCFareGHhpS600DU4b1K #QHOhJkOezkfzTGvhfLtSGqbhbFU0d9sa {  }
 }@media only screen and (max-width: 763px) { #hknMLDUT1dQirCFareGHhpS600DU4b1K #sL47BzTQPxE2Qhxp1NsSTaHSh7w6FJo3 {  }
 }@media only screen and (max-width: 763px) { #hknMLDUT1dQirCFareGHhpS600DU4b1K #pI75F9wAxEXk8pxv8pJ3ERa7cyDQwuOx {  }
 }@media only screen and (max-width: 763px) { #OIVWfu1Ob4dQGy4RPdzKis1QWN2TT8Oa { width:20rem;height:1.21875rem;top:1.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrbQ3tJFW4TKp6hNqkeM8zVhIvdIMo52 { width:18.625rem;height:4.0625rem;top:2.40625rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IR2NCn45GIBzVPT7BwqKorPJRveOZxKm { width:15.541666625rem;height:4.3541664375rem;top:34.548177719116rem;left:2.1875001192093rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGQvx951iq1B0uOu8D8ftCT4VLb9RQZJ { display:block; }
 }@media only screen and (max-width: 763px) { #p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu { display:block; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { width:20rem;height:36.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N8e6qLt371TkH1ab0TExtS4sod1Fv8Uh { width:19.5rem;height:11rem;top:16.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqGvBebhMsup6JUmGJSRPzlrs534Iqpu { width:20rem;height:1.21875rem;top:2rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhR1JhO4IleQQA0GUNhMpbCu2uBVLXGN { width:20rem;height:4.0625rem;top:3.21875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s293Cn9SEtsyc2Ubum3PJ6iUTDLLp6TN { width:20rem;height:7.3112rem;top:7.9791679382325rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #TqU1ZhTZTCLPVbvbthAdxA3O6mPaOC5o { width:15.541666625rem;height:4.3541664375rem;top:29.735679626465rem;left:2.1875001192093rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJzr5sHloNx7AW4loQnB0Q0nl5ae4QCC { display:block; }
 }@media only screen and (max-width: 763px) { #UakGv5fh9K4JT3tT9Bv2MWPbgVMUW1DK { display:block; }#UakGv5fh9K4JT3tT9Bv2MWPbgVMUW1DK > .row .container { width:20rem;height:6.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bIOZy4VM5lJmzeRW4V011iQEJw6LLdKT { width:17.5rem;height:3.4375rem;top:2.4687309265137rem;left:1.2500001192093rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFOtk75UsT1LwnaAUNTngZBbRMHAvl1U { display:block; }
 }@media only screen and (max-width: 763px) { #ocOGtKhB1SQdzNDgMJTUrOkhcdMQvW7w { width:20rem;height:1.21875rem;top:1.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }