.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:146,86,16;--color-primary-1:148,103,12;--color-primary-2:149,103,0;--color-primary-3:104,58,12;--color-primary-4:77,45,22;--color-secondary-0:238,222,255;--color-secondary-1:203,157,255;--color-secondary-2:168,92,255;--color-secondary-3:84,46,128;--color-secondary-4:25,14,38;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:15,15,15;--headlines-font-family:roboto;--paragraphs-font-family:roboto; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SzeCSzzGMpIwHfRuHgJnfsEyv7HW8J5c { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#SzeCSzzGMpIwHfRuHgJnfsEyv7HW8J5c > .row .container { background-color: transparent; background-image: none; }#SzeCSzzGMpIwHfRuHgJnfsEyv7HW8J5c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SzeCSzzGMpIwHfRuHgJnfsEyv7HW8J5c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SzeCSzzGMpIwHfRuHgJnfsEyv7HW8J5c > .row .container > .video-iframe-container { display: none; }#SzeCSzzGMpIwHfRuHgJnfsEyv7HW8J5c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SzeCSzzGMpIwHfRuHgJnfsEyv7HW8J5c > .row > .video-iframe-container { display: none; }#SzeCSzzGMpIwHfRuHgJnfsEyv7HW8J5c > .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); }#SzeCSzzGMpIwHfRuHgJnfsEyv7HW8J5c > .row .container { border-width: 0; border-radius: 0; }#SzeCSzzGMpIwHfRuHgJnfsEyv7HW8J5c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SzeCSzzGMpIwHfRuHgJnfsEyv7HW8J5c > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:60rem;position:relative;display:block; }#Jr29PA4MNBQFDyOBzO8ZdT6sBTbJMmn1 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1.60595703125rem;left:7.875rem;height:1.7871125rem;font-style:normal;display:block; }
#HmQXd2HIyuM56nJeqf9bHW3aGtBTu2TC { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-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:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9rem;height:2.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.28125rem;left:51rem;display:block; }
#fGu2o9dzVtnEx0F8EM3qSKE2U2IIxT1i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kP89oBsZebqMcXwSHyEK81o8hS3g2V2S .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#kP89oBsZebqMcXwSHyEK81o8hS3g2V2S .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-4),0);background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.35375rem;padding-right:0.310625rem;padding-bottom:0.35375rem;padding-left:0.310625rem;display:block;align-items:center;width:1.8625rem;min-width:1.8625rem;height:1.9025rem;position:relative;font-family:var(--paragraphs-font-family);font-size:1.41625rem;font-weight:700;line-height:30.44px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kP89oBsZebqMcXwSHyEK81o8hS3g2V2S .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.22125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.485rem;height:0.751875rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.530625rem;font-weight:400;line-height:12.03px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#kP89oBsZebqMcXwSHyEK81o8hS3g2V2S { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:13.9375rem;height:3.583125rem;padding-top:0.4425rem;padding-right:0.44375rem;padding-bottom:0.4425rem;padding-left:0.44375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:35.4873046875rem;z-index:15008; }
#kP89oBsZebqMcXwSHyEK81o8hS3g2V2S #pFthT3GcMe79WoEfqwliPK9SCExHdiET { display:flex;position:relative;top:0rem;left:0rem; }
#kP89oBsZebqMcXwSHyEK81o8hS3g2V2S #ap1nMryqV18Wen3BhbK4TsI0krUSOKcg { width:auto; }
#kP89oBsZebqMcXwSHyEK81o8hS3g2V2S #qmx7hma8eB9tvMQxybLlUATiuoxGAoe2 {  }
#kP89oBsZebqMcXwSHyEK81o8hS3g2V2S #VXKRP3IXSzNZruGChSQRadpaG84DzVTJ { display:flex;position:relative;top:0rem;left:0rem; }
#kP89oBsZebqMcXwSHyEK81o8hS3g2V2S #F0vzbHimesZ0KXhd0xySKD9dXWSktSIA {  }
#kP89oBsZebqMcXwSHyEK81o8hS3g2V2S #BTXAOrAA6asoNii8en6OT5wivsGWxeU8 {  }
#kP89oBsZebqMcXwSHyEK81o8hS3g2V2S #tILpaITH9652ZA5W2GHlQJgcrL5VwUFs { display:flex;position:relative;top:0rem;left:0rem; }
#kP89oBsZebqMcXwSHyEK81o8hS3g2V2S #VN1gMf6oldeTgrw2vE3XMG5oG9ttsv91 {  }
#kP89oBsZebqMcXwSHyEK81o8hS3g2V2S #O150dCzZT4VDD1d57CQOJuK5DJnoul44 {  }
#kP89oBsZebqMcXwSHyEK81o8hS3g2V2S #oqieNuMPrHFXqR1euetU7t3H2Gn2w94Z { display:flex;position:relative;top:0rem;left:0rem; }
#kP89oBsZebqMcXwSHyEK81o8hS3g2V2S #dUZu9nT6CfvgfM3dnOvW8KyEiVTpQGw7 {  }
#kP89oBsZebqMcXwSHyEK81o8hS3g2V2S #rVGSFEImC2lPSvKXoMLihs0SbWqCtTxe {  }
#o5NWf6z5EngGMQuTGUoGJlMIwTQuHSBg { 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:5rem;width:7.1875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#FakAcpqgcKNQe6mOHQ98GraXc4rJNnJL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#FakAcpqgcKNQe6mOHQ98GraXc4rJNnJL > .row .container { background-color: transparent; background-image: none; }#FakAcpqgcKNQe6mOHQ98GraXc4rJNnJL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FakAcpqgcKNQe6mOHQ98GraXc4rJNnJL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FakAcpqgcKNQe6mOHQ98GraXc4rJNnJL > .row .container > .video-iframe-container { display: none; }#FakAcpqgcKNQe6mOHQ98GraXc4rJNnJL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FakAcpqgcKNQe6mOHQ98GraXc4rJNnJL > .row > .video-iframe-container { display: none; }#FakAcpqgcKNQe6mOHQ98GraXc4rJNnJL > .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); }#FakAcpqgcKNQe6mOHQ98GraXc4rJNnJL > .row .container { border-width: 0; border-radius: 0; }#FakAcpqgcKNQe6mOHQ98GraXc4rJNnJL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FakAcpqgcKNQe6mOHQ98GraXc4rJNnJL > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:60rem;position:relative;display:block; }#DOeiLqvNEgW8dyMtgR0z3mKJ7yFFATfL { 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; }#DOeiLqvNEgW8dyMtgR0z3mKJ7yFFATfL > .row .container { background-color: transparent; background-image: none; }#DOeiLqvNEgW8dyMtgR0z3mKJ7yFFATfL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DOeiLqvNEgW8dyMtgR0z3mKJ7yFFATfL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DOeiLqvNEgW8dyMtgR0z3mKJ7yFFATfL > .row .container > .video-iframe-container { display: none; }#DOeiLqvNEgW8dyMtgR0z3mKJ7yFFATfL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DOeiLqvNEgW8dyMtgR0z3mKJ7yFFATfL > .row > .video-iframe-container { display: none; }#DOeiLqvNEgW8dyMtgR0z3mKJ7yFFATfL > .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); }#DOeiLqvNEgW8dyMtgR0z3mKJ7yFFATfL > .row .container { border-width: 0; border-radius: 0; }#DOeiLqvNEgW8dyMtgR0z3mKJ7yFFATfL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DOeiLqvNEgW8dyMtgR0z3mKJ7yFFATfL > .row .container { font-size:0.875rem;font-family:arial;height:51.6875rem;width:60rem;position:relative;display:block; }#ppp9ixtU8C7B0T4LnPXvTiux95JWFH4K { color:rgba(var(--color-tertiary-0),1);display:block;width:33rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1rem;left:0rem;height:17.0625rem;font-style:normal;display:block; }
#ptgTaTHxv7CAEemggsLcI6xKsMMLBf2O { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.8125rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:2.8125rem;box-shadow: none;height:35.75rem;width:27rem;top:7.90625rem;left:33rem;display:block; }
#GywsE8kr3TzyFcTzLVbAsL7Ho4roMK4U { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(91deg, rgba(var(--color-tertiary-4),1), rgba(0,0,0,0));background-image: -moz-linear-gradient(91deg, rgba(var(--color-tertiary-4),1), rgba(0,0,0,0));background-image: -ms-linear-gradient(91deg, rgba(var(--color-tertiary-4),1), rgba(0,0,0,0));background-image: -o-linear-gradient(91deg, rgba(var(--color-tertiary-4),1), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#00000000' );";background-image: linear-gradient(91deg, rgba(var(--color-tertiary-4),1), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.8125rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:12.5625rem;width:34.25rem;top:27.09375rem;left:0rem;display:block; }
#JrJ9MtgH0qLOzv0D9OePdNs0TT4f6XQx { color:rgba(var(--color-tertiary-0),1);display:block;width:19.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:19.28125rem;left:0rem;height:5.8496125rem;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; }
#hIZSuTJzaORGiuCEDTQrDL6UOBSfWscv { color:#d7ac10;display:block;width:20.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:11.30078125rem;left:35.5rem;height:3.57421875rem;font-style:normal;display:block; }
#Ah3SrJWDz7fB7lcDO5bT1cUltdCag67D .widget-form-header {  }
#Ah3SrJWDz7fB7lcDO5bT1cUltdCag67D .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:21.625rem;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;overflow:hidden;font-style:normal;line-height:1.5; }
#Ah3SrJWDz7fB7lcDO5bT1cUltdCag67D .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:rgba(var(--color-tertiary-0),0.19);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.625rem;box-sizing:border-box;height:3.6875rem;color:rgba(var(--color-tertiary-0),1);font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#Ah3SrJWDz7fB7lcDO5bT1cUltdCag67D .widget-input-text {padding-top: 0; padding-bottom: 0;}#Ah3SrJWDz7fB7lcDO5bT1cUltdCag67D .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),0.19);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.625rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-0),1);font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#Ah3SrJWDz7fB7lcDO5bT1cUltdCag67D .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:21.625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top; }
#Ah3SrJWDz7fB7lcDO5bT1cUltdCag67D .widget-input-select {padding-top: 0; padding-bottom: 0;}#Ah3SrJWDz7fB7lcDO5bT1cUltdCag67D .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; }
#Ah3SrJWDz7fB7lcDO5bT1cUltdCag67D .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Ah3SrJWDz7fB7lcDO5bT1cUltdCag67D .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:3.8125rem;margin-bottom:0.25rem;margin-left:3.8125rem;display:block;box-sizing:border-box;font-size:1.5rem;font-weight:bold;color:#99640e;width:14rem;height:4.25rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#Ah3SrJWDz7fB7lcDO5bT1cUltdCag67D [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#Ah3SrJWDz7fB7lcDO5bT1cUltdCag67D [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#Ah3SrJWDz7fB7lcDO5bT1cUltdCag67D [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#Ah3SrJWDz7fB7lcDO5bT1cUltdCag67D [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#Ah3SrJWDz7fB7lcDO5bT1cUltdCag67D .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.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:20.4375rem;overflow:hidden;font-style:normal; }
#Ah3SrJWDz7fB7lcDO5bT1cUltdCag67D .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; }
#Ah3SrJWDz7fB7lcDO5bT1cUltdCag67D .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;color:rgba(var(--color-tertiary-0),0.61);overflow:hidden;font-style:normal;line-height:2.1; }
#Ah3SrJWDz7fB7lcDO5bT1cUltdCag67D .widget-container { padding-top:0.375rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#Ah3SrJWDz7fB7lcDO5bT1cUltdCag67D .widget-container:first-of-type{padding-top:0;}#Ah3SrJWDz7fB7lcDO5bT1cUltdCag67D .widget-container:last-of-type{padding-bottom:0;}#Ah3SrJWDz7fB7lcDO5bT1cUltdCag67D  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15007;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:14.8125rem;left:34.4375rem; }
#Ah3SrJWDz7fB7lcDO5bT1cUltdCag67D .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.625rem;display:block;vertical-align:top; }
#Ah3SrJWDz7fB7lcDO5bT1cUltdCag67D .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Ah3SrJWDz7fB7lcDO5bT1cUltdCag67D {display:block;}#Ah3SrJWDz7fB7lcDO5bT1cUltdCag67D { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15007;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:14.8125rem;left:34.4375rem; }
#Ah3SrJWDz7fB7lcDO5bT1cUltdCag67D #KGC3qpkfTXn5Q1r0hIFKh6rNgohSgBpa { position:relative; }
#Ah3SrJWDz7fB7lcDO5bT1cUltdCag67D #xgTxbC4Uu0iuRwkES8WWtAmS6scscSQ2 { position:relative;display:block; }
#Ah3SrJWDz7fB7lcDO5bT1cUltdCag67D #Tmk5QPwIlexZfEyMoWpoAWGohrmfOmWf { position:relative; }
#Ah3SrJWDz7fB7lcDO5bT1cUltdCag67D #NkKTnHoBw7UrGrqgJhRw8rkuf2UU3pbd { position:relative; }
#Ah3SrJWDz7fB7lcDO5bT1cUltdCag67D #b7Qcha4mJSpBW9l3XMf6qvoVJCHcRhgz { position:relative;display:block; }
#Ah3SrJWDz7fB7lcDO5bT1cUltdCag67D #gELnddddc0BimoTeh6DLkyrBxQTrUHJq { position:relative; }
#Ah3SrJWDz7fB7lcDO5bT1cUltdCag67D #lf2zOVvK3k1d5akX6F7iX6sEErNh0ybn { position:relative; }
#Ah3SrJWDz7fB7lcDO5bT1cUltdCag67D #lf2zOVvK3k1d5akX6F7iX6sEErNh0ybn .container-column{width:100%;}#Ah3SrJWDz7fB7lcDO5bT1cUltdCag67D #bruuzhT8SRz4EfU87w2EmviTbTlhLNnq { position:relative;display:block; }
#Ah3SrJWDz7fB7lcDO5bT1cUltdCag67D #TpgxbCEKRAi929UoC1tBG8XTEGhzVT6I { position:relative;z-index:2; }
#Ah3SrJWDz7fB7lcDO5bT1cUltdCag67D #adX3aCv37auFEpM96L3Bp69t9omExvaI { position:relative; }
#Ah3SrJWDz7fB7lcDO5bT1cUltdCag67D #aFky3RvdVnlAq6DuczedekmyVkGJvQtm { position:relative;z-index:2; }
#Ah3SrJWDz7fB7lcDO5bT1cUltdCag67D #XmFoGwAToMZJ7JT7URB6dmKoqS3LQy8G { position:relative; }
#Ah3SrJWDz7fB7lcDO5bT1cUltdCag67D #EPiOd5fmDPzAXi2qG68DEOw4WkXffU7z { position:relative;z-index:2; }
#Ah3SrJWDz7fB7lcDO5bT1cUltdCag67D #d0613w4WMcGUTaRuXQRZAs8mGRTkGogq { position:relative; }
#Ah3SrJWDz7fB7lcDO5bT1cUltdCag67D #ezaniRoKpKPxacBTTFIahVh4rdrlkUTG { position:relative; }
#Ah3SrJWDz7fB7lcDO5bT1cUltdCag67D #CwEs1LVCVAbdp9BUchT5GlmKIXen1B94 { position:relative; }
#S63iR0fw7uoIkT1PvTzf2tpUnZwMEO9d .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#S63iR0fw7uoIkT1PvTzf2tpUnZwMEO9d .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-4),0);background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.51375rem;padding-right:0.44375rem;padding-bottom:0.51375rem;padding-left:0.44375rem;display:block;align-items:center;width:2.659375rem;min-width:2.659375rem;height:2.764375rem;position:relative;font-family:"open sans";font-size:2.056875rem;font-weight:700;line-height:44.23px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#S63iR0fw7uoIkT1PvTzf2tpUnZwMEO9d .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.32125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5475rem;height:1.0925rem;position:relative;font-family:"open sans";font-size:0.77125rem;font-weight:400;line-height:17.48px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#S63iR0fw7uoIkT1PvTzf2tpUnZwMEO9d { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:18.1875rem;height:5.205625rem;padding-top:0.643125rem;padding-right:0.63375rem;padding-bottom:0.643125rem;padding-left:0.63375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:31.6806640625rem;left:0rem;z-index:15009; }
#S63iR0fw7uoIkT1PvTzf2tpUnZwMEO9d #fMVmwZfIHmVqUNmyfwerhNfJPMVSVotp { display:flex;position:relative;top:0rem;left:0rem; }
#S63iR0fw7uoIkT1PvTzf2tpUnZwMEO9d #PtnedZWGxbF54ybfNxAAJHD1ky8q8NBZ { width:auto; }
#S63iR0fw7uoIkT1PvTzf2tpUnZwMEO9d #T4BLh0FfOsJKFPgOl5Ze5TyWSovlbG97 {  }
#S63iR0fw7uoIkT1PvTzf2tpUnZwMEO9d #nRHzdPAt3r9RcFDGIJ0vIVtXN9U0DmUK { display:flex;position:relative;top:0rem;left:0rem; }
#S63iR0fw7uoIkT1PvTzf2tpUnZwMEO9d #svREt8fhNh6dTlyL6CZkpBHmeyRIGhNg {  }
#S63iR0fw7uoIkT1PvTzf2tpUnZwMEO9d #Mx7LvMwM0qC6BzRF5WfxskFmMSr00kbx {  }
#S63iR0fw7uoIkT1PvTzf2tpUnZwMEO9d #GzR2zbNxsElk3r1KCLtwfCWCVeoAOBg6 { display:flex;position:relative;top:0rem;left:0rem; }
#S63iR0fw7uoIkT1PvTzf2tpUnZwMEO9d #Omp211mwFWfeW8TtpnNUvvtgv5xZMFbw {  }
#S63iR0fw7uoIkT1PvTzf2tpUnZwMEO9d #nQou0IbiOvwnMF87eDBZHvpdeliCH5Tg {  }
#S63iR0fw7uoIkT1PvTzf2tpUnZwMEO9d #q3cb6iVG8XSpAw1TRRZ2qG4NWCtFvtS0 { display:flex;position:relative;top:0rem;left:0rem; }
#S63iR0fw7uoIkT1PvTzf2tpUnZwMEO9d #izCJmKmXJSrOr59xtXvmXLDgaEDPdJus {  }
#S63iR0fw7uoIkT1PvTzf2tpUnZwMEO9d #rmPCwNZcgz3WUaBoOUl7v7rgyxnWTM5g {  }
#Mg9HMOy1DrIG2iThGheiyUGPasfBtfNT { color:rgba(var(--color-tertiary-0),1);display:block;width:27.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:29.22412109375rem;left:0.7412109375rem;height:2.51855625rem;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; }
#mlTFJ9zlRlfeE43cmEf3Cl1n5aRwTqJc { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.5625rem;width:27.1875rem;top:32.125rem;left:8.375rem;overflow:hidden;display:block; }
#Qs4Fv3ZvJoMGH8TprQxLtV9HZHWT1ddB { 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:31.25rem;width:31.25rem;display:none; }
#yJHxu6efGM5bbumAVO7e8U1LOTXXqvag { color:rgba(var(--color-tertiary-0),1);display:block;width:24.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:44.28125rem;left:34.40625rem;height:1.94921875rem;text-align:center;text-align-last:center;display:block; }
#gGqdH8gdJ3OLe0Po4fVzHoSLLQpnKTB1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#gGqdH8gdJ3OLe0Po4fVzHoSLLQpnKTB1 > .row .container { background-color: transparent; background-image: none; }#gGqdH8gdJ3OLe0Po4fVzHoSLLQpnKTB1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gGqdH8gdJ3OLe0Po4fVzHoSLLQpnKTB1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gGqdH8gdJ3OLe0Po4fVzHoSLLQpnKTB1 > .row .container > .video-iframe-container { display: none; }#gGqdH8gdJ3OLe0Po4fVzHoSLLQpnKTB1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gGqdH8gdJ3OLe0Po4fVzHoSLLQpnKTB1 > .row > .video-iframe-container { display: none; }#gGqdH8gdJ3OLe0Po4fVzHoSLLQpnKTB1 > .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); }#gGqdH8gdJ3OLe0Po4fVzHoSLLQpnKTB1 > .row .container { border-width: 0; border-radius: 0; }#gGqdH8gdJ3OLe0Po4fVzHoSLLQpnKTB1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gGqdH8gdJ3OLe0Po4fVzHoSLLQpnKTB1 > .row .container { font-size:0.875rem;font-family:arial;height:10.5rem;width:60rem;position:relative;display:block; }#VLKZ6RUkcx2GXpt8HHNngPW3IdTbhVmZ { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:7.1875rem;left:0rem;height:3.25rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#czSPSxqrolfPrnio2Bgwerdu4ftUD1IV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#czSPSxqrolfPrnio2Bgwerdu4ftUD1IV > .row .container { background-color: transparent; background-image: none; }#czSPSxqrolfPrnio2Bgwerdu4ftUD1IV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#czSPSxqrolfPrnio2Bgwerdu4ftUD1IV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#czSPSxqrolfPrnio2Bgwerdu4ftUD1IV > .row .container > .video-iframe-container { display: none; }#czSPSxqrolfPrnio2Bgwerdu4ftUD1IV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#czSPSxqrolfPrnio2Bgwerdu4ftUD1IV > .row > .video-iframe-container { display: none; }#czSPSxqrolfPrnio2Bgwerdu4ftUD1IV > .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); }#czSPSxqrolfPrnio2Bgwerdu4ftUD1IV > .row .container { border-width: 0; border-radius: 0; }#czSPSxqrolfPrnio2Bgwerdu4ftUD1IV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#czSPSxqrolfPrnio2Bgwerdu4ftUD1IV > .row .container { font-size:0.875rem;font-family:arial;height:7.75rem;width:60rem;position:relative;display:block; }#aOP8eTSC5ZwUNctkqvOaMeb2Srxlcsgg { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.875rem;left:-0.03125rem;height:3.57421875rem;text-align:center;text-align-last:center;display:block; }
#wgW2CSJolZKsOu9GmU8nAJS1h4km23vw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#wgW2CSJolZKsOu9GmU8nAJS1h4km23vw > .row .container { background-color: transparent; background-image: none; }#wgW2CSJolZKsOu9GmU8nAJS1h4km23vw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wgW2CSJolZKsOu9GmU8nAJS1h4km23vw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wgW2CSJolZKsOu9GmU8nAJS1h4km23vw > .row .container > .video-iframe-container { display: none; }#wgW2CSJolZKsOu9GmU8nAJS1h4km23vw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wgW2CSJolZKsOu9GmU8nAJS1h4km23vw > .row > .video-iframe-container { display: none; }#wgW2CSJolZKsOu9GmU8nAJS1h4km23vw > .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); }#wgW2CSJolZKsOu9GmU8nAJS1h4km23vw > .row .container { border-width: 0; border-radius: 0; }#wgW2CSJolZKsOu9GmU8nAJS1h4km23vw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wgW2CSJolZKsOu9GmU8nAJS1h4km23vw > .row .container { font-size:0.875rem;font-family:arial;height:16rem;width:60rem;position:relative;display:block; }#O4bUqaWgGu7070UT5UWiigQXtDXfT2sa { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.8125rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:2.8125rem;box-shadow: none;height:13.5625rem;width:18rem;top:2.4375rem;left:1rem;display:block; }
#A0fBNF1AeLVaRpIzWm25TOGoXoH5E3TG { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(197deg, #b7aa0e, #802e2e);background-image: -moz-linear-gradient(197deg, #b7aa0e, #802e2e);background-image: -ms-linear-gradient(197deg, #b7aa0e, #802e2e);background-image: -o-linear-gradient(197deg, #b7aa0e, #802e2e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7aa0e', endColorstr='#802e2e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7aa0e', endColorstr='#802e2e' );";background-image: linear-gradient(197deg, #b7aa0e, #802e2e);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.4375rem;border-top-right-radius:3.4375rem;border-bottom-left-radius:3.4375rem;border-bottom-right-radius:3.4375rem;box-shadow: none;height:6.375rem;width:6.375rem;top:0rem;left:6.8125rem;display:block; }
#FPPT4udk7wNgLNGSXdLXr9lbvqn7t5xa { color:rgba(var(--color-tertiary-4),1);display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:7.10595703125rem;left:0.96875rem;height:4.2246125rem;text-align:center;text-align-last:center;display:block; }
#cZcrrLl7XawqlgKDIwCwyW1MPHzukSvR { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.8125rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:2.8125rem;box-shadow: none;height:13.5625rem;width:18rem;top:2.4375rem;left:21rem;display:block; }
#vMXKQbrpKCZdZzUpeE3cM7lsi6MTsyVW { color:rgba(var(--color-tertiary-4),1);display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:7.10595703125rem;left:20.96875rem;height:4.2246125rem;text-align:center;text-align-last:center;display:block; }
#Qk3hL5SSNu9XF8eyTSz5UypT3t9EJ551 { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(197deg, #b7aa0e, #802e2e);background-image: -moz-linear-gradient(197deg, #b7aa0e, #802e2e);background-image: -ms-linear-gradient(197deg, #b7aa0e, #802e2e);background-image: -o-linear-gradient(197deg, #b7aa0e, #802e2e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7aa0e', endColorstr='#802e2e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7aa0e', endColorstr='#802e2e' );";background-image: linear-gradient(197deg, #b7aa0e, #802e2e);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.4375rem;border-top-right-radius:3.4375rem;border-bottom-left-radius:3.4375rem;border-bottom-right-radius:3.4375rem;box-shadow: none;height:6.375rem;width:6.375rem;top:0rem;left:26.8125rem;display:block; }
#FHoJrPve9AVAZVPNoUKtgA5VHaq5dXLX { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:2.9375rem;top:1.71875rem;left:28.53125rem;overflow:hidden;display:block; }
#KJs2Dmyg2hbQKwMwcXeNmlcZNWHedF0q { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.8125rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:2.8125rem;box-shadow: none;height:13.5625rem;width:18rem;top:2.4375rem;left:41rem;display:block; }
#RCSRzraHTECPThVURWZFDkwptIRNgGgv { color:rgba(var(--color-tertiary-4),1);display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:7.10595703125rem;left:40.96875rem;height:6.3369375rem;text-align:center;text-align-last:center;display:block; }
#Otei87qHCqv2nlNgXsRNTpzJS3h8hRa2 { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(197deg, #b7aa0e, #802e2e);background-image: -moz-linear-gradient(197deg, #b7aa0e, #802e2e);background-image: -ms-linear-gradient(197deg, #b7aa0e, #802e2e);background-image: -o-linear-gradient(197deg, #b7aa0e, #802e2e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7aa0e', endColorstr='#802e2e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7aa0e', endColorstr='#802e2e' );";background-image: linear-gradient(197deg, #b7aa0e, #802e2e);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.4375rem;border-top-right-radius:3.4375rem;border-bottom-left-radius:3.4375rem;border-bottom-right-radius:3.4375rem;box-shadow: none;height:6.375rem;width:6.375rem;top:0rem;left:46.8125rem;display:block; }
#NV2Bc3zXtMDw3WHVvh49TkyO0GPkXuwO { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:1.625rem;left:48.4375rem;overflow:hidden;display:block; }
#NhgRqbTA3uR0d7rb24rrT6JQtzAmLubM { 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:15004;opacity:1;top:12.2119140625rem;left:6.1875rem; }
#NhgRqbTA3uR0d7rb24rrT6JQtzAmLubM > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#gB82LZWEx6X0HNkKJpJvO8Gy2OekrTZ5 { 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:15005;opacity:1;top:12.2119140625rem;left:10.75rem; }
#gB82LZWEx6X0HNkKJpJvO8Gy2OekrTZ5 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#DZXNCh6NSsIRFUh2NCKqQMvgTwnrHqxw { 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:15006;opacity:1;top:1.625rem;left:8.4375rem; }
#EsI6N3eTBH6ue697R7W0vVwShs2RxC8K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#EsI6N3eTBH6ue697R7W0vVwShs2RxC8K > .row .container { background-color: transparent; background-image: none; }#EsI6N3eTBH6ue697R7W0vVwShs2RxC8K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EsI6N3eTBH6ue697R7W0vVwShs2RxC8K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EsI6N3eTBH6ue697R7W0vVwShs2RxC8K > .row .container > .video-iframe-container { display: none; }#EsI6N3eTBH6ue697R7W0vVwShs2RxC8K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EsI6N3eTBH6ue697R7W0vVwShs2RxC8K > .row > .video-iframe-container { display: none; }#EsI6N3eTBH6ue697R7W0vVwShs2RxC8K > .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); }#EsI6N3eTBH6ue697R7W0vVwShs2RxC8K > .row .container { border-width: 0; border-radius: 0; }#EsI6N3eTBH6ue697R7W0vVwShs2RxC8K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EsI6N3eTBH6ue697R7W0vVwShs2RxC8K > .row .container { font-size:0.875rem;font-family:arial;height:13.6875rem;width:60rem;position:relative;display:block; }#LO51fnlAyIqqPFCesuFMPe625WhCGUNW { background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.75rem;height:3.6875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:3.96875rem;left:22.625rem;display:block; }
#F4BFrTKR7V5lHDKeQ6T0na1FTsDHrN6D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pqFtuWukTTWybXpfGKD0acn2nBJpVqfG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),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; }#pqFtuWukTTWybXpfGKD0acn2nBJpVqfG > .row .container { background-color: transparent; background-image: none; }#pqFtuWukTTWybXpfGKD0acn2nBJpVqfG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pqFtuWukTTWybXpfGKD0acn2nBJpVqfG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pqFtuWukTTWybXpfGKD0acn2nBJpVqfG > .row .container > .video-iframe-container { display: none; }#pqFtuWukTTWybXpfGKD0acn2nBJpVqfG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pqFtuWukTTWybXpfGKD0acn2nBJpVqfG > .row > .video-iframe-container { display: none; }#pqFtuWukTTWybXpfGKD0acn2nBJpVqfG > .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); }#pqFtuWukTTWybXpfGKD0acn2nBJpVqfG > .row .container { border-width: 0; border-radius: 0; }#pqFtuWukTTWybXpfGKD0acn2nBJpVqfG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pqFtuWukTTWybXpfGKD0acn2nBJpVqfG > .row .container { font-size:0.875rem;font-family:arial;height:13.8125rem;width:60rem;position:relative;display:block; }#yabac81GZhulhkADS0yKKkzohXNhAI2E { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:4.9375rem;left:0rem;height:3.25rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#kG5LLVgo1963rsQ18oquiSHXk6cr9Il9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),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; }#kG5LLVgo1963rsQ18oquiSHXk6cr9Il9 > .row .container { background-color: transparent; background-image: none; }#kG5LLVgo1963rsQ18oquiSHXk6cr9Il9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kG5LLVgo1963rsQ18oquiSHXk6cr9Il9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kG5LLVgo1963rsQ18oquiSHXk6cr9Il9 > .row .container > .video-iframe-container { display: none; }#kG5LLVgo1963rsQ18oquiSHXk6cr9Il9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kG5LLVgo1963rsQ18oquiSHXk6cr9Il9 > .row > .video-iframe-container { display: none; }#kG5LLVgo1963rsQ18oquiSHXk6cr9Il9 > .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); }#kG5LLVgo1963rsQ18oquiSHXk6cr9Il9 > .row .container { border-width: 0; border-radius: 0; }#kG5LLVgo1963rsQ18oquiSHXk6cr9Il9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kG5LLVgo1963rsQ18oquiSHXk6cr9Il9 > .row .container { font-size:0.875rem;font-family:arial;height:49.625rem;width:60rem;position:relative;display:block; }#XlNXbwFRZZzq3hutWkii0D7IxoOQdKWB { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(197deg, rgba(var(--color-primary-4),1), #da8b0b);background-image: -moz-linear-gradient(197deg, rgba(var(--color-primary-4),1), #da8b0b);background-image: -ms-linear-gradient(197deg, rgba(var(--color-primary-4),1), #da8b0b);background-image: -o-linear-gradient(197deg, rgba(var(--color-primary-4),1), #da8b0b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#da8b0b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#da8b0b' );";background-image: linear-gradient(197deg, rgba(var(--color-primary-4),1), #da8b0b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.4375rem;border-top-right-radius:3.4375rem;border-bottom-left-radius:3.4375rem;border-bottom-right-radius:3.4375rem;box-shadow: none;height:5.125rem;width:5.125rem;top:0.75rem;left:0.875rem;display:block; }
#cxaCc6TAnFZCmIolA9VnrsH9sIwSQbPW { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-4),1), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-4),1), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-4),1), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-4),1), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-4),1), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.8125rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:6.625rem;width:33.9375rem;top:0rem;left:0rem;display:block; }
#aAku9SVyKIKrzEiiG4iDPTABCwyWlCBS { color:rgba(var(--color-tertiary-0),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:2.5rem;left:7.8125rem;height:4.875rem;display:block; }
#C08LiqhT1xJMyDGMvIM5WqLzH5tUJe3o { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #080b10, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #080b10, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #080b10, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #080b10, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#080b10', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#080b10', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #080b10, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.8125rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:6.625rem;width:33.9375rem;top:8.625rem;left:0rem;display:block; }
#wCfQ9sUHSl1t05NoL2bo2Bwtq3iCQ5Ap { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(197deg, rgba(var(--color-primary-4),1), #da8b0b);background-image: -moz-linear-gradient(197deg, rgba(var(--color-primary-4),1), #da8b0b);background-image: -ms-linear-gradient(197deg, rgba(var(--color-primary-4),1), #da8b0b);background-image: -o-linear-gradient(197deg, rgba(var(--color-primary-4),1), #da8b0b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#da8b0b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#da8b0b' );";background-image: linear-gradient(197deg, rgba(var(--color-primary-4),1), #da8b0b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.4375rem;border-top-right-radius:3.4375rem;border-bottom-left-radius:3.4375rem;border-bottom-right-radius:3.4375rem;box-shadow: none;height:5.125rem;width:5.125rem;top:9.375rem;left:0.875rem;display:block; }
#T6xyPOGlBTd8JN1fch12Eq42fcp8ADO3 { color:rgba(var(--color-tertiary-0),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:11.125rem;left:7.875rem;height:1.625rem;display:block; }
#CdSAirIV37Q3nb6LlM5SFU1zpvvSShpP { position:absolute;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #080b10, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #080b10, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #080b10, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #080b10, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#080b10', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#080b10', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #080b10, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.8125rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:6.625rem;width:33.9375rem;top:25.8125rem;left:0rem;display:block; }
#BA0FPf9RR093A5D7eox7dT21irccC7ru { color:rgba(var(--color-tertiary-0),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:19.6875rem;left:7.875rem;height:1.625rem;display:block; }
#mCnM2wdzoKP8NliFw6UsTg9Vq3TUaMZN { position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #080b10, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #080b10, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #080b10, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #080b10, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#080b10', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#080b10', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #080b10, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.8125rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:6.625rem;width:33.9375rem;top:17.1875rem;left:0rem;display:block; }
#m4imiwCILWbnH1UhS2NEdUhHFvy4orWL { position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(197deg, rgba(var(--color-primary-4),1), #da8b0b);background-image: -moz-linear-gradient(197deg, rgba(var(--color-primary-4),1), #da8b0b);background-image: -ms-linear-gradient(197deg, rgba(var(--color-primary-4),1), #da8b0b);background-image: -o-linear-gradient(197deg, rgba(var(--color-primary-4),1), #da8b0b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#da8b0b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#da8b0b' );";background-image: linear-gradient(197deg, rgba(var(--color-primary-4),1), #da8b0b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.4375rem;border-top-right-radius:3.4375rem;border-bottom-left-radius:3.4375rem;border-bottom-right-radius:3.4375rem;box-shadow: none;height:5.125rem;width:5.125rem;top:17.9375rem;left:0.875rem;display:block; }
#TWz5VXhdWtuG5y8fa2Nb2PS0yyISGOfA { color:rgba(var(--color-tertiary-0),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:28.3125rem;left:8.1875rem;height:1.625rem;display:block; }
#e24dOLnzubE9vS9hEAGtvlXoHIAviWlh { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(197deg, rgba(var(--color-primary-4),1), #da8b0b);background-image: -moz-linear-gradient(197deg, rgba(var(--color-primary-4),1), #da8b0b);background-image: -ms-linear-gradient(197deg, rgba(var(--color-primary-4),1), #da8b0b);background-image: -o-linear-gradient(197deg, rgba(var(--color-primary-4),1), #da8b0b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#da8b0b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#da8b0b' );";background-image: linear-gradient(197deg, rgba(var(--color-primary-4),1), #da8b0b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.4375rem;border-top-right-radius:3.4375rem;border-bottom-left-radius:3.4375rem;border-bottom-right-radius:3.4375rem;box-shadow: none;height:5.125rem;width:5.125rem;top:26.5625rem;left:0.875rem;display:block; }
#oXmDlprLdG1inMpqVJGNi32mIZZntFLM { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.75rem;height:3.6875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:38.0625rem;left:0rem;display:block; }
#lPBCLWIhQ4BvfnmrXfJvkP3foozUVh5o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SL54iH9TE8r28FSsoIqWaWU3QI6mCbnO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:10.5625rem;left:2.0625rem; }
#hNRzDCHb00O6BhADPEFSbiks5oqQwWbo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:18.6875rem;left:1.625rem; }
#LfCTXiMTClBGttP54BPeKa7WhRQ7UhUJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:27.75rem;left:2.125rem; }
#bZXu878UsPVbWyCNkQEK90axKzDHamTl { 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:15023;opacity:1;top:1.75rem;left:1.875rem; }
#l0LK8TQ4yKBx9ELypvNywHh7JklATWaJ { position:absolute;display:block;z-index:15024;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:35.375rem;width:30.0625rem;top:0rem;left:30rem;overflow:hidden;display:block; }
#nahZJnp5KpBZOt18Igp2VTQBBn7HS8mD { 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; }#nahZJnp5KpBZOt18Igp2VTQBBn7HS8mD > .row .container { background-color: transparent; background-image: none; }#nahZJnp5KpBZOt18Igp2VTQBBn7HS8mD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nahZJnp5KpBZOt18Igp2VTQBBn7HS8mD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nahZJnp5KpBZOt18Igp2VTQBBn7HS8mD > .row .container > .video-iframe-container { display: none; }#nahZJnp5KpBZOt18Igp2VTQBBn7HS8mD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nahZJnp5KpBZOt18Igp2VTQBBn7HS8mD > .row > .video-iframe-container { display: none; }#nahZJnp5KpBZOt18Igp2VTQBBn7HS8mD > .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); }#nahZJnp5KpBZOt18Igp2VTQBBn7HS8mD > .row .container { border-width: 0; border-radius: 0; }#nahZJnp5KpBZOt18Igp2VTQBBn7HS8mD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nahZJnp5KpBZOt18Igp2VTQBBn7HS8mD > .row .container { font-size:0.875rem;font-family:arial;height:51.6875rem;width:60rem;position:relative;display:block; }#AE9QhIVzNa0SDuleCHS1gslxHcLSHNHk { color:rgba(var(--color-tertiary-0),1);display:block;width:30.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:11.875rem;left:0rem;height:10.7988625rem;display:block; }
#DEazVSiudmmUolMbkoSp4JEWtSmdqAc3 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.8125rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:2.8125rem;box-shadow: none;height:35.75rem;width:27rem;top:7.90625rem;left:33rem;display:block; }
#aTmnFKJ1H2lByIq0oTWT4qOw2yTATd15 { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(91deg, rgba(var(--color-tertiary-4),1), rgba(0,0,0,0));background-image: -moz-linear-gradient(91deg, rgba(var(--color-tertiary-4),1), rgba(0,0,0,0));background-image: -ms-linear-gradient(91deg, rgba(var(--color-tertiary-4),1), rgba(0,0,0,0));background-image: -o-linear-gradient(91deg, rgba(var(--color-tertiary-4),1), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#00000000' );";background-image: linear-gradient(91deg, rgba(var(--color-tertiary-4),1), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.8125rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:12.5625rem;width:34.25rem;top:27.09375rem;left:0rem;display:block; }
#bnBNnzoLt8Pe7ZPxmSmOGrUl1rprlHLF { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:29.34375rem;left:2.625rem;height:2.2749rem;display:block; }
#HardHrlXsnM9gGAvT0KsoFN69JbZy9P4 { color:#d7ac10;display:block;width:20.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:10.40625rem;left:35.5rem;height:3.57421875rem;font-style:normal;display:block; }
#R4qhSRUBH1qEftJaLJuV7xAoQxbE2ey7 .widget-form-header {  }
#R4qhSRUBH1qEftJaLJuV7xAoQxbE2ey7 .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:21.625rem;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;overflow:hidden;font-style:normal;line-height:1.5; }
#R4qhSRUBH1qEftJaLJuV7xAoQxbE2ey7 .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:rgba(var(--color-tertiary-0),0.19);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.625rem;box-sizing:border-box;height:3.6875rem;color:rgba(var(--color-tertiary-0),1);font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#R4qhSRUBH1qEftJaLJuV7xAoQxbE2ey7 .widget-input-text {padding-top: 0; padding-bottom: 0;}#R4qhSRUBH1qEftJaLJuV7xAoQxbE2ey7 .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),0.19);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.625rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-0),1);font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#R4qhSRUBH1qEftJaLJuV7xAoQxbE2ey7 .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:21.625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top; }
#R4qhSRUBH1qEftJaLJuV7xAoQxbE2ey7 .widget-input-select {padding-top: 0; padding-bottom: 0;}#R4qhSRUBH1qEftJaLJuV7xAoQxbE2ey7 .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; }
#R4qhSRUBH1qEftJaLJuV7xAoQxbE2ey7 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#R4qhSRUBH1qEftJaLJuV7xAoQxbE2ey7 .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ededec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:3.8125rem;margin-bottom:0.25rem;margin-left:3.8125rem;display:block;box-sizing:border-box;font-size:1.5rem;font-weight:bold;color:#99640e;width:14rem;height:4.25rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#R4qhSRUBH1qEftJaLJuV7xAoQxbE2ey7 [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#R4qhSRUBH1qEftJaLJuV7xAoQxbE2ey7 [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#R4qhSRUBH1qEftJaLJuV7xAoQxbE2ey7 [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#R4qhSRUBH1qEftJaLJuV7xAoQxbE2ey7 [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#R4qhSRUBH1qEftJaLJuV7xAoQxbE2ey7 .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.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:20.4375rem;overflow:hidden;font-style:normal; }
#R4qhSRUBH1qEftJaLJuV7xAoQxbE2ey7 .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; }
#R4qhSRUBH1qEftJaLJuV7xAoQxbE2ey7 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;color:rgba(var(--color-tertiary-0),0.61);overflow:hidden;font-style:normal;line-height:2.1; }
#R4qhSRUBH1qEftJaLJuV7xAoQxbE2ey7 .widget-container { padding-top:0.375rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#R4qhSRUBH1qEftJaLJuV7xAoQxbE2ey7 .widget-container:first-of-type{padding-top:0;}#R4qhSRUBH1qEftJaLJuV7xAoQxbE2ey7 .widget-container:last-of-type{padding-bottom:0;}#R4qhSRUBH1qEftJaLJuV7xAoQxbE2ey7  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15007;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:14.8125rem;left:34.4375rem; }
#R4qhSRUBH1qEftJaLJuV7xAoQxbE2ey7 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.625rem;display:block;vertical-align:top; }
#R4qhSRUBH1qEftJaLJuV7xAoQxbE2ey7 .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#R4qhSRUBH1qEftJaLJuV7xAoQxbE2ey7 {display:block;}#R4qhSRUBH1qEftJaLJuV7xAoQxbE2ey7 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15007;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:14.8125rem;left:34.4375rem; }
#R4qhSRUBH1qEftJaLJuV7xAoQxbE2ey7 #mBqbaiiJGurEOQKnGGdCgDpbOUVZEKeV { position:relative; }
#R4qhSRUBH1qEftJaLJuV7xAoQxbE2ey7 #bIPS5n0Vae2WiDxLRXlkZdX1qG4INs1E { position:relative;display:block; }
#R4qhSRUBH1qEftJaLJuV7xAoQxbE2ey7 #vdHSNdVVHJeLEi8WBFzMyxDmA6GsReFb { position:relative; }
#R4qhSRUBH1qEftJaLJuV7xAoQxbE2ey7 #k4J2q8A0JFv4tt74lF7Lzk3paavfds7e { position:relative; }
#R4qhSRUBH1qEftJaLJuV7xAoQxbE2ey7 #ELZ1DElbxmpqoM1LzTzXVGEM8GF9B7Lk { position:relative;display:block; }
#R4qhSRUBH1qEftJaLJuV7xAoQxbE2ey7 #ikc4Aa71tUlRDhFKnwecAmfh22QeS0SU { position:relative; }
#R4qhSRUBH1qEftJaLJuV7xAoQxbE2ey7 #SquDS1u5MMyMJuURfEqf4Bv11ucu5JfZ { position:relative; }
#R4qhSRUBH1qEftJaLJuV7xAoQxbE2ey7 #SquDS1u5MMyMJuURfEqf4Bv11ucu5JfZ .container-column{width:100%;}#R4qhSRUBH1qEftJaLJuV7xAoQxbE2ey7 #glASEKihc4CXtH6uK9P6BVszublnKuz9 { position:relative;display:block; }
#R4qhSRUBH1qEftJaLJuV7xAoQxbE2ey7 #GxI2Z0PCUmIGr9ELLvQx0kkTzlFI3mlK { position:relative;z-index:2; }
#R4qhSRUBH1qEftJaLJuV7xAoQxbE2ey7 #J3cCJ3bprRilr6SIBZgK4fqy2pb8WvVN { position:relative; }
#R4qhSRUBH1qEftJaLJuV7xAoQxbE2ey7 #tILKETVaolwcnT5das2NiftdcT3dI00M { position:relative;z-index:2; }
#R4qhSRUBH1qEftJaLJuV7xAoQxbE2ey7 #c8qxDWG7v7RcENDouXTTh60A1CJTmm0R { position:relative; }
#R4qhSRUBH1qEftJaLJuV7xAoQxbE2ey7 #U9r4y4Gf8s3LuHL1mgGPh5bsTCv2T3Np { position:relative;z-index:2; }
#R4qhSRUBH1qEftJaLJuV7xAoQxbE2ey7 #CvAaOoA0NB2aWkt6zftoNgNglJFUPKDe { position:relative; }
#R4qhSRUBH1qEftJaLJuV7xAoQxbE2ey7 #t5z1udJE7e4dgT62oOmki0KGRmQcrwX9 { position:relative; }
#R4qhSRUBH1qEftJaLJuV7xAoQxbE2ey7 #EVmF0BmFUxXWMNknz6gRWm1aiHC2JFAh { position:relative; }
#TiP8BwrrGcJy9Tyt9554XXBPoyAnKep1 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#TiP8BwrrGcJy9Tyt9554XXBPoyAnKep1 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-4),0);background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.51375rem;padding-right:0.44375rem;padding-bottom:0.51375rem;padding-left:0.44375rem;display:block;align-items:center;width:2.659375rem;min-width:2.659375rem;height:2.764375rem;position:relative;font-family:var(--headlines-font-family);font-size:2.056875rem;font-weight:700;line-height:44.23px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TiP8BwrrGcJy9Tyt9554XXBPoyAnKep1 .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.32125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5475rem;height:1.0925rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.77125rem;font-weight:400;line-height:17.48px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#TiP8BwrrGcJy9Tyt9554XXBPoyAnKep1 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:18.1875rem;height:5.205625rem;padding-top:0.643125rem;padding-right:0.63375rem;padding-bottom:0.643125rem;padding-left:0.63375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:31.6181640625rem;left:1.36572265625rem;z-index:15010; }
#TiP8BwrrGcJy9Tyt9554XXBPoyAnKep1 #ZMfIC2OsH4PnsGEBSomsL7VxOyugtGfT { display:flex;position:relative;top:0rem;left:0rem; }
#TiP8BwrrGcJy9Tyt9554XXBPoyAnKep1 #EQLFbJE4lW5RD0twyJ8ke7Ty14o1Rpzk { width:auto; }
#TiP8BwrrGcJy9Tyt9554XXBPoyAnKep1 #To3v3mo28guC8FmBbxzatb00FRTeHgre {  }
#TiP8BwrrGcJy9Tyt9554XXBPoyAnKep1 #inzzTbQEJOT3NrhAQq47sSXSDerWZACd { display:flex;position:relative;top:0rem;left:0rem; }
#TiP8BwrrGcJy9Tyt9554XXBPoyAnKep1 #UmqAyTguCI5B23kV7lyC886rdbCwtGxb {  }
#TiP8BwrrGcJy9Tyt9554XXBPoyAnKep1 #P1MH26SrbBoCxsmSkCoTSRKAX4KDkods {  }
#TiP8BwrrGcJy9Tyt9554XXBPoyAnKep1 #xSUwlCTZTlqNBCUHp0dWqBdW3pahprr7 { display:flex;position:relative;top:0rem;left:0rem; }
#TiP8BwrrGcJy9Tyt9554XXBPoyAnKep1 #uLUJEkfUt0AtllT3TXGsPWuC9ofWitoh {  }
#TiP8BwrrGcJy9Tyt9554XXBPoyAnKep1 #EZVuA81Nm9C6z0EG6nKsm8NC658oCgF0 {  }
#TiP8BwrrGcJy9Tyt9554XXBPoyAnKep1 #JewBzbUXABiSuAn0vVZrMzX2KTlTEJQw { display:flex;position:relative;top:0rem;left:0rem; }
#TiP8BwrrGcJy9Tyt9554XXBPoyAnKep1 #Ardqp7RnfKnN03sdn9JvD9PoIip2gzw4 {  }
#TiP8BwrrGcJy9Tyt9554XXBPoyAnKep1 #knTB8kWB9tUZLLoeiATxgUWBO1OGT1b9 {  }
#CaO0vJshIvrSwbrD541wWnriBKSUb95r { color:rgba(var(--color-tertiary-0),1);display:block;width:24.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:5rem;left:34.40625rem;height:1.94921875rem;text-align:center;text-align-last:center;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) { #SzeCSzzGMpIwHfRuHgJnfsEyv7HW8J5c { background-color:#0f0f0f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#SzeCSzzGMpIwHfRuHgJnfsEyv7HW8J5c > .row .container { background-color: transparent; background-image: none; }#SzeCSzzGMpIwHfRuHgJnfsEyv7HW8J5c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SzeCSzzGMpIwHfRuHgJnfsEyv7HW8J5c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SzeCSzzGMpIwHfRuHgJnfsEyv7HW8J5c > .row .container > .video-iframe-container { display: none; }#SzeCSzzGMpIwHfRuHgJnfsEyv7HW8J5c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SzeCSzzGMpIwHfRuHgJnfsEyv7HW8J5c > .row > .video-iframe-container { display: none; }#SzeCSzzGMpIwHfRuHgJnfsEyv7HW8J5c > .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); }#SzeCSzzGMpIwHfRuHgJnfsEyv7HW8J5c > .row .container { border-width: 0; border-radius: 0; }#SzeCSzzGMpIwHfRuHgJnfsEyv7HW8J5c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jr29PA4MNBQFDyOBzO8ZdT6sBTbJMmn1 { top:1.5625rem;left:1.75rem;width:12.5rem;height:1.75rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #HmQXd2HIyuM56nJeqf9bHW3aGtBTu2TC { width:9rem;height:2.4375rem;top:1.25rem;left:38.75rem;background-color:#ff3939;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #fGu2o9dzVtnEx0F8EM3qSKE2U2IIxT1i { display:block; }
 }@media only screen and (max-width: 763px) { #kP89oBsZebqMcXwSHyEK81o8hS3g2V2S .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#kP89oBsZebqMcXwSHyEK81o8hS3g2V2S .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem;background-color:rgba(0,0,0,0);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;color:#ffffff; }
#kP89oBsZebqMcXwSHyEK81o8hS3g2V2S .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem;background-color:;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;color:#ffffff; }
#kP89oBsZebqMcXwSHyEK81o8hS3g2V2S { display:flex;width:18rem;height:5.0625rem;top:0rem;left:29.3623046875rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none; }
 }@media only screen and (max-width: 763px) { #kP89oBsZebqMcXwSHyEK81o8hS3g2V2S #pFthT3GcMe79WoEfqwliPK9SCExHdiET { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kP89oBsZebqMcXwSHyEK81o8hS3g2V2S #ap1nMryqV18Wen3BhbK4TsI0krUSOKcg {  }
 }@media only screen and (max-width: 763px) { #kP89oBsZebqMcXwSHyEK81o8hS3g2V2S #qmx7hma8eB9tvMQxybLlUATiuoxGAoe2 {  }
 }@media only screen and (max-width: 763px) { #kP89oBsZebqMcXwSHyEK81o8hS3g2V2S #VXKRP3IXSzNZruGChSQRadpaG84DzVTJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kP89oBsZebqMcXwSHyEK81o8hS3g2V2S #F0vzbHimesZ0KXhd0xySKD9dXWSktSIA {  }
 }@media only screen and (max-width: 763px) { #kP89oBsZebqMcXwSHyEK81o8hS3g2V2S #BTXAOrAA6asoNii8en6OT5wivsGWxeU8 {  }
 }@media only screen and (max-width: 763px) { #kP89oBsZebqMcXwSHyEK81o8hS3g2V2S #tILpaITH9652ZA5W2GHlQJgcrL5VwUFs { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kP89oBsZebqMcXwSHyEK81o8hS3g2V2S #VN1gMf6oldeTgrw2vE3XMG5oG9ttsv91 {  }
 }@media only screen and (max-width: 763px) { #kP89oBsZebqMcXwSHyEK81o8hS3g2V2S #O150dCzZT4VDD1d57CQOJuK5DJnoul44 {  }
 }@media only screen and (max-width: 763px) { #kP89oBsZebqMcXwSHyEK81o8hS3g2V2S #oqieNuMPrHFXqR1euetU7t3H2Gn2w94Z { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kP89oBsZebqMcXwSHyEK81o8hS3g2V2S #dUZu9nT6CfvgfM3dnOvW8KyEiVTpQGw7 {  }
 }@media only screen and (max-width: 763px) { #kP89oBsZebqMcXwSHyEK81o8hS3g2V2S #rVGSFEImC2lPSvKXoMLihs0SbWqCtTxe {  }
 }@media only screen and (max-width: 763px) { #o5NWf6z5EngGMQuTGUoGJlMIwTQuHSBg { top:0rem;left:0rem;width:7.1875rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FakAcpqgcKNQe6mOHQ98GraXc4rJNnJL { background-color:#0f0f0f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#FakAcpqgcKNQe6mOHQ98GraXc4rJNnJL > .row .container { background-color: transparent; background-image: none; }#FakAcpqgcKNQe6mOHQ98GraXc4rJNnJL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FakAcpqgcKNQe6mOHQ98GraXc4rJNnJL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FakAcpqgcKNQe6mOHQ98GraXc4rJNnJL > .row .container > .video-iframe-container { display: none; }#FakAcpqgcKNQe6mOHQ98GraXc4rJNnJL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FakAcpqgcKNQe6mOHQ98GraXc4rJNnJL > .row > .video-iframe-container { display: none; }#FakAcpqgcKNQe6mOHQ98GraXc4rJNnJL > .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); }#FakAcpqgcKNQe6mOHQ98GraXc4rJNnJL > .row .container { border-width: 0; border-radius: 0; }#FakAcpqgcKNQe6mOHQ98GraXc4rJNnJL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DOeiLqvNEgW8dyMtgR0z3mKJ7yFFATfL { background-color:#ff3939;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#DOeiLqvNEgW8dyMtgR0z3mKJ7yFFATfL > .row .container { background-color: transparent; background-image: none; }#DOeiLqvNEgW8dyMtgR0z3mKJ7yFFATfL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DOeiLqvNEgW8dyMtgR0z3mKJ7yFFATfL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DOeiLqvNEgW8dyMtgR0z3mKJ7yFFATfL > .row .container > .video-iframe-container { display: none; }#DOeiLqvNEgW8dyMtgR0z3mKJ7yFFATfL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DOeiLqvNEgW8dyMtgR0z3mKJ7yFFATfL > .row > .video-iframe-container { display: none; }#DOeiLqvNEgW8dyMtgR0z3mKJ7yFFATfL > .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); }#DOeiLqvNEgW8dyMtgR0z3mKJ7yFFATfL > .row .container { border-width: 0; border-radius: 0; }#DOeiLqvNEgW8dyMtgR0z3mKJ7yFFATfL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ppp9ixtU8C7B0T4LnPXvTiux95JWFH4K { width:33rem;height:17.0625rem;top:1rem;left:0rem;font-size:4.375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ptgTaTHxv7CAEemggsLcI6xKsMMLBf2O { width:27rem;height:35.75rem;top:7.875rem;left:20.75rem;background-color:#0f0f0f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #GywsE8kr3TzyFcTzLVbAsL7Ho4roMK4U { width:34.25rem;height:12.5625rem;top:27.0625rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(91deg, #0f0f0f, rgba(0,0,0,0));background-image: -moz-linear-gradient(91deg, #0f0f0f, rgba(0,0,0,0));background-image: -ms-linear-gradient(91deg, #0f0f0f, rgba(0,0,0,0));background-image: -o-linear-gradient(91deg, #0f0f0f, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f0f0f', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f0f0f', endColorstr='#00000000' );";background-image: linear-gradient(91deg, #0f0f0f, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #JrJ9MtgH0qLOzv0D9OePdNs0TT4f6XQx { width:19.625rem;height:5.875rem;top:19.25rem;left:0rem;font-size:2.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #hIZSuTJzaORGiuCEDTQrDL6UOBSfWscv { width:20.6875rem;height:3.5625rem;top:11.25rem;left:27.0625rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Ah3SrJWDz7fB7lcDO5bT1cUltdCag67D .widget-regular-label { width:21.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block;background-color:transparent;background-image:none;color:#ffffff; }
#Ah3SrJWDz7fB7lcDO5bT1cUltdCag67D .widget-input-text { width:21.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:rgba(255,255,255,0.19);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #ffffff;color:#ffffff; }
#Ah3SrJWDz7fB7lcDO5bT1cUltdCag67D .widget-input-text {padding-top: 0; padding-bottom: 0;}#Ah3SrJWDz7fB7lcDO5bT1cUltdCag67D .widget-textarea { width:21.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:rgba(255,255,255,0.19);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #ffffff;color:#ffffff; }
#Ah3SrJWDz7fB7lcDO5bT1cUltdCag67D .widget-input-select { width:21.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;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;color:#161616; }
#Ah3SrJWDz7fB7lcDO5bT1cUltdCag67D .widget-input-select {padding-top: 0; padding-bottom: 0;}#Ah3SrJWDz7fB7lcDO5bT1cUltdCag67D .widget-input-button { width:14rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:3.8125rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;color:#ff3939; }
#Ah3SrJWDz7fB7lcDO5bT1cUltdCag67D [class*="-text"]:-moz-placeholder { color:#ffffff; }
#Ah3SrJWDz7fB7lcDO5bT1cUltdCag67D [class*="-text"]::-moz-placeholder { color:#ffffff; }
#Ah3SrJWDz7fB7lcDO5bT1cUltdCag67D [class*="-text"]:-ms-input-placeholder { color:#ffffff; }
#Ah3SrJWDz7fB7lcDO5bT1cUltdCag67D [class*="-text"]::-webkit-input-placeholder { color:#ffffff; }
#Ah3SrJWDz7fB7lcDO5bT1cUltdCag67D .widget-checkbox-label { width:20.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:#0f0f0f; }
#Ah3SrJWDz7fB7lcDO5bT1cUltdCag67D .widget-radio-label { color:rgba(255,255,255,0.61); }
#Ah3SrJWDz7fB7lcDO5bT1cUltdCag67D  { width:21.625rem;height:auto;top:14.8125rem;left:23.625rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Ah3SrJWDz7fB7lcDO5bT1cUltdCag67D .radio-container { width:21.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Ah3SrJWDz7fB7lcDO5bT1cUltdCag67D .widget-info-text { color:#0f0f0f; }
#Ah3SrJWDz7fB7lcDO5bT1cUltdCag67D {display:block;}#Ah3SrJWDz7fB7lcDO5bT1cUltdCag67D { width:21.625rem;height:auto;top:14.8125rem;left:23.625rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
 }@media only screen and (max-width: 763px) { #Ah3SrJWDz7fB7lcDO5bT1cUltdCag67D #KGC3qpkfTXn5Q1r0hIFKh6rNgohSgBpa {  }
 }@media only screen and (max-width: 763px) { #Ah3SrJWDz7fB7lcDO5bT1cUltdCag67D #xgTxbC4Uu0iuRwkES8WWtAmS6scscSQ2 { display:block; }
 }@media only screen and (max-width: 763px) { #Ah3SrJWDz7fB7lcDO5bT1cUltdCag67D #Tmk5QPwIlexZfEyMoWpoAWGohrmfOmWf {  }
 }@media only screen and (max-width: 763px) { #Ah3SrJWDz7fB7lcDO5bT1cUltdCag67D #NkKTnHoBw7UrGrqgJhRw8rkuf2UU3pbd {  }
 }@media only screen and (max-width: 763px) { #Ah3SrJWDz7fB7lcDO5bT1cUltdCag67D #b7Qcha4mJSpBW9l3XMf6qvoVJCHcRhgz { display:block; }
 }@media only screen and (max-width: 763px) { #Ah3SrJWDz7fB7lcDO5bT1cUltdCag67D #gELnddddc0BimoTeh6DLkyrBxQTrUHJq {  }
 }@media only screen and (max-width: 763px) { #Ah3SrJWDz7fB7lcDO5bT1cUltdCag67D #lf2zOVvK3k1d5akX6F7iX6sEErNh0ybn {  }
#Ah3SrJWDz7fB7lcDO5bT1cUltdCag67D #lf2zOVvK3k1d5akX6F7iX6sEErNh0ybn .container-column{width:50%;} }@media only screen and (max-width: 763px) { #Ah3SrJWDz7fB7lcDO5bT1cUltdCag67D #bruuzhT8SRz4EfU87w2EmviTbTlhLNnq { display:block; }
 }@media only screen and (max-width: 763px) { #Ah3SrJWDz7fB7lcDO5bT1cUltdCag67D #TpgxbCEKRAi929UoC1tBG8XTEGhzVT6I {  }
 }@media only screen and (max-width: 763px) { #Ah3SrJWDz7fB7lcDO5bT1cUltdCag67D #adX3aCv37auFEpM96L3Bp69t9omExvaI {  }
 }@media only screen and (max-width: 763px) { #Ah3SrJWDz7fB7lcDO5bT1cUltdCag67D #aFky3RvdVnlAq6DuczedekmyVkGJvQtm {  }
 }@media only screen and (max-width: 763px) { #Ah3SrJWDz7fB7lcDO5bT1cUltdCag67D #XmFoGwAToMZJ7JT7URB6dmKoqS3LQy8G {  }
 }@media only screen and (max-width: 763px) { #Ah3SrJWDz7fB7lcDO5bT1cUltdCag67D #EPiOd5fmDPzAXi2qG68DEOw4WkXffU7z {  }
 }@media only screen and (max-width: 763px) { #Ah3SrJWDz7fB7lcDO5bT1cUltdCag67D #d0613w4WMcGUTaRuXQRZAs8mGRTkGogq {  }
 }@media only screen and (max-width: 763px) { #Ah3SrJWDz7fB7lcDO5bT1cUltdCag67D #ezaniRoKpKPxacBTTFIahVh4rdrlkUTG {  }
 }@media only screen and (max-width: 763px) { #Ah3SrJWDz7fB7lcDO5bT1cUltdCag67D #CwEs1LVCVAbdp9BUchT5GlmKIXen1B94 {  }
 }@media only screen and (max-width: 763px) { #S63iR0fw7uoIkT1PvTzf2tpUnZwMEO9d .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#S63iR0fw7uoIkT1PvTzf2tpUnZwMEO9d .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem;background-color:rgba(0,0,0,0);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;color:#ffffff; }
#S63iR0fw7uoIkT1PvTzf2tpUnZwMEO9d .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem;background-color:;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;color:#ffffff; }
#S63iR0fw7uoIkT1PvTzf2tpUnZwMEO9d { display:flex;width:18rem;height:5.0625rem;top:31.625rem;left:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none; }
 }@media only screen and (max-width: 763px) { #S63iR0fw7uoIkT1PvTzf2tpUnZwMEO9d #fMVmwZfIHmVqUNmyfwerhNfJPMVSVotp { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #S63iR0fw7uoIkT1PvTzf2tpUnZwMEO9d #PtnedZWGxbF54ybfNxAAJHD1ky8q8NBZ {  }
 }@media only screen and (max-width: 763px) { #S63iR0fw7uoIkT1PvTzf2tpUnZwMEO9d #T4BLh0FfOsJKFPgOl5Ze5TyWSovlbG97 {  }
 }@media only screen and (max-width: 763px) { #S63iR0fw7uoIkT1PvTzf2tpUnZwMEO9d #nRHzdPAt3r9RcFDGIJ0vIVtXN9U0DmUK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #S63iR0fw7uoIkT1PvTzf2tpUnZwMEO9d #svREt8fhNh6dTlyL6CZkpBHmeyRIGhNg {  }
 }@media only screen and (max-width: 763px) { #S63iR0fw7uoIkT1PvTzf2tpUnZwMEO9d #Mx7LvMwM0qC6BzRF5WfxskFmMSr00kbx {  }
 }@media only screen and (max-width: 763px) { #S63iR0fw7uoIkT1PvTzf2tpUnZwMEO9d #GzR2zbNxsElk3r1KCLtwfCWCVeoAOBg6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #S63iR0fw7uoIkT1PvTzf2tpUnZwMEO9d #Omp211mwFWfeW8TtpnNUvvtgv5xZMFbw {  }
 }@media only screen and (max-width: 763px) { #S63iR0fw7uoIkT1PvTzf2tpUnZwMEO9d #nQou0IbiOvwnMF87eDBZHvpdeliCH5Tg {  }
 }@media only screen and (max-width: 763px) { #S63iR0fw7uoIkT1PvTzf2tpUnZwMEO9d #q3cb6iVG8XSpAw1TRRZ2qG4NWCtFvtS0 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #S63iR0fw7uoIkT1PvTzf2tpUnZwMEO9d #izCJmKmXJSrOr59xtXvmXLDgaEDPdJus {  }
 }@media only screen and (max-width: 763px) { #S63iR0fw7uoIkT1PvTzf2tpUnZwMEO9d #rmPCwNZcgz3WUaBoOUl7v7rgyxnWTM5g {  }
 }@media only screen and (max-width: 763px) { #Mg9HMOy1DrIG2iThGheiyUGPasfBtfNT { width:27.625rem;height:2.5rem;top:29.1875rem;left:0rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #mlTFJ9zlRlfeE43cmEf3Cl1n5aRwTqJc { top:32.125rem;left:2.25rem;width:27.1875rem;height:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qs4Fv3ZvJoMGH8TprQxLtV9HZHWT1ddB { width:31.25rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #yJHxu6efGM5bbumAVO7e8U1LOTXXqvag { top:44.25rem;left:23.5625rem;width:24.1875rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGqdH8gdJ3OLe0Po4fVzHoSLLQpnKTB1 { background-color:#0f0f0f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#gGqdH8gdJ3OLe0Po4fVzHoSLLQpnKTB1 > .row .container { background-color: transparent; background-image: none; }#gGqdH8gdJ3OLe0Po4fVzHoSLLQpnKTB1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gGqdH8gdJ3OLe0Po4fVzHoSLLQpnKTB1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gGqdH8gdJ3OLe0Po4fVzHoSLLQpnKTB1 > .row .container > .video-iframe-container { display: none; }#gGqdH8gdJ3OLe0Po4fVzHoSLLQpnKTB1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gGqdH8gdJ3OLe0Po4fVzHoSLLQpnKTB1 > .row > .video-iframe-container { display: none; }#gGqdH8gdJ3OLe0Po4fVzHoSLLQpnKTB1 > .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); }#gGqdH8gdJ3OLe0Po4fVzHoSLLQpnKTB1 > .row .container { border-width: 0; border-radius: 0; }#gGqdH8gdJ3OLe0Po4fVzHoSLLQpnKTB1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VLKZ6RUkcx2GXpt8HHNngPW3IdTbhVmZ { width:47.75rem;height:3.25rem;top:7.1875rem;left:0rem;font-size:2.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #czSPSxqrolfPrnio2Bgwerdu4ftUD1IV { background-color:#0f0f0f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#czSPSxqrolfPrnio2Bgwerdu4ftUD1IV > .row .container { background-color: transparent; background-image: none; }#czSPSxqrolfPrnio2Bgwerdu4ftUD1IV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#czSPSxqrolfPrnio2Bgwerdu4ftUD1IV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#czSPSxqrolfPrnio2Bgwerdu4ftUD1IV > .row .container > .video-iframe-container { display: none; }#czSPSxqrolfPrnio2Bgwerdu4ftUD1IV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#czSPSxqrolfPrnio2Bgwerdu4ftUD1IV > .row > .video-iframe-container { display: none; }#czSPSxqrolfPrnio2Bgwerdu4ftUD1IV > .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); }#czSPSxqrolfPrnio2Bgwerdu4ftUD1IV > .row .container { border-width: 0; border-radius: 0; }#czSPSxqrolfPrnio2Bgwerdu4ftUD1IV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aOP8eTSC5ZwUNctkqvOaMeb2Srxlcsgg { width:47.75rem;height:3.5625rem;top:1.875rem;left:0rem;font-size:1.375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #wgW2CSJolZKsOu9GmU8nAJS1h4km23vw { background-color:#0f0f0f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#wgW2CSJolZKsOu9GmU8nAJS1h4km23vw > .row .container { background-color: transparent; background-image: none; }#wgW2CSJolZKsOu9GmU8nAJS1h4km23vw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wgW2CSJolZKsOu9GmU8nAJS1h4km23vw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wgW2CSJolZKsOu9GmU8nAJS1h4km23vw > .row .container > .video-iframe-container { display: none; }#wgW2CSJolZKsOu9GmU8nAJS1h4km23vw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wgW2CSJolZKsOu9GmU8nAJS1h4km23vw > .row > .video-iframe-container { display: none; }#wgW2CSJolZKsOu9GmU8nAJS1h4km23vw > .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); }#wgW2CSJolZKsOu9GmU8nAJS1h4km23vw > .row .container { border-width: 0; border-radius: 0; }#wgW2CSJolZKsOu9GmU8nAJS1h4km23vw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O4bUqaWgGu7070UT5UWiigQXtDXfT2sa { width:18rem;height:13.5625rem;top:2.4375rem;left:0rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #A0fBNF1AeLVaRpIzWm25TOGoXoH5E3TG { width:6.375rem;height:6.375rem;top:0rem;left:4.75rem;background-color:transparent;background-image: -webkit-linear-gradient(197deg, #a85cff, #542e80);background-image: -moz-linear-gradient(197deg, #a85cff, #542e80);background-image: -ms-linear-gradient(197deg, #a85cff, #542e80);background-image: -o-linear-gradient(197deg, #a85cff, #542e80);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a85cff', endColorstr='#542e80' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a85cff', endColorstr='#542e80' );";background-image: linear-gradient(197deg, #a85cff, #542e80);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #FPPT4udk7wNgLNGSXdLXr9lbvqn7t5xa { width:18.0625rem;height:4.1875rem;top:7.0625rem;left:0rem;font-size:1.625rem;color:#0f0f0f;display:block; }
 }@media only screen and (max-width: 763px) { #cZcrrLl7XawqlgKDIwCwyW1MPHzukSvR { width:18rem;height:13.5625rem;top:2.4375rem;left:13.75rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #vMXKQbrpKCZdZzUpeE3cM7lsi6MTsyVW { width:18.0625rem;height:4.1875rem;top:7.0625rem;left:13.6875rem;font-size:1.625rem;color:#0f0f0f;display:block; }
 }@media only screen and (max-width: 763px) { #Qk3hL5SSNu9XF8eyTSz5UypT3t9EJ551 { width:6.375rem;height:6.375rem;top:0rem;left:20.625rem;background-color:transparent;background-image: -webkit-linear-gradient(197deg, #a85cff, #542e80);background-image: -moz-linear-gradient(197deg, #a85cff, #542e80);background-image: -ms-linear-gradient(197deg, #a85cff, #542e80);background-image: -o-linear-gradient(197deg, #a85cff, #542e80);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a85cff', endColorstr='#542e80' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a85cff', endColorstr='#542e80' );";background-image: linear-gradient(197deg, #a85cff, #542e80);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #FHoJrPve9AVAZVPNoUKtgA5VHaq5dXLX { width:2.9375rem;height:2.9375rem;top:1.6875rem;left:22.34375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #KJs2Dmyg2hbQKwMwcXeNmlcZNWHedF0q { width:18rem;height:13.5625rem;top:2.4375rem;left:29.625rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #RCSRzraHTECPThVURWZFDkwptIRNgGgv { width:18.0625rem;height:6.3125rem;top:7.0625rem;left:29.5625rem;font-size:1.625rem;color:#0f0f0f;display:block; }
 }@media only screen and (max-width: 763px) { #Otei87qHCqv2nlNgXsRNTpzJS3h8hRa2 { width:6.375rem;height:6.375rem;top:0rem;left:36.5rem;background-color:transparent;background-image: -webkit-linear-gradient(197deg, #a85cff, #542e80);background-image: -moz-linear-gradient(197deg, #a85cff, #542e80);background-image: -ms-linear-gradient(197deg, #a85cff, #542e80);background-image: -o-linear-gradient(197deg, #a85cff, #542e80);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a85cff', endColorstr='#542e80' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a85cff', endColorstr='#542e80' );";background-image: linear-gradient(197deg, #a85cff, #542e80);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #NV2Bc3zXtMDw3WHVvh49TkyO0GPkXuwO { width:3.125rem;height:3.125rem;top:1.625rem;left:38.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #NhgRqbTA3uR0d7rb24rrT6JQtzAmLubM { top:12.1875rem;left:4.125rem;width:3.125rem;height:3.125rem;display:block; }
#NhgRqbTA3uR0d7rb24rrT6JQtzAmLubM > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #gB82LZWEx6X0HNkKJpJvO8Gy2OekrTZ5 { top:12.1875rem;left:8.6875rem;width:3.125rem;height:3.125rem;display:block; }
#gB82LZWEx6X0HNkKJpJvO8Gy2OekrTZ5 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #DZXNCh6NSsIRFUh2NCKqQMvgTwnrHqxw { top:1.625rem;left:6.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsI6N3eTBH6ue697R7W0vVwShs2RxC8K { background-color:#0f0f0f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#EsI6N3eTBH6ue697R7W0vVwShs2RxC8K > .row .container { background-color: transparent; background-image: none; }#EsI6N3eTBH6ue697R7W0vVwShs2RxC8K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EsI6N3eTBH6ue697R7W0vVwShs2RxC8K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EsI6N3eTBH6ue697R7W0vVwShs2RxC8K > .row .container > .video-iframe-container { display: none; }#EsI6N3eTBH6ue697R7W0vVwShs2RxC8K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EsI6N3eTBH6ue697R7W0vVwShs2RxC8K > .row > .video-iframe-container { display: none; }#EsI6N3eTBH6ue697R7W0vVwShs2RxC8K > .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); }#EsI6N3eTBH6ue697R7W0vVwShs2RxC8K > .row .container { border-width: 0; border-radius: 0; }#EsI6N3eTBH6ue697R7W0vVwShs2RxC8K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LO51fnlAyIqqPFCesuFMPe625WhCGUNW { width:14.75rem;height:3.6875rem;top:3.9375rem;left:16.5rem;background-color:#ff3939;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #F4BFrTKR7V5lHDKeQ6T0na1FTsDHrN6D { display:block; }
 }@media only screen and (max-width: 763px) { #pqFtuWukTTWybXpfGKD0acn2nBJpVqfG { background-color:#190e26;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#pqFtuWukTTWybXpfGKD0acn2nBJpVqfG > .row .container { background-color: transparent; background-image: none; }#pqFtuWukTTWybXpfGKD0acn2nBJpVqfG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pqFtuWukTTWybXpfGKD0acn2nBJpVqfG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pqFtuWukTTWybXpfGKD0acn2nBJpVqfG > .row .container > .video-iframe-container { display: none; }#pqFtuWukTTWybXpfGKD0acn2nBJpVqfG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pqFtuWukTTWybXpfGKD0acn2nBJpVqfG > .row > .video-iframe-container { display: none; }#pqFtuWukTTWybXpfGKD0acn2nBJpVqfG > .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); }#pqFtuWukTTWybXpfGKD0acn2nBJpVqfG > .row .container { border-width: 0; border-radius: 0; }#pqFtuWukTTWybXpfGKD0acn2nBJpVqfG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yabac81GZhulhkADS0yKKkzohXNhAI2E { width:47.75rem;height:3.25rem;top:4.9375rem;left:0rem;font-size:2.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #kG5LLVgo1963rsQ18oquiSHXk6cr9Il9 { background-color:#190e26;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#kG5LLVgo1963rsQ18oquiSHXk6cr9Il9 > .row .container { background-color: transparent; background-image: none; }#kG5LLVgo1963rsQ18oquiSHXk6cr9Il9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kG5LLVgo1963rsQ18oquiSHXk6cr9Il9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kG5LLVgo1963rsQ18oquiSHXk6cr9Il9 > .row .container > .video-iframe-container { display: none; }#kG5LLVgo1963rsQ18oquiSHXk6cr9Il9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kG5LLVgo1963rsQ18oquiSHXk6cr9Il9 > .row > .video-iframe-container { display: none; }#kG5LLVgo1963rsQ18oquiSHXk6cr9Il9 > .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); }#kG5LLVgo1963rsQ18oquiSHXk6cr9Il9 > .row .container { border-width: 0; border-radius: 0; }#kG5LLVgo1963rsQ18oquiSHXk6cr9Il9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XlNXbwFRZZzq3hutWkii0D7IxoOQdKWB { width:5.125rem;height:5.125rem;top:0.75rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(197deg, #a85cff, #ff3939);background-image: -moz-linear-gradient(197deg, #a85cff, #ff3939);background-image: -ms-linear-gradient(197deg, #a85cff, #ff3939);background-image: -o-linear-gradient(197deg, #a85cff, #ff3939);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a85cff', endColorstr='#ff3939' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a85cff', endColorstr='#ff3939' );";background-image: linear-gradient(197deg, #a85cff, #ff3939);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #cxaCc6TAnFZCmIolA9VnrsH9sIwSQbPW { width:33.9375rem;height:6.625rem;top:0rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #0f0f0f, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #0f0f0f, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #0f0f0f, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #0f0f0f, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f0f0f', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f0f0f', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #0f0f0f, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #aAku9SVyKIKrzEiiG4iDPTABCwyWlCBS { width:22.1875rem;height:4.875rem;top:2.5rem;left:1.6875rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #C08LiqhT1xJMyDGMvIM5WqLzH5tUJe3o { width:33.9375rem;height:6.625rem;top:8.625rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #080b10, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #080b10, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #080b10, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #080b10, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#080b10', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#080b10', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #080b10, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #wCfQ9sUHSl1t05NoL2bo2Bwtq3iCQ5Ap { width:5.125rem;height:5.125rem;top:9.375rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(197deg, #a85cff, #ff3939);background-image: -moz-linear-gradient(197deg, #a85cff, #ff3939);background-image: -ms-linear-gradient(197deg, #a85cff, #ff3939);background-image: -o-linear-gradient(197deg, #a85cff, #ff3939);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a85cff', endColorstr='#ff3939' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a85cff', endColorstr='#ff3939' );";background-image: linear-gradient(197deg, #a85cff, #ff3939);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #T6xyPOGlBTd8JN1fch12Eq42fcp8ADO3 { width:22.1875rem;height:1.625rem;top:11.125rem;left:1.6875rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #CdSAirIV37Q3nb6LlM5SFU1zpvvSShpP { width:33.9375rem;height:6.625rem;top:25.8125rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #080b10, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #080b10, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #080b10, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #080b10, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#080b10', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#080b10', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #080b10, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #BA0FPf9RR093A5D7eox7dT21irccC7ru { width:18.1875rem;height:1.625rem;top:19.6875rem;left:4.8125rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #mCnM2wdzoKP8NliFw6UsTg9Vq3TUaMZN { width:33.9375rem;height:6.625rem;top:17.1875rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #080b10, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #080b10, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #080b10, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #080b10, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#080b10', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#080b10', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #080b10, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #m4imiwCILWbnH1UhS2NEdUhHFvy4orWL { width:5.125rem;height:5.125rem;top:17.9375rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(197deg, #a85cff, #ff3939);background-image: -moz-linear-gradient(197deg, #a85cff, #ff3939);background-image: -ms-linear-gradient(197deg, #a85cff, #ff3939);background-image: -o-linear-gradient(197deg, #a85cff, #ff3939);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a85cff', endColorstr='#ff3939' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a85cff', endColorstr='#ff3939' );";background-image: linear-gradient(197deg, #a85cff, #ff3939);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TWz5VXhdWtuG5y8fa2Nb2PS0yyISGOfA { width:21.875rem;height:1.625rem;top:28.3125rem;left:2rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #e24dOLnzubE9vS9hEAGtvlXoHIAviWlh { width:5.125rem;height:5.125rem;top:26.5625rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(197deg, #a85cff, #ff3939);background-image: -moz-linear-gradient(197deg, #a85cff, #ff3939);background-image: -ms-linear-gradient(197deg, #a85cff, #ff3939);background-image: -o-linear-gradient(197deg, #a85cff, #ff3939);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a85cff', endColorstr='#ff3939' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a85cff', endColorstr='#ff3939' );";background-image: linear-gradient(197deg, #a85cff, #ff3939);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #oXmDlprLdG1inMpqVJGNi32mIZZntFLM { width:14.75rem;height:3.6875rem;top:38.0625rem;left:0rem;background-color:#ff3939;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #lPBCLWIhQ4BvfnmrXfJvkP3foozUVh5o { display:block; }
 }@media only screen and (max-width: 763px) { #SL54iH9TE8r28FSsoIqWaWU3QI6mCbnO { top:10.5625rem;left:0rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNRzDCHb00O6BhADPEFSbiks5oqQwWbo { top:18.6875rem;left:0rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfCTXiMTClBGttP54BPeKa7WhRQ7UhUJ { top:27.75rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZXu878UsPVbWyCNkQEK90axKzDHamTl { top:1.75rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0LK8TQ4yKBx9ELypvNywHh7JklATWaJ { top:0rem;left:17.6875rem;width:30.0625rem;height:35.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nahZJnp5KpBZOt18Igp2VTQBBn7HS8mD { background-color:#ff3939;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#nahZJnp5KpBZOt18Igp2VTQBBn7HS8mD > .row .container { background-color: transparent; background-image: none; }#nahZJnp5KpBZOt18Igp2VTQBBn7HS8mD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nahZJnp5KpBZOt18Igp2VTQBBn7HS8mD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nahZJnp5KpBZOt18Igp2VTQBBn7HS8mD > .row .container > .video-iframe-container { display: none; }#nahZJnp5KpBZOt18Igp2VTQBBn7HS8mD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nahZJnp5KpBZOt18Igp2VTQBBn7HS8mD > .row > .video-iframe-container { display: none; }#nahZJnp5KpBZOt18Igp2VTQBBn7HS8mD > .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); }#nahZJnp5KpBZOt18Igp2VTQBBn7HS8mD > .row .container { border-width: 0; border-radius: 0; }#nahZJnp5KpBZOt18Igp2VTQBBn7HS8mD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AE9QhIVzNa0SDuleCHS1gslxHcLSHNHk { width:30.5625rem;height:10.75rem;top:11.875rem;left:0rem;font-size:2.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #DEazVSiudmmUolMbkoSp4JEWtSmdqAc3 { width:27rem;height:35.75rem;top:7.875rem;left:20.75rem;background-color:#0f0f0f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #aTmnFKJ1H2lByIq0oTWT4qOw2yTATd15 { width:34.25rem;height:12.5625rem;top:27.0625rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(91deg, #0f0f0f, rgba(0,0,0,0));background-image: -moz-linear-gradient(91deg, #0f0f0f, rgba(0,0,0,0));background-image: -ms-linear-gradient(91deg, #0f0f0f, rgba(0,0,0,0));background-image: -o-linear-gradient(91deg, #0f0f0f, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f0f0f', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f0f0f', endColorstr='#00000000' );";background-image: linear-gradient(91deg, #0f0f0f, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #bnBNnzoLt8Pe7ZPxmSmOGrUl1rprlHLF { width:16.5625rem;height:2.25rem;top:29.3125rem;left:0rem;font-size:1.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #HardHrlXsnM9gGAvT0KsoFN69JbZy9P4 { width:20.6875rem;height:3.5625rem;top:10.375rem;left:27.0625rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #R4qhSRUBH1qEftJaLJuV7xAoQxbE2ey7 .widget-regular-label { width:21.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block;background-color:transparent;background-image:none;color:#ffffff; }
#R4qhSRUBH1qEftJaLJuV7xAoQxbE2ey7 .widget-input-text { width:21.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:rgba(255,255,255,0.19);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #ffffff;color:#ffffff; }
#R4qhSRUBH1qEftJaLJuV7xAoQxbE2ey7 .widget-input-text {padding-top: 0; padding-bottom: 0;}#R4qhSRUBH1qEftJaLJuV7xAoQxbE2ey7 .widget-textarea { width:21.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:rgba(255,255,255,0.19);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #ffffff;color:#ffffff; }
#R4qhSRUBH1qEftJaLJuV7xAoQxbE2ey7 .widget-input-select { width:21.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;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;color:#161616; }
#R4qhSRUBH1qEftJaLJuV7xAoQxbE2ey7 .widget-input-select {padding-top: 0; padding-bottom: 0;}#R4qhSRUBH1qEftJaLJuV7xAoQxbE2ey7 .widget-input-button { width:14rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:3.8125rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;color:#ff3939; }
#R4qhSRUBH1qEftJaLJuV7xAoQxbE2ey7 [class*="-text"]:-moz-placeholder { color:#ffffff; }
#R4qhSRUBH1qEftJaLJuV7xAoQxbE2ey7 [class*="-text"]::-moz-placeholder { color:#ffffff; }
#R4qhSRUBH1qEftJaLJuV7xAoQxbE2ey7 [class*="-text"]:-ms-input-placeholder { color:#ffffff; }
#R4qhSRUBH1qEftJaLJuV7xAoQxbE2ey7 [class*="-text"]::-webkit-input-placeholder { color:#ffffff; }
#R4qhSRUBH1qEftJaLJuV7xAoQxbE2ey7 .widget-checkbox-label { width:20.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:#0f0f0f; }
#R4qhSRUBH1qEftJaLJuV7xAoQxbE2ey7 .widget-radio-label { color:rgba(255,255,255,0.61); }
#R4qhSRUBH1qEftJaLJuV7xAoQxbE2ey7  { width:21.625rem;height:auto;top:14.8125rem;left:23.625rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#R4qhSRUBH1qEftJaLJuV7xAoQxbE2ey7 .radio-container { width:21.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#R4qhSRUBH1qEftJaLJuV7xAoQxbE2ey7 .widget-info-text { color:#0f0f0f; }
#R4qhSRUBH1qEftJaLJuV7xAoQxbE2ey7 {display:block;}#R4qhSRUBH1qEftJaLJuV7xAoQxbE2ey7 { width:21.625rem;height:auto;top:14.8125rem;left:23.625rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
 }@media only screen and (max-width: 763px) { #R4qhSRUBH1qEftJaLJuV7xAoQxbE2ey7 #mBqbaiiJGurEOQKnGGdCgDpbOUVZEKeV {  }
 }@media only screen and (max-width: 763px) { #R4qhSRUBH1qEftJaLJuV7xAoQxbE2ey7 #bIPS5n0Vae2WiDxLRXlkZdX1qG4INs1E { display:block; }
 }@media only screen and (max-width: 763px) { #R4qhSRUBH1qEftJaLJuV7xAoQxbE2ey7 #vdHSNdVVHJeLEi8WBFzMyxDmA6GsReFb {  }
 }@media only screen and (max-width: 763px) { #R4qhSRUBH1qEftJaLJuV7xAoQxbE2ey7 #k4J2q8A0JFv4tt74lF7Lzk3paavfds7e {  }
 }@media only screen and (max-width: 763px) { #R4qhSRUBH1qEftJaLJuV7xAoQxbE2ey7 #ELZ1DElbxmpqoM1LzTzXVGEM8GF9B7Lk { display:block; }
 }@media only screen and (max-width: 763px) { #R4qhSRUBH1qEftJaLJuV7xAoQxbE2ey7 #ikc4Aa71tUlRDhFKnwecAmfh22QeS0SU {  }
 }@media only screen and (max-width: 763px) { #R4qhSRUBH1qEftJaLJuV7xAoQxbE2ey7 #SquDS1u5MMyMJuURfEqf4Bv11ucu5JfZ {  }
#R4qhSRUBH1qEftJaLJuV7xAoQxbE2ey7 #SquDS1u5MMyMJuURfEqf4Bv11ucu5JfZ .container-column{width:50%;} }@media only screen and (max-width: 763px) { #R4qhSRUBH1qEftJaLJuV7xAoQxbE2ey7 #glASEKihc4CXtH6uK9P6BVszublnKuz9 { display:block; }
 }@media only screen and (max-width: 763px) { #R4qhSRUBH1qEftJaLJuV7xAoQxbE2ey7 #GxI2Z0PCUmIGr9ELLvQx0kkTzlFI3mlK {  }
 }@media only screen and (max-width: 763px) { #R4qhSRUBH1qEftJaLJuV7xAoQxbE2ey7 #J3cCJ3bprRilr6SIBZgK4fqy2pb8WvVN {  }
 }@media only screen and (max-width: 763px) { #R4qhSRUBH1qEftJaLJuV7xAoQxbE2ey7 #tILKETVaolwcnT5das2NiftdcT3dI00M {  }
 }@media only screen and (max-width: 763px) { #R4qhSRUBH1qEftJaLJuV7xAoQxbE2ey7 #c8qxDWG7v7RcENDouXTTh60A1CJTmm0R {  }
 }@media only screen and (max-width: 763px) { #R4qhSRUBH1qEftJaLJuV7xAoQxbE2ey7 #U9r4y4Gf8s3LuHL1mgGPh5bsTCv2T3Np {  }
 }@media only screen and (max-width: 763px) { #R4qhSRUBH1qEftJaLJuV7xAoQxbE2ey7 #CvAaOoA0NB2aWkt6zftoNgNglJFUPKDe {  }
 }@media only screen and (max-width: 763px) { #R4qhSRUBH1qEftJaLJuV7xAoQxbE2ey7 #t5z1udJE7e4dgT62oOmki0KGRmQcrwX9 {  }
 }@media only screen and (max-width: 763px) { #R4qhSRUBH1qEftJaLJuV7xAoQxbE2ey7 #EVmF0BmFUxXWMNknz6gRWm1aiHC2JFAh {  }
 }@media only screen and (max-width: 763px) { #TiP8BwrrGcJy9Tyt9554XXBPoyAnKep1 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#TiP8BwrrGcJy9Tyt9554XXBPoyAnKep1 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem;background-color:rgba(0,0,0,0);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;color:#ffffff; }
#TiP8BwrrGcJy9Tyt9554XXBPoyAnKep1 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem;background-color:;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;color:#ffffff; }
#TiP8BwrrGcJy9Tyt9554XXBPoyAnKep1 { display:flex;width:18rem;height:5.0625rem;top:31.5625rem;left:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none; }
 }@media only screen and (max-width: 763px) { #TiP8BwrrGcJy9Tyt9554XXBPoyAnKep1 #ZMfIC2OsH4PnsGEBSomsL7VxOyugtGfT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TiP8BwrrGcJy9Tyt9554XXBPoyAnKep1 #EQLFbJE4lW5RD0twyJ8ke7Ty14o1Rpzk {  }
 }@media only screen and (max-width: 763px) { #TiP8BwrrGcJy9Tyt9554XXBPoyAnKep1 #To3v3mo28guC8FmBbxzatb00FRTeHgre {  }
 }@media only screen and (max-width: 763px) { #TiP8BwrrGcJy9Tyt9554XXBPoyAnKep1 #inzzTbQEJOT3NrhAQq47sSXSDerWZACd { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TiP8BwrrGcJy9Tyt9554XXBPoyAnKep1 #UmqAyTguCI5B23kV7lyC886rdbCwtGxb {  }
 }@media only screen and (max-width: 763px) { #TiP8BwrrGcJy9Tyt9554XXBPoyAnKep1 #P1MH26SrbBoCxsmSkCoTSRKAX4KDkods {  }
 }@media only screen and (max-width: 763px) { #TiP8BwrrGcJy9Tyt9554XXBPoyAnKep1 #xSUwlCTZTlqNBCUHp0dWqBdW3pahprr7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TiP8BwrrGcJy9Tyt9554XXBPoyAnKep1 #uLUJEkfUt0AtllT3TXGsPWuC9ofWitoh {  }
 }@media only screen and (max-width: 763px) { #TiP8BwrrGcJy9Tyt9554XXBPoyAnKep1 #EZVuA81Nm9C6z0EG6nKsm8NC658oCgF0 {  }
 }@media only screen and (max-width: 763px) { #TiP8BwrrGcJy9Tyt9554XXBPoyAnKep1 #JewBzbUXABiSuAn0vVZrMzX2KTlTEJQw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TiP8BwrrGcJy9Tyt9554XXBPoyAnKep1 #Ardqp7RnfKnN03sdn9JvD9PoIip2gzw4 {  }
 }@media only screen and (max-width: 763px) { #TiP8BwrrGcJy9Tyt9554XXBPoyAnKep1 #knTB8kWB9tUZLLoeiATxgUWBO1OGT1b9 {  }
 }@media only screen and (max-width: 763px) { #CaO0vJshIvrSwbrD541wWnriBKSUb95r { top:5rem;left:23.5625rem;width:24.1875rem;height:1.9375rem;font-size:0.75rem;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) { #SzeCSzzGMpIwHfRuHgJnfsEyv7HW8J5c { position:relative;z-index:auto;background-color:#0f0f0f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#SzeCSzzGMpIwHfRuHgJnfsEyv7HW8J5c > .row .container { background-color: transparent; background-image: none; }#SzeCSzzGMpIwHfRuHgJnfsEyv7HW8J5c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SzeCSzzGMpIwHfRuHgJnfsEyv7HW8J5c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SzeCSzzGMpIwHfRuHgJnfsEyv7HW8J5c > .row .container > .video-iframe-container { display: none; }#SzeCSzzGMpIwHfRuHgJnfsEyv7HW8J5c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SzeCSzzGMpIwHfRuHgJnfsEyv7HW8J5c > .row > .video-iframe-container { display: none; }#SzeCSzzGMpIwHfRuHgJnfsEyv7HW8J5c > .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); }#SzeCSzzGMpIwHfRuHgJnfsEyv7HW8J5c > .row .container { border-width: 0; border-radius: 0; }#SzeCSzzGMpIwHfRuHgJnfsEyv7HW8J5c > .row .container { width:20rem;height:18.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jr29PA4MNBQFDyOBzO8ZdT6sBTbJMmn1 { width:11.875rem;height:1.29980625rem;top:7.5rem;left:4.0625rem;font-size:1rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HmQXd2HIyuM56nJeqf9bHW3aGtBTu2TC { width:6.25rem;height:2.4375rem;top:14.43848125rem;left:6.875rem;font-size:0.75rem;background-color:#896621;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #fGu2o9dzVtnEx0F8EM3qSKE2U2IIxT1i { display:block; }
 }@media only screen and (max-width: 763px) { #kP89oBsZebqMcXwSHyEK81o8hS3g2V2S .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0;background-color:;background-image:none; }
#kP89oBsZebqMcXwSHyEK81o8hS3g2V2S .widget-text.counter-number { padding-top:0.260625rem;padding-right:0.226875rem;padding-bottom:0.260625rem;padding-left:0.226875rem;width:1.3625rem;min-width:1.3625rem;height:1.400625rem;font-size:1.0425rem;line-height:22.41px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0;background-color:rgba(0,0,0,0);background-image:none;color:#ffffff; }
#kP89oBsZebqMcXwSHyEK81o8hS3g2V2S .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.163125rem;margin-right:0;margin-bottom:0;margin-left:0;width:1.81625rem;height:0.55375rem;font-size:0.39125rem;line-height:8.86px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;background-color:;background-image:none;color:#ffffff; }
#kP89oBsZebqMcXwSHyEK81o8hS3g2V2S { display:flex;width:11.25rem;height:2.63875rem;top:10.04980625rem;left:4.1875rem;padding-top:0.25rem;padding-right:0.246875rem;padding-bottom:0.25rem;padding-left:0.246875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none; }
 }@media only screen and (max-width: 763px) { #kP89oBsZebqMcXwSHyEK81o8hS3g2V2S #pFthT3GcMe79WoEfqwliPK9SCExHdiET { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kP89oBsZebqMcXwSHyEK81o8hS3g2V2S #ap1nMryqV18Wen3BhbK4TsI0krUSOKcg {  }
 }@media only screen and (max-width: 763px) { #kP89oBsZebqMcXwSHyEK81o8hS3g2V2S #qmx7hma8eB9tvMQxybLlUATiuoxGAoe2 {  }
 }@media only screen and (max-width: 763px) { #kP89oBsZebqMcXwSHyEK81o8hS3g2V2S #VXKRP3IXSzNZruGChSQRadpaG84DzVTJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kP89oBsZebqMcXwSHyEK81o8hS3g2V2S #F0vzbHimesZ0KXhd0xySKD9dXWSktSIA {  }
 }@media only screen and (max-width: 763px) { #kP89oBsZebqMcXwSHyEK81o8hS3g2V2S #BTXAOrAA6asoNii8en6OT5wivsGWxeU8 {  }
 }@media only screen and (max-width: 763px) { #kP89oBsZebqMcXwSHyEK81o8hS3g2V2S #tILpaITH9652ZA5W2GHlQJgcrL5VwUFs { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kP89oBsZebqMcXwSHyEK81o8hS3g2V2S #VN1gMf6oldeTgrw2vE3XMG5oG9ttsv91 {  }
 }@media only screen and (max-width: 763px) { #kP89oBsZebqMcXwSHyEK81o8hS3g2V2S #O150dCzZT4VDD1d57CQOJuK5DJnoul44 {  }
 }@media only screen and (max-width: 763px) { #kP89oBsZebqMcXwSHyEK81o8hS3g2V2S #oqieNuMPrHFXqR1euetU7t3H2Gn2w94Z { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kP89oBsZebqMcXwSHyEK81o8hS3g2V2S #dUZu9nT6CfvgfM3dnOvW8KyEiVTpQGw7 {  }
 }@media only screen and (max-width: 763px) { #kP89oBsZebqMcXwSHyEK81o8hS3g2V2S #rVGSFEImC2lPSvKXoMLihs0SbWqCtTxe {  }
 }@media only screen and (max-width: 763px) { #o5NWf6z5EngGMQuTGUoGJlMIwTQuHSBg { width:7.1875rem;height:5rem;top:1.25rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FakAcpqgcKNQe6mOHQ98GraXc4rJNnJL { position:relative;z-index:auto;background-color:#0f0f0f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#FakAcpqgcKNQe6mOHQ98GraXc4rJNnJL > .row .container { background-color: transparent; background-image: none; }#FakAcpqgcKNQe6mOHQ98GraXc4rJNnJL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FakAcpqgcKNQe6mOHQ98GraXc4rJNnJL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FakAcpqgcKNQe6mOHQ98GraXc4rJNnJL > .row .container > .video-iframe-container { display: none; }#FakAcpqgcKNQe6mOHQ98GraXc4rJNnJL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FakAcpqgcKNQe6mOHQ98GraXc4rJNnJL > .row > .video-iframe-container { display: none; }#FakAcpqgcKNQe6mOHQ98GraXc4rJNnJL > .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); }#FakAcpqgcKNQe6mOHQ98GraXc4rJNnJL > .row .container { border-width: 0; border-radius: 0; }#FakAcpqgcKNQe6mOHQ98GraXc4rJNnJL > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DOeiLqvNEgW8dyMtgR0z3mKJ7yFFATfL { background-color:#99640e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#DOeiLqvNEgW8dyMtgR0z3mKJ7yFFATfL > .row .container { background-color: transparent; background-image: none; }#DOeiLqvNEgW8dyMtgR0z3mKJ7yFFATfL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DOeiLqvNEgW8dyMtgR0z3mKJ7yFFATfL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DOeiLqvNEgW8dyMtgR0z3mKJ7yFFATfL > .row .container > .video-iframe-container { display: none; }#DOeiLqvNEgW8dyMtgR0z3mKJ7yFFATfL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DOeiLqvNEgW8dyMtgR0z3mKJ7yFFATfL > .row > .video-iframe-container { display: none; }#DOeiLqvNEgW8dyMtgR0z3mKJ7yFFATfL > .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); }#DOeiLqvNEgW8dyMtgR0z3mKJ7yFFATfL > .row .container { border-width: 0; border-radius: 0; }#DOeiLqvNEgW8dyMtgR0z3mKJ7yFFATfL > .row .container { width:20rem;height:94.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ppp9ixtU8C7B0T4LnPXvTiux95JWFH4K { width:20rem;height:5.19921875rem;top:0.8125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ptgTaTHxv7CAEemggsLcI6xKsMMLBf2O { width:20rem;height:35.75rem;top:54.0792203125rem;left:0rem;background-color:#0f0f0f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #GywsE8kr3TzyFcTzLVbAsL7Ho4roMK4U { width:20rem;height:9.375rem;top:26.33105625rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(91deg, #0f0f0f, rgba(0,0,0,0));background-image: -moz-linear-gradient(91deg, #0f0f0f, rgba(0,0,0,0));background-image: -ms-linear-gradient(91deg, #0f0f0f, rgba(0,0,0,0));background-image: -o-linear-gradient(91deg, #0f0f0f, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f0f0f', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f0f0f', endColorstr='#00000000' );";background-image: linear-gradient(91deg, #0f0f0f, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #JrJ9MtgH0qLOzv0D9OePdNs0TT4f6XQx { width:20rem;height:4.54980625rem;top:20.53125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #hIZSuTJzaORGiuCEDTQrDL6UOBSfWscv { width:16.3125rem;height:4.875rem;top:57.4737515625rem;left:2.5rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Ah3SrJWDz7fB7lcDO5bT1cUltdCag67D .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block;color:#ffffff; }
#Ah3SrJWDz7fB7lcDO5bT1cUltdCag67D .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:rgba(255,255,255,0.19);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #ffffff;color:#ffffff; }
#Ah3SrJWDz7fB7lcDO5bT1cUltdCag67D .widget-input-text {padding-top: 0; padding-bottom: 0;}#Ah3SrJWDz7fB7lcDO5bT1cUltdCag67D .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:rgba(255,255,255,0.19);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #ffffff;color:#ffffff; }
#Ah3SrJWDz7fB7lcDO5bT1cUltdCag67D .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;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;color:#161616; }
#Ah3SrJWDz7fB7lcDO5bT1cUltdCag67D .widget-input-select {padding-top: 0; padding-bottom: 0;}#Ah3SrJWDz7fB7lcDO5bT1cUltdCag67D .widget-input-button { width:11.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:3.0625rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;color:#945c26; }
#Ah3SrJWDz7fB7lcDO5bT1cUltdCag67D [class*="-text"]:-moz-placeholder { color:#ffffff; }
#Ah3SrJWDz7fB7lcDO5bT1cUltdCag67D [class*="-text"]::-moz-placeholder { color:#ffffff; }
#Ah3SrJWDz7fB7lcDO5bT1cUltdCag67D [class*="-text"]:-ms-input-placeholder { color:#ffffff; }
#Ah3SrJWDz7fB7lcDO5bT1cUltdCag67D [class*="-text"]::-webkit-input-placeholder { color:#ffffff; }
#Ah3SrJWDz7fB7lcDO5bT1cUltdCag67D .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:#0f0f0f; }
#Ah3SrJWDz7fB7lcDO5bT1cUltdCag67D .widget-radio-label { color:rgba(255,255,255,0.61); }
#Ah3SrJWDz7fB7lcDO5bT1cUltdCag67D  { width:17.5rem;height:25.9233125rem;top:60.9854703125rem;left:0rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Ah3SrJWDz7fB7lcDO5bT1cUltdCag67D .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Ah3SrJWDz7fB7lcDO5bT1cUltdCag67D .widget-info-text { color:#0f0f0f; }
#Ah3SrJWDz7fB7lcDO5bT1cUltdCag67D {display:block;}#Ah3SrJWDz7fB7lcDO5bT1cUltdCag67D { width:17.5rem;height:25.9233125rem;top:60.9854703125rem;left:0rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
 }@media only screen and (max-width: 763px) { #Ah3SrJWDz7fB7lcDO5bT1cUltdCag67D #KGC3qpkfTXn5Q1r0hIFKh6rNgohSgBpa {  }
 }@media only screen and (max-width: 763px) { #Ah3SrJWDz7fB7lcDO5bT1cUltdCag67D #xgTxbC4Uu0iuRwkES8WWtAmS6scscSQ2 { display:block; }
 }@media only screen and (max-width: 763px) { #Ah3SrJWDz7fB7lcDO5bT1cUltdCag67D #Tmk5QPwIlexZfEyMoWpoAWGohrmfOmWf {  }
 }@media only screen and (max-width: 763px) { #Ah3SrJWDz7fB7lcDO5bT1cUltdCag67D #NkKTnHoBw7UrGrqgJhRw8rkuf2UU3pbd {  }
 }@media only screen and (max-width: 763px) { #Ah3SrJWDz7fB7lcDO5bT1cUltdCag67D #b7Qcha4mJSpBW9l3XMf6qvoVJCHcRhgz { display:block; }
 }@media only screen and (max-width: 763px) { #Ah3SrJWDz7fB7lcDO5bT1cUltdCag67D #gELnddddc0BimoTeh6DLkyrBxQTrUHJq {  }
 }@media only screen and (max-width: 763px) { #Ah3SrJWDz7fB7lcDO5bT1cUltdCag67D #lf2zOVvK3k1d5akX6F7iX6sEErNh0ybn {  }
#Ah3SrJWDz7fB7lcDO5bT1cUltdCag67D #lf2zOVvK3k1d5akX6F7iX6sEErNh0ybn .container-column{width:100%;} }@media only screen and (max-width: 763px) { #Ah3SrJWDz7fB7lcDO5bT1cUltdCag67D #bruuzhT8SRz4EfU87w2EmviTbTlhLNnq { display:block; }
 }@media only screen and (max-width: 763px) { #Ah3SrJWDz7fB7lcDO5bT1cUltdCag67D #TpgxbCEKRAi929UoC1tBG8XTEGhzVT6I {  }
 }@media only screen and (max-width: 763px) { #Ah3SrJWDz7fB7lcDO5bT1cUltdCag67D #adX3aCv37auFEpM96L3Bp69t9omExvaI {  }
 }@media only screen and (max-width: 763px) { #Ah3SrJWDz7fB7lcDO5bT1cUltdCag67D #aFky3RvdVnlAq6DuczedekmyVkGJvQtm {  }
 }@media only screen and (max-width: 763px) { #Ah3SrJWDz7fB7lcDO5bT1cUltdCag67D #XmFoGwAToMZJ7JT7URB6dmKoqS3LQy8G {  }
 }@media only screen and (max-width: 763px) { #Ah3SrJWDz7fB7lcDO5bT1cUltdCag67D #EPiOd5fmDPzAXi2qG68DEOw4WkXffU7z {  }
 }@media only screen and (max-width: 763px) { #Ah3SrJWDz7fB7lcDO5bT1cUltdCag67D #d0613w4WMcGUTaRuXQRZAs8mGRTkGogq {  }
 }@media only screen and (max-width: 763px) { #Ah3SrJWDz7fB7lcDO5bT1cUltdCag67D #ezaniRoKpKPxacBTTFIahVh4rdrlkUTG {  }
 }@media only screen and (max-width: 763px) { #Ah3SrJWDz7fB7lcDO5bT1cUltdCag67D #CwEs1LVCVAbdp9BUchT5GlmKIXen1B94 {  }
 }@media only screen and (max-width: 763px) { #S63iR0fw7uoIkT1PvTzf2tpUnZwMEO9d .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#S63iR0fw7uoIkT1PvTzf2tpUnZwMEO9d .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem;background-color:rgba(0,0,0,0);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;color:#ffffff; }
#S63iR0fw7uoIkT1PvTzf2tpUnZwMEO9d .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem;background-color:;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;color:#ffffff; }
#S63iR0fw7uoIkT1PvTzf2tpUnZwMEO9d { display:flex;width:18rem;height:5.0625rem;top:29.41943359375rem;left:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none; }
 }@media only screen and (max-width: 763px) { #S63iR0fw7uoIkT1PvTzf2tpUnZwMEO9d #fMVmwZfIHmVqUNmyfwerhNfJPMVSVotp { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #S63iR0fw7uoIkT1PvTzf2tpUnZwMEO9d #PtnedZWGxbF54ybfNxAAJHD1ky8q8NBZ {  }
 }@media only screen and (max-width: 763px) { #S63iR0fw7uoIkT1PvTzf2tpUnZwMEO9d #T4BLh0FfOsJKFPgOl5Ze5TyWSovlbG97 {  }
 }@media only screen and (max-width: 763px) { #S63iR0fw7uoIkT1PvTzf2tpUnZwMEO9d #nRHzdPAt3r9RcFDGIJ0vIVtXN9U0DmUK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #S63iR0fw7uoIkT1PvTzf2tpUnZwMEO9d #svREt8fhNh6dTlyL6CZkpBHmeyRIGhNg {  }
 }@media only screen and (max-width: 763px) { #S63iR0fw7uoIkT1PvTzf2tpUnZwMEO9d #Mx7LvMwM0qC6BzRF5WfxskFmMSr00kbx {  }
 }@media only screen and (max-width: 763px) { #S63iR0fw7uoIkT1PvTzf2tpUnZwMEO9d #GzR2zbNxsElk3r1KCLtwfCWCVeoAOBg6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #S63iR0fw7uoIkT1PvTzf2tpUnZwMEO9d #Omp211mwFWfeW8TtpnNUvvtgv5xZMFbw {  }
 }@media only screen and (max-width: 763px) { #S63iR0fw7uoIkT1PvTzf2tpUnZwMEO9d #nQou0IbiOvwnMF87eDBZHvpdeliCH5Tg {  }
 }@media only screen and (max-width: 763px) { #S63iR0fw7uoIkT1PvTzf2tpUnZwMEO9d #q3cb6iVG8XSpAw1TRRZ2qG4NWCtFvtS0 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #S63iR0fw7uoIkT1PvTzf2tpUnZwMEO9d #izCJmKmXJSrOr59xtXvmXLDgaEDPdJus {  }
 }@media only screen and (max-width: 763px) { #S63iR0fw7uoIkT1PvTzf2tpUnZwMEO9d #rmPCwNZcgz3WUaBoOUl7v7rgyxnWTM5g {  }
 }@media only screen and (max-width: 763px) { #Mg9HMOy1DrIG2iThGheiyUGPasfBtfNT { width:20rem;height:1.4624rem;top:28.46142734375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #mlTFJ9zlRlfeE43cmEf3Cl1n5aRwTqJc { width:20rem;height:14.3125rem;top:38.5167203125rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Qs4Fv3ZvJoMGH8TprQxLtV9HZHWT1ddB { top:4.875rem;left:1.3125rem;width:17.375rem;height:17.375rem;z-index:15012;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #yJHxu6efGM5bbumAVO7e8U1LOTXXqvag { width:20rem;height:2.923825rem;top:90.4542203125rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gGqdH8gdJ3OLe0Po4fVzHoSLLQpnKTB1 { background-color:#0f0f0f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#gGqdH8gdJ3OLe0Po4fVzHoSLLQpnKTB1 > .row .container { background-color: transparent; background-image: none; }#gGqdH8gdJ3OLe0Po4fVzHoSLLQpnKTB1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gGqdH8gdJ3OLe0Po4fVzHoSLLQpnKTB1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gGqdH8gdJ3OLe0Po4fVzHoSLLQpnKTB1 > .row .container > .video-iframe-container { display: none; }#gGqdH8gdJ3OLe0Po4fVzHoSLLQpnKTB1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gGqdH8gdJ3OLe0Po4fVzHoSLLQpnKTB1 > .row > .video-iframe-container { display: none; }#gGqdH8gdJ3OLe0Po4fVzHoSLLQpnKTB1 > .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); }#gGqdH8gdJ3OLe0Po4fVzHoSLLQpnKTB1 > .row .container { border-width: 0; border-radius: 0; }#gGqdH8gdJ3OLe0Po4fVzHoSLLQpnKTB1 > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VLKZ6RUkcx2GXpt8HHNngPW3IdTbhVmZ { width:19.25rem;height:2.5996125rem;top:1.25rem;left:0.375rem;font-size:2rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #czSPSxqrolfPrnio2Bgwerdu4ftUD1IV { background-color:#0f0f0f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#czSPSxqrolfPrnio2Bgwerdu4ftUD1IV > .row .container { background-color: transparent; background-image: none; }#czSPSxqrolfPrnio2Bgwerdu4ftUD1IV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#czSPSxqrolfPrnio2Bgwerdu4ftUD1IV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#czSPSxqrolfPrnio2Bgwerdu4ftUD1IV > .row .container > .video-iframe-container { display: none; }#czSPSxqrolfPrnio2Bgwerdu4ftUD1IV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#czSPSxqrolfPrnio2Bgwerdu4ftUD1IV > .row > .video-iframe-container { display: none; }#czSPSxqrolfPrnio2Bgwerdu4ftUD1IV > .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); }#czSPSxqrolfPrnio2Bgwerdu4ftUD1IV > .row .container { border-width: 0; border-radius: 0; }#czSPSxqrolfPrnio2Bgwerdu4ftUD1IV > .row .container { width:20rem;height:13.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aOP8eTSC5ZwUNctkqvOaMeb2Srxlcsgg { width:20rem;height:10.722625rem;top:1.25rem;left:0rem;font-size:1.375rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wgW2CSJolZKsOu9GmU8nAJS1h4km23vw { background-color:#0f0f0f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#wgW2CSJolZKsOu9GmU8nAJS1h4km23vw > .row .container { background-color: transparent; background-image: none; }#wgW2CSJolZKsOu9GmU8nAJS1h4km23vw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wgW2CSJolZKsOu9GmU8nAJS1h4km23vw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wgW2CSJolZKsOu9GmU8nAJS1h4km23vw > .row .container > .video-iframe-container { display: none; }#wgW2CSJolZKsOu9GmU8nAJS1h4km23vw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wgW2CSJolZKsOu9GmU8nAJS1h4km23vw > .row > .video-iframe-container { display: none; }#wgW2CSJolZKsOu9GmU8nAJS1h4km23vw > .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); }#wgW2CSJolZKsOu9GmU8nAJS1h4km23vw > .row .container { border-width: 0; border-radius: 0; }#wgW2CSJolZKsOu9GmU8nAJS1h4km23vw > .row .container { width:20rem;height:70.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O4bUqaWgGu7070UT5UWiigQXtDXfT2sa { width:18rem;height:10.625rem;top:11.9746125rem;left:1rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #A0fBNF1AeLVaRpIzWm25TOGoXoH5E3TG { width:5.625rem;height:5.625rem;top:9.5371125rem;left:6.8125rem;background-color:transparent;background-image: -webkit-linear-gradient(197deg, #9b4b1e, #c3b524);background-image: -moz-linear-gradient(197deg, #9b4b1e, #c3b524);background-image: -ms-linear-gradient(197deg, #9b4b1e, #c3b524);background-image: -o-linear-gradient(197deg, #9b4b1e, #c3b524);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b4b1e', endColorstr='#c3b524' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b4b1e', endColorstr='#c3b524' );";background-image: linear-gradient(197deg, #9b4b1e, #c3b524);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #FPPT4udk7wNgLNGSXdLXr9lbvqn7t5xa { width:18.0625rem;height:4.2246125rem;top:16rem;left:0.96875rem;font-size:1.625rem;color:#0f0f0f;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cZcrrLl7XawqlgKDIwCwyW1MPHzukSvR { width:18rem;height:10.625rem;top:31.5986390625rem;left:1rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #vMXKQbrpKCZdZzUpeE3cM7lsi6MTsyVW { width:18.0625rem;height:4.2246125rem;top:35.7490234375rem;left:0.96875rem;font-size:1.625rem;color:#0f0f0f;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qk3hL5SSNu9XF8eyTSz5UypT3t9EJ551 { width:5.625rem;height:5.625rem;top:29.1611390625rem;left:6.8125rem;background-color:transparent;background-image: -webkit-linear-gradient(197deg, #9b4b1e, #c3b524);background-image: -moz-linear-gradient(197deg, #9b4b1e, #c3b524);background-image: -ms-linear-gradient(197deg, #9b4b1e, #c3b524);background-image: -o-linear-gradient(197deg, #9b4b1e, #c3b524);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b4b1e', endColorstr='#c3b524' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b4b1e', endColorstr='#c3b524' );";background-image: linear-gradient(197deg, #9b4b1e, #c3b524);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #FHoJrPve9AVAZVPNoUKtgA5VHaq5dXLX { width:2.9375rem;height:2.9375rem;top:30.5048828125rem;left:8.15625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #KJs2Dmyg2hbQKwMwcXeNmlcZNWHedF0q { width:18rem;height:10.625rem;top:51.0605765625rem;left:1rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #RCSRzraHTECPThVURWZFDkwptIRNgGgv { width:18.0625rem;height:6.3369375rem;top:54.248046875rem;left:0.96875rem;font-size:1.625rem;color:#0f0f0f;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Otei87qHCqv2nlNgXsRNTpzJS3h8hRa2 { width:5.625rem;height:5.625rem;top:48.6230765625rem;left:6.8125rem;background-color:transparent;background-image: -webkit-linear-gradient(197deg, #9b4b1e, #c3b524);background-image: -moz-linear-gradient(197deg, #9b4b1e, #c3b524);background-image: -ms-linear-gradient(197deg, #9b4b1e, #c3b524);background-image: -o-linear-gradient(197deg, #9b4b1e, #c3b524);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b4b1e', endColorstr='#c3b524' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b4b1e', endColorstr='#c3b524' );";background-image: linear-gradient(197deg, #9b4b1e, #c3b524);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #NV2Bc3zXtMDw3WHVvh49TkyO0GPkXuwO { width:3.125rem;height:3.125rem;top:49.873046875rem;left:8.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #NhgRqbTA3uR0d7rb24rrT6JQtzAmLubM { display:flex;width:3.125rem;height:3.125rem;top:3.4365234375rem;left:5.09375rem; }
#NhgRqbTA3uR0d7rb24rrT6JQtzAmLubM > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #gB82LZWEx6X0HNkKJpJvO8Gy2OekrTZ5 { display:flex;width:3.125rem;height:3.125rem;top:3.4365234375rem;left:12.4375rem; }
#gB82LZWEx6X0HNkKJpJvO8Gy2OekrTZ5 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #DZXNCh6NSsIRFUh2NCKqQMvgTwnrHqxw { display:flex;width:3.125rem;height:3.125rem;top:10.787109375rem;left:8.0625rem; }
 }@media only screen and (max-width: 763px) { #EsI6N3eTBH6ue697R7W0vVwShs2RxC8K { background-color:#0f0f0f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#EsI6N3eTBH6ue697R7W0vVwShs2RxC8K > .row .container { background-color: transparent; background-image: none; }#EsI6N3eTBH6ue697R7W0vVwShs2RxC8K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EsI6N3eTBH6ue697R7W0vVwShs2RxC8K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EsI6N3eTBH6ue697R7W0vVwShs2RxC8K > .row .container > .video-iframe-container { display: none; }#EsI6N3eTBH6ue697R7W0vVwShs2RxC8K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EsI6N3eTBH6ue697R7W0vVwShs2RxC8K > .row > .video-iframe-container { display: none; }#EsI6N3eTBH6ue697R7W0vVwShs2RxC8K > .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); }#EsI6N3eTBH6ue697R7W0vVwShs2RxC8K > .row .container { border-width: 0; border-radius: 0; }#EsI6N3eTBH6ue697R7W0vVwShs2RxC8K > .row .container { width:20rem;height:6.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LO51fnlAyIqqPFCesuFMPe625WhCGUNW { width:14.75rem;height:3.6875rem;top:1.25rem;left:2.625rem;background-color:#99640e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #F4BFrTKR7V5lHDKeQ6T0na1FTsDHrN6D { display:block; }
 }@media only screen and (max-width: 763px) { #pqFtuWukTTWybXpfGKD0acn2nBJpVqfG { background-color:#190e26;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#pqFtuWukTTWybXpfGKD0acn2nBJpVqfG > .row .container { background-color: transparent; background-image: none; }#pqFtuWukTTWybXpfGKD0acn2nBJpVqfG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pqFtuWukTTWybXpfGKD0acn2nBJpVqfG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pqFtuWukTTWybXpfGKD0acn2nBJpVqfG > .row .container > .video-iframe-container { display: none; }#pqFtuWukTTWybXpfGKD0acn2nBJpVqfG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pqFtuWukTTWybXpfGKD0acn2nBJpVqfG > .row > .video-iframe-container { display: none; }#pqFtuWukTTWybXpfGKD0acn2nBJpVqfG > .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); }#pqFtuWukTTWybXpfGKD0acn2nBJpVqfG > .row .container { border-width: 0; border-radius: 0; }#pqFtuWukTTWybXpfGKD0acn2nBJpVqfG > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yabac81GZhulhkADS0yKKkzohXNhAI2E { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kG5LLVgo1963rsQ18oquiSHXk6cr9Il9 { background-color:#190e26;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#kG5LLVgo1963rsQ18oquiSHXk6cr9Il9 > .row .container { background-color: transparent; background-image: none; }#kG5LLVgo1963rsQ18oquiSHXk6cr9Il9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kG5LLVgo1963rsQ18oquiSHXk6cr9Il9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kG5LLVgo1963rsQ18oquiSHXk6cr9Il9 > .row .container > .video-iframe-container { display: none; }#kG5LLVgo1963rsQ18oquiSHXk6cr9Il9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kG5LLVgo1963rsQ18oquiSHXk6cr9Il9 > .row > .video-iframe-container { display: none; }#kG5LLVgo1963rsQ18oquiSHXk6cr9Il9 > .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); }#kG5LLVgo1963rsQ18oquiSHXk6cr9Il9 > .row .container { border-width: 0; border-radius: 0; }#kG5LLVgo1963rsQ18oquiSHXk6cr9Il9 > .row .container { width:20rem;height:63.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XlNXbwFRZZzq3hutWkii0D7IxoOQdKWB { width:5.125rem;height:5.125rem;top:2rem;left:0.875rem;background-color:transparent;background-image: -webkit-linear-gradient(197deg, #9b4b1e, #b09d23);background-image: -moz-linear-gradient(197deg, #9b4b1e, #b09d23);background-image: -ms-linear-gradient(197deg, #9b4b1e, #b09d23);background-image: -o-linear-gradient(197deg, #9b4b1e, #b09d23);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b4b1e', endColorstr='#b09d23' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b4b1e', endColorstr='#b09d23' );";background-image: linear-gradient(197deg, #9b4b1e, #b09d23);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #cxaCc6TAnFZCmIolA9VnrsH9sIwSQbPW { width:20rem;height:6.625rem;top:1.25rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #0f0f0f, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #0f0f0f, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #0f0f0f, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #0f0f0f, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f0f0f', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f0f0f', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #0f0f0f, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #aAku9SVyKIKrzEiiG4iDPTABCwyWlCBS { width:11.25rem;height:5.19921875rem;top:3.75rem;left:7.8125rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #C08LiqhT1xJMyDGMvIM5WqLzH5tUJe3o { width:20rem;height:6.625rem;top:10.19921875rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #080b10, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #080b10, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #080b10, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #080b10, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#080b10', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#080b10', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #080b10, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #wCfQ9sUHSl1t05NoL2bo2Bwtq3iCQ5Ap { width:5.125rem;height:5.125rem;top:10.94921875rem;left:0.875rem;background-color:transparent;background-image: -webkit-linear-gradient(197deg, #9b4b1e, #b09d23);background-image: -moz-linear-gradient(197deg, #9b4b1e, #b09d23);background-image: -ms-linear-gradient(197deg, #9b4b1e, #b09d23);background-image: -o-linear-gradient(197deg, #9b4b1e, #b09d23);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b4b1e', endColorstr='#b09d23' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b4b1e', endColorstr='#b09d23' );";background-image: linear-gradient(197deg, #9b4b1e, #b09d23);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #T6xyPOGlBTd8JN1fch12Eq42fcp8ADO3 { width:11.9375rem;height:1.29980625rem;top:12.69921875rem;left:7.875rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #CdSAirIV37Q3nb6LlM5SFU1zpvvSShpP { width:20rem;height:6.625rem;top:25.94921875rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #080b10, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #080b10, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #080b10, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #080b10, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#080b10', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#080b10', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #080b10, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #BA0FPf9RR093A5D7eox7dT21irccC7ru { width:12.1875rem;height:1.29980625rem;top:20.57421875rem;left:7.8125rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #mCnM2wdzoKP8NliFw6UsTg9Vq3TUaMZN { width:20rem;height:6.625rem;top:18.07421875rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #080b10, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #080b10, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #080b10, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #080b10, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#080b10', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#080b10', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #080b10, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #m4imiwCILWbnH1UhS2NEdUhHFvy4orWL { width:5.125rem;height:5.125rem;top:18.82421875rem;left:0.875rem;background-color:transparent;background-image: -webkit-linear-gradient(197deg, #9b4b1e, #b09d23);background-image: -moz-linear-gradient(197deg, #9b4b1e, #b09d23);background-image: -ms-linear-gradient(197deg, #9b4b1e, #b09d23);background-image: -o-linear-gradient(197deg, #9b4b1e, #b09d23);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b4b1e', endColorstr='#b09d23' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b4b1e', endColorstr='#b09d23' );";background-image: linear-gradient(197deg, #9b4b1e, #b09d23);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TWz5VXhdWtuG5y8fa2Nb2PS0yyISGOfA { width:11.6875rem;height:1.29980625rem;top:28.44921875rem;left:8.1875rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #e24dOLnzubE9vS9hEAGtvlXoHIAviWlh { width:5.125rem;height:5.125rem;top:26.69921875rem;left:0.875rem;background-color:transparent;background-image: -webkit-linear-gradient(197deg, #9b4b1e, #b09d23);background-image: -moz-linear-gradient(197deg, #9b4b1e, #b09d23);background-image: -ms-linear-gradient(197deg, #9b4b1e, #b09d23);background-image: -o-linear-gradient(197deg, #9b4b1e, #b09d23);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b4b1e', endColorstr='#b09d23' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b4b1e', endColorstr='#b09d23' );";background-image: linear-gradient(197deg, #9b4b1e, #b09d23);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #oXmDlprLdG1inMpqVJGNi32mIZZntFLM { width:14.75rem;height:3.6875rem;top:33.82421875rem;left:2.625rem;background-color:#99640e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #lPBCLWIhQ4BvfnmrXfJvkP3foozUVh5o { display:block; }
 }@media only screen and (max-width: 763px) { #SL54iH9TE8r28FSsoIqWaWU3QI6mCbnO { display:flex;width:2.75rem;height:2.75rem;top:12.13671875rem;left:2.0625rem; }
 }@media only screen and (max-width: 763px) { #hNRzDCHb00O6BhADPEFSbiks5oqQwWbo { display:flex;width:3.625rem;height:3.625rem;top:19.57421875rem;left:1.625rem; }
 }@media only screen and (max-width: 763px) { #LfCTXiMTClBGttP54BPeKa7WhRQ7UhUJ { display:flex;width:2.625rem;height:2.625rem;top:27.88671875rem;left:2.125rem; }
 }@media only screen and (max-width: 763px) { #bZXu878UsPVbWyCNkQEK90axKzDHamTl { display:flex;width:3.125rem;height:3.125rem;top:3rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #l0LK8TQ4yKBx9ELypvNywHh7JklATWaJ { width:20rem;height:23.5341875rem;top:38.76171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nahZJnp5KpBZOt18Igp2VTQBBn7HS8mD { background-color:#99640e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#nahZJnp5KpBZOt18Igp2VTQBBn7HS8mD > .row .container { background-color: transparent; background-image: none; }#nahZJnp5KpBZOt18Igp2VTQBBn7HS8mD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nahZJnp5KpBZOt18Igp2VTQBBn7HS8mD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nahZJnp5KpBZOt18Igp2VTQBBn7HS8mD > .row .container > .video-iframe-container { display: none; }#nahZJnp5KpBZOt18Igp2VTQBBn7HS8mD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nahZJnp5KpBZOt18Igp2VTQBBn7HS8mD > .row > .video-iframe-container { display: none; }#nahZJnp5KpBZOt18Igp2VTQBBn7HS8mD > .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); }#nahZJnp5KpBZOt18Igp2VTQBBn7HS8mD > .row .container { border-width: 0; border-radius: 0; }#nahZJnp5KpBZOt18Igp2VTQBBn7HS8mD > .row .container { width:20rem;height:57.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AE9QhIVzNa0SDuleCHS1gslxHcLSHNHk { width:20rem;height:6.59911875rem;top:1.25rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #DEazVSiudmmUolMbkoSp4JEWtSmdqAc3 { width:20rem;height:35.75rem;top:20.4677265625rem;left:0rem;background-color:#0f0f0f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #aTmnFKJ1H2lByIq0oTWT4qOw2yTATd15 { width:20rem;height:9.375rem;top:9.098625rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(91deg, #0f0f0f, rgba(0,0,0,0));background-image: -moz-linear-gradient(91deg, #0f0f0f, rgba(0,0,0,0));background-image: -ms-linear-gradient(91deg, #0f0f0f, rgba(0,0,0,0));background-image: -o-linear-gradient(91deg, #0f0f0f, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f0f0f', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f0f0f', endColorstr='#00000000' );";background-image: linear-gradient(91deg, #0f0f0f, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #bnBNnzoLt8Pe7ZPxmSmOGrUl1rprlHLF { width:20rem;height:2.2749rem;top:10.03564453125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #HardHrlXsnM9gGAvT0KsoFN69JbZy9P4 { width:16.3125rem;height:4.875rem;top:22.9677265625rem;left:2.5rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #R4qhSRUBH1qEftJaLJuV7xAoQxbE2ey7 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block;color:#ffffff; }
#R4qhSRUBH1qEftJaLJuV7xAoQxbE2ey7 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:rgba(255,255,255,0.19);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #ffffff;color:#ffffff; }
#R4qhSRUBH1qEftJaLJuV7xAoQxbE2ey7 .widget-input-text {padding-top: 0; padding-bottom: 0;}#R4qhSRUBH1qEftJaLJuV7xAoQxbE2ey7 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:rgba(255,255,255,0.19);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #ffffff;color:#ffffff; }
#R4qhSRUBH1qEftJaLJuV7xAoQxbE2ey7 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;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;color:#161616; }
#R4qhSRUBH1qEftJaLJuV7xAoQxbE2ey7 .widget-input-select {padding-top: 0; padding-bottom: 0;}#R4qhSRUBH1qEftJaLJuV7xAoQxbE2ey7 .widget-input-button { width:11.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:3.0625rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;color:#99640e; }
#R4qhSRUBH1qEftJaLJuV7xAoQxbE2ey7 [class*="-text"]:-moz-placeholder { color:#ffffff; }
#R4qhSRUBH1qEftJaLJuV7xAoQxbE2ey7 [class*="-text"]::-moz-placeholder { color:#ffffff; }
#R4qhSRUBH1qEftJaLJuV7xAoQxbE2ey7 [class*="-text"]:-ms-input-placeholder { color:#ffffff; }
#R4qhSRUBH1qEftJaLJuV7xAoQxbE2ey7 [class*="-text"]::-webkit-input-placeholder { color:#ffffff; }
#R4qhSRUBH1qEftJaLJuV7xAoQxbE2ey7 .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:#0f0f0f; }
#R4qhSRUBH1qEftJaLJuV7xAoQxbE2ey7 .widget-radio-label { color:rgba(255,255,255,0.61); }
#R4qhSRUBH1qEftJaLJuV7xAoQxbE2ey7  { width:17.5rem;height:25.9233125rem;top:27.3739765625rem;left:0rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#R4qhSRUBH1qEftJaLJuV7xAoQxbE2ey7 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#R4qhSRUBH1qEftJaLJuV7xAoQxbE2ey7 .widget-info-text { color:#0f0f0f; }
#R4qhSRUBH1qEftJaLJuV7xAoQxbE2ey7 {display:block;}#R4qhSRUBH1qEftJaLJuV7xAoQxbE2ey7 { width:17.5rem;height:25.9233125rem;top:27.3739765625rem;left:0rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
 }@media only screen and (max-width: 763px) { #R4qhSRUBH1qEftJaLJuV7xAoQxbE2ey7 #mBqbaiiJGurEOQKnGGdCgDpbOUVZEKeV {  }
 }@media only screen and (max-width: 763px) { #R4qhSRUBH1qEftJaLJuV7xAoQxbE2ey7 #bIPS5n0Vae2WiDxLRXlkZdX1qG4INs1E { display:block; }
 }@media only screen and (max-width: 763px) { #R4qhSRUBH1qEftJaLJuV7xAoQxbE2ey7 #vdHSNdVVHJeLEi8WBFzMyxDmA6GsReFb {  }
 }@media only screen and (max-width: 763px) { #R4qhSRUBH1qEftJaLJuV7xAoQxbE2ey7 #k4J2q8A0JFv4tt74lF7Lzk3paavfds7e {  }
 }@media only screen and (max-width: 763px) { #R4qhSRUBH1qEftJaLJuV7xAoQxbE2ey7 #ELZ1DElbxmpqoM1LzTzXVGEM8GF9B7Lk { display:block; }
 }@media only screen and (max-width: 763px) { #R4qhSRUBH1qEftJaLJuV7xAoQxbE2ey7 #ikc4Aa71tUlRDhFKnwecAmfh22QeS0SU {  }
 }@media only screen and (max-width: 763px) { #R4qhSRUBH1qEftJaLJuV7xAoQxbE2ey7 #SquDS1u5MMyMJuURfEqf4Bv11ucu5JfZ {  }
#R4qhSRUBH1qEftJaLJuV7xAoQxbE2ey7 #SquDS1u5MMyMJuURfEqf4Bv11ucu5JfZ .container-column{width:100%;} }@media only screen and (max-width: 763px) { #R4qhSRUBH1qEftJaLJuV7xAoQxbE2ey7 #glASEKihc4CXtH6uK9P6BVszublnKuz9 { display:block; }
 }@media only screen and (max-width: 763px) { #R4qhSRUBH1qEftJaLJuV7xAoQxbE2ey7 #GxI2Z0PCUmIGr9ELLvQx0kkTzlFI3mlK {  }
 }@media only screen and (max-width: 763px) { #R4qhSRUBH1qEftJaLJuV7xAoQxbE2ey7 #J3cCJ3bprRilr6SIBZgK4fqy2pb8WvVN {  }
 }@media only screen and (max-width: 763px) { #R4qhSRUBH1qEftJaLJuV7xAoQxbE2ey7 #tILKETVaolwcnT5das2NiftdcT3dI00M {  }
 }@media only screen and (max-width: 763px) { #R4qhSRUBH1qEftJaLJuV7xAoQxbE2ey7 #c8qxDWG7v7RcENDouXTTh60A1CJTmm0R {  }
 }@media only screen and (max-width: 763px) { #R4qhSRUBH1qEftJaLJuV7xAoQxbE2ey7 #U9r4y4Gf8s3LuHL1mgGPh5bsTCv2T3Np {  }
 }@media only screen and (max-width: 763px) { #R4qhSRUBH1qEftJaLJuV7xAoQxbE2ey7 #CvAaOoA0NB2aWkt6zftoNgNglJFUPKDe {  }
 }@media only screen and (max-width: 763px) { #R4qhSRUBH1qEftJaLJuV7xAoQxbE2ey7 #t5z1udJE7e4dgT62oOmki0KGRmQcrwX9 {  }
 }@media only screen and (max-width: 763px) { #R4qhSRUBH1qEftJaLJuV7xAoQxbE2ey7 #EVmF0BmFUxXWMNknz6gRWm1aiHC2JFAh {  }
 }@media only screen and (max-width: 763px) { #TiP8BwrrGcJy9Tyt9554XXBPoyAnKep1 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0;background-color:;background-image:none; }
#TiP8BwrrGcJy9Tyt9554XXBPoyAnKep1 .widget-text.counter-number { padding-top:0.440625rem;padding-right:0.38875rem;padding-bottom:0.440625rem;padding-left:0.38875rem;width:2.333125rem;min-width:2.333125rem;height:2.368125rem;font-size:1.7625rem;line-height:37.89px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0;background-color:rgba(0,0,0,0);background-image:none;color:#ffffff; }
#TiP8BwrrGcJy9Tyt9554XXBPoyAnKep1 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.275625rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.110625rem;height:0.93625rem;font-size:0.660625rem;line-height:14.98px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;background-color:;background-image:none;color:#ffffff; }
#TiP8BwrrGcJy9Tyt9554XXBPoyAnKep1 { display:flex;width:16.4375rem;height:4.46125rem;top:12.3095703125rem;left:1.21728515625rem;padding-top:0.566875rem;padding-right:0.563125rem;padding-bottom:0.566875rem;padding-left:0.563125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none; }
 }@media only screen and (max-width: 763px) { #TiP8BwrrGcJy9Tyt9554XXBPoyAnKep1 #ZMfIC2OsH4PnsGEBSomsL7VxOyugtGfT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TiP8BwrrGcJy9Tyt9554XXBPoyAnKep1 #EQLFbJE4lW5RD0twyJ8ke7Ty14o1Rpzk {  }
 }@media only screen and (max-width: 763px) { #TiP8BwrrGcJy9Tyt9554XXBPoyAnKep1 #To3v3mo28guC8FmBbxzatb00FRTeHgre {  }
 }@media only screen and (max-width: 763px) { #TiP8BwrrGcJy9Tyt9554XXBPoyAnKep1 #inzzTbQEJOT3NrhAQq47sSXSDerWZACd { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TiP8BwrrGcJy9Tyt9554XXBPoyAnKep1 #UmqAyTguCI5B23kV7lyC886rdbCwtGxb {  }
 }@media only screen and (max-width: 763px) { #TiP8BwrrGcJy9Tyt9554XXBPoyAnKep1 #P1MH26SrbBoCxsmSkCoTSRKAX4KDkods {  }
 }@media only screen and (max-width: 763px) { #TiP8BwrrGcJy9Tyt9554XXBPoyAnKep1 #xSUwlCTZTlqNBCUHp0dWqBdW3pahprr7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TiP8BwrrGcJy9Tyt9554XXBPoyAnKep1 #uLUJEkfUt0AtllT3TXGsPWuC9ofWitoh {  }
 }@media only screen and (max-width: 763px) { #TiP8BwrrGcJy9Tyt9554XXBPoyAnKep1 #EZVuA81Nm9C6z0EG6nKsm8NC658oCgF0 {  }
 }@media only screen and (max-width: 763px) { #TiP8BwrrGcJy9Tyt9554XXBPoyAnKep1 #JewBzbUXABiSuAn0vVZrMzX2KTlTEJQw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TiP8BwrrGcJy9Tyt9554XXBPoyAnKep1 #Ardqp7RnfKnN03sdn9JvD9PoIip2gzw4 {  }
 }@media only screen and (max-width: 763px) { #TiP8BwrrGcJy9Tyt9554XXBPoyAnKep1 #knTB8kWB9tUZLLoeiATxgUWBO1OGT1b9 {  }
 }@media only screen and (max-width: 763px) { #CaO0vJshIvrSwbrD541wWnriBKSUb95r { width:20rem;height:2.923825rem;top:54.5439453125rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }